NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sukhendu on August 17, 2014, 05:02:47 PM

Title: Exception at address 00046E149
Post by: sukhendu on August 17, 2014, 05:02:47 PM
Recently upgraded to NT8.24 from 6.57.  When I hit login button I get Exception error and the program closes.  What could be causing it?  Do I have to re-write the app again in NT 8?

Any tip is appreciated.
Sukhendu
Title: Re: Exception at address 00046E149
Post by: kevin plummer on August 17, 2014, 09:29:33 PM
someone else posted the same problem recently. I think it was the Packet or something. Check out the upgrade docs in NT to see what you need to change.
Title: Re: Exception at address 00046E149
Post by: Bruce on August 17, 2014, 10:40:28 PM
I predict invalid use of Packet or Loc:Options.
see
http://www.capesoft.com/docs/NetTalk8/NetTalk8Upgrade.htm#NewPacket
and
http://www.capesoft.com/docs/NetTalk8/NetTalk8Upgrade.htm#NewOptions

You should however have worked through
http://www.capesoft.com/docs/NetTalk8/NetTalk7Upgrade.htm
and
http://www.capesoft.com/docs/NetTalk8/NetTalk8Upgrade.htm

and it sounds like you haven't done that yet, so it could be something else you've failed to do in the upgrade.

cheers
Bruce
Title: Re: Exception at address 00046E149
Post by: urayoan on August 18, 2014, 07:09:28 AM
In adition to what Bruce says, verify that you have included the String Theory (required) in the app.
Title: Re: Exception at address 00046E149
Post by: sukhendu on August 18, 2014, 05:15:13 PM
Thanks Kevin,Bruce, and urayone,

Found a solution to my problem.  I created a new NT8 app with just one table.  This started a new error free web server app.  Then I imported (TXA) from the NT6 app all the procedures except the procedures that were created by the NT8.  It worked.  No exception error.

But I'm having another issue.  On a browse I fave 5 columns.  I run the app and it looks fine.  Then I remove a column.  I still see the header of that column.  Is the column layout is getting saved/generated from a cookie or some saved session stuff somewhere?  Refreshing does not help.
Title: Re: Exception at address 00046E149
Post by: Bruce on August 18, 2014, 11:16:30 PM
>> Is the column layout is getting saved/generated from a cookie or some saved session stuff somewhere? 

no, my guess is you removed it in a procedure in the app, but that's not the procedure you are testing against.

cheers
Bruce
Title: Re: Exception at address 00046E149
Post by: sukhendu on August 19, 2014, 08:36:50 AM
Thanks Bruce for pointing out what I was doing wrong.  Two browses with very similar name and I was looking at the wrong browse.  It is working now.