Page 1 of 1

SQL Script Issue

Posted: Tue Nov 29, 2016 2:04 am
by HammadAsghar
Hi Support,
I can run the SQL Script in debug mode fine but when I build and execute through .exe (or .msi) it gives me error in attached project. Can you please help? I am using X3.

Thanks,

Re: SQL Script Issue

Posted: Tue Nov 29, 2016 2:05 pm
by FrancescoT
Dear Hammad,

the archive you attached only includes the IA project files. The other files which are used by the project are not present (eg; db files and so on).

If you want to post a project, exclusively post a VERY "VERY" MINIMAL project that can be used to replicate a "possible" issue.
https://www.installaware.com/forums/viewtopic.php?f=2&t=4959

Edit!
Looking at your code I found;

"Set Variable NATIVE_ENGINE to True"

This should be "Set Variable NATIVE_ENGINE to TRUE" and "Set Variable NATIVE_ENGINE to FALSE" (TRUE/FALSE = uppercase characters).

Hope this helps you.

Regards