Search found 38 matches

by kalpanam
Wed Oct 27, 2010 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading error in DB2
Replies: 7
Views: 3896

Loading error in DB2

Hi, I'm loading cust_key column value with bigint datatype to db2 database.but NULL values are getting load into the table.while i tried to load the same cust_key column to dataset,values are getting loaded correct. Not knowing why the NULL values are getting loaded into the db2 database. Could any ...
by kalpanam
Tue Oct 26, 2010 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to integer conversion
Replies: 2
Views: 2849

string to integer conversion

Hi, Can any please let me know how to convert string to integer datatype.I know that Datastage implicitly convert the string datatype tp integer datatype without any external function but i'm not getting accurate data in the output. For example: I have cust_key(varchar(40) as input and its value 300...
by kalpanam
Tue Sep 28, 2010 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in DB2 stage
Replies: 2
Views: 1674

Error in DB2 stage

Hi All, I have job design as: Dataset---->modify------>DB2 table where i have used update statment. When i run the job individually means,it is completing successfully but when i run the job in sequence means it is aborting giving the error:db2CS_ORDER_FACT: ERROR during execution of DB2-CLI request...
by kalpanam
Tue Sep 21, 2010 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle_null() function in modify stage
Replies: 2
Views: 1642

Sainath.Srinivasan wrote:Space or blank is not a decimal value. Use a number
Yes,now i used Handle_Null(order_nbr,0) and it is working fine.

Thanks for your timely response.

Regards,
Kalpana.
by kalpanam
Tue Sep 21, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle_null() function in modify stage
Replies: 2
Views: 1642

Handle_null() function in modify stage

Hi All, I'm having input column order_nbr(decimal9,0) nullable but while loading this to target i'm handling null values by using modify stage function as Handle_Null(order_nbr,"").But is giving error message as "Bad literal for type decimal: ." Please let me know what is wrong i...
by kalpanam
Tue Sep 21, 2010 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a nullable source to a non-nullable result
Replies: 2
Views: 1916

Converting a nullable source to a non-nullable result

Hi All, I have job design as below: dataset------>cpy----->DB2 in dataset i have two columns,one is order_nbr(decimal(9,0) and nullable value is "no".The other one is order_key(integer(10) and nullable is yes.The job ran successfully but getting warning as "When checking operator: Whe...
by kalpanam
Tue Sep 21, 2010 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Will partition despite the preserve-partitioning flag
Replies: 3
Views: 2374

rohithmuthyala wrote:Clearing the partition in the copy/dataset stage should solve this problem.
Yes,the above solution worked.Thanks for your timely response...

Thanks & Regards,
Kalpana
by kalpanam
Tue Sep 21, 2010 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Will partition despite the preserve-partitioning flag
Replies: 3
Views: 2374

Will partition despite the preserve-partitioning flag

Hi All, I have job design as below: Dataset------->cpy-------->DB2(write method:Upsert and autogenerated update only and DB2 partitioning) Job is ran successfully ,but getting warning message as"When checking operator: Operator of type "APT_Db2UpsertOperator": will partition despite t...
by kalpanam
Mon Sep 20, 2010 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in doing UPSERT mode in DB2UDB
Replies: 3
Views: 1124

Is "session_key" declared in the dataset and passed into the stage? Did you declare "session_key" in the DB2 stage columns and then not use it in your insert or update statements? no session_key is not present in the dataset,infact dataset is having only two columns that are ord...
by kalpanam
Mon Sep 20, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in doing UPSERT mode in DB2UDB
Replies: 3
Views: 1124

error in doing UPSERT mode in DB2UDB

Hi All, I have the job design as : dataset----->DB2 dataset with two columns ORDER_NBR(decimal 9,0) and order_key(integer 10) DB2 stage is having other columns as sesion_key,update_time,ORDER_NBR(decimal 9,0),order_key(integer 10). I'm using write method:upsert and upsert method is Auto-generatedupd...
by kalpanam
Mon Sep 20, 2010 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase performance?
Replies: 3
Views: 1425

That's about 1600 rows per second. The bottleneck is almost certainly the "writing" stage. But you need to establish the timings of each - the select with and without the functions, writing to a tex ... As I'm not premier member,I'm not able to view the full answer of yours.Ray could you ...
by kalpanam
Sun Sep 19, 2010 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to increase performance?
Replies: 3
Views: 1425

How to increase performance?

Hi, My job design is like: DB2---------->Modify----------->DB2 I have 5,925,155 records in source, an I am doing direct load into target using write/append option. In modify I'm using NOWARN specification. Other than this I'm not doing any kind of conversion. In source I'm converting decimal to char...
by kalpanam
Thu Sep 16, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_CONDUCTOR_TIMEOUT error
Replies: 4
Views: 2951

mhester wrote:Sounds to me like the processes cannot be started on the remote server. How many nodes in your DPF server are defined in your config and can you ssh or rsh between all of the servers and it is keyless (no password needed)?
Can you please tell me how to do this ssh or ssh?
by kalpanam
Thu Sep 16, 2010 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_CONDUCTOR_TIMEOUT error
Replies: 4
Views: 2951

APT_PM_CONDUCTOR_TIMEOUT error

Hi , I'm facing issue in running datastage job.Actually my job design looks like as below: DB2 UDB Enterprise stage----->Modify stage------->DB2 UDB Enterprise stage When I tried executing this job I got the below error: " Service table transmission failed for db2node1 (uhqq3cadm01-p:Broken pip...
by kalpanam
Thu Sep 09, 2010 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in DB2 stage
Replies: 3
Views: 1185

Replace the target DB2 stage with a Peek stage temporarily and determine what values are being selected. You don't seem to have a "." between the schema name and the table name. ... No actually I'm passing the schema name with "." as paramter.I think I'm facing table space issue...