Hi,
We're using NAV 4.0 without SP with SQL Option (SQL 2000 SP3a)
I successfully installed "Key Information Tool".fob and setup SQL Connection (Test Connection succeeded)
Load Text Objects didn't return any error but when we clicked "Get SIFT Info" threw an error like this:
Any idea what's wrong? I tried with 2 tables (G/L Entry and Warehouse Entries) but same error occured.
Thanks in advance
Regards,
David
Answers
well, I guess you have to debug this - I don't have the tool available, but obviously there's something wrong with the ADO connection string:
There should be a line like this: And the function should look like this: If this does not work, maybe you could "hard-code" the default db?!
But: if you are trying to fix some SIFT issues, maybe this could also help:
http://dynamicsuser.net/blogs/stryk/archive/2010/05/29/optimizing-sift-and-vsift.aspx
Regards,
Jörg
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
Thanks for your reply
There is a line like you mentioned but with slightly different name, i.e. GetCurrentDB instead of GetCurrentDatabase
But the function code is totally different: Using Debugger I can assure you that DBName variable contains correct database name.
Is there any other information I can supply you to make things clearer?
Regards,
David
PS. Thanks for the URL to the article regarding SIFT, I'm reading it now...
The problem turned out to be our database name which contains spaces
So changing the function code will solve it: Thanks and regards,
David