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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
Is there a way to query the repository in WF82 so we can get the info about all RC schedules, mainly the info in the task and distribution pan? Thanks.This message has been edited. Last edited by: FP Mod Chuck,
JOIN BOTSCHED.BOTSCHED.PACKETID IN BOTSCHED TO UNIQUE BOTTASK.BOTTASK.PACKETID IN BOTTASK TAG J0 AS J0 END JOIN BOTSCHED.BOTSCHED.SCHEDULEID IN BOTSCHED TO UNIQUE BOTDIST.BOTDIST.SCHEDULEID IN BOTDIST TAG J1 AS J1 END JOIN LEFT_OUTER J1.BOTDIST.DISTLIST IN BOTSCHED TO UNIQUE BOTDEST.BOTDEST.ADDRBOOKID IN botdest TAG J2 AS J2 END JOIN LEFT_OUTER J1.BOTDIST.DISTLIST IN BOTSCHED TO UNIQUE BOTADDR.BOTADDR.IBFSID IN botaddr TAG J3 AS J3 END
DEFINE FILE BOTSCHED METHOD/A10 = IF (METHOD_CODE EQ 'M') THEN 'Email' ELSE IF (METHOD_CODE EQ 'P') THEN 'Printer' ELSE 'Other'; LIST_T/A25 = IF (LISTTYPE EQ 'D') THEN 'Distribution List' ELSE IF (LISTTYPE EQ 'S') THEN 'Single Email Address(es)' ELSE 'Other'; PRETTY_TO/A255 = IF (LISTTYPE EQ 'D') THEN J3.DESCRIPTION || ' -- ' || DESTFN ELSE DISTLIST; END
TABLE FILE BOTSCHED HEADING CENTER "Report Caster Schedules with Dist. Info. from Server &SERVER_NAME as at : &DATEDMYY " " " "Run on: &D at: &T Page No. " " " PRINT BOTSCHED.BOTSCHED.LASTEXTIME/HMDYYI LASTEXSTATUS PRETTY_TO AS 'DIST. TO' COMPUTE LIST_TYPE/A25 = IF SCHEDULEID EQ LAST SCHEDULEID THEN '' ELSE LIST_T; BY BOTSCHED.BOTSCHED.JOBDESC BY BOTSCHED.BOTSCHED.CASTER_USER BY BOTSCHED.BOTSCHED.ACTIVE BY J1.BOTDIST.METHOD BY J1.BOTDIST.MAILSUBJECT BY J0.BOTTASK.TASKNAME -*WHERE ACTIVE EQ 'Y'; ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON
-MRNOEDIT -INCLUDE QIS_HTML_STYLE
-*ON TABLE SET STYLE * -* INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty, $ ENDSTYLE END
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005