Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.gateway.core.ip.component.odata.exception.OsciException:

swarupa_g
Discoverer
3,412
  • SAP Managed Tags:

i got the Odata exception in the query, and I have used the address as the integrationsuite URL

com.sap.gateway.core.ip.component.odata.exception.OsciException: An exception of type 'WstxUnexpectedCharException' occurred., cause: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '=' (code 61); expected a semi-colon after the reference for entity 'client_id' at [row,col {unknown-source}]: [1,521]

6 REPLIES 6

pi_satishb
Explorer
0 Kudos
2,947
  • SAP Managed Tags:

Hello Swarupa,

Did the issue resolved? If yes, Coud you please let me know the solution?

Below is the error I received.

com.sap.gateway.core.ip.component.odata.exception.OsciException: An exception of type 'WstxUnexpectedCharException' occurred., cause: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '=' (code 61); expected a semi-colon after the reference for entity 'client_id'

at [row,col {unknown-source}]: [1,1013]

Regards,
Satish

Former Member
0 Kudos
2,947
  • SAP Managed Tags:

Hello Friends,

Did you manage to resolve this issue? I'm getting same error.

Thank You,

Nilesh

sabarinath00
Explorer
0 Kudos
2,947
  • SAP Managed Tags:

Did anyone solve the error ...

naveen1241
Participant
0 Kudos
2,947
  • SAP Managed Tags:

In my case, the Address in the connection details for OData had a minor mistake which consistently gave the same error. A hyphen was missing for me.Since I copy pasted this content, it was the last one that I suspected. Hope this helps someone.

0 Kudos
2,307
  • SAP Managed Tags:

error is due to ODATA address URL.  We suppose to use service key URL instead of CPI login URL.

gunaranjan1980_81
Discoverer
0 Kudos
2,318
  • SAP Managed Tags:

This issue is due to CPI login URL.  We supposed to use service key URL instad of login URL.