Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread 2.03 Build 18
Mon, Aug 2 2010 7:48 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

For some reason, when rebuilding my client software connected to the server, I am getting Integer overflow errors when trying to connect to the administrator session.  I didn't have this issue before.

Delphi 2007 with all latest updates.

Lance
Mon, Aug 2 2010 10:17 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

After doing some more testing, I am now running into what I think the real problem is.

ElevateDB Error #9999 Access violation at address 0051EA27 in module 'MBDIIServer.exe'. Read of address 00000008
(This is a very slightly modified version of the ElevateDB Server);

I tried doing an update to a table (UPDATE MBDVARS SET VARVALUE='asdasd' WHERE VARNAME='UserFlag1'Winkand got that access violation.
Mon, Aug 2 2010 10:20 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

The A/V message is showing in the Manager and not in my application.
Tue, Aug 3 2010 12:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lance,

<< The A/V message is showing in the Manager and not in my application. >>

Make sure to uncheck the execution plan check box.  There's an AV in the
execution plan generation for UPDATE statements - fix coming in build 19.

--
Tim Young
Elevate Software
www.elevatesoft.com
Tue, Aug 3 2010 4:17 PMPermanent Link

Lance Rasmussen

CDE Software

Avatar

Team Elevate Team Elevate

Thanks Tim,

I'll set the request plan option to false in my program.  I have to issue an update today, so will revert to 17 and make the builds disabling the plans.

Lance

"Tim Young [Elevate Software]" wrote:

Lance,

<< The A/V message is showing in the Manager and not in my application. >>

Make sure to uncheck the execution plan check box.  There's an AV in the
execution plan generation for UPDATE statements - fix coming in build 19.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image