Page 1 of 1

DSODB - List details of files written from host

Posted: Wed May 01, 2019 10:01 pm
by tbtcust
I have task to find all files being written from a given DataStage host along with the start write, end write times, and other details. I'm hoping I can pull this information from DSODB. Is it possible to query for the following result set?:

HostName
ProjectName
FolderName
SeqName
JobName
StageType
StageName
FilePath
FileName
StartWriteTime
EndWriteTime
NumberOfBytes

Any direction or help would be greatly appreciated