• Angelo Rivera 1029
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hi,

I am using apex scheduler functionality. In that apex class which implements the schedulble interface, I have written system.abortjob(sc.gettriggerId()) function to abort the scheduled job, based on some condition. While doing so, I am getting the following error:

 

java.sql.SQLException: ORA-20001: ORA-06512: at "DOPEY.CMETAACCESS", line 510 ORA-01403: no data found ORA-06512: at "DOPEY.CMETAACCESS", line 667 ORA-06512: at "DOPEY.CMETAACCESS", line 656 ORA-06512: at "DOPEY.CMETAACCESS", line 626 ORA-06512: at "DOPEY.CMETAACCESS", line 609 ORA-06512: at "DOPEY.UDDDMLCRONTRIGGER", line 68 ORA-06512: at line 1 : {call UddDmlCronTrigger.get_detail(?,?,?)}

 

I dont know what this error about. But it showing the line number where the abortJob function is written. 

Please give your suggestion on this.

thanks in advance,

  • February 15, 2010
  • Like
  • 0

Hi guys,

 

today I received a strange error message after trying to change the controller in the visualforce editor

 

Error: java.sql.SQLException: ORA-00001: unique constraint (CORE.AKAPEX_CLASS) violated ORA-06512: at "HAPPY.CAPEX", line 505 ORA-06512: at line 1 : {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?)})} 

 

 

and remebered about a Blog article on Wes's Blog about strange error messages where I found this

 

  

Error: java.sql.SQLException: ORA-00001: unique constraint (CORE.AKAPEX_CLASS) violated ORA-06512: at “SNEEZY.CAPEX”, line 505 ORA-06512: at line 1 : {call cApex.update_class(?,?,?,?,?,?,?,?,?,?,?,?)})} 

.

 

 

Looks like some SF guys are huge fans 'Snow White and the Seven Dwarfs' .

 

 

So the big question is, where are the others and of course where's Snow White?