Search found 42189 matches

by chulett
Wed Oct 29, 2014 8:10 am
Forum: General
Topic: mv Unix command is not working in EC stage
Replies: 3
Views: 1258

Do you have any idea what it is doing and why it worked?

People, don't just hand out code - at the very least explain what it is you are handing out as well. :?
by chulett
Wed Oct 29, 2014 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML - The prefix 'soap' is not declared.
Replies: 1
Views: 1133

It's hard to teach someone XML with a forum post or twelve. Do you have anyone you work with who can help you with the basics? You have a "namespace" issue.
by chulett
Mon Oct 27, 2014 10:52 pm
Forum: General
Topic: Decrypt Oracle password to connect an Oracle instance
Replies: 4
Views: 1830

:!: Ask for access. If it is something that you need to do your job there's no reason it won't be granted. Rather than attempting to get the owner's password, what you should see about getting set up is an account for you and then have SELECT access granted on those tables to you. Pretty standard st...
by chulett
Mon Oct 27, 2014 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not getting desired result when using Change Capture stage
Replies: 4
Views: 2075

Sorry, I added the code tags so at least it was semi-readable but wasn't in the mood for the tedious 'tidy up' part.
by chulett
Mon Oct 27, 2014 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Added field has duplicate identifier(): X
Replies: 6
Views: 6791

So, none of the twenty other posts here which mention that error helped at all?
by chulett
Mon Oct 27, 2014 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncation warning
Replies: 5
Views: 2684

It is exactly like that. :wink:
by chulett
Mon Oct 27, 2014 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create this PIVOT
Replies: 2
Views: 2551

Transformer looping, if your version supports that.
by chulett
Mon Oct 27, 2014 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to put this logic to Datastage Transformer
Replies: 6
Views: 5741

So... a continuation / offshoot of this post it would seem.
by chulett
Sun Oct 26, 2014 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Summarize entries based on multiple fields
Replies: 5
Views: 3831

OK, so what you tried is in the first post? Group by the account number and aggregate the two values, putting the 'C' values in one field and the 'D' values in the other. If you don't have any for a particular type that sum will be zero or will need to be made zero. I don't see a need to carry the '...
by chulett
Sun Oct 26, 2014 2:14 pm
Forum: General
Topic: Decrypt Oracle password to connect an Oracle instance
Replies: 4
Views: 1830

Re: Decryp Oracle passwd to connect an Oracle instance

it has not been possible for me to find out the pasword to connect to an oracle instance Why is that... the owner doesn't know it? The DBA? Worst case why not simply have a new one assigned? Yes, the "encryption" DataStage uses for passwords is pretty weak so they can be decrypted and som...
by chulett
Sun Oct 26, 2014 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert 1 byte EBCDIC field to its HEX display value
Replies: 2
Views: 2394

Thank you for posting your solution.
by chulett
Sat Oct 25, 2014 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading sequential file in the order of file
Replies: 7
Views: 3224

Output order being different from input order is a whole 'nuther kettle of fish, as Eric notes. If all you are doing is reading from and writing to a flat file, what in the heck about that requires a four node parallel job? Server job will be up and out of the house before the PX job finishes putti...
by chulett
Fri Oct 24, 2014 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading sequential file in the order of file
Replies: 7
Views: 3224

The thing is it's kind of hard to not read a sequential file in order - in sequence - after all that's the very nature of sequential media. What makes you think that isn't happening? Are you sure the data isn't getting sorted / repartitioned after the read in the job? Do things look better if you ru...
by chulett
Fri Oct 24, 2014 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Summarize entries based on multiple fields
Replies: 5
Views: 3831

What are the rules if there is only one type of transaction? Or if the sum of the credit amount is not higher than the debit amount?