Hi,
We have recently connected with Oracle Database using Native DB connector. When we synchronize from oracle - all the acocunts status is coming up as Disabled even thought accounts status are OPEN on Oracle.
Which in turns trying to lock all the accounts on Oracle through provisioning/update engine.
Is there a way I can rectify this ?
The script in vrtAccountLocked is the default one as follows:
If $ACCOUNT_STATUS$.ToUpperInvariant().Contains("LOCKED") Then
Return True
Else
Return False
End If