Hi There,
I'm having some problems getting a scheduled export to run. The batch file I've written works fine when I run it logged into the server, but when I set it up as a scheduled task, it doesn't run at all.
Here's the contents of the .cmd file:
"c:\program files\hyena\exporter.exe" "c:\program files\hyena\domain1.ini" DOMAIN1
"c:\program files\hyena\exporter.exe" "c:\program files\hyena\domain2.ini" DOMAIN2
Any ideas? Thx
I'm having some problems getting a scheduled export to run. The batch file I've written works fine when I run it logged into the server, but when I set it up as a scheduled task, it doesn't run at all.
Here's the contents of the .cmd file:
"c:\program files\hyena\exporter.exe" "c:\program files\hyena\domain1.ini" DOMAIN1
"c:\program files\hyena\exporter.exe" "c:\program files\hyena\domain2.ini" DOMAIN2
Any ideas? Thx
Comment