You need to sign in to do that
Don't have an account?
Maximus
Oracle Error in Metadata API
I am using the Metadata API and I am getting the following error message on update call with CustomObject arguments:
ORA-01403: no data found
ORA-06512: at "SLEEPY.SSHARINGORG", line 1206
ORA-06512: at "SLEEPY.CCUSTOMENTITY", line 347
ORA-06512: at line 1
: {call cCustomEntity.update_detail(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)})}
I started getting this error when I pas more than 2 arguments. In other words, updating two custom objects in the single call works fine. As soon as I add the 3rd I get this error. Let me know if you need more info.
Max
ORA-01403: no data found
ORA-06512: at "SLEEPY.SSHARINGORG", line 1206
ORA-06512: at "SLEEPY.CCUSTOMENTITY", line 347
ORA-06512: at line 1
: {call cCustomEntity.update_detail(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)})}
I started getting this error when I pas more than 2 arguments. In other words, updating two custom objects in the single call works fine. As soon as I add the 3rd I get this error. Let me know if you need more info.
Max
benjasik
we'll look into it, thanks for reporting.