Search found 53125 matches

by ray.wurlod
Wed Jan 18, 2012 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data in Sequential File stage
Replies: 1
Views: 1347

The configuration does not contain the invoking node bldbt75041. If you start the job on node bldbt75041 then at least one of the nodes in the configuration must have this node as its fastname. This becomes known as the conductor node. You can force all processing to occur on dpengep1 if you wish, b...
by ray.wurlod
Wed Jan 18, 2012 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with 'Ceil' function
Replies: 7
Views: 3251

Meantime as a workaround

Code: Select all

Int(noMonths / 12 + 1)
by ray.wurlod
Wed Jan 18, 2012 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Error - Illegal value for init: .
Replies: 4
Views: 1307

I suspect that this was the initialization pane for stage variables. So illegal value for init is a perfectly valid error message.
by ray.wurlod
Wed Jan 18, 2012 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic table loading
Replies: 4
Views: 1184

The sequence has two jobs, one to read the table name based on the file name (presumably a sequence parameter) and load that into its user status area. The second job does the load, with the table name passed as a parameter value whose value is obtained from the $UserStatus activity variable of the ...
by ray.wurlod
Wed Jan 18, 2012 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 6029

Does the metadata in the link properties mention these columns that it's "not considering"?
by ray.wurlod
Wed Jan 18, 2012 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource & Scratch Disk
Replies: 7
Views: 3155

No. Communications are established between the relevant player processes (the operators on each end of the link in which repartitioning is occurring) and they pass data to other nodes using APT_Communicator class (if I remember correctly) using TCP port numbers beginning at 11000 by default (again i...
by ray.wurlod
Wed Jan 18, 2012 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To pass job parameter in a SQL file
Replies: 4
Views: 1447

In a sequence read the value then pass it to a job that includes parameterized SQL within the job design itself. Or have the sequence generate the entire SQL statement and pass that to the job as a parameter.
by ray.wurlod
Wed Jan 18, 2012 2:44 pm
Forum: General
Topic: Version 8.5 vs 8.7
Replies: 3
Views: 1344

I have just finished installing just that combination. We went with 8.7 primarily because of the workflow feature in Business Glossary - the client prefers to have a Development Glossary that other users can't see, plus a governance (approval) process for publishing terms from there.
by ray.wurlod
Wed Jan 18, 2012 2:40 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA reporting with SQL
Replies: 6
Views: 2835

I doubt it.

These "cryptic names" are generated (guaranteed unique) keys to other tables in the metadata repository database.
by ray.wurlod
Wed Jan 18, 2012 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To pass job parameter in a SQL file
Replies: 4
Views: 1447

Why would you ever expect it to work? The scope of a job parameter is the job itself. The SQL file is external to the job.
by ray.wurlod
Wed Jan 18, 2012 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 2791

Make your VarChar larger in the job metadata.
by ray.wurlod
Wed Jan 18, 2012 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic table loading
Replies: 4
Views: 1184

Do the lookup in a sequence and pass the table name to the job as a parameter.
by ray.wurlod
Wed Jan 18, 2012 3:00 am
Forum: General
Topic: Job properties
Replies: 1
Views: 1248

Job control is the old way of doing it. You end up adding source code to run jobs. You can edit this code using DataStage API functions. However, it is NOT an alternative to a job design, it is completely separate from the code you might place in a Transformer stage. On that basis, your question abo...
by ray.wurlod
Wed Jan 18, 2012 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource & Scratch Disk
Replies: 7
Views: 3155

(What James said)... and, should you ever need to re-partition, you will need to move rows across the network.
by ray.wurlod
Tue Jan 17, 2012 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filepattern - reading list of files
Replies: 18
Views: 6029

Worth logging in today. Learned something.