Page 1 of 1

DSAdmin Question

Posted: Wed Apr 09, 2003 5:00 pm
by datastagedummy
I am not an ADMIN which should be quite obvious by ny nick. How do I find the details (Created by, Date) for DataStage objects like HashFiles, Routines and Table Defs.

Thanks in advance.

Posted: Wed Apr 09, 2003 5:18 pm
by ray.wurlod
Use the Manager client, and choose View > Details to get the date/time modified for any object in the Repository.
Created by is in a table in the project called DS_AUDIT, but this is not exposed in any client. You can still use the Administrator client, Command Window, to execute a query. For example:
SELECT * FROM DS_AUDIT;
To discover the column names in the DS_AUDIT table, execute the following (non-SQL) command:
LIST.DICT DS_AUDIT
This will allow you to construct appropriate WHERE clauses to restrict the report. Note, also, that the object type is enumerated (from memory jobs are 2, routines 4).


Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518