Search found 46 matches

by DWH-M
Thu Jan 29, 2015 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only job fails if no rows found to update
Replies: 3
Views: 4236

Oh. Do you have more details on the fix pack ? Can you please share it ? Because, we also see that the Update Commands are failing randomly in many jobs. Example of error message shown below, DB2_Tgt_Opty_Brand_Updt,0: Statement UPDATE RMT.OPTY_BRAND SET SYS_MODIFIED_BY=?,ACV_EXPIRED=?,ACV_RENEWED=?...
by DWH-M
Thu Jan 29, 2015 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only job fails if no rows found to update
Replies: 3
Views: 4236

Update only job fails if no rows found to update

Hi, We have an Update job, which uses DB2 connector stage to update the DB2 table. The job finishes successfully if there are rows to update. But it fails, if there are no rows found to update with the below error message. DB2_Tgt_Opty_Brand_Updt,0: SQLExecute reported: SQLSTATE = 02000: Native Erro...
by DWH-M
Sun Apr 17, 2011 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to retrieve the alternative records from each department
Replies: 3
Views: 2391

How to retrieve the alternative records from each department

HI I have a source table that contains the different kind of the 10 departments information is available. I need to retrieve and load the alternative records from the each department. EX OF DATA: employee table contains the different departments like, savings department,current department,fixed depa...
by DWH-M
Fri Feb 25, 2011 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml parsing failed
Replies: 1
Views: 2416

xml parsing failed

HI can anyone help me how to resolve the below xml issue. i am using one sequential file stage--->>xml input---->copy stage. as i am taking source file of : <customer> <custname="suma">suma</custname> </customer> XML input document parsing failed. Reason: Xalan fatal error (publicId: , sys...
by DWH-M
Thu Feb 24, 2011 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: failed to invoke Genruntime using panthom process failuer.
Replies: 1
Views: 1575

failed to invoke Genruntime using panthom process failuer.

HI i am getting the below error while compiling the xml job.

failed to invoke Genruntime using panthom process failuer.


could any please help

thanks in advance

suma
by DWH-M
Thu Feb 24, 2011 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml job is getting hang
Replies: 1
Views: 1639

xml job is getting hang

HI I am using the below sample xml source to read from xml job, but i am n ot able to make it success. i am using the external source-->xml input---->copy stage. but job is getting hang not able to sucess <Customer> <CustNo Value="suma536784">suma536784</CustNo> <CustName Value="sumal...
by DWH-M
Wed Feb 23, 2011 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create the xml job in parallel
Replies: 1
Views: 1561

how to create the xml job in parallel

HI

could any help me to create the xml job in parallel please. i need to read the xml data and load into the target.


thanks in advance.

Suma.
by DWH-M
Tue Feb 22, 2011 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding zero's before the value based on the data
Replies: 5
Views: 3143

Padding zero's before the value based on the data

HI I have one requirement i am tring to load data into the target like: my input data size is numeric(10), if i get the data like 25685, i need to load into the taget like 0000025685 if data is coming 5 digit , remaining preceeding zero's should come, if 2 digit data is coming 8 digit zero's should ...
by DWH-M
Wed Feb 16, 2011 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml file loading
Replies: 1
Views: 1516

xml file loading

Hi I am loading the xml file to sequential file using the server jobs. my job design is like: folder stage--xml input---transformer-sequential file my source is like: <customer value="123">123</customer> <custid value="234">234</custid> but after loading this file i am getting on...
by DWH-M
Wed Dec 29, 2010 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml data loading into file
Replies: 3
Views: 2544

xml data loading into file

Hi I am trying to load the data from xml source to taget file, i am able to load from the key column only, remaming columns will be getting one record data menas (name=kiran,kiran kiran) like all the records are coming in name column, evern though i am passing unique data in that column. could any o...
by DWH-M
Wed Nov 24, 2010 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Number of years between 2 dates.
Replies: 11
Views: 15863

Thanks buddies for your valuable inputs.

I understand MONTHS_BETWEEN database function will work.

Can any one suggest if there is any datastage function similar to the above one? or any combination of functions available in datastage which can be used in transformer?

Cheers.
by DWH-M
Tue Nov 23, 2010 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Number of years between 2 dates.
Replies: 11
Views: 15863

Find Number of years between 2 dates.

HI Query Busters, Can any one help me to find out number of years between 2 dates using transformer stage in Datastage 8.1? Eg: 1900-03-20 (yyyy-mm-dd) to 2010-11-20 (yyyy-mm-dd) I need to find out number of years(decimal value like 12.4 years) between the above dates. Leap years between the 2 dates...
by DWH-M
Tue Jul 27, 2010 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dssearch Issue
Replies: 1
Views: 1591

dssearch Issue

I have wriiten as small script to get list of all jobs in a sequence. I am using dssearch utility to extract the list. Currently i have used this script in 2 sequences Seq1 and Seq2. In dev and test environment it runs fine for both sequences but in prod, it runs fine for Seq1. For Seq2 it gives Sta...
by DWH-M
Thu Oct 29, 2009 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW
Replies: 5
Views: 18404

Re: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to

I am using oracle 10g, i tried with many ways but its not allowing to continue, its giving same as below error, it needs to be closed, please help needed on urgent issue close. thanx in advance Regards Kumar HI I am trying to implement the data stage server job, one of the column i am trying to conv...
by DWH-M
Wed Oct 28, 2009 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW
Replies: 5
Views: 18404

ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW

HI I am trying to implement the data stage server job, one of the column i am trying to convert the CLOB data type to char or varchar, ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 4450, maximum: 4000) could any one suggest me how to proceed the above issue. Immedia...