BusinessObjects Board

SDK

Is there an SDK code which can pull universe modified date and modified by information in XIR2?


karen (BOB member since 2003-06-18)

Check the utility Document a universe using Excel and the Designer SDK from BOB downloads. Author: Dwayne Hoffpauir

.


haider :es: (BOB member since 2005-07-18)

Thanks for the info.Document Universe SDK pulls only universe content,it does not pull the info on who modified the universe and modified date.

What i was looking for is a report or SDK which i can run to see all the universes in our repository with Modified date and modified name info.


karen (BOB member since 2003-06-18)

You can try running a query using query builder:

select si_name, si_update_ts, si_owner
from ci_appobjects
where si_kind=‘Universe’

si_update_ts is the modified date. However there is no modified by and I don’t think there is a way to get that out of the box.

Rachid


rachidb :morocco: (BOB member since 2006-07-06)

Thanks for the info.

Does any one knows way to pull modified date by Sdk or by query builder.This field should be stored some where in repository right?


karen (BOB member since 2003-06-18)