Search found 53125 matches
- Fri Dec 22, 2006 9:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to improve to Ortacle Stage Performance
- Replies: 2
- Views: 1124
- Fri Dec 22, 2006 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Restartability within the StartLoop and Endloop stages
- Replies: 3
- Views: 1206
- Fri Dec 22, 2006 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can DataStage call Oracle APIs?
- Replies: 7
- Views: 2463
- Fri Dec 22, 2006 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformation validation
- Replies: 10
- Views: 2320
If you read the other posts on this "issue" you may be aware that the complete specification has not been given. There are MORE rules that invalidate all our suggestions. The other rules prohibit adjacent (and leading and trailing) otherwise-allowable non-alphanumeric characters. But, we argue, we a...
- Fri Dec 22, 2006 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Enterprise semi-colon clarification
- Replies: 13
- Views: 5576
- Fri Dec 22, 2006 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion from yy to YYYY
- Replies: 2
- Views: 1513
- Fri Dec 22, 2006 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Re-Build Repository
- Replies: 5
- Views: 3016
Search the forum for a post on using uvbackup command to determine whether any of the Repository tables is corrupted. If they are not, then you can safely proceed with the reindexing. If they are, then your recovery process will be a lot tougher - it may be worth deleting the project then restoring ...
- Fri Dec 22, 2006 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer in Parallel job
- Replies: 24
- Views: 7040
- Fri Dec 22, 2006 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Constraint and Rejects
- Replies: 8
- Views: 4430
So your non-reject links lead into other stage types that process them, while your Otherwise/Log link leads somewhere (a Sequential File stage perhaps, or a Copy stage with no outputs) where nothing happens. Or, if you simply want to discard these input rows, have no Otherwise/Log and no Reject link...
- Fri Dec 22, 2006 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot view Data from DS Designer
- Replies: 15
- Views: 4666
- Fri Dec 22, 2006 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installing visual studio c++
- Replies: 6
- Views: 1732
- Fri Dec 22, 2006 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: All the rows are written into log - how to avoid???
- Replies: 1
- Views: 905
1) The Peek stage has properties that determine how many rows will be logged. Amend these. 2) This job may have had only its executables exported, so that the import will have no design-time information. Or it may be that the job has become corrupted. If you have an export of the job design, try imp...
- Fri Dec 22, 2006 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while loading the metadata
- Replies: 3
- Views: 880
It loads generically. Visit the Layout tab in your table definition, and choose one of the other formats. Level will not be displayed - though it's always stored, because that is an accurate description of what was imported. Or you can right click on the Columns grid and choose Properties from the m...
- Fri Dec 22, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ds Transform and Production
- Replies: 7
- Views: 2156
That message says that DataTypePicS9 is being sought as a user-written routine, with a DSU prefix. But SDK routines are not cataloged with a DSU prefix. Thus, if you want to invoke the SDK routine your routine will require an appropriate DEFFUN declaration. Note also that Transforms can not be invok...
- Fri Dec 22, 2006 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: run dsjob.exe and return error code 81015
- Replies: 4
- Views: 3350
All of the 81xxx codes relate to the RPC mechanism. Using your Administrator client command window, or a telnet connection to DataStage on the server, execute the following command. Note that the error codes must be six digits. SELECT * FROM SYS.MESSAGE WHERE @ID = '081015'; Identifiers are case sen...