Navision v4.0 .stx file error

LKFLKF Member Posts: 2
Running Navision 4 (native) on a Windows 2000 server with Citrix.

The client can hit the server fine if you are an Administrative rights user, but if you are a normal user we are getting the following error: There are errors in the text conversion (Text no. 1949-0 does not exist in the .stx file). Internal error: 47-1 The application then closes. Any solutions?

Comments

  • PrebenRasmussenPrebenRasmussen Member Posts: 137
    You have to give the normal users more rights on the executables directory. Cannot remember exactly which, so start from the beginning with adding extra rights.
    As long as you do not give them Delete permissions you should be relatively safe.
  • sharkssharks Member Posts: 22
    partnersource suggests to delete the fin.etx and fin.stx files from the Client\ENU folder and replace with the ones from the client folder. personally i tried it and doesn't work, need to give permissions to the group on the entire folder except delete as the guy above suggests.
  • girish.joshigirish.joshi Member Posts: 407
    I once got this error for some very different reasons.

    I wanted to call format on an OptionString field for a record, and return a number.

    Instead of entering:
    format( rec.OptionStringField, 0, '<Number>')

    I entered:

    format( rec, 0, '<Number>')

    Just a typo, but it gave me the same error.

    I guess before you go around deleting files and reinstalling, you should make sure your code doesn't have a dumb bug.
Sign In or Register to comment.