Focal Point
[CLOSED] Using Report Caster files to create reports

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/974101894

July 29, 2010, 04:16 PM
Luiz De Assis
[CLOSED] Using Report Caster files to create reports
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,
July 29, 2010, 04:26 PM
Dan McDonald
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
July 30, 2010, 01:31 AM
Arif
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
July 30, 2010, 09:49 AM
Luiz De Assis
Thanks Dan and Arif for your suggestions. Can you guys tell me which Caster files you've used to get the data? Thanks

Luiz
July 30, 2010, 09:58 AM
Dan McDonald
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
July 30, 2010, 05:18 PM
FrankDutch
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

July 30, 2010, 07:04 PM
Luiz De Assis
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
July 31, 2010, 09:02 AM
Dan McDonald
Frank,

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


Dan McDonald
Version : 7.7.01
Platform:WindowsOutput : Excel, PDF, HTML
July 31, 2010, 05:50 PM
FrankDutch
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