It remains the case in 7.5 that compilation from the command line is not supported.
There is a tool called "multi-job compile" that you can access from the Tools menu of the Designer client; this may be the "new feature" that you read about. But it's still executed from a DataStage client.
Search found 53125 matches
- Thu Aug 25, 2005 5:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling in DS 7.5
- Replies: 11
- Views: 2962
- Thu Aug 25, 2005 5:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flattening UV multivalues
- Replies: 4
- Views: 1233
How do you make sure that all associations of multivalued fields are properly defined in the file dictionary for a hash file? For any multi-valued field that has an association name in field #7 of its dictionary entry, ensure that there exists a phrase of that name in the same dictionary that refer...
- Thu Aug 25, 2005 5:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data has been truncated
- Replies: 5
- Views: 1865
- Thu Aug 25, 2005 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instance of a job
- Replies: 6
- Views: 2969
Code: Select all
dsjob -run -mode NORMAL -param1=<parameter1> -param2=<parameter2> -warn <warning limit> -jobstatus <project name> <job name>.<invocationID> - Thu Aug 25, 2005 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: buildop question - null handling within a function
- Replies: 1
- Views: 727
None! Sounds like a good question to post on ADN
- Thu Aug 25, 2005 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding Dataset
- Replies: 8
- Views: 2208
- Thu Aug 25, 2005 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetStageLinks
- Replies: 6
- Views: 1609
- Thu Aug 25, 2005 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning when using Sequential Fileproperty Row Number Column
- Replies: 1
- Views: 1164
The message itself says it all. Check the schemas rather than the "SQL" column definitions. At one point you have the column declared as an unsigned long integer (uint64); subsequently you load that value into a column designated as a signed integer (int32). The warning alerts you to the fact that n...
- Thu Aug 25, 2005 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Go through a text file and Retrieve Names from columns
- Replies: 3
- Views: 1258
- Thu Aug 25, 2005 12:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Copy Stage from One Job to other
- Replies: 6
- Views: 1229
There's nothing special you need to do. Can you copy/paste within the same job? When you use the right mouse button on a stage, do Copy, Cut and Paste appear in the pop-up menu? Can you use copy/paste in other (ideally non-Microsoft) applications? If not, probably the easiest "solution" is to uninst...
- Wed Aug 24, 2005 11:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-28002: the password will expire within 15 days
- Replies: 4
- Views: 2529
- Wed Aug 24, 2005 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when compiling job with "Occurs" clause
- Replies: 5
- Views: 1730
- Wed Aug 24, 2005 11:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSGetStageLinks
- Replies: 6
- Views: 1609
- Wed Aug 24, 2005 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Test Cases for DS Jobs
- Replies: 3
- Views: 1192
Welcome aboard! :D I suspect whoever imposed the requirement for test cases meant that you need to be able to prove: that the jobs are identical on each machine that, given the same source data, the jobs will produce identical results on each machine Performance comparisons don't really come into it...
- Wed Aug 24, 2005 8:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing jobs from command prompt
- Replies: 4
- Views: 1105