IndexHint stx error

Hi everybody,

I just try to set up the IndexHint to No in my SQL 2K5 SP2. I’m currently using FINSQL 4.0.3.25638.

I create the $ndo$dbconfig Table (config varchar(512) not null) and grant select on table to public.

I insert the value ‘IndexHint=No’ in the table, and now, when i launch finsql, i get this “error text 93-708 does’nt exist in file stx, internal error 47-1” translate from French to English.

Has somebody an idea to solve this problem ?

Regards,

This means that real error description is not found in fin.stx file.

In v.4 stx there really isn’t such line, but it is in v.5:


// Driver configuration parameters

00093-00700-030-2: IndexHint
00093-00701-030-2: Company
00093-00702-030-2: Table
00093-00703-030-2: Key
00093-00704-030-2: Search Method
00093-00705-030-2: Index
00093-00706-030-2: No,Yes
00093-00708-030-2: UseRecompileForTable
00093-00709-030-2: RecompileMode

Seemingly you have wrong .stx file. This file can not be edited, as is CRC-checked on Navision startup, so you need to cintact your Partner.

I install the stx file from the V5 and now it works. It is very strange because i didn’t get the V5 and the only things i have done is to update the client with HF8.

But now the error is solved.

Thank’s