Search found 42189 matches

by chulett
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

Worst case, if you've got some mechanism to identify records per load (timestamp, batch/load number, etc) then you can compare the counts from the source and the target as an 'after' process.
by chulett
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

The only way it might work is if you add the 'Preserve Type' option and it seems that wasn't added until the 7.5.2 release. Let us know.
by chulett
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. ...
by chulett
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

Please post the complete, unedited error here and any other warnings or messages that seem pertinent. And a teensy bit of detail regarding your job design would be helpful, including details of your Merge stage usage.
by chulett
Sat Oct 31, 2009 8:57 am
Forum: Data Integration
Topic: insert into new row with max of effdate
Replies: 1
Views: 8274

:!: Please post questions unrelated to 'Data Integration' in other forums based on the type of job - there are specific forums for Server and Parallel issues, this isn't the proper place.

Thanks.
by chulett
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

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 :)
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.
by chulett
Fri Oct 30, 2009 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLogDetail syntax
Replies: 5
Views: 2089

Sorry, was working from memory. Forgot it was -logdetail from the command line and DSGetLogEntry from inside. :(
by chulett
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

Interesting, was not aware of that little tidbit. :wink:
by chulett
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...
by chulett
Fri Oct 30, 2009 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLogDetail syntax
Replies: 5
Views: 2089

Bring up the online help from inside Designer, switch to the Index tab and then type 'dsget'. They'll all be there just below you in the list, including DSGetLogDetail.
by chulett
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...
by chulett
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

They are in alpha order, so you'd need to keep going. There are 18 options in all and 'Preserve Type' is between 'Percent Coefficient of Variation Output Column' and 'Range Output Column'. If you don't see that, then I guess it was something added in 7.5.2 and you would get it if you upgraded.
by chulett
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...
by chulett
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 ...
by chulett
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

Hmmm... this one will be difficult to track down, I'm afraid. If you Reset the aborted job, do you get any additional 'From previous run...' information in the log?