Search found 42189 matches

by chulett
Sat Feb 17, 2007 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

First, confirm that you are strictly using the Version Control software (and nothing else) for this promotion activity. I ask because of the terminology you are using. Export and Import are Administrator verbs, while the equivalent VC steps are 'Initialize' and 'Promote'. Also, during the Promotion ...
by chulett
Sat Feb 17, 2007 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML - XLST
Replies: 3
Views: 1135

Apparently, that was all it took to answer the question. In case you want to discuss this more, you'll need to supply some of those pesky 'detail' things we would need to help. You've made no mention of what kind of 'transformations' you are making. Simple answer would be to use other stages - a tra...
by chulett
Sat Feb 17, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server shared container on MPP
Replies: 7
Views: 1619

I would assume because they just don't work. :P From the docs:

You can only use Server Shared Containers in this way on SMP systems (not MPP or cluster systems).

Others may know the gory details of the 'why'. [shrug] Or ask IBM.
by chulett
Sat Feb 17, 2007 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypted password
Replies: 6
Views: 4192

Ok, that gets us started. So, this discussion is in regard to #3, yes? Why not simply pass the Oracle information in as Job Parameters? That way, even 'encrypted', they can be passed to your After Job process without issue. I would also think, if you are reading 'encrypted' values from a file, that ...
by chulett
Fri Feb 16, 2007 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypted password
Replies: 6
Views: 4192

First - what exactly are you doing in this 'shell script encapsulated in a routine that does something in Oracle via sqlplus' (I assume)? Any particular reason you felt you needed to do it this way? :?
by chulett
Fri Feb 16, 2007 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DS load data into a type 'varray' field in Oracle?
Replies: 4
Views: 1162

Never had to do anything like that. Have you tried declaring them as 30 character varchars and basically emulating your SQL example?
by chulett
Fri Feb 16, 2007 3:00 pm
Forum: General
Topic: DataStage 7.5A and Oracle 10g performance issues
Replies: 2
Views: 1438

Not a DataStage version issue or an Oracle version issue, per se, I would think. Probably just a matter of Oracle differences between the two 'identical' instances, and could very well be the case even if both were 8i. Volumes, statistics, and histograms differences between the two could contribute ...
by chulett
Fri Feb 16, 2007 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data in Sequential File Not Proper
Replies: 8
Views: 1789

True... it really depends on a number of different things. In this particular case, the 'Missing Column' attribute is key. Sorry, I'd just gone over this with our production support folks for one particular job so it was fresh in my head, but the circumstances there were a little different. It was a...
by chulett
Fri Feb 16, 2007 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data in Sequential File Not Proper
Replies: 8
Views: 1789

Actually, it depends on your Warning Limit for the run. It will log a warning and the job will continue unless the number of warnings exceeds your threshold, then it will abort.
by chulett
Fri Feb 16, 2007 12:29 pm
Forum: General
Topic: Problem while running Transformer Stage
Replies: 14
Views: 5571

Re: Problem while running Transformer Stage

kamal kishore wrote:Is it necessary to install C++ explicitly, we havnt installed C++ explicitly.

Yes, installed and configured correctly. It is needed once the Transformer stage in introduced into a job. Before that, no.
by chulett
Fri Feb 16, 2007 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 2506

Ok, I see... you are looking at the Oracle 7 Load stage. That's an important distinction to make, my friend. Besides the fact that it is for Oracle 7, I don't think that stage is even documented anywhere, at least not anywhere I could find. And from what I recall is painful to get working. It may 'w...
by chulett
Fri Feb 16, 2007 10:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: .
Replies: 4
Views: 2598

Unfortunately, you can't because I've replied to it. Don't worry about it, just pick up the conversation over in the EE forum. :wink:
by chulett
Fri Feb 16, 2007 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 2506

Ok... I've explored it and found two choices: Manual and Automatic. Please explain how either of them directly allow this problem to be solved. :wink:

Other than the manual 'Manual' method I've already mentioned, that is.
by chulett
Fri Feb 16, 2007 10:24 am
Forum: Site/Forum
Topic: Ray hits 18K !!!
Replies: 19
Views: 8974

Or maybe just "Me too!". :wink:
by chulett
Fri Feb 16, 2007 10:23 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: .
Replies: 4
Views: 2598

And I just noticed that you posted in the wrong forum. This one is specifically for RTI issues. If you want to pursue this, I'd suggest posting in the correct forum for Sequence job questions - General or Server - and explain why you think you'd want to be able to do this. People may then be able to...