Search found 21 matches

by sureshabbisetti
Wed Jun 04, 2008 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle stage truncate and load
Replies: 1
Views: 618

Oracle stage truncate and load

Hi, I am trying to load a table with truncate option. But the job got aborted and table got loaded with out truncating the data. Should I change any environment settings? I am getting the following error: Oracle_Enterprise_1,0: The call to sqlldr failed; the return code = 256; please see the loader ...
by sureshabbisetti
Thu May 08, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services
Replies: 1
Views: 913

Web Services

Hi I developed a job using web services transformer stage. Which invokes the getCityTime() service and stores the result in a flat file. I am getting the following error. Web_Services_Transformer_1,0: Fatal Error: Fatal: <ns1:Fault xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"> <fa...
by sureshabbisetti
Wed Apr 30, 2008 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Records in Join
Replies: 11
Views: 4941

Hi Pravin,

Use Merge stage instead of Join stage. The reject link in merge stage gives all the rejected records.
by sureshabbisetti
Fri Apr 25, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 8
Views: 3802

Hi
Use Copy stage after join stage. In each output link select only the required columns.
by sureshabbisetti
Tue Feb 12, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Aggregating the timestamp filed
Replies: 4
Views: 4477

To Get the maximum timestamp, Use Sort stage and Remove duplicate stage.
by sureshabbisetti
Fri Dec 07, 2007 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking operator error
Replies: 1
Views: 5493

Checking operator error

Hi , I am using a transformer to perform some validations, and then processing all error datasets using a funnel stage, which then links to a single error dataset. When I am running the job, I am getting the following warnings. Funnel_19: When checking operator: Dropping "FHAN62_CMY_CD" in...