hi all, I'm trying schedule a vbs script which works fine within a 32 bit environment, but when it runs from windows scheduler in Windows Server 2008 it fails.
When i open a DOS prompt on win 2008, the script runs fine.
When i try to run the script from a schedule job if gets stuck at line 99 below:
line 98:
Call LogInformation("0")
line 99:
Set QV = CreateObject("QlikTech.QlikView")
I've tried all sorts of ways of trying to get the scheduler to rune this vbs in 32 bit.... but have not succeeded yet.