Search found 55 matches

by aramachandra
Sun Feb 12, 2006 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Time Column Propogation Issue.
Replies: 9
Views: 5259

What is the version of your source database. Not sure you can turn it off through datastage....

.i.e with RCP it will dependon your source database system, and how it interprets the meta data...

I am interested in knowing myself how to turn it off if one can....

arvind
by aramachandra
Fri Feb 10, 2006 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To pass the parameter to oracle stage in where class
Replies: 11
Views: 5361

I see it is working but pardon my question

Just trying to understand what the @FM system variable really does..

The help document and the parellel developers guide do not seem to have much on it

Is it setting the field delimiter...?


Arvind
by aramachandra
Tue Feb 07, 2006 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception in main program: APT_ParseError
Replies: 17
Views: 11649

Can you paste the snapshot of the column definition as defined in your oracle stage
by aramachandra
Tue Feb 07, 2006 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception in main program: APT_ParseError
Replies: 17
Views: 11649

Kapil Here are a few more thoughts I have done queries against oracle all the time where the column could have a null value. The data stage jobs will work just fine if the meta data matches. In that for example say your query is select col1 from table1 If col1 can have null make sure the meta data i...
by aramachandra
Tue Feb 07, 2006 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning when loading database
Replies: 3
Views: 2108

Please boot me if this is a hijacking of the topic... but on a related to note, i would like to clarify that if In using the oracle stages in parellel jobs, if one is using the LOAD TRUNCATE method, i.e any of the LOAD methods, there is no way to specify the commit size... , The $APT environment var...
by aramachandra
Tue Feb 07, 2006 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE exception in main program: APT_ParseError
Replies: 17
Views: 11649

I have seen this error when working with oracle source tables. If your metadata is as follows COL1 decimal (38,10) TEST varchar 20 And For example if you have a query which is as follows SELECT COL1 ,NULL TEST FROM TABLE; where you want to set the test column to null,( though many will question why ...
by aramachandra
Mon Feb 06, 2006 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Aggregator
Replies: 15
Views: 5461

Re: Problem with Aggregator

The aggregator stage in the parellel engine does not work with the date and char datatype as far as i know. It works well with decimals and numbers only... I have had that same issue as well, where i was trying to get the max date for a given record set.. In our environment folks have used the sort ...
by aramachandra
Tue Oct 11, 2005 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() Could not send close message
Replies: 4
Views: 4952

The job reads from data tables representing SAP data and does a few basic transforms to get the dwids from the dimension and builds the fact table.


arvind
by aramachandra
Tue Oct 11, 2005 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() Could not send close message
Replies: 4
Views: 4952

The "broken pipe" situation happened at different stages in the job and it "DOES NOT" necessarily happen consistently after some row count. The problme is there is not consistent pattern to when it will occur. I am breaking down the parellel job into multiple small jobs and using...
by aramachandra
Mon Oct 10, 2005 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendWriteSignal() Could not send close message
Replies: 4
Views: 4952

sendWriteSignal() Could not send close message

I get this error after running my parellel job. The job runs for a few hours before it gets this error. Is this related to memory limitation reached or some kind of resource limits reached Are there any solutions in general or is this more of a job tunning aspect that needs to evaluated on a case by...