Error during execution of 'CheckValues' in logic module 'VI.Common.Customizer.PwdpolicycolumnEntityLogic'

Hi All ,

We are getting the below mentioned error in the 'Insert' SAP user step of process SAP_PersonHasTSBAccountDef_Autocreate_SAPUser .(Identity Manager version - 8.1.2)

Error during execution of 'CheckValues'  in logic module 'VI.Common.Customizer.PwdpolicycolumnEntityLogic'

The Value of 'Password' on 'SAP User account' didn't match the password policy restriction of SAPR3 Password policy .

Please Note : The table script and password column template of SAP User table , both has code to set password using the TSB_GetPassword function .

Can anyone please suggest what can be the  cause of this issue  ?

Thanks in advance .

 

Parents Reply Children
  • The password handling has changed in 8.1 to provide some of the new features in regards to PasswordPolicy checking for encrypted databases.

    According to the release notes of 8.1, you should check your custom templates for password columns, whether these should be moved to the script QER_Publish_
    CentralPassword
    . Overwrite the script to do this.

    By default, there is no template on SAPUser.Password anymore in 8.1.