Operational Metadata in DataStage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
smleonard
Participant
Posts: 23
Joined: Tue Apr 27, 2004 11:48 am
Location: Westfield Center, OH

Operational Metadata in DataStage

Post by smleonard »

Hello,

I am looking for some help on some problems we are having with Operational Metadata. After turning the option on from Administrator (or simply running a one-off job for testing), the warning message I am getting is:

"Unable to Write <jobname,number,etc...>.xml to OMD.XML.DIR"

There are many read/write issues with OMD.XML.DIR in the logs.

I have done searches on OMD.XML.DIR, and most people are saying to turn off operational metadata to take care of the issue. In this case though, I want to turn it on for future use in Information Governance Catalog.

The closest thing I could find was here:
http://www-01.ibm.com/support/docview.w ... wg21433511

I verified that we do have write permissions to the directory:
/opt/IBM/InformationServer/ASBNode/conf/etc/XmlFiles

I'm not finding anything else that's wrong. I'm open to any ideas you might have.

Thanks,
Sean
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

What are the GROUP permissions on that path?

YOU have write authority, but does the user id running the job have authority?
(Credential mapping maybe?)
smleonard
Participant
Posts: 23
Joined: Tue Apr 27, 2004 11:48 am
Location: Westfield Center, OH

Post by smleonard »

I have ensured that the id running the jobs, does have writable permissions to that directory. We made sure it was group writable. I manually created files there no problem with the execution id.

A good point though, I forgot I had run another test: I ran a job using the administrator id with metadata turned on, and for that one, the job ran successfully without warnings in the log. However, it did not create any XML files in the mentioned directory. So I don't know if there's somehow another directory involved?
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Your admins didn't do something tricky and make a symbolic link for that path did they?

Do you have enough space on that mount?
smleonard
Participant
Posts: 23
Joined: Tue Apr 27, 2004 11:48 am
Location: Westfield Center, OH

Post by smleonard »

I verified that there are no symbolic links on any part of the path listed above.

The space seems fine too... at least 35 gigs free.

And again, when I ran as administrator, I didn't get the warnings in the log (yet no files created in the above directory). Really puzzled.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Be sure also to check the config file for OMD. Can't remember the exact name of it and don't have a server running at the moment. Will try to post it later but it is fairly obvious -- its in the "conf" subdir that is near to XmlFiles. That config file has various settings in it that could impact delivery of the omd xml results.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
smleonard
Participant
Posts: 23
Joined: Tue Apr 27, 2004 11:48 am
Location: Westfield Center, OH

Post by smleonard »

To anyone else that runs into this issue, we finally found the problem after some trial and error. The directory had been changed to:

/opt/IBM/InformationServer/Server/DSOMD/xml

I believe this might have occurred after an installation of Information Governance Catalog (IGC). In any event, after opening up the permissions on this directory, operational metadata files are appropriately created and subsequently ingested by IGC.

Thanks,
Sean
Post Reply