cancel
Showing results for 
Search instead for 
Did you mean: 

Job failing with General error 439

Former Member
0 Kudos

I am not exactly sure why is this job failing.

I am trying to load 11 million rows from Netezza table to Hana table

Other jobs with lesser rows run fine, its just this one failing

Any ideas, anyone ?

ERROR:

56447600DBS-07040112/18/2012 3:31:25 PMDataflow DF_PRODUCT_ITEM_DIM|PRODUCT_ITEM_DIM
56447600DBS-07040112/18/2012 3:31:25 PMODBC data source <HANA_EDW> error message for operation <SQLExecute>: <[SAP AG][LIBODBCHDB DLL][HDB] General error;439
56447600DBS-07040112/18/2012 3:31:25 PMcomposite error:
56447600DBS-07040112/18/2012 3:31:25 PM[#1, SQL-274] inserted value too large for column>.
59364724DBS-07040112/18/2012 3:31:45 PMDataflow DF_PRODUCT_ITEM_DIM|PRODUCT_ITEM_DIM
59364724DBS-07040112/18/2012 3:31:45 PMODBC data source <HANA_EDW> error message for operation <SQLExecute>: <[SAP AG][LIBODBCHDB DLL][HDB] General error;439
59364724DBS-07040112/18/2012 3:31:45 PMcomposite error:
59364724DBS-07040112/18/2012 3:31:45 PM[#1, SQL-274] inserted value too large for column>.

Accepted Solutions (1)

Accepted Solutions (1)

former_member275696
Active Participant
0 Kudos

Take a look at the KB Note https://bosap-support.wdf.sap.corp/sap/support/notes/1709156 , make sure the column length is enough to accommodate the longest record length.

If the above is not the case, what is the version of your DS 4.0? See the Release Notes of DS 4.0 SP2 Patch 6 (Version 14.0.2.528) - https://bosap-support.wdf.sap.corp/sap/support/notes/1758350 , there is a fix for ADAPT01653008.

Hope this helps.

Former Member
0 Kudos

Thanks for the reply

The links that you posted do not seem to work

https://bosap-support.wdf.sap.corp/sap/support/notes/1709156

https://bosap-support.wdf.sap.corp/sap/support/notes/1758350

I am using version

SAP BusinessObjects Data Services 4.0 SP3

I also tried to remove the bulk load option as per http://scn.sap.com/thread/3236935

Still the job fails after loading 1 million rows.

vnovozhilov
Employee
Employee
0 Kudos

Hello,

External links would be KBA 1709156 and KBA 1758350.

Thank you,

Viacheslav.

Former Member
0 Kudos

To make it work I had to Change

INT TO INTEGER

BIGINT TO INTEGER

LONGDATE TO TIMESTAMP

from the target Hana table

Wish Hana was more like Android & not iOS

Answers (0)