OnDemand User Group

Support Forums => Report Indexing => Topic started by: Justin Derrick on March 25, 2015, 07:39:55 AM

Title: Multiple reports inside a single file...
Post by: Justin Derrick on March 25, 2015, 07:39:55 AM
I have a strange situation where a customer is generating a half dozen reports, then concatenating them, and transferring them to CMOD to be loaded.  (This is a migration from FileNet Image Services, which apparently used to support this feature.)

Has anyone managed to load this type of file, and still keep the Application definitions intact?  It appears that the reports all have the same format, so it should be possible to re-use the ACIF defintions -- but I'm not sure how to capture the report name and have it populated in the AppID field, so that it's available to the end user as a pop-up menu in the CMOD client (or via ICN).

Any insight would be greatly appreciated.

-JD.
Title: Re: Multiple reports inside a single file...
Post by: rick on March 26, 2015, 05:17:27 AM
We had a similar requirement for one of my previous customer, but the report names and count are fixed.

So we captured the report name/ID as one of the index . The report names/IDs are also populated in the Database mapping field so that the report names are listed in the search box and the user can choose the report and do a search.

Hope this helps.
Title: Re: Multiple reports inside a single file...
Post by: Justin Derrick on March 27, 2015, 05:16:54 AM
Interesting.  I'll have to play with this.  I think the snag here is that I get the pop-up field that I want, but it's not ACTUALLY using the Application ID field, just a standard index. 

Thanks Fred!
Title: Re: Multiple reports inside a single file...
Post by: ewirtz on March 29, 2015, 10:59:38 PM
Hi Justin,
if you take the report from the indexes you have a new level in in your architecture: application group, application and report. This is OK but you have to look for possible problems p.e. regarding retention management.

regards

Egon
Title: Re: Multiple reports inside a single file...
Post by: Justin Derrick on March 30, 2015, 04:52:38 AM
This is OK but you have to look for possible problems p.e. regarding retention management.

Yeah, this is my biggest concern.  I know it CAN be done, now the question is...  Should it be done?  I'll report back with the final decision & rationale.

-JD.
Title: Re: Multiple reports inside a single file...
Post by: Alessandro Perucchi on March 30, 2015, 10:45:17 PM
In that case, in order to have a better control of retention management, to choose an expiration type of "Document" instead of "Load" would be better, so you can choose it per document in case in the future something needs to be defined differently...

not optimal, but maybe that's an alternative.
Title: Re: Multiple reports inside a single file...
Post by: ewirtz on March 31, 2015, 11:02:40 PM
Hi Alessandro,
as far as I remeber enhanced retention management needs the configuration on load level. By programm holds and releasing them you can install some processes on document level.
Because of special deletion rules like 10 years counting from the end of the year and different retention periods for different reports in the same application, we have done our own retention management.

regards


Egon
Title: Re: Multiple reports inside a single file...
Post by: Alessandro Perucchi on April 01, 2015, 12:05:51 AM
Hello Erwitz,

I've never talk about ERM, and in that case you are speaking, yes, you are right.

There are many ways to do retention management.

-> Do it yourself
-> Use the standard tools from CMOD (arsmaint + expiration types)
-> ERM + some custom rules

Each has some positive and negative aspects.

I was just telling Justin, one way to use a standard function of CMOD without relying on ERM... because ERM is a paying function, and sometimes it is not needed... sometimes only :-D

Regards,
Alessandro
Title: Re: Multiple reports inside a single file...
Post by: Justin Derrick on April 02, 2015, 05:34:22 AM
Yup, I appreciate any and all input -- I did know about the ERM prerequisite that AGs be configured for load expiration.  :)

Thanks guys! 

-JD.
Title: Re: Multiple reports inside a single file...
Post by: Nolan on April 09, 2015, 08:21:55 AM
We had a similar issue on Z/OS where batches of reports were being sent via one sysout.   

We used two solutions,
1)  We created a proc to split out the output in to different sysouts.  This was updated in the source JCL's to split out the reports using keys from a sysin (not simple but it worked)
2)  We setup a double pass of OnDemand.  First pass we would archive the whole sysout and index on the report ids, then using ODF distribute back to OnDemand individual reports to be archived using specific keys.   Moving the large sysout to tape right away reduced any extra dasd usage.

:)