Error using C/FRONT while upgrading from NAV 4.0 to NAV 5.0

jksjks Member Posts: 277
Hi all,

Posting after a long time......

We had developed one utility in C++ using C/FRONT to access navision database and then do some processing on the fetched data. This utility is uptil now is using Navision 4.0 SP1.

Now we upgraded from Nav 4.0 SP1 to Nav 5.0. I have rebuilt the utility using latest cfrontsql.dll/ cf.h. When I run the utility I get following errors:
    Error 2 in module 1. There are errors in the text conversion(text no. 93-101 does not exist in the .stx file) Internal error 47-1

Then I tried running sample.exe that comes with the Nav 5.0 installation CD. It also gives the same errors as mentioned above.

Can anybody please help?

Regards,
JKS

Comments

  • girish.joshigirish.joshi Member Posts: 407
    Try opening the database with the standard 5.0 appliction from the box that your app runs from. It will replace the .stx file.
  • jksjks Member Posts: 277
    You mean open the navision database using Nav 5.0 client from the same machine on which I am getting the error? I did so but no luck...still getting the same error. :(
Sign In or Register to comment.