Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to connect to the User Directory through configurable ODBC in Qlikview Management Console.But I am getting an error as
Exception when connecting to the data source
Error:IM002 Data source name not found nad no default driver specified
Can anyone help me on the steps that needs to be followed for successful connection
Regards,
Bhargav
Have you actually created the required DSN first?
Andy
Hi,
I have created the DSN and in the path I have given ODBC://localhost
and given username and password of the admin user
What's the full CONNECT line in the script?
Hi Andrew,
when I connect through same DSN in QLikview application in the script it appears as
ODBC connect to TEST_ODBC;
select * from Db.Test.Table
But when I try to connect through Configurable ODBC in QMC I am getting the above error
can you please suggest me the steps that needs to be followed
Regards,
Bhargav
Re:
But when I try to connect through Configurable ODBC in QMC I am getting the above error
can you please suggest me the steps that needs to be followed
Please supply a screen shot that shows what you are trying to do.
Andy
System DSN or User DSN?
A User DSN will be visible to you and can be used in QV Desktop.
A System DSN will be visible to all, including the DSC/QMS/QDS/QVS service account.
Hi below is the screenshots
I have given admin user's name and password
In Data source name given DSN name
for entity name given the name of the column in the table in database having entity name
for Entity table db name gave the name of the table in database
for Groups table gave the Groups table name
for Conn db name gave the database name
Hi Bhargav,
sorry never used that, check out the attached Help Link which may help:
Andy
Hi Peter,
Thanks for replying
I have used System DSN only