NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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.
-
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
-
In adition to what Bruce says, verify that you have included the String Theory (required) in the app.
-
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.
-
>> 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
-
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.