Search found 95 matches

by Hope
Wed Aug 08, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine decimal_from_str
Replies: 5
Views: 1356

My source length is bigger than Target.I have 241 columns. The datalength for all the columns is greater than target length.
by Hope
Wed Aug 08, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine decimal_from_str
Replies: 5
Views: 1356

My source length is bigger than Target.I have 241 columns. The datalength for all the columns is greater than target length.
by Hope
Wed Aug 08, 2007 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error calling conversion routine decimal_from_str
Replies: 5
Views: 1356

Conversion error calling conversion routine decimal_from_str

My Sourcedata is Varchar and Target data is Decimal. I am using stringtodecimal(col1) in the Transformer.I get the following warnings."Conversion error calling conversion routine decimal_from_string data may have been lost" .

Can anyone please help me how to get rid of this warning
by Hope
Tue Jul 31, 2007 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using Teradata Multiload stage
Replies: 0
Views: 835

Error using Teradata Multiload stage

I am loading data from a zip file to Teradata multiload stage.The multiload has completed.I can see the data in the table but the job gets aborted. At the end of the report file I see this.
Highest return code encountered = '3807'.

Can any one please help me.
by Hope
Thu Jul 26, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading a zip file
Replies: 1
Views: 800

reading a zip file

I have a source which is a zip file. I have to copy the data from source to target.I am using gunzip filename in before job subroutine and then reading the file. If the file is too big the job gets aborted with error "File is too large". Is there any other way to read a zip file?.
by Hope
Thu Jul 26, 2007 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata syntax
Replies: 5
Views: 2882

it does not allow
by Hope
Thu Jul 26, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata syntax
Replies: 5
Views: 2882

Teradata syntax

I have to write a query in Teradata one of my table is empty. select count(*) as counts ,'sourcename' as src_name from table1 if the table is empty it returns zero rows. I want my output to give me 0 sourcename is there any function which will force the values 0 and sourcename.I tried zeroifnull tha...
by Hope
Wed Jul 18, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows getting dropped from look up stage
Replies: 5
Views: 2151

If I take the constraint out the job gives me the warning "Field Recordscount from input dataset '0' is NULL. Record dropped." I thought the lookup stage will check for the key match from the source xxxx MI 2007-06-07 and from the reference xxxx MI 200 and gives me output xxxx MI 2007-06-0...
by Hope
Wed Jul 18, 2007 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows getting dropped from look up stage
Replies: 5
Views: 2151

I am sorry This is how my data is. sourcename state load_dt xxxx MI 2007-06-07 xxxx WI 2007-06-08 xxxx CA 2007-09-07 sourcename state Recordscount xxxx CA 100 xxxx MI 200 xxxx WI 200 sourcename and state are keys. does records in the State column need to match order?.
by Hope
Tue Jul 17, 2007 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows getting dropped from look up stage
Replies: 5
Views: 2151

rows getting dropped from look up stage

my source is teradata table. my target is also a teradata table. I have to do lookup get the related records where there is key match. My source has 3 rows.and my look up table has 3 rows. source data State sourcename Records MI xxx 100 WI yyy 200 CA zzz 555 LookupData State sourcename Loaddate WI x...
by Hope
Mon Jul 16, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coversion warnings
Replies: 2
Views: 816

Coversion warnings

I have a date column in source.The data type is for this source date column is date.when I write it sequential target file whose datatype is also date.I get the following warning
APT_CombinedOperatorController: Conversion error calling conversion routine date_from_string data may have been lost
by Hope
Fri Jul 13, 2007 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format
Replies: 2
Views: 972

Date format

I have a Date column in the source table . I am doing a look up with this datecolumn in my source table with the Date column in another table. Both are in same format. As of know I have no warnings or errors. will I get any warnings in future production runs?.
by Hope
Tue Jul 10, 2007 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage warnings
Replies: 3
Views: 1303

Thank You
by Hope
Mon Jul 09, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage warnings
Replies: 3
Views: 1303

Join stage warnings

I have two tables. Current and previous.I am joining these two tables and writing it a Sequential file. The table definition for the two tables is same. I am getting the following errors Join_Stage: When checking operator: Dropping component "column1" because of a prior component with the ...
by Hope
Thu Jul 05, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while importing a dsx file
Replies: 3
Views: 1172

Thanks for the help