cancel
Showing results for 
Search instead for 
Did you mean: 

Business Partner Update Error

former_member264639
Participant
0 Kudos

Hi Experts,

We have a scenario which updates an Business Partner through Synchronous Update Method. While trying to update , The B1if throws an Error,


“XCE001 Nested exception: java.lang.RuntimeException: DI Error: (-10) 1320000140 - Business partner code 'RJM12212' already assigned to a business partner; enter a unique business partner code”.


To our understanding the error seems to be occur only when the DI Object call is of type “Synchronous Insert”. But the error triggered here raised from the “Synchronous Update” type of method.


Although we does not have “Synchronous Insert” of  Business Partner atom in our scenario, we wonder how this happens?.


Suggestions highly appreciated.


Thanks & Regards,

Karthik Kannan

Accepted Solutions (0)

Answers (2)

Answers (2)

pierrecanali
Active Participant
0 Kudos

Hi Karthik,

try to use "Synchronous Insert with fallback to Update" method in your B1object atom configuration.

Regards,

Pierre

jan_polak
Participant
0 Kudos

Hi,

sometimes we have a similar error when adding invoices through DI Server. The solution was to repeat the addition of the invoice.

In B1i try Maintenance->Cfg Error Handling.

Jan