Unable to create DS_DATATYPES indices

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Unable to create DS_DATATYPES indices

Post by attu »

I am trying to build indices for DS_DATATYPES, but it is giving me errors.

Code: Select all

 
>DS.REINDEX DS_DATATYPES
************************************************************
* Re-indexing DataStage Repository file: DS_DATATYPES
File "DS_DATATYPES" has no indices.
File header block updated.
 
*    CATEGORY index
Unable to open "/datastage/capture0008016054aa1257437794" file.

>LIST.INDEX DS_DATATYPES INFORM
File "DS_DATATYPES" has no indices.

>SET.INDEX DS_DATATYPES INFORM
File DS_DATATYPES has no secondary indices.

How can I re-build the indices of DS_DATATYPES?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Make sure that you have read, write and execute permission to the /datastage directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

yes, we had some SAN issues on the /datastage file system and unable to write.
The issue was resolved after unmounting and remounting filesystem.

Thanks
Post Reply