Search found 180 matches

by rafidwh
Wed Jul 25, 2007 8:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job still running
Replies: 3
Views: 1952

Job still running

Hi All,

I am loading into oracle table from a Dataset.
But the job never completes and in the director it doesn't show up any wanings or any status message ,it shows in the running stage.

Please share your knowledge on this...

Regards,
Rafidwh
by rafidwh
Tue Jul 24, 2007 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

Hi Gurus,

Do you have any idea to suppress these warnings.
What might be the cause for it.
by rafidwh
Tue Jul 24, 2007 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

I get this warning after I validate the date I am using a stage variable to validate the date sv1:IsValid("DATE", StringToDate(DSLink3.Date,"%dd/%mm/%yyyy") ) In the output column the derivation is If (sv1= @FALSE) Then "-1" Else DateToString(StringToDate(DSLink3.Date,&...
by rafidwh
Mon Jul 23, 2007 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

out.Date is char(10) and output column is integer (8)
by rafidwh
Mon Jul 23, 2007 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

Hi ArndW,

The outdate.Date is Char(10) and its output is int(8)
by rafidwh
Mon Jul 23, 2007 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

I created a dummy job taking only Date field and converted the input date field from dd/mm/yyyy to yyyymmdd using the below function DateToString(StringToDate(DSLink3.Date,"%dd/%mm/%yyyy"),"%yyyy%mm%dd") Iam getting the same warning .Input field Datatype is Char(10) and output is...
by rafidwh
Mon Jul 23, 2007 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

its an integer data type
by rafidwh
Mon Jul 23, 2007 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

Did anyone faced this problem
by rafidwh
Mon Jul 23, 2007 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 11
Views: 5056

Conversion error

Hi All, I am getting the following error while converting the date Transformer,0: Conversion error calling conversion routine date_from_string data may have been lost. The input date column is char(10) and the format is dd/mm/yyyy. In the transformer I am validating the input date and converting the...
by rafidwh
Mon Jul 16, 2007 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only
Replies: 4
Views: 1730

Ray sorry to confuse it is other oracle stages
by rafidwh
Sun Jul 15, 2007 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only
Replies: 4
Views: 1730

Update only

Hi All, My source is a Flat file and target is Oracle stage. Source Col: src col1;src col2; src col3 Target:Tgt Col1 I need to update TgtCol1 in table which is mapped with src col1 and the condition for the update is src col2=tg2 col2 and src col3=tgt col3. I am not moving col2 and col3 . Please sug...
by rafidwh
Mon Jul 09, 2007 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drop and Trim columns
Replies: 4
Views: 1584

I was asked to use only modify stage as per technical document and for your reply should I use a KEEP OR DROP since I need only one column of 72 source column,change the column name and also Trim the column
by rafidwh
Mon Jul 09, 2007 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drop and Trim columns
Replies: 4
Views: 1584

Drop and Trim columns

Hi All,

My source file contains 72 columns I need to keep only one column LIke Src.DATE and change the column name to EFF_DATE also I need to trim the leading and trailing spaces of source column These operations need to do only using a MODIFY stage.

Please throw some light

Regards,
Rafidwh
by rafidwh
Mon Jul 09, 2007 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 3
Views: 1516

Date to Timestamp conversion

Hi All, My source is a flat file and this file is loaded into a table.A Date column in a file has Datatype as Date and the corresponding field Datatype in Table is a Timestamp . If I am following to the structure as it is ,the job gives me compilation error like invalid conversion from Date to Times...
by rafidwh
Sat Jun 30, 2007 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trim from MODIFY stage
Replies: 1
Views: 1118

Trim from MODIFY stage

Hi All,

How to trim trailing and leading spaces using a modify stage


Thanks in advance,
Rafidwh