Skip to Content
0
Apr 16, 2012 at 11:46 PM

Error converting nvarchar to int issue.

105 Views

Hi Experts,

I have RFC-> JDBC scenario which execute mssql stored procedure(SP).

All fields are varchar except one field is int.

I defined my data type as SP data types.

The output xml for int field is <ID type="INTEGER">1</ID>

I defined it as xsd:integer.

Rest of fields type is varchar and idefined them as xsd:string.

Now, if I trigger the RFC I got system failure error message.

I checked logs and i found error converting nvarchar to int.

I tried to investigate but no avail.

Regards,