Details
Description
Synching user attributes FROM a resource TO Syncope using DBTable connector.
The attribute used as "Column Key" is a number(10) (it's an Oracle DB).
If I define the attribute on Syncope as String it works well and when the sync starts,
all updated entries are found and triggered for the update.
Definig the same attribue as "Long" the sync task don't works.
After deletions of all users, redefining the attribute in Sycope as Long, forced a Reset Token on external resource, the sync don't match on the attribute and no update operation occur.
As requested I'll attach:
1. the external DB schema: it's DB VIEW so I'll attach desc command result
2. the DBTable connector configuration
3. the DB resource mapping