cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to restrict one particular hybris business process to run in one cluster node

739

Hi Experts,

I want to run one particular business process in one particular node in cluster. How do we achieve this in Hybris ?

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

hi verma

try this

SOLUTION:

NOTE -: Choose SQL query section

STEP 1:

select * from SYSTEMINIT;

STEP 2 - (Run in COMMIT mode)

update SYSTEMINIT set locked = 0 where clusternode = 1