Search found 13 matches

by Lovesh_Patni
Fri Apr 01, 2011 2:26 am
Forum:
Topic: Data Lineage gives incorrect info
Replies: 3
Views: 2304

Thanks Ernie,

I have contacted support provided and they have advised to install APAR JR37813. Hopefully it might work for us. Will let you guys know if that is the case.
by Lovesh_Patni
Tue Mar 29, 2011 2:00 am
Forum:
Topic: Data Lineage gives incorrect info
Replies: 3
Views: 2304

Data Lineage gives incorrect info

Hi, I am fairly new to Metdata Workbench and am working on proof of concept in using Metadata Workbench procured recently. The version of Metadata Workbench used at site is 8.1.2.3 and DataStage version is 8.1 Job details: We have written a simple job to test the functionality to begin with, where d...
by Lovesh_Patni
Thu Feb 17, 2011 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

Hi Vidyut, You can still try Mansoor's original approach. Before loading Link 1 with duplicate rows into the table put them into a flat file and then load it. This will allow for unique data to be loaded into the table (Link 2) before Link 1 (via Flat file) attempts to put a lock into the table. Thi...
by Lovesh_Patni
Thu Feb 03, 2011 12:18 am
Forum: General
Topic: How to store Job start time,end time,job name in Oracle
Replies: 51
Views: 44489

For job name, start date and start time you can call DataStage macros DSJobName, DSJobStartDate and DSJobStartTime in a transformer stage and pass them to Oracle stage to be stored. Not sure for end date and end time.
by Lovesh_Patni
Wed Jan 12, 2011 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input
Replies: 3
Views: 2723

Re: xml input

Thanks for your quick response. After making below changes its working now. When I'm wirting the xml file using xml output stage,i have unchecked the option of generate formatted output and it resulted the file in below format <import><row><a>10</a><b>20</b><c>30</c></row></import>. When reading thi...
by Lovesh_Patni
Wed Jan 12, 2011 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input
Replies: 3
Views: 2723

xml input

Hi, I'm trying to read xml file and write it into text file using folder stage ->xml input -> transformer->Seq file. Job finishes successfully but when i try to open the seq file data looks in b elow format 10 , 20 , 80 .I want the output to be like 10,20,80 2nd record .............. Here is the Inp...
by Lovesh_Patni
Mon Oct 18, 2010 8:50 pm
Forum: General
Topic: Command prompt stage throwing error at run time
Replies: 5
Views: 2917

Hi Ray,

I haven't used '?' this character anywhere in my job.
In command prompt stage if i select the check box of
'Abort if command fails' the job fails though the script is excected successfully.If i disable the checkbox job too finishes successfully.


Thank you
Kartheek Matoor
by Lovesh_Patni
Sun Oct 17, 2010 11:57 pm
Forum: General
Topic: Command prompt stage throwing error at run time
Replies: 5
Views: 2917

Command prompt stage throwing error at run time

Hi, I'm running a .bat file using command prompt stage.Bat file is executed successfully but job is failing with below error. Command failed to execute - e:\apps\ascential\Projects\xxx>More? . Log file is created which contains this message 'e:\apps\ascential\Projects\xxx>More?' Please let me know w...
by Lovesh_Patni
Sun Aug 29, 2010 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Activity- Return status of each loop
Replies: 8
Views: 5044

Hi chulett,

Yes,I'm creating a file before the loop begins and using basic statement WriteseqF to insert data into the file created and delete the file at Exit.
by Lovesh_Patni
Wed Aug 25, 2010 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Activity- Return status of each loop
Replies: 8
Views: 5044

Thanks to all of you for your inputs.
Yes,I think the only way to do is writing into file and then reading it again after End loop activity.
by Lovesh_Patni
Wed Aug 25, 2010 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Activity- Return status of each loop
Replies: 8
Views: 5044

Loop Activity- Return status of each loop

Hi, I want to capture the user status of same job executed in loop with different parameters. Here is my scenario Job Seq: Start Loop Activity(For loop i=1 to 4) ->Job Activity->End Loop Activity. I want user status of each job activity run so that I can use it after End loop activity.I want to avoi...
by Lovesh_Patni
Mon Apr 12, 2010 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S1000, DBMS.CODE=950088
Replies: 2
Views: 3604

Hi Ray,

This is resolved now.

I tried placing quotes but it didn't work.Lastly I tried rewriting the same sql in one line and it worked.

Thanks.


Regards,
Kartheek
by Lovesh_Patni
Sun Apr 11, 2010 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S1000, DBMS.CODE=950088
Replies: 2
Views: 3604

SQLSTATE=S1000, DBMS.CODE=950088

Hi, When I'm trying to access two hash files from universe stage i get below error.These two hash files are created under directory.I set these file paths,created and built indexes through ds adminstratior. Please let me know how to fix this error? GSO05_Occ_Investigation_FactLoad..UniVerse_39.DSLin...