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     [CLOSED] Using Report Caster files to create reports

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Using Report Caster files to create reports
 Login/Join
 
Platinum Member
posted
Hello!

I am wondering if anyone has created reports using the Caster (BOTDEST, BOTEUSER, BOTGRP, BOTSTATS, etc) and MRE files (IBIMRGRP, IBIDOM,etc). I need to get a list of all scheduled reports, and the distribution list in RC, and shared reports in MRE. I was able to get a report off MRE that shows the following under the USER_PROP column:

USER_PROP
parmrpt,shared,robot,library,email=Tiffany.Monreal@LehighHanson.com"

Does the "shared" wording means the user has "shared" folders in MRE?

Any suggestions will be greatly appreciated. Thanks

Luiz

This message has been edited. Last edited by: Kerry,
 
Posts: 117 | Location: Denver | Registered: July 27, 2005Report This Post
Member
posted Hide Post
We use excel and an ODBC connection to query the files. We create a table and then filter the values we need.


Dan McDonald
Version : 7.7.01
Platform:WindowsOutput : Excel, PDF, HTML
 
Posts: 15 | Location: Long Island | Registered: July 29, 2008Report This Post
Guru
posted Hide Post
You can create connection adopter for your Rcaster DB and create metadata to run the reports.

If its too much work, use sql script and use sql data dump.


WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Platinum Member
posted Hide Post
Thanks Dan and Arif for your suggestions. Can you guys tell me which Caster files you've used to get the data? Thanks

Luiz
 
Posts: 117 | Location: Denver | Registered: July 27, 2005Report This Post
Member
posted Hide Post
Luiz,

Here's the microsoft query parameters that we use:


SELECT BOTPARMS.SCHEDULEID, BOTPARMS.TASKID, BOTPARMS.PARAM_NAME, BOTPARMS.PARAM_VALUE, BOTSCHED.CASTER_USER, BOTSCHED.JOBDESC, BOTSCHED.ACTIVE, BOTSCHED.DISTLIST, BOTSCHED.MAILUSER, BOTSCHED.MAILFROM, BOTSCHED.MAILSUBJECT, BOTTASK.TASKNAME, BOTTASK.TASKOBJ, BOTTASK.BURST, BOTTASK.ASVALUE, BOTTASK.SENDFORMAT
FROM S1042267.LAWAPP81DB.BOTPARMS BOTPARMS, S1042267.LAWAPP81DB.BOTSCHED BOTSCHED, S1042267.LAWAPP81DB.BOTTASK BOTTASK
WHERE BOTPARMS.SCHEDULEID = BOTSCHED.SCHEDULEID AND BOTTASK.PACKETID = BOTSCHED.PACKETID AND BOTTASK.TASKID = BOTPARMS.TASKID


Dan McDonald
Version : 7.7.01
Platform:WindowsOutput : Excel, PDF, HTML
 
Posts: 15 | Location: Long Island | Registered: July 29, 2008Report This Post
Virtuoso
posted Hide Post
why excel?

if you can do an select like this...it can be done in webfocus direct too as far as i know




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Platinum Member
posted Hide Post
Frank, you're right. I was able to find the RC files under the ibi folder, and just have to create the synonyms in WebFocus. Thanks everyone for all your help.

Luiz
 
Posts: 117 | Location: Denver | Registered: July 27, 2005Report This Post
Member
posted Hide Post
Frank,

I can't filter and play with the output as easy.


Dan McDonald
Version : 7.7.01
Platform:WindowsOutput : Excel, PDF, HTML
 
Posts: 15 | Location: Long Island | Registered: July 29, 2008Report This Post
Virtuoso
posted Hide Post
Dan

see Luiz answer
or ask your local representative...they should be able to help you. If you use the proper masters you can create many reports on the reportcaster files, log info, users, adreslist and many more




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 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     [CLOSED] Using Report Caster files to create reports

Copyright © 1996-2020 Information Builders