- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Connector Reply Error
Good day everyone....
I have some set of data in sql server environment.... I used the oledc connector to fetch the data from sql...
I got the error message on my qliksense app..... connector reply error....
I have carefully inspect the sql script and there is no strange thing there ( I attached the sql schema in a notepad file)
Please kindly inspect them or better still load them in your app to see if you get the same error..
TThank you for your time,
Regards
- Tags:
- connector reply error
- error code 12004
- inspect
- qlikview sql select
- qlikview_scripting
- server error message
- sql qliksense
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Akpofure,
I am having exactly the same problem! I am connecting using an ODBC connection. The ODBC connection is using PuTTY to connecti via an SSH tunnel to a MySQL database. My queries execute correcty in my usual software, but, I cannot get Qlik Sense to work.
Chloe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Chloe,
I think you have to review your table in the sql you want to pull data from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have exactly the same problem. Have you already now how to this this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On some of the older versions of Qlik the AD authentication didn't work for me so I had to use a service account. Might try hard coding your connection (username / password). AD authentication seems to work fine on Feb 2018.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this,
SET param1 = ''paramhere;
SQL EXE [dbname].[dbo].[storedprocedure] '$(param1 )';