cancel
Showing results for 
Search instead for 
Did you mean: 

PI - Proxy processing An exception with the type CX_SY_CONVERSION_NO_NUMBER

Former Member
0 Kudos

Hi All,

We have PI sync scenario,SOAP to Proxy.

We are geeting the below error in Proxy .

Error during proxy processing An exception with the type CX_SY_CONVERSION_NO_NUMBER occurred, but was neither handled locally, nor declared in a RAISING clause The argument ' 1,000.000' cannot be interpreted as a number.

But when the same data got updated in Proxy.Not sure about the root cause of the error.

Regards,

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

aashish_sinha
Active Contributor
0 Kudos

Hi ,

It looks like proxy is not able to convert string to number or the format of number is incorrect. This is only possible reason of this exception.

The argument ' 1,000.000' cannot be interpreted as a number.

Check out if the format is correct.. .

Regards

Aashish Sinha