Search found 45 matches

by ujala
Wed Apr 17, 2013 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read all data from an CSV file and then populate into xml
Replies: 5
Views: 2710

Well thanks a lot for your reply.

I will plan to become an premium member asap.

And i can't use server jobs as the client is not going to allow us to deploy server jobs in their instance.

However i got the solution using awk script.

Thanks again for all your replies.
by ujala
Mon Apr 15, 2013 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read all data from an CSV file and then populate into xml
Replies: 5
Views: 2710

It would be of great help to me if you could uncheck the premium content and we are informed not to use any server jobs.

It would also help if i can get an unix script with support pattern matching and replace only the comma in the string and not the delimiter.
by ujala
Fri Apr 12, 2013 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read all data from an CSV file and then populate into xml
Replies: 5
Views: 2710

To read all data from an CSV file and then populate into xml

Hello all, I have an requirement where an csv file data should be read such that initial few columns will be fixed and the rest of the columns might be added or removed and any column data may contain comma(,) into it. So i need to get the following: 1. Fixed columns in one link and 2. The columns w...
by ujala
Wed Mar 20, 2013 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to combine repetition attribues in xml file
Replies: 6
Views: 3055

Thank you all for your reply.

I found a solution..
- I used xml stage instead of xml output stage and mapped the required fields accordingly to get the required results and it works perfect.

Thanks again!!!
by ujala
Tue Mar 19, 2013 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to combine repetition attribues in xml file
Replies: 6
Views: 3055

Key column is the "rid"

And the XPATH defined for
rid - /Attributes/@rid
referencedTerms - /Attributes/parentAttributes/referencedTerms/termRef/@identity
by ujala
Tue Mar 19, 2013 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to combine repetition attribues in xml file
Replies: 6
Views: 3055

Unable to combine repetition attribues in xml file

Hello All, I have a problem to combine all the attributes which have different terms into one. Job design : oracle connector - > Transformer - > xml output stage Obtained target data from the Parallel job : <Attributes> <Attributes rid="6662c0f2.ee6a64fe.l24jqigsp.covj0co.drb6tl.jfop11sr6p7jecl...
by ujala
Mon Jan 14, 2013 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts if composite key columns are passed as a parametr
Replies: 7
Views: 5975

Yes, i looked to see for patches and found that there were no patches available for netezza connector.

I am using Datastage v8.7
by ujala
Mon Dec 03, 2012 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts if composite key columns are passed as a parametr
Replies: 7
Views: 5975

Yes i have set the parameter correctly.

The parameter is "Order_Number,Item_number"

The job executes if i use only one column as key column say for example if i pass only one column as order_number job executes fine problem occurs when i give multiple columns
by ujala
Mon Dec 03, 2012 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts if composite key columns are passed as a parametr
Replies: 7
Views: 5975

Job aborts if composite key columns are passed as a parametr

Hello all, I am using netezza connector to update a set of records through Netezza connector through Datastage. I am using RCP enabled data from dataset and moreover i wanted to resue the same job for different table updates. While using netezza connector and passing the composite key columns to net...
by ujala
Sun Dec 02, 2012 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 5659

Hi,
Target stage is Sequential file.The job operation is fetching the one record from source and write into sequential file.
by ujala
Sun Dec 02, 2012 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 5659

Hi,
Source have only one row.So Datastage Designer canvas shows 1 row fetching from source and passing into target stage.But the job is not complete still running state.There is no warning and error message in the job log.
by ujala
Fri Nov 30, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 5659

Hi,
I developed a job in windows environment.The job have only source and target stage.I exported the jobs from windows environment and imported into linux environment.After imported into linux environment,I compile and run the job.But the job is in running state without any warning.
by ujala
Fri Nov 30, 2012 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job runs for a long time and does not complete
Replies: 11
Views: 5659

Job runs for a long time and does not complete

Hi all,
I imported job from windows server to linux server.After imports,i compile and run the job.

But the job is in long run state.It is not finished.There is no warnings.

I need solutions for above problem.
by ujala
Thu Sep 20, 2012 10:50 pm
Forum: General
Topic: How to use different parameter sets at run time
Replies: 2
Views: 1988

How to use different parameter sets at run time

Hello all, I have a requirement like to get the query from one ref table from one database and the same should be passed to ODBC stage in a job and there after it fetches the data from database and loads into a dataset My problem is i have different parameter sets defined for all sources (Note : I c...