Search found 53125 matches

by ray.wurlod
Fri May 06, 2011 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSN,PLUGIN ISSUE
Replies: 21
Views: 10259

Hmm. George last posted in 2007. He may have nodded off by now.
by ray.wurlod
Thu May 05, 2011 11:57 pm
Forum: General
Topic: Too many (99) Data Source specifications in config file
Replies: 5
Views: 2146

Take a look at the source code for DS.CONNECT.

In that routine ($DSHOME/BP/CONNECT) there is the declaration
equ MAX.DS.DEFS to 99

This is the cause of the issue in using the test utility. I guess you could change it maybe to 200.
by ray.wurlod
Thu May 05, 2011 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 23599

My doctor told me to stay away from cigarettes, so I bought a cigarette holder. In general avoid BASIC Transformer because of their overhead, but if there's no other way... (Like avoiding sorting unless it's necessary.) The Variables you found in the stage properties are actually the stage variables...
by ray.wurlod
Thu May 05, 2011 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I clear logs for whole project at once
Replies: 7
Views: 2794

Does your batch job destroy or preserve the control records such as \\PURGE.SETTINGS ?
by ray.wurlod
Thu May 05, 2011 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header/Detail file
Replies: 11
Views: 3636

Add a unique key, such as the line number from the source file. (The Sequential File stage can generate the line number for you, via its Row Number Column property.)
by ray.wurlod
Thu May 05, 2011 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 23599

The user status value is stored in one of the RT_... hashed files in the local DataStage repositories. I have not been able to find anything in the DataStage C API for accessing it. Would a BASIC Transformer be really that bad?
by ray.wurlod
Thu May 05, 2011 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header/Detail file
Replies: 11
Views: 3636

Read the file using a single VarChar column. Use a downstream Transformer stage to split the rows according to record type and to parse the different record types differently on those outputs. This has the added advantage that your read is not delayed by parsing, and that your parsing is occurring i...
by ray.wurlod
Thu May 05, 2011 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage os Space function
Replies: 1
Views: 1043

There is actually a cost, that of evaluating the function every row. So a comparison against the literal string will be slightly more efficient. Many instances of "slightly" add to a useful amount. For a slightly more complex example, initialize a stage variable to the result of the functi...
by ray.wurlod
Thu May 05, 2011 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I clear logs for whole project at once
Replies: 7
Views: 2794

1. No.

2. Not safely, except by recycling the Engine.
by ray.wurlod
Thu May 05, 2011 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration from OWB to Datastage
Replies: 1
Views: 1258

Welcome aboard.

IBM has some (free?) tools to help with this exercise. Get in touch with your IBM business partner or account rep. They get an "incentive" to steal customers from Oracle, so should be keen to help.
by ray.wurlod
Thu May 05, 2011 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to set output decimal field value
Replies: 5
Views: 5708

Maybe you're looking in the wrong field. They are numbered from zero.
by ray.wurlod
Thu May 05, 2011 3:35 pm
Forum: General
Topic: Job locked
Replies: 9
Views: 8113

You can, but I'm surprised you didn't find the session when managing sessions through the Web Console for Information Server. The session ID is the long hex number reported on the "job locked" message in Designer or Director. The locks in XMETA are stored in a table called XMETALOCKINFO - ...
by ray.wurlod
Thu May 05, 2011 3:32 pm
Forum: General
Topic: Error Calling Subroutine in DataStage Director
Replies: 12
Views: 13390

81002 might be as simple as your inactivity timeout triggering.
by ray.wurlod
Thu May 05, 2011 3:30 pm
Forum: General
Topic: Version Control vs Information Server 8.5 functionality
Replies: 4
Views: 2668

I've actually moved on from that shop; hopefully one of its denizens will answer your questions. They know who they are, and they do visit DSXchange. Deepak? My current client is still migrating from 8.1 to 8.5 and therefore not yet in a position to implement source code control through ISM, though ...
by ray.wurlod
Thu May 05, 2011 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple NLS settings
Replies: 1
Views: 917

NLS settings can not be parameterized.