Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QlikViewers,
Hope you all are doing well I don't know whether i am asking the right(silly) question.Because I have try each and every attempt to make the successful connection between our best QlikView tool and Amazon red Shift Big Data.Connection is done successfully data is also getting fetched/pull from database.Even I have checked the logs also all is working well except connection is not getting terminated neither through Exit Script() command nor through Disconnect() command QVD is also getting created..
Now I have one doubt is our qlikview is compatible to make the connection and termination of connection with Hadoop Big Data(Amazon RedShift).I am using QlikView Developer version.I have already had many discussion with our qlikview experts and community members.So I need one last not least conclusion of all QlikViewers.So I can communicate the same to my client for any alternate solution.
Thanks in Advance
Regards,
KK
swuehlrbecherjaganNeetu_SinghMRKachhiaIMPAvinashelitesunindiahicJohnWvikasmahajan
Resource LibraryNew to QlikViewQlikView SupportBlogsQlikViewCommunity InformationApp Development
The main problem with your statement is FIRST!
It will load ALL data from Redshift and then filter it to the very first 10 rows on the client (Qlikview Desktop) site!
To limit / filter the data set you need to specify a WHERE CLAUSE instead..
Hi Karim,
1.how many tables do you have in your model?
2.Your facing this issue both in server and desktop? if its in server only !! they issue might be in the server end try to restart the sever
3.Which connector your using
Hi Avinash,
1.Currently only one table i am using in my data model.
2.I am facing issue in Desktop version.
3.I am using JDBC connector 64 bit 30 days trial version.
Regards,
Karim Khan
Why do you think the connection is not being terminated? Can you see active connections to Amazon after you have run the load script or terminated QV Desktop? You can use the netstat Windows command to check those.
In general, network connections are closed as soon as the process that created them terminates.
Best,
Peter
Because if i am trying to close it by clicking on Close button or cancel it getting in hung mode.I have to close the QV.exe forcefully through Task Manger.
Even in Log Files its not showing execution terminated as general in different Dashboards.
Regards,
KK
So it's not necessarily a problem of the connectiion not getting terminated, your QV Desktop simply hangs somewhere at the end or remains busy doing something...
What happens if you replace the DISCONNECT; statement with:
DROP Table KK_PRODUCT;
Also remove the DIRECTORY: leftover immediately after the SET statements. It's a table label allright but currently in the wrong place...
Yes I have tried that also.But all in vain
Above code is also not working
The main problem with your statement is FIRST!
It will load ALL data from Redshift and then filter it to the very first 10 rows on the client (Qlikview Desktop) site!
To limit / filter the data set you need to specify a WHERE CLAUSE instead..