cancel
Showing results for 
Search instead for 
Did you mean: 

While Publishing the Promotion in Promotion engine I am getting Maximum number of cronjobs (3) are scheduled.

atul9888
Explorer
0 Kudos

While Publishing the Promotion in Promotion engine I am getting Maximum number of cronjobs (3) are scheduled.Please help

Former Member
0 Kudos

Hi Atul, Did u find any solution to this issue? Thanks

atul9888
Explorer
0 Kudos

Hey ,

Earlier in our local when we found this we replace the data folder with the existing one and issue resolves.

But we cannot do it for other environment , as per our analysis it seems that the, cronjob getting created when we publish the module but it never runs , because it wil be always in NEW status ,we tried to re run job the but still the status is in RUN status .

We logged the ticket on product support waiting for the reply.

thanks, ATul

Accepted Solutions (0)

Answers (3)

Answers (3)

atul9888
Explorer

Hi ,

There is an attribute called lock acquire which should be false in promotion module , check if that is true then make it false , other than this As a workaround Can you please try publishing the previewModule first and then sync from previewModule to pomotionModule? or I would suggest you to remove the job and create it again and see if this fixes the issue.

Former Member
0 Kudos

By making the the attribute "lock acquire" to false using impex solved the issue. Thanks Atul.

geffchang
Active Contributor
0 Kudos

Check the following SAP KBAs for this issue:

- SAP KBA 3056120 -> https://userapps.support.sap.com/sap/support/knowledge/en/3056120 -> 3056120 - Maximum number of cronjobs (3) are scheduled

- SAP KBA 2930746 -> https://userapps.support.sap.com/sap/support/knowledge/en/2930746 -> 2930746 - Promotion cronjob stuck in new status lead to promotion can't be published or undeployed

0 Kudos

Can you please post the impex for lock acquire. Where do you se this?

saood
Participant
0 Kudos
INSERT_UPDATE DroolsKIEModule;name[unique=true];lockAcquired; 

;promotions-module;false
Thanks,
Saood