Search found 111 matches

by mahadev.v
Tue Mar 17, 2009 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: paralledl transformer not gettin compiled
Replies: 1
Views: 1243

Looks like C++ compiler is not installed or not configured correctly. Search on "the PWD environment variable is not defined".
by mahadev.v
Thu Mar 12, 2009 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset append giving error
Replies: 3
Views: 4165

Search on "is used as output multiple times". Are you using the same DataSet twice in the same job?
by mahadev.v
Fri Mar 06, 2009 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX --
Replies: 4
Views: 1788

Search on "Vertical Pivot". It had returned me 160 results.
by mahadev.v
Mon Mar 02, 2009 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime issue
Replies: 1
Views: 1380

Do you have write permissions to the scratch disk? Buffer operator first writes the data to RAM. Then writes to the scratch disk if the RAM gets full(i think the word is Overflow). So check if you have the write permissions on your scratch disk.
by mahadev.v
Mon Mar 02, 2009 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get rid of warning while using Change Capture
Replies: 2
Views: 1487

Do a search on "When checking operator: Defaulting".
by mahadev.v
Mon Feb 23, 2009 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error
Replies: 4
Views: 2607

##I TLIC 000002 23:50:52(000) <APT_LicenseCheckOp in APT_LicenseOperator,0> Node 'etldev1' has 12 physical processors. ##W TLIC 000003 23:50:52(001) <APT_LicenseCheckOp in APT_LicenseOperator,0> DataStage has found more CPU's on your system than your current license allows. ##W TLIC 000004 23:50:52...
by mahadev.v
Thu Jan 15, 2009 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Partitioning
Replies: 3
Views: 1423

In the log you will find an entry reading "This step has xx datasets". Open that entry. Should be able to find entries like "eEntire<>eCollectAny". In this case its using partition as Entire.
by mahadev.v
Fri Jan 02, 2009 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: preserve partitioning
Replies: 3
Views: 1734

Search on "will partition despite the
preserve-partitioning flag"
by mahadev.v
Wed Dec 24, 2008 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preserving the Sorting after FILTER stage
Replies: 6
Views: 3163

Sort order might remain but i would have Removed the sort from the SQL and done it in DataStage on stream 1 before the remove duplicates stage.
by mahadev.v
Wed Dec 17, 2008 11:38 pm
Forum:
Topic: Deleted
Replies: 2
Views: 1104

Posting the same question thrice in the wrong forum with different subjects will not get you the answers fast. Delete the other two posts. Post this question in "IBM DataStage Enterprise Edition (Formerly .........)" forum. And reading about the Aggregator stage will help.
by mahadev.v
Thu Dec 11, 2008 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call the routine UtilityRunJob from a parallel job
Replies: 3
Views: 1690

You will find two transformers in the palette for a parallel job. Transformer, Basic transformer. You will have to use a Basic Transformer in parallel jobs to use a basic routine. If you cannot find the Basic Transformer then customize your palette and add it.
by mahadev.v
Wed Dec 10, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR (Direct=True, Parallel=False)
Replies: 3
Views: 4187

how are you triggering these jobs? Job activity? One of the ways to check the status of the first job is through a basic routine to retrieve the job log and search through it for the error (to the best of my knowledge). And then trigger the down stream jobs.
by mahadev.v
Mon Dec 08, 2008 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR (Direct=True, Parallel=False)
Replies: 3
Views: 4187

SKIP_INDEX_MAINTENANCE=YES,SKIP_UNUSABLE_INDEXES=YES did you try tweaking any of these properties? I believe this is causing a problem during restart. We have a similar problem in load option with rejects. Though it is a functional success the job aborts. so we check the job log for "BAD"...
by mahadev.v
Mon Dec 08, 2008 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job abort:Unable to initialize the Direct Path Context
Replies: 3
Views: 2064

Whats your job design? Are you trying to load a table or read from one? Looks like there is a lock on what every you are trying to access, and the job failed because of that. Post your job design and also is "xfmjobname" a database stage?
by mahadev.v
Fri Dec 05, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ecom_order_proj_dtl_SRC_SEL,0: Fatal Error: Virtual data set
Replies: 4
Views: 2707

Look at the stage, ecom_order_proj_dtl_SRC_SEL. there is possibly an implicit conversion. Check the data types for the source and the target columns and their mappings.