Search found 53125 matches
- Sun Jan 06, 2008 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how it will work the SCD stage
- Replies: 5
- Views: 1167
- Sun Jan 06, 2008 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job sequencer
- Replies: 7
- Views: 1937
Grammar Notes In English sentences begin with a capital letter. The present tense plural form of the verb "to be" is "are", not "r". The first person singular pronoun is always capitalized: that is, "I". I believe that what you meant by "prallely" is "in parallel". There is no adverb of which I am ...
- Sun Jan 06, 2008 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job sequencer
- Replies: 7
- Views: 1937
- Sat Jan 05, 2008 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: usage of Server shared container in parallel job
- Replies: 5
- Views: 1393
It can be done, provided all the preparation (HS.ADMIN etc) has been done and there are no I-types mentioned in the SQL (which will throw "compiled by incompatible compiler" errors). And you must have a UniVerse ODBC driver - it does not install with DataStage, therefore you must have genuine UniVer...
- Sat Jan 05, 2008 6:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nodes
- Replies: 4
- Views: 1479
- Sat Jan 05, 2008 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: usage of Server shared container in parallel job
- Replies: 5
- Views: 1393
You can't, unless you have an ODBC driver for UniVerse. All ODBC references from parallel jobs go through a driver - there's no concept of bypassing the driver on the basis of DBMSTYPE = UNIVERSE. But it remains the case that you can not introduce any blocking operation; that is, a passive stage wit...
- Sat Jan 05, 2008 6:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Failure
- Replies: 2
- Views: 906
- Sat Jan 05, 2008 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: usage of Server shared container in parallel job
- Replies: 5
- Views: 1393
All of the rules are in Chapter 2 of the Parallel Job Developer's Guide You are attempting to violate one of the fundamental principles of parallel job design by introducing a blocking operation - the output of the Hashed File stage can not be opened until its Input has been closed. This is totally ...
- Sat Jan 05, 2008 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_JOBOBJECTS does not exist
- Replies: 1
- Views: 1285
- Sat Jan 05, 2008 2:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: debuggin
- Replies: 1
- Views: 628
There is no interactive debugger available for parallel jobs (though there is one for server jobs). You can compile the parallel job in trace mode, set on the Execution tab of job properties where you can also set a row limit per node, then run the job and examine a trace of column values handled by...
- Sat Jan 05, 2008 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle rollback datastage
- Replies: 6
- Views: 2219
Not via rollback since you commit in job #2. What you need to do is to include some mechanism for identifying the rows that are loaded (such as a unique run ID or a timestamp) and delete these should that become necessary. If you need to "rollback" updates or deletes, it becomes a little more convol...
- Fri Jan 04, 2008 10:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure Stage - Compilation issue
- Replies: 2
- Views: 920
- Fri Jan 04, 2008 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamically generation sequential file
- Replies: 14
- Views: 3992
Easy enough. One job to create the files, the other to distribute the data between them using constraints in a Transformer stage and job parameter references. The second job will make use of job parameters, and have as many output links as there are files (probably more output links - as many as the...
- Fri Jan 04, 2008 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LookUp Problem
- Replies: 7
- Views: 1607