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