Search found 42189 matches

by chulett
Mon Sep 15, 2014 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Segment Violation Error
Replies: 12
Views: 5101

Moved this one, took care of the extras.
by chulett
Mon Sep 15, 2014 7:19 am
Forum: Site/Forum
Topic: Points Per Post
Replies: 7
Views: 9971

5.10626668035311

Still hoping I can cash them in for a pony.
by chulett
Sun Sep 14, 2014 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 2932

Me, I'd need the last two rows explained. Up to that point it's just a running total and then suddenly... it's not. :?

Always best to spell your transformation requirements out in words. This rather than forcing people to puzzle them out.
by chulett
Sat Sep 13, 2014 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

'Processed individually' confirms my fear - they cannot be spilt up as a post activity - they have to be built in those smaller pieces so they are viable XML files. I had to do something like this "back in the day" when producing search results for Google, they imposed a limit on the file ...
by chulett
Fri Sep 12, 2014 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

Not really sure why you felt the need to repeat all that nor how DataStage would have any clue what size the file will be once it has been zipped. And all I meant was the fact that an XML file cannot simply be chopped up into pieces and still have those pieces usable as individual files. So I was as...
by chulett
Fri Sep 12, 2014 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Extract Performance
Replies: 3
Views: 1617

qt_ky wrote:Your job type says server but you mention the Copy stage.
Corrected.
by chulett
Fri Sep 12, 2014 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 12983

Will these pieces be put back together before being processed? If they'll be processed individually then you can't simply "split" them.
by chulett
Fri Sep 12, 2014 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 1984

I meant for both the source and target... still the same answer?
by chulett
Fri Sep 12, 2014 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 1984

What are the charactersets involved?
by chulett
Fri Sep 12, 2014 7:30 am
Forum: General
Topic: Character set issue during import
Replies: 1
Views: 818

Since you've yet to start a post here, let's get some vitals from you - DataStage version and Server O/S in particular. I'd also be curious what error you had while importing. And not really sure what you mean by your sentence. I for one would appreciate it if you could rephrase it. while importing ...
by chulett
Thu Sep 11, 2014 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with reading XML file
Replies: 16
Views: 6523

Huh... always thought it was best to use the xsd rather than the actual file for metadata as the file may not have all occurrences of elements in it. I guess you solve that with asking for a 'formal instance' of the file? :?
by chulett
Thu Sep 11, 2014 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing issue in DB2 connector in 8.7 bulk load
Replies: 2
Views: 2261

Did you look up that error code? Seems a strange one to be coming from a bulk load, are you certain you have all of your metadata correct?

Note that I'm not familiar with DB2 so perhaps it will make more sense to others out there.
by chulett
Thu Sep 11, 2014 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run DB2 RUNSTAT
Replies: 3
Views: 2091

Sounds like you're calling this in the 'normal SQL' area. It would need to be in either the before or after SQL (which does not expect a result set) and let the stage do a simple select from some innocuous table to keep it happy. Heck, it could even do something like "where 1=2" to ensure ...
by chulett
Thu Sep 11, 2014 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 11591

olgc - let's keep your question in one place rather than repeating it when you find a similar topic from the past. This one is much more 'on topic' so I removed your post in the other thread.

Thanks.