Sign Up for Training |
insightsoftware Company Site
Community
Downloads
Training
Submit a Request
Become a Jet Insider
Give Feedback

Error: There are errors in the text conversion (text no. 1965-0 does not exist in the .stx file). Internal error: 47-1 (DEPRECATED)


This information applies to older versions of the Jet Data Manager. Newer versions do not require the NAV Adapter

Symptoms

When attempting to run the NAV adapter the following error occurs:

There are errors in the text conversion (text no. 1965-0 does not exist in the .stx file). Internal error:47-1

This is caused by poorly constructed hot fixes, or improper file-level manipulation in the program directory of NAV.

Resolution

To resolve this error we need to exclude the table that is causing the issue. We need to find the .stx file and the associated table, in this case the error message indicates text no. 1965-0

The text no. referenced in the error message may be different on your machine. This means you may have to exclude different table(s).
 
 
1. Locate the .stx file and open with notepad.

The default file path is:
C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\fin.stx
Note: The above file path may be different in your environment.

 
 
2. Search for the text no. referenced in the error message. In this example we will search for 1965. Note the name of the table.

 


 

 

3. Open NAV and navigate to Tools, Object Designer.

 

4. From the Table page search for the table name and note the object ID. In this example the object ID is 2000000065.

 

5. Navigate to the Form page and run the Adapter Setup.

 

6. Find the Setup file that corresponds to your version of NAV and supply an update time. Click Functions, Create Data.

 

7. In the filter field, enter <>table ID. In this example we are saying, exclude table ID 2000000065. Click OK.

The adapter should now run.

If you encounter a similar error you may need to exclude additional objects. For example you may receive the following error:

There are errors in the text conversion (text no. 1967-0 does not exist in the .stx file). Internal error:47-1

Notice the different text no. reference. This indicates that this table also has to be excluded. You will want to find the corresponding text no. in the .stx file, find the table ID and excluded it in the filter dialog.

Source Code Title

The syntax for excluding multiple items from the filter dialog is:

<>ID&<>ID

 
Was this article helpful?
0 out of 0 found this helpful

Comments