Re: [Sqlrelay-discussion] Issue with Microsoft SQL/FreeTDS and SQLRelay
Brought to you by:
mused
From: David M. <dav...@fi...> - 2012-04-30 18:15:36
|
Thanks for tracking that down. I'll do some tests and see if I can come up with a solid fix. Dave dav...@fi... On 04/30/2012 01:03 PM, Stephen barclay wrote: > David, > > Sorry for the delay, I just got back from vacation.. > > I tracked the issue down to what appears to be a non terminated string... > > In listenercomm.cpp when the charstring::copy is called, the data > overflows and > corrupts the shared memory segment. > > > > > My temp fix to get things going was to set all of my ConnectionID's to > <= 4 bytes > > ie CEA, CEAS, TEST, PROD, WORK, DEMO and change the following value in > /src/common/defines.h > > #define MAXCONNECTIONIDLEN *4 *(originally 1024) > > > This fixed the issue and I am up and running.. > > Hopefully this might give you some insight into what the > issue might be.. > > > -- > > Respectfully, > > > *Stephen Barclay* > Partner, Telecom Engineer > www.call-em-all.com > Direct: 972.893.3119 > |