Search found 53125 matches

by ray.wurlod
Wed Feb 17, 2010 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to update the job version number automatically
Replies: 6
Views: 3685

The new tool in 8.1 (Information Server Manager, command line istool) does not change the job version. It can be changed manually in Designer.

The version number is stored in the ROOT record for the job in DS_JOBOBJECTS. Do not ever change the first component!
by ray.wurlod
Wed Feb 17, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding WAS service
Replies: 3
Views: 1351

(I guessed that the OP knew the command.)
by ray.wurlod
Wed Feb 17, 2010 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API stage running very slow
Replies: 4
Views: 2274

API stage does not run in parallel.
by ray.wurlod
Wed Feb 17, 2010 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MetaData Information for DataStage
Replies: 5
Views: 2444

Of course it's possible. IF you know the structure of these tables. The structure of these tables (a) is undocumented and (b) is different in different record types.

We've been able to tease out some of the more critical items of information but definitely not all of it.
by ray.wurlod
Wed Feb 17, 2010 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any limitation on size when using Iconv and Oconv with "
Replies: 29
Views: 7641

EXACTNUMERIC can be set up to - from memory - 57. It's safe to do. The default comes from the days when UniVerse was first created (1984) and computer memory was an issue.

Since the largest unsigned BigInt is 18,446,744,073,709,551,616 (20 digits) then your value should be at least 20.
by ray.wurlod
Wed Feb 17, 2010 1:17 pm
Forum: General
Topic: Job Aborting with ORCHESTRATE/SIGNT
Replies: 3
Views: 4063

Find out which variable is not being set in the script. Use echo statements in the script.
by ray.wurlod
Wed Feb 17, 2010 1:16 pm
Forum: General
Topic: DataStage Log
Replies: 4
Views: 1939

Surely re-inventing something in the public domain is wasting your client's money?

You can go about it any way you'd like. I'd use a server job that traversed the repository (DS_JOBS table) and used DataStage function DSGetJobInfo() in a routine to yield the required timestamps.
by ray.wurlod
Wed Feb 17, 2010 1:12 pm
Forum: General
Topic: Check if a job has been compiled?
Replies: 4
Views: 1803

Not really. DS_AUDIT shows the date/time modified. Compiled does not count as modified. The Compiled status is recorded in the individual RT_STATUSnnn table for each separate job.

DS_AUDIT remains extant in version 8, but it seems that CLASS is no longer recorded correctly.
by ray.wurlod
Wed Feb 17, 2010 1:09 pm
Forum: General
Topic: job parameter
Replies: 4
Views: 1402

You can use a delimited string, but would need some mechanism within the job to parse it.
by ray.wurlod
Wed Feb 17, 2010 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MetaData Information for DataStage
Replies: 5
Views: 2444

Complete detail is available in the export file if you make sure to export properties that have default values and read-only components.
by ray.wurlod
Wed Feb 17, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE 01517
Replies: 6
Views: 4565

I doubt that U can help - he's working on an all-Oracle site.

The second person personal pronoun in English is spelled "you".

You might like to perform an internet search for the SQLSTATE value.
by ray.wurlod
Wed Feb 17, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: falied when i am opening client components
Replies: 2
Views: 951

Check that services for all three tiers are running.
by ray.wurlod
Wed Feb 17, 2010 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API stage running very slow
Replies: 4
Views: 2274

1. Separate the inserts and updates into separate streams.
2. Upgrade to version 8 and prefer DB2 Connector or DB2 Enterprise stage.
3. Execute in parallel mode if possible.
by ray.wurlod
Wed Feb 17, 2010 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMETA and UV
Replies: 3
Views: 3036

Once upon a time DataStage was created and used UniVerse (UV) for its engine and repository. At version 6.0 DataStage and UniVerse split, but each maintained the code base. They have diverged since then, though they retain a great deal of similarity. The DataStage engine was - quite creatively - cal...
by ray.wurlod
Wed Feb 17, 2010 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress Sequential File
Replies: 8
Views: 6373

You will need 21 output columns.