We are experiencing the exact issue described in this now closed forum post: https://forums.saviynt.com/t5/identity-governance/indicator-of-ecm-restart-in-v23-x/m-p/33983Unfortunately, there is no mention as to what the actual fix was as it was resol...
As the subject states, we are unable to get #CONST#${ <javascript> } mapping values to work as it always results in the job failing with:Error in Users Import - Error while processing data: Data truncation: Data too long for column 'CUSTOMPROPERTY1' ...
We have setup a connection to SuccessFactors but when we try to do a User Import ( User Import via a Connection (UserImportJob) ) the job fails with the error "Failed to import one or more object types." without any details. The logs do not provide ...
We are trying to perform an incremental user update from a database ( Users Import (Incremental) from Database (UserImportIncrementalJob) ) but the job's updated user count is always zero and our test users are not being updated. Since we do not have...
We have existing identities which were loaded/managed via a legacy LDAP connection and want to begin managing them via a new DB connection. The connection test to the DB is working and USERIMPORT and MODIFYUSERDATAJSON are the only configuration pro...
The XML is attached as requested.FYI, this problem is not limited to this connection. We are experiencing the same problem with a newly created connection to a PeopleSoft DB.
Per support's request, I am posting an updated summary of where we are.Our current configuration:DB "last modified" column: UPDATED_DATE (timestamp)Mapper: <mapper dateformat="timestamp" incrementalcolumn="UPDATED_DATE">Map Field: <mapfield saviyntpr...
We have a ticket opened with support about this and have been working with them for a few weeks on it. All of our code works as expected in the jdoodle groovy tester. Support is looking into why it works there and not in Saviynt. Once we have a so...
Per the ticket I opened, some of my scripts were generating enough IndexOutOfBoundsExceptions, due to the number user being imported, causing the application to eventually restart. After fixing the scripts so the errors stopped we no longer experien...
Thanks for the suggestion, but that looks similar to some of what I tried. I did notice that you have semi-colons after each of your nested control blocks (e.g. if (...) { ... }; else { ... }; ). Is that a syntax Saviynt is expecting? I have never...