Search found 42189 matches

by chulett
Thu Aug 04, 2011 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS to Oracle Table Loading job
Replies: 4
Views: 2157

You asked, I answered. Nothing more than that.

Ask to your error, search the forums as it has been discussed in the past and there is even an ongoing post today on the same subject.
by chulett
Thu Aug 04, 2011 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help on DS_RESENU
Replies: 9
Views: 6561

OK, found the reason for DS_RESENU: this older post which had an actual problem with that particular hashed file. You drew the wrong conclusion as you don't have "the same issue". Similar but not the same.

ps. I removed your post from that other topic.
by chulett
Thu Aug 04, 2011 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging columns from two tables
Replies: 6
Views: 1698

You want to create a cartesian product... does the join stage support such a thing? A join with no keys specified?
by chulett
Thu Aug 04, 2011 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject file message
Replies: 5
Views: 2242

Just... concatenate them when you derive the reason. :?

Check to see if one or both conditions were true and write one or both messages in that column. If you are still stuck, post your constraint expression.
by chulett
Thu Aug 04, 2011 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS to Oracle Table Loading job
Replies: 4
Views: 2157

pdv wrote:Do we need Oracle client in the unix server to be able to load Oracle loading DS jobs in the server.
Yes... as long as "the unix server" means the server that DataStage is installed on.
by chulett
Thu Aug 04, 2011 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help on DS_RESENU
Replies: 9
Views: 6561

I'm curious how you got from the error that you posted to "DS_RESENU"? You've got a corrupted hashed file which an exact search for "Computed blink" here would reveal. I'm also curious why the Job Type is marked as Parallel.
by chulett
Wed Aug 03, 2011 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading "orchoracle"
Replies: 4
Views: 2369

OK, new server so we start at the beginning... do you have an Oracle client installed on the server? Have you edited your dsenv file to add the appropriate Oracle environment variables? I'm not sure what "working fine" would mean for LIBPATH so we'll leave that one alone for the moment but...
by chulett
Wed Aug 03, 2011 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEQ File
Replies: 3
Views: 1554

You have to 'read' all of the columns, that's the nature of sequential media. Feel free to immediately drop the columns you don't need but they must be read.
by chulett
Wed Aug 03, 2011 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count with transformer.
Replies: 5
Views: 5100

It's basic 'group change detection'. You increment a stage variable each time you see the same 'group'. For a new group, you set the count back to 1.

Leveraging the Sort stage with a 'Key Change Column' will simplify this for you.
by chulett
Wed Aug 03, 2011 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table truncate
Replies: 4
Views: 1983

Re: Oracle table truncate

Access to sys.dba_data_files is required but is not available;
please see your database administrator for select privileges.
That seems pretty clear to me.
by chulett
Wed Aug 03, 2011 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job should get aborted if date not match
Replies: 5
Views: 1465

Before-job subroutines are written in BASIC.
by chulett
Wed Aug 03, 2011 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clob to long varchar
Replies: 4
Views: 2231

Sure.

I have no clue or I would have replied already. I also would have suggested contacting your official support provider other than the fact that CLOBs are not supported. However, they may know of a workaround or two, can't hurt to ask.

I would also suggest changing your expectations.
by chulett
Wed Aug 03, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading "orchoracle"
Replies: 4
Views: 2369

So... it's important that you let us know the extent of this error. Is this the first time you are attempting to use Oracle stages with DataStage? Has this worked in the past and suddenly stopped working? Is the problem only with this job or do all Oracle jobs have an issue like this? We need that i...
by chulett
Wed Aug 03, 2011 7:18 am
Forum: General
Topic: where can we find the code for dsjob
Replies: 7
Views: 1899

saj wrote:If it is published could you please let me know where I can find the same .
Already did. :?
by chulett
Tue Aug 02, 2011 11:02 pm
Forum: General
Topic: Passing current date to to Job Parameter
Replies: 13
Views: 4429

... and that exact parameter name exists in the job and the value it is being set to is valid for the parameter type. Check the ErrCode. :wink: