Search found 33 matches

by Christina
Tue Dec 04, 2007 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read template file 'dssendmail_template.txt'
Replies: 3
Views: 4987

Thanks chulett.

The file 'dssendmail_template.txt' is missing in my project.
by Christina
Tue Dec 04, 2007 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot read template file 'dssendmail_template.txt'
Replies: 3
Views: 4987

Cannot read template file 'dssendmail_template.txt'

Hi, I am getting the below error when i use Notification Activity. Untitled1..JobControl (DSSendMail): Cannot read template file 'dssendmail_template.txt' Untitled1..JobControl (@Notification_Activity_0): Routine DSSendMail did not finish OK, return code = '-17' i simply tested the job only with one...
by Christina
Thu Nov 29, 2007 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19737

Converting Date format from YYYY-MM-DD to YYYYMMDD

Thanks a lot guys...

The solution given by DSguru2B and ZDC works...
by Christina
Thu Nov 29, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19737

How to change the extended properties of the field? I am new to DataStage PX. I tried the following, but got some error. StringToDate(Convert('-','',Date_Column),"%yyyy%mm%dd") Error: Failure during execution of operator logic Conversion error calling conversion routine date_from_string da...
by Christina
Thu Nov 29, 2007 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19737

Converting Date format from YYYY-MM-DD to YYYYMMDD

I want the output to be in Date with length 8.

Please provide a solution....
by Christina
Thu Nov 29, 2007 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19737

Will this give the output as date dataype with length 8?
by Christina
Thu Nov 29, 2007 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19737

Converting Date format from YYYY-MM-DD to YYYYMMDD

Hi,

My source is a Date datatype in YYYY-MM-DD format.
How can i convert it to Date(8) in YYYYMMDD format?
by Christina
Sat May 26, 2007 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited() – row 1198231,column DEPT, required column
Replies: 4
Views: 2074

That line is not my last line.

but i tried running that job after removing that line. then it gave the same error in someother column.

I am running with some 100 records now.

i have to check whether it is running fine. :(
by Christina
Fri May 25, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited() – row 1198231,column DEPT, required column
Replies: 4
Views: 2074

Hi,

Can you give a unix command to delete a particular row from a file.

I will delete this row and try running. so that i can confirm whether problem lies only in this record or i am missing something else.
by Christina
Wed May 23, 2007 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - Broken pipe
Replies: 2
Views: 1620

ds_seqput: error in 'write()' - Broken pipe

Hi, I am having 2 jobs. In one job i am extracting data from a sequential file, after doing some transformations i am loading that into a named pipe. In the next job i am reading the data from the named pipe and loading it into a table after some transformations. I am running both the jobs in parall...
by Christina
Wed Mar 28, 2007 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter in sequential file.
Replies: 6
Views: 1392

constraints are not that much complex. We will be passing the first month value and will compare this with the date value in the source file and will find the month difference. Based on this month difference we are splitting this 24 months data into 2 files of 12 months data. we have nearly 100 mill...
by Christina
Wed Mar 28, 2007 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter in sequential file.
Replies: 6
Views: 1392

hi

We already have a job for this with transformer constraints. Since the data volume is high it is taking more time. So we are trying for some methods to improve the performance. Is there anyother way to achive this other than transformer constraints?(which will reduce the time taken). thanks in advan...
by Christina
Tue Mar 27, 2007 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter in sequential file.
Replies: 6
Views: 1392

Filter in sequential file.

My source file contains 24 months data. I have to extract first 12 months data from that file using filter command in sequential file. Which command i have to use to achive this requirement.
by Christina
Wed Jan 24, 2007 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a routine in a seqencer
Replies: 8
Views: 2789

The result is coming in 561 chars in which i need the last 13 chars so i am giving the following

Ans=EReplace(OsOutput[552,13],@FM,"")
by Christina
Wed Jan 24, 2007 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a routine in a seqencer
Replies: 8
Views: 2789

Calling a routine in a seqencer

Hi, i am calling a routine in a routineactivity in a sequence. When i checked the routine seperatly it is returning a correct value. but in sequence it is giving an error as Routine DSU.GetSrtdtCount did not finish OK , return code = '2004-09-01/24' The expected result is 2004-09-01 and it is coming...