Search found 42189 matches

by chulett
Thu Apr 25, 2013 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Unstructured Data stage in v9.1
Replies: 7
Views: 6542

I'll step in before Ray does and ask "What changed? Nothing is not the correct answer." :wink:

I'd also be curious if this happens to everyone or just your / your client.
by chulett
Thu Apr 25, 2013 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read oracle BLOB payload
Replies: 16
Views: 29356

That would be a support question.
by chulett
Thu Apr 25, 2013 6:52 am
Forum: General
Topic: Password Encryption Using Encrypt.bat
Replies: 8
Views: 4983

You can reference a file that holds server, userid and password (from what I recall) and if that's what you mean by an authorization file then yes! Never tried an encrypted password there.
by chulett
Thu Apr 25, 2013 6:50 am
Forum: General
Topic: Sequential File path query
Replies: 34
Views: 8024

Tell us exactly what you put where in the stage.
by chulett
Wed Apr 24, 2013 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read oracle BLOB payload
Replies: 16
Views: 29356

What kind of "transformation" do you think you are going to be able to effect? And still wondering why your target is a dataset, will you be picking that up for the "transformation" processing? As to the size, the only avenue I'm aware of is by increasing the BLOCKSIZE as you've ...
by chulett
Wed Apr 24, 2013 9:18 am
Forum: General
Topic: Sequential File path query
Replies: 34
Views: 8024

Very nice - that filter option looks viable. 8)
by chulett
Wed Apr 24, 2013 7:28 am
Forum: General
Topic: Sequential File path query
Replies: 34
Views: 8024

I'm assuming 'generic' in this case means that the job control queries the job and gets a list of the parameters that it needs so it knows what to pass to each one. But that would be just a guess.
by chulett
Wed Apr 24, 2013 7:08 am
Forum: General
Topic: Sequential File path query
Replies: 34
Views: 8024

With the restrictions you've posted, I think you are basically... what's the technical term... screwed. I'll ponder this and I'm sure others are as well so perhaps someone can think of something to unscrew you. The problem is your parameter needs to be used right away in the job for your source stag...
by chulett
Wed Apr 24, 2013 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read oracle BLOB payload
Replies: 16
Views: 29356

I am able to read payload,i have changed the sql type from LongVarchar to LongVarBinary. Well... it is a BLOB not a CLOB. :wink: Just i am thinking is it feasible to transform 600MB payload(BLOB) data into datastage? You're not "transforming" it. And I thought you said you need to write i...
by chulett
Tue Apr 23, 2013 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Copy stage Force property
Replies: 14
Views: 7252

Enzopre wrote:Indeed, from the documentation:
We know, you've now posted that paraphrased section of the documentation three times in the thread. :wink:
by chulett
Tue Apr 23, 2013 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Copy stage Force property
Replies: 14
Views: 7252

So, as you are finding, having that property set to FALSE just means that the Copy Stage may be optimized out - not that it will be. Unfortunately, I can't tell you under what exact circumstances it will decide it's not really needed and remove it... perhaps others can. Or you could open a support c...
by chulett
Tue Apr 23, 2013 7:08 am
Forum: General
Topic: Routine output as parameter
Replies: 4
Views: 1325

Or that. :wink:

That option wasn't always supported, btw.
by chulett
Tue Apr 23, 2013 7:07 am
Forum: General
Topic: Parameterization in Query Files
Replies: 10
Views: 2454

Pardon my persistence but how exactly do I generate the contents of an SQL file? You just need a pre-processing step to take your parameter value and incorporate it into the SQL... much like building dynamic SQL in PL/SQL. Where does the value come from? A small Server job could source or create th...
by chulett
Mon Apr 22, 2013 10:08 pm
Forum: General
Topic: Disable NLS to improve performance
Replies: 7
Views: 3876

As noted, you have to install without NLS to derive any benefit from not doing the 'mult-byte capable processing' that Ray mentions. Disabling it doesn't help.
by chulett
Mon Apr 22, 2013 10:06 pm
Forum: General
Topic: dsjob question
Replies: 2
Views: 1133

No need for the second step, use the -jobstatus option of dsjob, it will wait until complete and then the return status will be of the job: 1,2,3, etc.