Search found 54 matches

by murali
Wed Jan 11, 2006 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fetching the xml file automatically
Replies: 3
Views: 1031

hi jim
can u just give the idea in coding for this and how do we archive that.
thanks in advance
by murali
Sat Jan 07, 2006 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to openn Folderstage
Replies: 6
Views: 1389

Hi ray I have selected the files from maped net workdrive .but iam unable to open the folder and then do i have to change any thing in the folder stage ? I have given the path in the folder stage of the data stage job (i.e the path of the NETWORK DRIVE of the remote system ) still it is giving me th...
by murali
Fri Jan 06, 2006 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to openn Folderstage
Replies: 6
Views: 1389

hi Ds_devloper
iam able to access to that folder, ican see the files in that folder and i have selected the file by opening the remote system folder which contains the xml files from my system
Thanks in advance
by murali
Fri Jan 06, 2006 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to openn Folderstage
Replies: 6
Views: 1389

unable to openn Folderstage

Hi all iam geting an error "unable to open folder" the error goes like this Testing_xml_1..Folder_1.DSLink2: DSD.UVOpen Unable to open folder C:\madrid\Data Files\addcodes.xml. In my job iam using folder stage ------------>xmlinput----------->sequentialfile the xml file iam trying to read ...
by murali
Thu Jan 05, 2006 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error handling in datastage
Replies: 3
Views: 1355

ERROR HANDLING..

hI ARNDW
Thanks for quick response and how can we get database level error in the same job
Can u help me in this to code and trap for the database level errors
Thank you
by murali
Thu Jan 05, 2006 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error handling in datastage
Replies: 3
Views: 1355

error handling in datastage

Hi all
i need to trap the errors that occur in data stage level (that is FATAL,warning ) which we find in the Data stage Director into the ERROR table in the database.
can any one help me to code for the errors (FATAL,WARNING)in data stage
Thanks in advance
by murali
Fri Dec 23, 2005 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Keymanagement
Replies: 2
Views: 786

Keymanagement

hi Iam facing a problem in generating the key can any one help me there is a value alredy for the recorddkey it is going like this 0069809 in the source file and then in the transformation logic it is mentioned as in code , but my question is when the alredy existing record in the target is updated ...
by murali
Sat Nov 05, 2005 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: required end_time
Replies: 2
Views: 1834

required end_time

HI,
THIS IS THE REQUIREMENT:

I WANT END-TIME WHERE
END-TIME(TIME) = START-TIME(TIME)+DURATION(TIME)

IN PARELLEL JOBS HOW I CAN SOLVE THIS?
by murali
Fri Nov 04, 2005 2:05 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: how to join the two db2 sources
Replies: 4
Views: 4292

You can join two DB2 tables in the source database stage via a user-defined SQL statement, you can join them in a job via the join, merge or lookup stages. Refer to the Parallel Job Developers Guide for details on any of these stages