Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to connect Qlik to a MongoDB instance using the SQL interface technology.
I can create a Qlik connector using ODBC and start a query with success.
I'm facing an error when trying to create a user directory connector with the same ODBC connection.
"The user Directory Connector (UDC) is not configured, because the following error occured : Error when validating tables : ERROR [HY000][MongoDB][API] Caught panic : input_text_to_string_w : text pointer was null . Ok("in file 'cstr\\src\\lib.rs' at line 97")"
Is it possible for you to reproduce this use case? Any help would be appreciated.
Regards,
Vincent
Hi Vincent,
Regular data loads via ODBC work fine because they query tables normally. However, UDC has stricter requirements on how it reads the schema/metadata, and the current MongoDB ODBC driver (especially the SQL Interface / BI Connector) often struggles with this, causing the “input_text_to_string_w : text pointer was null” panic.
Recommendations:
Would you be able to share: