Search found 138 matches

by antonyraj.deva
Wed Aug 17, 2011 3:26 am
Forum: General
Topic: Job sequence taking longer than the individual jobs
Replies: 2
Views: 1881

Job sequence taking longer than the individual jobs

i am running a job sequence which contains 4 jobs. after every job successfully runs it is taking exactly 8 mins to initialize the next job. that means it is taking exactly 32 mins to run all the jobs in the sequence. whenever i am running individual jobs it is taking only 40-50 secs to run a job. B...
by antonyraj.deva
Wed Aug 17, 2011 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejectfiles using sequentialfile
Replies: 2
Views: 2309

rejectfiles using sequentialfile

Hi,
getting rejectfiles using sequentialfile
by antonyraj.deva
Mon Apr 18, 2011 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while importing metadata
Replies: 6
Views: 6250

The image you had given in the link is too unclear to read.

Please post the SQL State Code which you get in the error message.
by antonyraj.deva
Thu Apr 14, 2011 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DB2 (iSeries) at AS400 from DataStage server 8.1
Replies: 7
Views: 12562

Check the code page setting of the DB2/400 with your DBA. Couldn't remember the exact code set to be used at the moment.

Also try using the ODBC enterprise stage for the extract. If that also fails then it is good to look into the .odbc.ini file once to see if it is properly configured.
by antonyraj.deva
Wed Apr 13, 2011 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view data in Teradata Enterprise stage
Replies: 5
Views: 6661

There's a problem in the query as per the error message which you'd posted earlier. The syntax may be right for SQL assistant but not for Teradata stage.
by antonyraj.deva
Wed Apr 13, 2011 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginTerminate()
Replies: 1
Views: 3202

The problem is more likely with the transformer. The cause is a mismatch in the JVM's of both the transformers. In all the three stages starting with the first transformer in your job design, go to advanced tab and set the combinability mode as "Don't Combine". Then re-compile and see if i...
by antonyraj.deva
Wed Apr 13, 2011 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems reading from a Dataset
Replies: 5
Views: 2838

Metadata mismatch probably. Use a sequential file or dataset stage to capture & analyse the reject rows.
by antonyraj.deva
Fri Apr 08, 2011 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting First row of sorted data
Replies: 15
Views: 10337

Abhilash,

If you do a total sort then hashing on both the columns would still give desired output.

If the job runs on three nodes without total sort the same value will be repeated thrice.
by antonyraj.deva
Fri Apr 08, 2011 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborted after 500 rows?
Replies: 4
Views: 2821

If you have checkpoint option enabled at the project level, then Yes.
by antonyraj.deva
Fri Apr 08, 2011 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove the Dataset?
Replies: 3
Views: 3329

Dataset Management Utility :idea: :)
by antonyraj.deva
Fri Apr 08, 2011 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Modify Stage ?
Replies: 2
Views: 6767

Refer to Parallel Job Developer Guide in the documentation.

This link also has the information you need
http://publib.boulder.ibm.com/infocente ... rator.html
by antonyraj.deva
Fri Apr 08, 2011 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting First row of sorted data
Replies: 15
Views: 10337

When defining duplicates, it is done at the individual column level only not by concatenating 2 or more fields. By using remove duplicates stage and retaining the first record as James and others have suggested, your output will be Col1 Col2 A 05:00 B 03:00 This is the desired output as per your pos...
by antonyraj.deva
Fri Apr 08, 2011 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Fixed width
Replies: 4
Views: 2783

jwiles wrote:No, the decimal will be length 3 scale 2.
Slipped out of mind... :oops:
by antonyraj.deva
Thu Apr 07, 2011 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Fixed width
Replies: 4
Views: 2783

As per the copy book specifications, The length of the ID field should be 4 and the decimal is (1,2).
When using a fixed length file, the metadata has to be precise. Try after making the above changes.
by antonyraj.deva
Thu Apr 07, 2011 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR.ADMIN error
Replies: 8
Views: 4804

Hi,

What is the user defined environment variable you are trying to define?