Search found 53125 matches
- Thu Sep 15, 2011 1:43 am
- Forum: General
- Topic: To get the logs for all the jobs
- Replies: 4
- Views: 1386
If you follow best practice logs ARE stored in RT_LOGnnn files in version 8. IBM realized that storing them in the common metadata repository imposed to great an overhead, and now provide RTLogging and ORLogging settings (per project) and recommend that you use RTLogging - that is, logging in local ...
- Thu Sep 15, 2011 1:41 am
- Forum: IBM QualityStage
- Topic: Standardization Warning
- Replies: 7
- Views: 2335
- Thu Sep 15, 2011 1:39 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Constructing Processing Instructions in DataStage
- Replies: 3
- Views: 2702
- Wed Sep 14, 2011 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fillereading
- Replies: 6
- Views: 1512
- Wed Sep 14, 2011 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Where is "Key Change" option in the new transforme
- Replies: 3
- Views: 1779
- Wed Sep 14, 2011 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stage variable max length
- Replies: 4
- Views: 1463
- Wed Sep 14, 2011 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ade files created in the /tmp folder
- Replies: 10
- Views: 4683
- Wed Sep 14, 2011 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limitation on space usage in a DataStage project
- Replies: 6
- Views: 2983
- Wed Sep 14, 2011 3:24 pm
- Forum: IBM QualityStage
- Topic: Standardization Warning
- Replies: 7
- Views: 2335
- Wed Sep 14, 2011 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml performance
- Replies: 13
- Views: 3232
- Wed Sep 14, 2011 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning
- Replies: 2
- Views: 878
Learn about partitioning. Parallel stages that are not constrained to execute in a node pool will executed in every node in the default node pool. The score will show which node handles each sequential stage. Partitioning controls which rows of data go to which nodes, not the nodes on which a partic...
- Wed Sep 14, 2011 12:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Duplicates ---Uncommon Scenario
- Replies: 16
- Views: 6620
Your first requirement could be met by a Remove Duplicates stage preserving the First record from each group, assuming the data are sorted correctly. You specified removal of the asterisk, but the output in your example preserved the asterisk. Removal is most easily effected by a Convert() function....
- Tue Sep 13, 2011 8:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looking for ideas/suggestions
- Replies: 13
- Views: 4221
- Tue Sep 13, 2011 7:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS Error and problem
- Replies: 2
- Views: 836
- Tue Sep 13, 2011 7:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating from Linux to AIX
- Replies: 2
- Views: 1520
Re: Migrating from Linux to AIX
This almost certainly suggests that the C++ compiler has not been correctly installed or that, if it has, it (or its environment variables) has not been correctly configured. Do you get compile-time errors with these jobs? Does the Transformer stage have any flags set in the Build tab of stage prope...