NetTalk Central

Author Topic: Exception at address 00046E149  (Read 2392 times)

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Exception at address 00046E149
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Exception at address 00046E149
« Reply #1 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Exception at address 00046E149
« Reply #2 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

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Exception at address 00046E149
« Reply #3 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.

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Re: Exception at address 00046E149
« Reply #4 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Exception at address 00046E149
« Reply #5 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

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Re: Exception at address 00046E149
« Reply #6 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.