Search found 47 matches

by Deepakinstyle
Thu Nov 01, 2007 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Aborted: Timed out while waiting for an event
Replies: 5
Views: 7257

Sequence Aborted: Timed out while waiting for an event

Hi All, while running a sequence in UAT environment i got it aborted and the message in log is: 16:28:19: Exception raised: @IBTLoan_Update_Chkpnt_Complete_Job, Error calling DSRunJob (IBTLoan_Update_Chkpnt_Complet e_Job.IBT), code=-14 [Timed out while waiting for an event] and log for the job IBTLo...
by Deepakinstyle
Fri Oct 12, 2007 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Error Message

main_program: Error parsing modify adapter: Error in binding: Error in destination field selector: Expected integer, got: ":"
Expected destination field selector, got: ")"; input:
IBT_MAT_DT[:DATE] = date_from_string [%mm/%dd/%yyyy] (MATDT)
;
by Deepakinstyle
Fri Oct 12, 2007 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Hi, I am using this code in Modify stage. IBT_MAT_DT:DATE = date_from_string [%mm/%dd/%yyyy] MATDT IBT_MAT_DT->new column name DATE ->new type date_from_string [%mm/%dd/%yyyy] -> new format MATDT -> Old column name am getting error. let me know the correct format and how to handle null values here. ...
by Deepakinstyle
Fri Oct 12, 2007 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Hi, I am using this code in Modify stage. IBT_MAT_DT:DATE = date_from_string [%mm/%dd/%yyyy] MATDT IBT_MAT_DT->new column name DATE ->new type date_from_string [%mm/%dd/%yyyy] -> new format MATDT -> Old column name am getting error. let me know the correct format and how to handle null values here. ...
by Deepakinstyle
Fri Oct 12, 2007 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Hi, I am using this function to handle null values in date conversion from string to date. If IsNull(Caldt) then handle_null(Caldt, StringToDate("12/31/9999","%mm/%dd/%yyyy") else StringToDate(Caldt,"%mm/%dd/%yyyy") I am getting it in red color. what is modify stage? Le...
by Deepakinstyle
Fri Oct 12, 2007 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Hi,

Is handle_null is a function is datastage?
it is not accepting

thx,
deepak
by Deepakinstyle
Thu Oct 11, 2007 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Date Conversion warnings

Hi DsGuru,

For non null values i will use conversion function for null values how to handle them as datatype in target is date
how to pass null values there.

thx,
deepak
by Deepakinstyle
Thu Oct 11, 2007 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion Warnings
Replies: 11
Views: 5200

Date Conversion Warnings

Hi, I have a requirement where i need to convert varchar to date. I am using the conversion function stringtodate as below StringToDate(Caldt,"%mm/%dd/%yyyy") output date format should be mm/dd/yyyy data is loading successfully but still am getting warnings like "APT_CombinedOperatorC...
by Deepakinstyle
Tue Oct 09, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Error: Invalid Month
Replies: 3
Views: 1175

Hi Ray,
thx for the reply.
but am able to run it for soem 1000 records, getting this problem only when i tried run with whole file which has around 25k records.

regards,
Deepak
by Deepakinstyle
Tue Oct 09, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Error: Invalid Month
Replies: 3
Views: 1175

Strange Error: Invalid Month

Hi All, I got an error while loading data to table. below am copying the error from the log Stage_IBTLoan,1: Open failed for update: update is: INSERT INTO STAGE_IBT_LOAN (IBT_LOAN_SQ,CALENDAR_DT, IBT_CTPY_ID, IBT_POS_TYPE_CD, IBT_ISSUE_CTRY_CD, IBT_TRADE_CTRY_CD, IBT_MAT_DT, IBT_COLL_CCY_ID, IBT_SE...
by Deepakinstyle
Tue Oct 09, 2007 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 5
Views: 1392

Re: Date Conversions

Hi Anil, Cal Dt : 09/04/2007 (around 20k record woth same date) val Dt: 09/04/2007 (1 record) Deepak, Can you give some example. Left_Key_val Calender_dt Right_Key_val2 valuedate 1 10/09/2007 1 10/09/2007 2 10/08/2007 2 10/07/2007 What is the output you need ? Do you want Inner join , Left Outer or ...
by Deepakinstyle
Tue Oct 09, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 5
Views: 1392

Re: Date Conversions

Hi Anil, thx for the reply. data is same for both the columns its in mm/dd/yyyy format. thx, Deepak Deepak, Can you please give the Date values for the source and also how should be value in Target. Please give the Data Types for the Calendar_dt and Value Dt. Do you want to Concat both the date valu...
by Deepakinstyle
Tue Oct 09, 2007 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 5
Views: 1392

Date Conversions

Hi. i have some issues in date conversions. i have a input file .dat which has a column calendar dt and a .txt file which has a column valuedate. i have to join these 2 column to load the data into table. i have used stringtodate conversion for valuedate and kept the calendar dt as it is. both shoul...
by Deepakinstyle
Tue Aug 07, 2007 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: faing difficulty in extracting data from text file
Replies: 3
Views: 960

Re: faing difficulty in extracting data from text file

Hi Ray,

There was no ^J character in the file. if i run the job alone its running successfully without any warnings. but in only sequence am getting warnings.
by Deepakinstyle
Tue Aug 07, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: faing difficulty in extracting data from text file
Replies: 3
Views: 960

faing difficulty in extracting data from text file

Hi All, I have a job where am trying to extract data from a text file, which is in unix. i have set the format as below final delimeter-end record delimeter- UNIX newline delimeter- comma quote- double the job alone is working fine. later i created a sequence with the above job and called an invocat...