Hi,
I deactivated an SF admin and I received a few emails overnight stating the below:
Apex script unhandled exception by user/organization: 005A00000029wvs/00DA0000000Ckg4
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '707A000002L0oMO'
I have narrowed it down to an Apex class Scheduled Job that was created by the inactive user, however I have no way of knowing which Apex Class is being used.
Please help me understand:
1) What does this scheduled apex class accomplish?
2) How can I prevent receiving such an error and ensure complete functionality?
I have provided login access to C&P Support so that you may investigate my setup.
Thank you,
Adam
I deactivated an SF admin and I received a few emails overnight stating the below:
Apex script unhandled exception by user/organization: 005A00000029wvs/00DA0000000Ckg4
Failed to invoke future method 'public static void MailingProcess(Integer)' on class 'CnP_PaaS.EmailSender' for job id '707A000002L0oMO'
I have narrowed it down to an Apex class Scheduled Job that was created by the inactive user, however I have no way of knowing which Apex Class is being used.
Please help me understand:
1) What does this scheduled apex class accomplish?
2) How can I prevent receiving such an error and ensure complete functionality?
I have provided login access to C&P Support so that you may investigate my setup.
Thank you,
Adam
Comment