Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Does anyone know where qvsremote.dll is located? Is it only installed when using the qlikview web server maybe? We are using IIS7.
We have managed to get tickets with QV10, IIS7 and using the url:
http://localhost:8080/QvAJAXZfc/getticket.aspx?cmd=<Global method='GetTicket'><UserId>Adam</UserId></Global>
But we need to do it using scripts. Trying the vbscript code in the ref manual gives an error when creating the QVSRemote objecte.
set ntsecurity = CreateObject ("QVSRemote.Client") ' gives an error: Cannot create object
Any ideas?
The DLL is called QVSComRemote.dll not qvsremote.dll I believe. QVSRemote is just the object name. The DLL is installed in C:\Program Files\QlikVIew\Server
Regards,
Vlad
Check this thread
Avoiding QVSRemote and using open/post/send solved it. There was an example in C:\Program Files\QlikView\QlikView SDK\samples\Authentication\DMS_Http that was quite different from the server manual that worked after some tweaking of the IIS permissions and app pools as stated in the thread Daniel mentioned.
The qvsremote dll file is a file through which we can run our dll applications. This is use for remotely access to reduce the time and make your work easy. If qvsremote dll file is not installed in your system then you may take more time to do your work. you can download isdone.dll and install it easily and save your time.