function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MaximusMaximus 

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
benjasikbenjasik
we'll look into it, thanks for reporting.