• Maximus
  • NEWBIE
  • 0 Points
  • Member since 2003

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
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
  • September 20, 2007
  • Like
  • 0
Hello again,

Is there any way that you can import a data model or UML model into
Apex and thus automatically create Custom objects (database tables)?

Thanks,

Andy