Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report caster FTP

Status
Not open for further replies.

floydome

Technical User
Feb 27, 2007
9
US
I am trying to run 8 different fexes and run them in report caster as an FTP . Is there a way i can run them in a way that fex 1 runs first , when complete fex 2 runs, after fex 2 is complete the fex 3 runs and so on ?
Thanks
 
You can immediately execute a Report Caster job, using the RC API subroutine DSTRUN. Here's the syntax (check documentation for more details):

Code:
-SET &var_name=DSTRUN(srv_userid,srv_userid_length,-  `srv_userpass',srv_userpass_length,-  `hostname_port',hostname_port_length,-  `scheduleid',scheduleid_length,-  `jobdesc',jobdesc_length,-  priority,-  `owner',user_length,-  `parm',parm_length,- ` httpuser/pswd',httpuser/pswd_length,[- `tcpiplevel,']-  'I4');

If you put this at the end of each fex, to invoke the next one, it should run as you want.
 
Is there a way we can check if the report is still running with a BOT table?


Thanks,

Leo ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top