Search found 42189 matches

by chulett
Thu Feb 07, 2013 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora-1406: Unusual problem
Replies: 10
Views: 8650

That's really all you needed to confirm, that the field is set to hold 5 bytes. The other is CHAR semantics. Lots of articles out there in the wild on the difference, for example here or you should be able to have a chat with your DBA on the subject.
by chulett
Thu Feb 07, 2013 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora-1406: Unusual problem
Replies: 10
Views: 8650

You already know the precison - a VARCHAR2(5) has a precision of 5. However, it would be good to know if that is 5 bytes or 5 characters and that depends on the "semantics" used. Toad will show that as VARCHAR2(5) BYTES but you can always check with your DBA. Sounds like you have a charact...
by chulett
Thu Feb 07, 2013 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse Pivot
Replies: 6
Views: 2217

You don't need an "exact post". You have Pivot stages to work with and now you know this is called a "vertical" pivot - a.k.a. rows to columns. You'll find a full discussion of this in the product documentation or online here.
by chulett
Thu Feb 07, 2013 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora-1406: Unusual problem
Replies: 10
Views: 8650

So, two different tables and one throws the truncation error or two different jobs selecting from the same table where one works and one doesn't? Assuming the former, do your table have any "unbound" numbers (without a precision specified) or LOB columns? Those are typically involved in a ...
by chulett
Thu Feb 07, 2013 8:14 am
Forum: General
Topic: Datastage Decryption Error ( No secret key)
Replies: 6
Views: 2015

Ok... not really sure what might be wrong. Is DataStage running on that same drive letter, E: ?
by chulett
Thu Feb 07, 2013 8:08 am
Forum: General
Topic: Installing DataStage client 7.1, 7.5.1 and 8.7 in Windows 7
Replies: 3
Views: 2451

If you really want to be able to support your client across old DS client versions like that, I would suggest you either dual-boot to XP or if you have Windows 7 Professional, Ultimate or Enterprise you can download Windows XP Mode for free. Of course, you could always just try it and see if you hav...
by chulett
Wed Feb 06, 2013 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number generation issue in target database
Replies: 18
Views: 8458

:!: Guys, please stop with the constant "Reply with quote" action. Save it for when it actually serves a purpose, otherwise please use the perfectly lovely Reply to topic link that doesn't repeat everything from the previous post. And that also saves me from having to run around and clean ...
by chulett
Wed Feb 06, 2013 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequenzialization of 2 OCI stage
Replies: 3
Views: 1334

Correct, it does become false in that scenario. DataStage is fully aware of these "process breaks" and the dependancies on both sides of them. So all writes to a passive stage would need to complete before reading from that same passive stage would be able to start - unless something speci...
by chulett
Wed Feb 06, 2013 8:12 am
Forum: General
Topic: Attempting to Cleanup after ABORT raised in job ..jobcontrol
Replies: 2
Views: 3596

What are you running in the Execute Command stage and what does it return? What compile options have you enabled in the Sequence?
by chulett
Wed Feb 06, 2013 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequenzialization of 2 OCI stage
Replies: 3
Views: 1334

Short answer? Yes!
by chulett
Wed Feb 06, 2013 8:00 am
Forum: General
Topic: Datastage Decryption Error ( No secret key)
Replies: 6
Views: 2015

Again, how are you "calling" the batch file? Using the Execute Command stage in a Sequence job?
by chulett
Tue Feb 05, 2013 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 12527

Your XML is being parsed correctly so the full pathname must be coming in from the ESS correctly or the XML Input stage wouldn't be reading it. I suspect this bit: Transformer : 2 fields , 1 input file_name(getting from ESS) and 2nd getting only filename(created in transformer) I would take a hard l...
by chulett
Tue Feb 05, 2013 10:26 am
Forum: General
Topic: XML Stage vs XML Pack
Replies: 15
Views: 3455

You shouldn't have any issues with a 30MB file... I only started having problems with the old stages around the 200-300MB size range. The new stage being (from what I understand) a streaming stage should not have any such issues. And by "issues" I mean of the "fall over dead" var...
by chulett
Tue Feb 05, 2013 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error : Cannot find Job
Replies: 4
Views: 1641

That is the way. Your only "alternative" is to contact your official support provider and get their help in re-syncing your repositories.
by chulett
Tue Feb 05, 2013 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert,update,insert/update on same table in same job
Replies: 5
Views: 2464

I'm curious, does the Server job use four links to a single target?