Search found 53125 matches

by ray.wurlod
Sat Oct 10, 2009 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between UniVerse & XMETA
Replies: 6
Views: 3462

UniVerse is a database product (as is DB2, as is Oracle and so on). Until recently UniVerse was owned by IBM, though they've now sold it. UniVerse was the original engine and metadata store for DataStage. Version 8.0 of DataStage introduced the unified (for all products in the Information Server sui...
by ray.wurlod
Sat Oct 10, 2009 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Throwing bad value
Replies: 2
Views: 1276

Is the error message actually DSJE.BADVALUE ?

If so, you have provided a value for a job parameter that is not a legal value, for example "FRED" if the parameter type is Date.
by ray.wurlod
Sat Oct 10, 2009 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run-time error '91'
Replies: 9
Views: 4106

What happens if you export the project using a dscmdexport command?
by ray.wurlod
Sat Oct 10, 2009 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing First Record Differently Than Others
Replies: 5
Views: 1573

Or read the file as a single string per row, and parse the different record types in a downstream Transformer stage.

Or read the file parsed according to RecordType2 metadata, with missing columns rules in place, and handle RecordType1 in the downstream Transformer stage.
by ray.wurlod
Fri Oct 09, 2009 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 9479

I normally use isadmin, who has been given DBA privileges in XMETA. Or db2admin, ditto.
by ray.wurlod
Fri Oct 09, 2009 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Logging in routine called in sequencer
Replies: 1
Views: 1027

There is no way to implement "no logging".

Auto-purge will not help, because this is only triggered by successful completion of a job.

However, it is perfectly safe to submit a partial or full log purge request even if a job is running.
by ray.wurlod
Fri Oct 09, 2009 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing DSEngine/dsdlockd.log
Replies: 15
Views: 9981

You don't "need" to execute uvdlockd (or its replacement, dsdlockd) at all.

Configure the deadlock daemon to auto-start. This can be done from the DEADLOCK.MENU or by editiing the dsdlock.config file.
by ray.wurlod
Fri Oct 09, 2009 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Record Delimiter as " " Issue
Replies: 1
Views: 1946

Does the last line in the file have its record terminator character? This error often occurs when it doesn't, but is expected to be there.
by ray.wurlod
Thu Oct 08, 2009 10:09 pm
Forum: IBM QualityStage
Topic: Match designer Error when updating
Replies: 6
Views: 11456

Welcome aboard. Resolve it the same way - make sure that the output from the Match Frequency stage (which includes these qf... columns) makes it in to the Data Set.
by ray.wurlod
Thu Oct 08, 2009 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert WSMQ.MSGID to hex
Replies: 1
Views: 1526

Re: Convert WSMQ.MSGID to hex

laxmig21 wrote:I cannot use MQ Stage as we are trying to connect to remote queue.
It is my understanding that the MQ Stage in version 8 CAN connect to remote queues. It can certainly connect to remote (that is, not co-resident) MQ servers.
by ray.wurlod
Thu Oct 08, 2009 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_DUMP_SCORE enable good for 50 to 200 million rows
Replies: 5
Views: 1669

APT_DUMP_SCORE causes one record to be written to the job log. This may increase your job execution time by a millisecond or so. APT_NO_PART_INSERTION prevents DataStage from inserting partitioners where they are required, which will probably lead to incorrect results (and performance is a non-issue...
by ray.wurlod
Thu Oct 08, 2009 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle metadata imports improper field size
Replies: 5
Views: 1658

Prefer importing Oracle table definitions using the Orchestrate orchdbutil facility. It is known to be more accurate in how it retrieves metadata.
by ray.wurlod
Thu Oct 08, 2009 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 9479

There is also a table in XMETA recording existence and location of projects - you may need also to delete the pertinent row from this table. The table name includes the string "PROJECT" so it should be easy to find.
by ray.wurlod
Thu Oct 08, 2009 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: login log
Replies: 1
Views: 957

No such records are kept. You might like to lodge an enhancement request, either through DSXchange or through your support provider.
by ray.wurlod
Thu Oct 08, 2009 3:48 pm
Forum: General
Topic: DataStage 8.x Connection Problems
Replies: 6
Views: 3233

When you were in the Web Console for Information Server and, having created the user definition, did you scroll down and click "Save and Close"? Changes made on the screen are not automatically saved, and the "Save and Close" button is not visible by default, you have to scroll d...