Process meta data not available in database

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
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Process meta data not available in database

Post by VCInDSX »

I have a simple job of the following design

SequentialFile (source) ==> Transformer (Passthrough) ==> SQLServer2005 DB (Target).

I am using RCP for loading a sequential file to this database table. The job compiles fine and executes fine and loads the data into the target database. However there is an error that is logged at the beginning of the job as given below
Query execute failed [sqlsrvrStmt.C:199]

The next line in the log says
TargetDB: Process meta data not available in database

What could be causing this error to be logged? Is it something to do with the database config? I would greatly appreciate your input on this.

Thanks
-V
jim.paradies
Premium Member
Premium Member
Posts: 25
Joined: Thu Jan 31, 2008 11:06 pm
Location: Australia

Post by jim.paradies »

I'm having the same problem.

Does anyone out there know what causes this and how to get rid of it?
Jim Paradies
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Just how "same" is your same? Version 8.x? Sequential source? RCP? SQLServer 2005?
-craig

"You can never have too many knives" -- Logan Nine Fingers
jim.paradies
Premium Member
Premium Member
Posts: 25
Joined: Thu Jan 31, 2008 11:06 pm
Location: Australia

Post by jim.paradies »

chulett wrote:Just how "same" is your same? Version 8.x? Sequential source? RCP? SQLServer 2005?
Exactly!

Version 8.x Sequential source RCP SQLServer 2005
Jim Paradies
jim.paradies
Premium Member
Premium Member
Posts: 25
Joined: Thu Jan 31, 2008 11:06 pm
Location: Australia

Post by jim.paradies »

chulett wrote:Just how "same" is your same? Version 8.x? Sequential source? RCP? SQLServer 2005?
Exactly!

Version 8.x Sequential source RCP SQLServer 2005
Jim Paradies
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ok, good to know. You'd be surprised how many people have the 'same problem' as someone else that turns out to be not all that same after all. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Jeppe
Premium Member
Premium Member
Posts: 5
Joined: Wed Feb 06, 2008 4:43 am
Location: Denmark

Post by Jeppe »

These arises if you do not have METASTAGE.
maybe you can create this enviorenment variable:
DS_NO_PROCESS_METADATA value: 1
- Jeppe Sørensen
Grundfos A/S
DK-Denmark
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's no such thing as MetaStage in version 8. Process metadata do get collected in version 8, and stored. They can be used by, among other things, the Resource Estimation tool.

It would appear that, in the case being reported here, either the collection of the process metadata has gone awry or the process metadata have been collected OK but somehow lost in the Repository - whatever is seeking to retrieve them is looking in the wrong place. Whatever the problem here is, it's one for the vendor.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Jeppe
Premium Member
Premium Member
Posts: 5
Joined: Wed Feb 06, 2008 4:43 am
Location: Denmark

Post by Jeppe »

Sorry - this is just the explanation I got from support.
This is what they wrote:
This is an internal mechanism which runs and collects information for MetaStage, if you do not have MetaStage or do not wish Process MetaData to be gathered you can safely turn these messages off.

But never mind - no harm done.
- Jeppe Sørensen
Grundfos A/S
DK-Denmark
Post Reply