robert fuschetto Posted May 24, 2023 Share Posted May 24, 2023 We have a report that goes out to 400 providers. Over time some leave. I have dozens that have left and it says: No report to burst for xxx with a value of yyy. I need to go into my address list and do some housekeeping. It will be easier if I can dump the log, sort it etc. We are on 8207.28.09.Thanks! Link to comment Share on other sites More sharing options...
Patrick Huebgen Posted May 24, 2023 Share Posted May 24, 2023 Those logs are stored in the repository in a table called botlog2You can create a WebFOCUS report that pulls info from that tableHer's a basic sample with most important filterable Link to comment Share on other sites More sharing options...
robert fuschetto Posted May 24, 2023 Author Share Posted May 24, 2023 Would I need an administrator to find this for me? Where would I tell them to look? T H A N K S !!! Link to comment Share on other sites More sharing options...
Patrick Huebgen Posted May 24, 2023 Share Posted May 24, 2023 Yes this would need an admin to get you to this info as a user find your caster job 1 right click2 View log3 Select "all" this will get you a full log since the last log purge Link to comment Share on other sites More sharing options...
Mat Barnard Posted May 25, 2023 Share Posted May 25, 2023 A more maintainable solution would be to create a dynamic list to burst the report by.You'll need to be able to link an email address to a provider identifier within the data.You should then be able to only send for providers where you have relevant data.Provider Email0001 a@a.com0002 b@b.com0003 c@c.com0004 d@d.com Link to comment Share on other sites More sharing options...
Martin Yergeau Posted May 25, 2023 Share Posted May 25, 2023 To give more info on Mat suggestion, you must create a fex in EDASERVE that will extract your provider and their email.Something such as belowSET ASNAMES=ON -*-* DEST and VALUE are required since the Bursting option is used in RC-*-* VALUE used for bursting-*-* DEST used for email addressTABLE FILE My_ProvidersBY Provider AS 'VALUE'BY Email AS 'DEST'ON TABLE PCHOLDEND-RUNIn your fex report (the one that generates your report to distribute) you must have your first BY field as the Provider.TABLE FILE My_Report_DataSUM XYZBY Provider NOPRINTBY ABCBY DEF....ENDThen in RC, you must check the "Burst Report" option within the Task and select the above EDASERVE fex as the source of the Dynamic Distribution List from the DistributionIf the source of the report My_Report_Data file does exist before you run the schedule that distribute the report you can read that file to create the dynamic distribution list instead of My_Provider file.Or you can apply the exact same filters to end up with only providers that will be included in the My_Report_Data file.If data for the distribution list and the report have the same data set, then only "valid" provider will be involved in the distribution and you won't have anymore the No Report To Distribute message. Link to comment Share on other sites More sharing options...
robert fuschetto Posted May 25, 2023 Author Share Posted May 25, 2023 Thanks All. We do have a file of providers to receive a given report. It contains a key and their email. The view Log thing allowed me to get what I need, sort it and use to delete. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now