Re: [rt-users] Simple RT script makes Mysql Server go away

2009-09-29 Thread Joop
Hello Todd, All, I am customizing RT to add an attribute to transactions that meet certain criteria. The script below is meant to update all the existing transactions but after a while the Mysal server goes away. Is there anything obvious about the script causing this? Thanks!

[rt-users] Simple RT script makes Mysql Server go away

2009-09-28 Thread Todd Chapman
All, I am customizing RT to add an attribute to transactions that meet certain criteria. The script below is meant to update all the existing transactions but after a while the Mysal server goes away. Is there anything obvious about the script causing this? Thanks! #!/opt/perl/bin/perl use

Re: [rt-users] Simple RT script makes Mysql Server go away

2009-09-28 Thread Jesse Vincent
On Mon, Sep 28, 2009 at 03:23:53PM -0400, Todd Chapman wrote: All, I am customizing RT to add an attribute to transactions that meet certain criteria. The script below is meant to update all the existing transactions but after a while the Mysal server goes away. Is there anything obvious

Re: [rt-users] Simple RT script makes Mysql Server go away

2009-09-28 Thread Kenneth Marshall
Todd, Checking the MySQL logs would help. One MySQL configuration parameter that seems to cause behavior of this type is the connection timeout, maybe it should be larger or the behavior disabled? Just an idea. Cheers, Ken On Mon, Sep 28, 2009 at 03:23:53PM -0400, Todd Chapman wrote: All, I

Re: [rt-users] Simple RT script makes Mysql Server go away

2009-09-28 Thread Todd Chapman
On Mon, Sep 28, 2009 at 3:32 PM, Jesse Vincent je...@bestpractical.com wrote: On Mon, Sep 28, 2009 at 03:23:53PM -0400, Todd Chapman wrote: All, I am customizing RT to add an attribute to transactions that meet certain criteria. The script below is meant to update all the existing