Search found 42189 matches
- Sun Nov 01, 2009 6:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To get loaded count in DB2 table
- Replies: 10
- Views: 2651
- Sun Nov 01, 2009 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Stage Min & Max
- Replies: 9
- Views: 5675
- Sat Oct 31, 2009 9:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help DataStage Problem C Stage PlunIn function
- Replies: 9
- Views: 1813
I would assume this is coming from the DB2 stage as the job is allegedly just two of those with a transformer in-between. As I've said, I've seen this before - when you have multiple Oracle stages in a job with a mixture of OCI8 and OCI9 stages, they don't play well together and can log this error. ...
- Sat Oct 31, 2009 10:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ole server error in merge stage
- Replies: 3
- Views: 1728
- Sat Oct 31, 2009 8:57 am
- Forum: Data Integration
- Topic: insert into new row with max of effdate
- Replies: 1
- Views: 8274
- Fri Oct 30, 2009 9:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage - Configuring Record delimiter
- Replies: 21
- Views: 10822
Don't bother, won't work. Created a small test file and not having much luck getting it to handle the 'short read' you need to do. So far.vivekgadwal wrote:I will try the '00A' approach, but as I told you, the tool is throwing an exception and saying it is expecting nothing more than one character in that option
- Fri Oct 30, 2009 8:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLogDetail syntax
- Replies: 5
- Views: 2089
- Fri Oct 30, 2009 8:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lkp_1,0: Operator terminated abnormally: received signal SIG
- Replies: 11
- Views: 5780
- Fri Oct 30, 2009 8:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage - Configuring Record delimiter
- Replies: 21
- Views: 10822
This symbol? :? CHAR(10) would be a LF but you shouldn't have to use a function to specify it. A CR is a CHAR(13) btw. I don't use this stage and the documentation is a little sparse, so I'm gonna have to guess on a couple of things. You may need to change the Record Type from Fixed to Variable sinc...
- Fri Oct 30, 2009 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLogDetail syntax
- Replies: 5
- Views: 2089
- Fri Oct 30, 2009 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage - Configuring Record delimiter
- Replies: 21
- Views: 10822
You might be better off finding out why you have short records. Fixed is fixed and that means each record needs to always be just that - a fixed constant length. Can you verify if they start off that way on the source system? FTP can strip rather than preserve trailing spaces in records and thus hor...
- Fri Oct 30, 2009 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt regarding Aggregator
- Replies: 11
- Views: 4773
- Fri Oct 30, 2009 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_uvput() error with a valid value
- Replies: 9
- Views: 3832
As have I. And the only time I've had issues, they were easily isolated and repeatable, not something that goes away on a rerun. That seems to imply a resource issue more than anything else, but only in this job? :? I'm gonna need to ponder this, not sure where to go next. Hopefully someone else wil...
- Fri Oct 30, 2009 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I use job parameters with the XML output stage
- Replies: 2
- Views: 860
Sure! You'll need to enter it manually enclosed in pound/hash signs but it will work just fine. You can even hard-code some portion and parameterize another: /this/that/Big_old_file_#P_XML_FILENAME#_name.xml Where P_XML_FILENAME is a Job Parameter's name. As a general rule of thumb, we parameterize ...
- Fri Oct 30, 2009 2:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_uvput() error with a valid value
- Replies: 9
- Views: 3832