Search found 42189 matches

by chulett
Mon Feb 25, 2013 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load CLOB Column?
Replies: 5
Views: 3827

Thanks for posting that!
by chulett
Mon Feb 25, 2013 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 11
Views: 2977

Chastisement? Really? :(

Sorry, just being my normal anal self.
by chulett
Mon Feb 25, 2013 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture no of rows processed on link in parallel job
Replies: 18
Views: 5050

Clarify something for us - you need to get a link row count and then do what with it? Knowing that would help get you appropriate advice.
by chulett
Mon Feb 25, 2013 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hangs
Replies: 8
Views: 2840

OK. When it "hangs" have you ever just let it go to see how long it takes? Have you involved your DBA and/or SysAdmin to monitor your resources while the job runs?
by chulett
Mon Feb 25, 2013 8:26 am
Forum: IBM QualityStage
Topic: Phonetic Code Generation
Replies: 9
Views: 5113

Not any kind of helpful, I know, but I find it amusing that you are using one ETL tool to feed another. Seems to me either one should be able to do the whole task. [shrug]
by chulett
Mon Feb 25, 2013 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job hangs
Replies: 8
Views: 2840

Any time I see symptoms like that - a random issue appears that does not repeat when the job is rerun on its own - it says "resource issue" to me. How many jobs are running each night? Knowing nothing else about your situation, first suggestion would be to scale back how many run at the sa...
by chulett
Mon Feb 25, 2013 8:18 am
Forum: General
Topic: Data Stage
Replies: 5
Views: 1539

Ray has posted it. Either trigger expressions or a NestedCondition can control the "branch around" B part and then a Sequencer set to Any joins things back before running C.
by chulett
Sun Feb 24, 2013 4:47 pm
Forum: General
Topic: Information Server Architecture –Clarification
Replies: 3
Views: 1205

Isn't there some sort of installation log kept that would store the configuration information they are looking for?
by chulett
Sun Feb 24, 2013 4:46 pm
Forum: General
Topic: Operations Console issues in 9.1
Replies: 5
Views: 14113

I know what you mean! However moderators move posts like this one, I have no powers to alter the workings of the website itself. :(
by chulett
Sun Feb 24, 2013 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify change in a column
Replies: 4
Views: 1122

Ok... have you checked out the Change Capture stage?
by chulett
Sun Feb 24, 2013 8:28 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: job parameter passing to xml header
Replies: 2
Views: 3580

Just build the string 'around' the job parameters so they evaluate. Snippet:

Code: Select all

'<Username>' || #pUserName# || '</Username>'
by chulett
Sat Feb 23, 2013 8:46 am
Forum: General
Topic: Oracle SQL join vs Data Stage join
Replies: 3
Views: 3356

Experiment! Try it and see. No-one can predict how it will all work out in your environment with your tables and your data. Do things like that and you'll start to get a better feel for when you should allow the database to do work like that and when DataStage should do it. Regardless of tool, I ten...
by chulett
Sat Feb 23, 2013 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify change in a column
Replies: 4
Views: 1122

How will you know that "A" was changed to "C"? I don't see any relationship there that would allow that unless there are other columns that you didn't show that would control the order the rows should be compared. Right now, any change detection would think the 'A' row is missing...
by chulett
Fri Feb 22, 2013 3:51 pm
Forum: General
Topic: Rename folder is still showing with previous name in direcor
Replies: 9
Views: 1893

I wonder how much of the issue is due to the fact than the "name change" is really just a change in case and it's not being recognized properly everywhere? As an experiment, in your shoes I would probably try a change from "commanjobs" to "COMMANJOBSX" and then as a sep...
by chulett
Fri Feb 22, 2013 3:47 pm
Forum: General
Topic: Get previous job completion status
Replies: 5
Views: 2640

Ah... interesting point about the DataStage Operations Console, wasn't aware of that.