I have generated a Entitlement Owner certiication in IIQ, so I see certs are getting stuck at Activating State only.. and I dont see any error even in the logs..
Note : this cert was working fine before but suddenly its getting stuck now.
Can some one help me on this.
Hi @PrashRV,
Can you share the task result for this certification. It might have the info on why it is pending. Are you using any rules like pre-delegation or exclusion rule in this cert which was changed recently?
Check if your task server isn’t down and there are enough threads to process generation task
Another workaround you may try is to stage a similar cert, review it, and then use this staged cert as template to generate another cert with different name without activating it.
Validate if it’s actually stuck - check if email notifications are sent out or not
Delete the pending cert from IIQ console and retry
(Not recommended) You can try to launch it using code certificationer.activate(certificationId); context.commitTransaction();
the issue is resolved in my Environment , its because of IIQ upgrade and some tables related to Certification are missing..
once after creating those , able to see certs getting activated.