Search found 78 matches

by senthilmp
Wed Feb 11, 2009 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Lotus Domino File as source in Datastage
Replies: 3
Views: 1416

Am not sure whether Lotus Note or Domino file differ, if its Lotus Notes file how can we handle it?
by senthilmp
Wed Feb 11, 2009 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Lotus Domino File as source in Datastage
Replies: 3
Views: 1416

How to use Lotus Domino File as source in Datastage

Hi,

How to use Lotus Domino File as source to extract the data in Datastage. I have given the job type as Server, but if it cant be done in Server but in Parallel also, pls let me know how to achieve this.


thanks
Senthil
by senthilmp
Wed Feb 04, 2009 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2704

Hi Chulet,

How to find the default shell mode, i have already used .sh scripts to execute in some jobs and it works well, only this is making problem.

Thanks
Senthil
by senthilmp
Wed Feb 04, 2009 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error executing UNIX shell script from after job routine
Replies: 9
Views: 2704

Error executing UNIX shell script from after job routine

Hi, Am having a script to execute after Job finishes, and i have specified it in the After Job Routine in (ExecSh) of the DS Job. The script name is rejectfile.sh And the script file contains if [[ `awk 'END{print NR}' /RejectFiles/Extractrejectfile.csv` -gt 1 ]] then uuencode /RejectFiles/Extractre...
by senthilmp
Fri Jan 30, 2009 8:11 am
Forum: General
Topic: Need to mail attached file only when data is present
Replies: 2
Views: 1080

Thanks Robinson for your quick response. Its working now.
Great.
by senthilmp
Fri Jan 30, 2009 7:35 am
Forum: General
Topic: Need to mail attached file only when data is present
Replies: 2
Views: 1080

Need to mail attached file only when data is present

Hi, My aim is to attach file and send it through mail, if the file has records inserted into it. Current Design: The property of Seq file stage is Create file and First line as ColumnName- Checked. Am trying to trigger mail attaching the file using unix script, if any records is inserted into the fi...
by senthilmp
Sat Dec 20, 2008 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Rejected rows along with its description in rej file
Replies: 5
Views: 1794

Hi sorry for jumping in,

Am also having the same requirement to capture the error field with the error message.

How to capture the error code in the table?
by senthilmp
Sat Dec 20, 2008 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 3311

Pls can any one help me out in finding a solution for this?
by senthilmp
Fri Dec 19, 2008 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Record Handling
Replies: 1
Views: 712

Error Record Handling

Am trying to do in the Datastage Designer, My aim is as follows: Step 1) Read data from oracle source and transform it with one to one mapping and write to the target. IF any datatype mismatch or field length more than expected the entire rows will be rejected by giving a warning in director. Step 2...
by senthilmp
Fri Dec 19, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 3311

I dont want to achieve through Stage Variables, because we have many fields it will degrade the performance
by senthilmp
Thu Dec 18, 2008 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 3311

Am trying to do in the Datastage Designer, My aim is as follows: Step 1) Read data from oracle source and transform it with one to one mapping and write to the target. IF any datatype mismatch or field length more than expected the entire rows will be rejected by giving a warning in director. Step 2...
by senthilmp
Sat Dec 13, 2008 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Date conversion
Replies: 10
Views: 2602

Hi all,

thanks for the response, i got it by searching DSXchange further,

the solution is have to use only ICONV and not the combination of OCONV & ICONV.

Gr8 Forum
by senthilmp
Sat Dec 13, 2008 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 3311

Hi Ray,

Am unable to achieve this, pls explain me step by step to acheive this, i tried many ways by self reading the help document still i couldnt end up correctly, Can you pls explain me step by step for capturing the error record/warning record of the job.
by senthilmp
Sat Dec 13, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Date conversion
Replies: 10
Views: 2602

Hi, now its converting but still while inserting into the target table am getting the following error

"Attempt to convert String value "15-08-2005" to Date type unsuccessful"

I tried with both DATA and TIMESTAMP in target but i got this error