Search found 243 matches

by gssr
Tue Feb 20, 2018 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing issue with ABAP extract stage
Replies: 2
Views: 3365

Re: Facing issue with ABAP extract stage

Hi anton,

Did you find any solution or workaround. Please post it here. I am facing the same problem.

Thanks
by gssr
Mon Oct 21, 2013 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Parent Child relation
Replies: 5
Views: 4069

its working good now. I missed to add and information that, there could be multiple child records with same identifier (Say there could be more than 010 record.) The job design is, 1. CFF Stage to extract all type of records(Header, Parent, Child and Trailer) 2. Transformer Stage (run in sequence) t...
by gssr
Thu Oct 17, 2013 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Parent Child relation
Replies: 5
Views: 4069

Shank, I dont want to read the parent and Child records seperatly. the first three characters represents the record type. Parent record - 001 Child record - 010,020,030... Here , i am getting set of records with thhis combination. and i donk have any key to differentiate each group In the ablove exa...
by gssr
Wed Oct 16, 2013 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Parent Child relation
Replies: 5
Views: 4069

Flat File with Parent Child relation

I am having a fixed width file with different record layout. The file is having a hierarchical structure with a parent Child Relation. Example: 000HEADER 001PARENT1_COL1_COL2 010CHILD1_COL4_COL5_COL6 020CHILD2_COL7 030CHILD3_COL_8_COL9 001PARENT2_COL1_COL2 010CHILD1_COL4_COL5_COL6 020CHILD2_COL7 030...
by gssr
Wed Aug 21, 2013 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Update Issue
Replies: 0
Views: 1965

Teradata Update Issue

I am getting the below warning in a update job using terdata connector stage Teradata_Connector_95: Unable to determine association between statement parameters and table columns. The connector will not be able to obtain external schema and only limited schema reconciliation will be performed The Qu...
by gssr
Wed Oct 12, 2011 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Locator Fatal Error
Replies: 2
Views: 2531

Re: APT_Locator Fatal Error

Hi All,
I am facing the same issue. Can any one have any solution for this.

Thanks in advance
by gssr
Thu Feb 17, 2011 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset corruption, SIGSEGV while reading
Replies: 21
Views: 17829

The dataset was not properly loaded. Check the job that creates the Dataset
by gssr
Thu Feb 17, 2011 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing parametrs from one project to another
Replies: 4
Views: 3134

Importing parametrs from one project to another

Do anyone have idea in, how to import the parameters from one project to another project??
IS there any ideas, Please let me know, Thanks in advance
by gssr
Mon Feb 07, 2011 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How many jobs we can execute in parallel?
Replies: 4
Views: 3303

It depends on the Hardware that you are using!!!
by gssr
Fri Jan 28, 2011 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS-CONN-ODBC-000004
Replies: 2
Views: 11163

Check the precision value of all the columns in your table. Some records are error loading a larger string.
To resolve, increase the length of the colulmn.
by gssr
Fri Jan 28, 2011 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple DataSets using File Pattern
Replies: 5
Views: 6406

No. Use separate Data Set stages and run them into a Funnel stage. The problem I have is I wouldn't know how many DataSets will be there. They will be generated dynamically. Today I may have 10 DataSets tomorrow it could be 20. Replace the dataset with sequential file as the target stage in the job...
by gssr
Mon Dec 27, 2010 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 3
Views: 5235

The metedata in the table and the stages are not matched. The issues are resolved by changing the metedata in the stages with respect to the table structure.

But i am puzzled, why i couldnot get any error like "Column mismatch " or "Column not found"

Suggestions are welcome.
by gssr
Mon Dec 27, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 3
Views: 5235

Forget to mention ,
The above mentioned job ran fine last week. Let me know if you need any othre information.
by gssr
Mon Dec 27, 2010 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 3
Views: 5235

Parallel job reports failure (code 139)

I am having a job design as follows, Oracle Enterprise Stage ---> Transformer ----> Netezza Stage Here, i am just truncating and loading the Neteza table from the table from oracle. We are not using any Query to fetch the records from ORACLE. We are using Read Method as "Table" In Target N...
by gssr
Mon Dec 20, 2010 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting the job due to Operator terminated abnormally issue
Replies: 1
Views: 2133

Set the Parameter APT_operator_Combine to false, to know which stage is producing this error.