Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

installing extension on Qlikview Server, cannot find Extensions\Objects

Hi,

I read on the community that in order to install extension on the server, I need to move the

C:\Users\[Username]\AppData\Local\QlikTech\QlikView\Extensions\Objects


to


C:\ProgramData\QlikTech\QlikViewServer\Extensions\Objects


However inside the folder C:\ProgramData\QlikTech\QlikViewServer\ , I cannot find the folder Extensions\Objects . Can someone please guide me if I need to create this folder manually, or do I need to make some other configuration

Regards

Arif

10 Replies
Nicole-Smith

If it's not there, you need to create it manually.

Not applicable
Author

just tried it. Created the folder manually and unzipped all the extension files there. Tried to run the report and opened the map but got a message that unknown charttype. the map runs fine on desktop.

I tried to put the webveiw version as well as the non-webview version on the server but neither is working

Arif

Nicole-Smith

On the server, are you using AJAX or the IE plugin?  Extensions only work in AJAX.

Not applicable
Author

I am accessing it using IE but not sure if its using IE plugin. How do I force the server to always use ajax for accessing the document?

Anonymous
Not applicable
Author

In QMC, go to User Documents, select your document on the left, and on the right - Server, Availability.  Check Access method "Full Browser..." and uncheck other methods.

Repeat for each document.


Not applicable
Author

Ok it is now confirmed that I am using ajax version. The below two screens show where I have put the extension and what error am i getting. Please let me know if you could get what mistake am i making

Capture.2PNG.PNG.png

Capture.PNG.png

Regards

Arif

Nicole-Smith

Can you attach the Script.js file?  I'm wondering if you have the folder named incorrectly.

Or if you want to try to look for yourself, the folder needs to be named the same as whatever is in this line in the file:

Qva.AddExtension('Folder Name', function ()

Not applicable
Author

Hi Nicole,

I tried to change the path in qva.addextension function but it did not work. However, I also believe it has something to do with the path. Attached is the zip file that works fine with the desktop version but does not work with server

On a side not, Many thanks for your quick responses and help for my recent posts. It has really helped me a lot to provide my dashboards without much delay and I realy appreciate that

Arif

Not applicable
Author

I tried the below path but it did not work

Qva.AddExtension("C:\ProgramData\QlikTech\QlikViewServer\Extensions\Objects\GoogleMaps - Cluster\GoogleMaps - Cluster",function()