Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     API to track the sequence of execution of scheduled job in ReportCaster

Read-Only Read-Only Topic
Go
Search
Notify
Tools
API to track the sequence of execution of scheduled job in ReportCaster
 Login/Join
 
Silver Member
posted
We are scheduling few jobs in report caster and have the distribution mode as FTP and set the Notification as "Always". In the sequence of our execution, once the report is FTPed, it will be ingested into Ondemand (Data library). After that ingestion status will be updated in two tables in the Oracle DB. As per the design, only after this table update happens, the mail notification has to be sent. But currently as soon as the file is FTPed the mail is sent.

The ingestion to Ondemand and Table updates are not carried out through Report Caster. Is there any API to track the sequence of steps undergo by ReportCaster (as the MESSAGE column contains in Botlog2 table) and to stop and resume it later as needed.

This message has been edited. Last edited by: Kerry,
 
Posts: 31 | Registered: October 26, 2006Report This Post
Master
posted Hide Post
You could use the dos command sleep to synchonise on the existence of a file created by the other process in a loop

http://malektips.com/xp_dos_0002.html

-SET &FOUND = 'N' ;
-REPEAT :LOOP 10 TIMES WHILE &FOUND EQ 'N' ;
STATE file
-RUN
-SET &FOUND = IF &RETCODE EQ 0 THEN 'Y' ELSE 'N' ;
-* sleep command ensures we dont kill the CPU.
DOS SLEEP 8
-:LOOP0



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Expert
posted Hide Post
Hi Fazlina,

If you are still searching an API to work, usually the suggestion is to open a case with Information Builders' Customer Support Services for assistance, as Focal Point is not the best place for API's. To open a case, you may either call 1-800-736-6130, or access online at InfoResponse.

Hope this helps.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Silver Member
posted Hide Post
I have raised a case with IBI. Unfortunately they told that there is no such API and suggested to post in the forum to get a solution or work around. :-(
 
Posts: 31 | Registered: October 26, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     API to track the sequence of execution of scheduled job in ReportCaster

Copyright © 1996-2020 Information Builders