cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in create_stream method

GowthamRaja
Active Participant
0 Likes
4,092

Hi Experts,

I am getting the below error while updating the xstring values in table for create_stream method.

Please help me resolving this issue

View Entire Topic
former_member484715
Contributor
0 Likes

Hi Gowtham Raja M,

Could you put an debugger in your create stream method and check if it is getting triggered or not. Also, go through this blog to check if you are doing any mistake.

Regards,

Arjun Biswas

GowthamRaja
Active Participant
0 Likes

thanks for your blog. i have missed the er_entity. now in backend table its get updated but in gateway client i getting the error as 500 internal server error as 'Invalid or no mapping to system data types found'

former_member484715
Contributor
0 Likes

Hi Gowtham Raja M,

This usually happens when your fields in OData and the fields in your SE11 table do not have matching types. I would suggest you to verify the types once, also if there are any date fields, make them null in the entity types section.

Regards,

Arjun Biswas.