Hello!
I hope this is not a boring old question, but I did not find the Problem in this Forum so far.
I have written an autoit script that uses IE.au3 to test if a given Website responds and if a Login is possible (this should become part of our monitoring)
Everything works as expected and I created an .exe from the .au3
Now I wanted the exe to be executed on a Server vie Task planner.
Therefore I created a .bat file that calls my .exe (generated from from autoit-script) and catches its output.
When I execute the .bat manually, everything is fine.
When the .bat is executed from the Task planner (with the same user as when doing it manually) the output says:
--> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)
--> IE.au3 T3.0-2 Error from function _IEFormGetObjByName, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEFormElementGetObjByName, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEFormElementGetObjByName, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEGetObjById, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEFormElementSetValue, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEFormElementSetValue, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEAction(click), $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IELoadWait, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEBodyReadText, $_IESTATUS_InvalidDataType
--> IE.au3 T3.0-2 Error from function _IEQuit, $_IESTATUS_InvalidDataType
Does anybody knows, what I have to change?
Sincerely, Jürgen.