This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with custom UNS connector

I have a requirement to create a custom connector to 3rd party system.
I created system type, system, account definition and Insert\Update\Delete scripts, but account creation fails with the following error:
2018-11-16 05:38:58.5458 ERROR (Jobservice ) : VI.JobService.JobComponents.HandleObjectComponent - a8acced1-8570-49a8-8ab8-945208ad0bfe: Errors occurred
[810306] Error during execution of 'OnSaving' in logic module 'VI.DB.Entities.EntityScriptLogic'.
[810306] Error during execution of 'CheckValues' in logic module 'VI.Common.Customizer.PwdPolicyColumnEntityLogic'.
[810359] The value in column Password did not match the password policy restrictions of policy One Identity Manager password policy.

It looks like CCC_UnsAccountB_TestSystem1_Insert was not invoked at all(I'm logging debug message there)

I tried to give user complex password - same problem.
I tried to create a weak password policy and assign it to my system, but the error remains the same (so I guess that my password policy is not applied)
I tried to change template script for Password field of UNSAccountB table (I hardcoded complex password) and I can see that my code is invoked, but the error message remains the same.

What am I missing?


I'm using One Identity 8.0

Regards,
Ivan