Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qvsremote dll

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?

1 Solution
4 Replies
vgutkovsky
Master II
Master II

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

Not applicable
Author

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.

Anonymous
Not applicable
Author

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.