Page 1 of 1

DS_JOBOBJECTS

Posted: Thu Jan 14, 2010 9:42 am
by radarada
Anyone know the structure of the DS_JOBOBJECTS HASH file?

Posted: Thu Jan 14, 2010 9:50 am
by chulett
It's not published but you can do a LIST.DICT on it to see the metadata.

Posted: Thu Jan 14, 2010 3:33 pm
by ray.wurlod
You only get the common fields, the first five fields, from a dictionary listing. After that, the record structure is different for each different OLETYPE. (That this can be done was one of the reasons they decided to use hashed files originally for the Repository.)

Some of the structure is documented for programmatic use in the header files in the dsinclude directory. But not all of it. Some of the record types have as many as 116 fields.

Posted: Thu Jan 14, 2010 5:51 pm
by chulett
ray.wurlod wrote:You only get the common fields, the first five fields, from a dictionary listing. After that, the record structure is different for each different OLETYPE.
Ah, yes... forgot about that.