Itgensuy033: Windows Updates not ran

I’m currently getting an error when trying to run Invantive Query Tool from a BAT file which relates to the machine not running Windows Updates.

The machine is fully updated by our RMM software, rather than Windows updates. I’ve come across the option of disabling update checking by the Invantive software however, when I try to set the variable in the BAT file, I get the same itgensuy033 error.

Please see an excerpt of the BAT file we use below:

set INVANTIVE_DB=<company Name>\freshdesk-sql

set INVANTIVE_SQL_FILE="E:\jobs-freshdesk\sql\replicate-freshdesk.sql"

set INVANTIVE_LOG_FILE=e:\jobs-freshdesk\log\replicate-freshdesk-%%Y%%m.log

set INVANTIVE_LOG_FILE_OVERWRITE=False

set INVANTIVE_INTERACTIVE=False

set INVANTIVE_PRG=C:\Program Files (x86)\Invantive Software BV\Invantive Data Hub 20.2\Invantive.Producer.QueryEngine.exe

set INVANTIVE_VAR=INVANTIVE_CHECK_OS_UPDATES:false

"%INVANTIVE_PRG%" /database:"%INVANTIVE_DB%" /file:"%INVANTIVE_SQL_FILE%" /logfile:"%INVANTIVE_LOG_FILE%" /logoverwrite:"%INVANTIVE_LOG_FILE_OVERWRITE%" /interactive:%INVANTIVE_INTERACTIVE% /variables:%INVANTIVE_VAR%

Thanks for pointing out that the article on How to solve itgensuy032 and itgensuy034 error is not sufficiently informative. It has been altered to include:

set INVANTIVE_CHECK_OS_UPDATES=false

That’s brilliant thank you so much!

1 like