Trouble with Execute before /after

No more questions - please go to http://www.syncovery.com/forum instead

Moderator: SuperFlexible Administrators

Trouble with Execute before /after

Postby shadeyoj on Tue Jan 08, 2013 2:35 pm

I have 2 jobs. Job one takes a file from a network directory and copies it to a file server. Job two takes its files and calls and ftp server and uploads the file. Job two should not run unless job one schedules it to run. So i am using the Execute before /after

My after code from job one reads like this: ++ RUN PROFILE Video Copy File to Brightcove
My after code from job two reads like this: ++ HTTP GET web.mywebsite.org/site/serveronly/video/createxml.cfm

neither of the afters are working, though the rest of the job does. is there something i am doing incorrectly?
The name of the job 2 proile is Video Copy File to Brightcove
The error message is
Error executing RUN PROFILE Video Copy File to Brightcove

Thank you

OJ
shadeyoj
 
Posts: 2
Joined: Tue Jan 08, 2013 2:21 pm

Re: Trouble with Execute before /after

Postby superflexible on Wed Jan 09, 2013 5:07 am

A space character is not allowed following the ++

The + must touch the RUN or HTTP!

++RUN PROFILE Video Copy File to Brightcove
++HTTP GET web.mywebsite.org/site/serveronly/video/createxml.cfm
User avatar
superflexible
Site Admin
 
Posts: 2478
Joined: Thu Dec 31, 2009 3:08 pm

Re: Trouble with Execute before /after

Postby shadeyoj on Wed Jan 09, 2013 9:39 am

Thank you. That seemed to do the trick.
shadeyoj
 
Posts: 2
Joined: Tue Jan 08, 2013 2:21 pm


Return to Windows Support * new forum: www.syncovery.com/forum

cron