Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


keithdavis
2011-04-01T17:55:26Z
These tasks worked fine prior to 5.7.2, but now I this error message: Illegal characters in path.

It is a Process Execute:

Command: "C:\Program Files\SQLyog\sja.exe"
Arguments: "C:\Documents and Settings\administrator\Desktop\Scripts\MySQLBackup.xml" -l"C:\Documents and Settings\administrator\Desktop\Scripts\MySQLBackup.log" -s"C:\Documents and Settings\keithdavis\Application Data\SQLyog\sjasession.xml"
Sponsor
Forum information
Support
2011-04-01T18:11:49Z
It is probably a permission problem. That the user that runs the executable cannot find the paths in the arguments. Check the Credential - or the user that runs the service.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
keithdavis
2011-04-01T20:34:33Z
Support wrote:

It is probably a permission problem. That the user that runs the executable cannot find the paths in the arguments. Check the Credential - or the user that runs the service.



Ok, but it worked just fine before the upgrade. We've got a couple like this. One I was using a UNC path, and just changed that, this one I don't know what to change. The user credential is a Domain Admin....so, I know it has permissions.
Support
2011-04-01T20:38:04Z
Was the service running as another user before - maybe?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
keithdavis
2011-04-01T21:52:05Z
Support wrote:

Was the service running as another user before - maybe?



Nope. Beside, there are many other jobs like this one, not exactly the same, but close.
Support
2011-04-01T21:54:50Z
Ok, so, which one fails:

1. local restricted paths

and/or

2. network unc paths

By the way, are you using "With profile" or "Network credential" on this.

Are you using "managed" or "api" mode?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
keithdavis
2011-04-01T22:00:31Z
Oh, and it crashes on me on that task every time now when I hit the "browse" button next to Command to change that. I've submitted the report each time, and I've tried it three times now.

With profile
Local path AND UNC path
API mode
Support
2011-04-01T22:04:32Z
keithdavis wrote:

Oh, and it crashes on me on that task every time now when I hit the "browse" button next to Command to change that. I've submitted the report each time, and I've tried it three times now.

With profile
Local path AND UNC path
API mode



Ok, the client error is another one, it does not like the quotes.

What if you create similar execute Task with a local folder like "c:\yourexe.exe"

Does it fail then?


BTW, are you really sure that your service did not run as another user before?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2011-04-01T22:07:46Z
Have you talked about the client problem the whole time or are you talking about the execution problem?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
keithdavis
2011-04-01T22:28:08Z
Support wrote:

Have you talked about the client problem the whole time or are you talking about the execution problem?



I'm talking about both. The excecution error and when I go to change that path (of the task that is failing), I get the client error.

It seems from version to version, VC responds differently haveing quotes or not.
keithdavis
2011-04-01T22:53:46Z
Anyway, I wrote a script (AutoIt) that VC can call as a workaround and it works fine. It's not the best, because my script could fail and I won't get notice, but I don't have time to mess with right now.
Scroll to Top