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
venkatasubhashkvenkatasubhashk 

Scheduled Batch Apex Error

 

Hi
I have a scheduled Batch Apex class scheduled for 1 Hr Interval to update or insert a Record into a custom Object from other Object
When i Scheduled it i am facing a New Error and my Job is Failing
The Error is "First error: SQLException [java.sql.SQLException: ORA-01013: user requested cancel of current operation"
any Ideas on this Error and to rectify it !
Scheduled Batch Apex Error

Hi
I have a scheduled Batch Apex class scheduled for 1 Hr Interval to update or insert a Record into a custom Object from other Object
When i Scheduled it i am facing a New Error and my Job is Failing
The Error is "First error: SQLException [java.sql.SQLException: ORA-01013: user requested cancel of current operation"
any Ideas on this Error and to rectify it !

 

Shashikant SharmaShashikant Sharma

Hi,

 

Could you please share your code, it will be more easiar to find the issue after viewing your code.

venkatasubhashkvenkatasubhashk

Hi ,

 

Thanks for your reply,I sorted out the problem...still i am Facing some errors 

 

I am Preparing to Post the code...

 

http://boards.developerforce.com/t5/Apex-Code-Development/Scheduled-Batch-Apex-Error/m-p/285225/highlight/false#M49879

 

Thank you