Timed out when using si.exe in Task Scheduler as SYSTEM user
Hey,
I wanna execute following command every 15 minutes via Task Scheduler (Windows 7 Enterprise SP1):
si.exe resync --forceConfirm=yes hostname=*** --port=8893 --user=*** --password=*** --sandbox=D:\Folder\Folder\project.pj
It's working fine when using my windows user as user account in Task Scheduler.
Cause I wanna have it working even if no user is logged in, I'm using SYSTEM user.
Using SYTEM user will cause following error:
si.exe: Attempt to launch Integrity Client timed out. To solve this please try the following:
- Verify that the user you are logged in as has read and write permissions to the Integrity Client install directory.
- Make sure the Integrity Client install directory is the very first entry in the path.
Checked the internet and tried a lot:
- MAN_CHM_INDEX, MAN_HTM_PATHS, MAN_TXT_INDEX, PATH, ROOTDIR are identically with my windows user. Anyway, created a .bat and use set before the si.exe command. No change in result.
- Integrity Client is the first in path, for sure.
- Wrote a powershell script to check availbility of URL/Port for SYSTEM user. Tired to use IP instead of URL. No change in result.
- SYSTEM user has full access to all files and folders on all hard discs, checked twice.
- Tried si.exe connect & si.exe exit. Both commands end with time out as well.
For hints I would be very grateful,
Aleks

