Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
New to QS and I am trying to create a User Directory Connector. I'm getting the following error:
The User Directory Connector (UDC) is not configured, because the following error occurred: One or more of the expected tables Users.csv and SecAccessGroups.csv are not present. I am using an ODBC text driver. Any ideas? Thanks
What is the structure of the tables? From the docs (https://help.qlik.com/en-US/sense-admin/November2020/Subsystems/DeployAdministerQSE/Content/Sense_De...) the table structure will need to be:
users:
userid,name
attributes:
userid,type,value
Examples of each: https://github.com/eapowertools-archive/iPortal/blob/master/udc/iportal_users.csv & https://github.com/eapowertools-archive/iPortal/blob/master/udc/iportal_attributes.csv
Thanks for the response Levi, but I'm getting a new error. Checkout the attachment.