on 10-01-2009 3:40 PM
I need to be able to move older instances of a report to a different folder on the Business Objects Enterprise repository. This would be scheduled to run automatically on a periodic basis. The instance would need to maintain all information such as when it was run.
Thank you
Report Instance can't just be moved to a different folder, their very existance depends on the report template. When a report is scheduled the SI_INSTANCE ( read only property) of the instance is 1 and it is linked with the report template. Hence you cannot just move the report instances to a different fokder while keeping the report In its original folder.
As a workaround you can schedule your reports to a user's inbox. And then move the instances from Inbox to desired folder, just like you move objects, reports between folders.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at the IInfoObject methods setParentID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.