Search found 548 matches

by Krazykoolrohit
Mon Jun 19, 2006 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 17951

any suggestions to improove performance? i have tried all that have been suggested till now.
by Krazykoolrohit
Mon Jun 19, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 17951

Hi, I fixed all the errors and now the job is loading data into the tables and not logging any warnings. but they are running vrey slow some of them at 30 -80 rows per second. Is there any bechmark speed to which i should try and optimize my jobs? i mean somwhere around 1000 rows per socond. somethi...
by Krazykoolrohit
Thu Jun 15, 2006 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

Its working now. thanx a lot. There was a schema mismatch between the DB2 bulk load stage and the actual production table.

Ray's advice helped. thanx again
by Krazykoolrohit
Thu Jun 15, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

My source is progress and target is DB2
by Krazykoolrohit
Thu Jun 15, 2006 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

Using the cast function is throwing me an error:

SQLSTATE=37000, DBMS.CODE=-20003
[DataStage][SQL Client][ODBC][DataDirect][ODBC PROGRESS driver][PROGRESS]Syntax error (7587

I used CAST(fieldname as integer) and changed sql type to integer in the odbc stage
by Krazykoolrohit
Wed Jun 14, 2006 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

will do that. The source is Progress.
thanx for the info. will try and let you know
by Krazykoolrohit
Wed Jun 14, 2006 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

it says,

SQL3120W The field value in row "F0-1" and column "36" cannot be converted to an INTEGER value, but the target column is not nullable. The row was not loaded.
by Krazykoolrohit
Wed Jun 14, 2006 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

yes. I have run the job again and then will give you the exact error message
by Krazykoolrohit
Wed Jun 14, 2006 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

doing nothing does not help. It is resulting in job abort with the message that unable to convert to integer sine the target is not nullable it drops the record
by Krazykoolrohit
Wed Jun 14, 2006 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

I tries Int(FieldName) but it didnt work
by Krazykoolrohit
Wed Jun 14, 2006 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert field with SQL type as BIT to Integer
Replies: 12
Views: 4259

Convert field with SQL type as BIT to Integer

Hi,

Can anyone help me out in converting a column which has a SQL type as BIT to Integer in a transformer.

thanx,
Rohit
by Krazykoolrohit
Wed Jun 14, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 1209

Oh Okay. cool.
by Krazykoolrohit
Wed Jun 14, 2006 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 1209

Am sorry being ingorant bout the rules. I thought my topic was related to this so.
by Krazykoolrohit
Wed Jun 14, 2006 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 1209

I am also facing the same kind of issue. I my case there is a text field in which user has copied and pasted some data using windows. Now this field when viewed in a text editor contains some extra characters which is causing a delimiter issue in our jobs. The character is there at the end of record...
by Krazykoolrohit
Wed Jun 14, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 UDB Bulk Stage - Performance Issue
Replies: 57
Views: 17951

Ok ArndW,

will try and fix it today. I hope the slowness is because of this issue because i have tried all other solutions to improove the performance. thanx for the advice