How to unlock a ruleset version when you forget its password.

I have locked my Ruleset version but now I cant recall the password.

How to unlock it?

@TanyaS58 Hi,

  1. Create activity with any name.(Activity can be written in any class, it doesn’t matter.)
  2. First Step Obj-Open-By-Handle with instancekey (Rule-RuleSet-Version ABC XX:XX:XX)
  3. Property-Set .pyVersionPasswordEntered= “ABC123456”
  4. Property-Set .pyVersionPassword= “ABC123456”
  5. Obj-Save WriteNow.
  6. Your New password is ABC123456 unlock and lock with your password.

@TanyaS58

Write activity and do Obj-Open-By-Handle taking the pzInskey of the rule set version. After the instance is opened set the following value pyVersionSecure to false and save the instance. It will unlock the ruleset version. Or You can reset the password and save the password and use the same password to unlock it.

@KotaC382

This worked for me rather than the previous solution.

Hi @RajaKullaiahD16662217 @TanyaS58

Please go through below discussion,

I hope this wil hel you

Thanks,

Ashok

Hi @TanyaS58

I think the below link will help you.

@Bhumireddy Hi I tried your solution only thing I had to change was the params part as that was not working so I hardcoded my RSV name and version,rest it worked

@KotaC382

Thanks for the solution and it worked for me.