Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extensions: Failed to load extension F:\qv\create\invoice_table.qvd. Make sure it is available at the correct location

I got the error like below in event log.

Extensions: Failed to load extension Extensions: Failed to load extension F:\qv\create\invoice_table.qvd. Make sure it is available at the correct location

why extension point the another location (F:\qv\create\invoice_table.qvd), where can I change this path?

Note: just before one week we did upgrade in qlikview(Qv 11.2 SR6)

5 Replies
mls
Former Employee
Former Employee

It's a bit confusing that the path is on F: and that it is pointing to a qvd-file instead of a folder.


I would check the following places:

1) In the QMC, is there an alternate extensions path defined?

ext.png

If not, the extension definitions would be in the following location on the QVS server: C:\ProgramData\QlikTech\QlikViewServer\Extensions\Objects\

2) In each extension definition, there is a "Script.js" which contains a line which may contain a path, example

Qva.AddExtension('QlikView/Examples/WebPageViewer', function() {

Not applicable
Author

Alternate extension path is blank. . So need to give this on Alternate extension path (C:\ProgramData\QlikTech\QlikViewServer\Extensions\Objects\)?

mls
Former Employee
Former Employee

that should not be necessary. It's perfectly ok to leave it blank - it will then use the default location.
Did you check in the Scripts.js if there were any references to F:\qv\create\invoice_table.qvd in there?

Not applicable
Author

I have checked that but there I can't find that path in that script file.

In that qlikview server also we don't have that F drive..

before we had F drive in our Publisher server after we changed this drive as E:\\qv\create\invoice_table.qvd.

I confussed why it is pointing the at that F drive.

ergustafsson
Partner - Specialist
Partner - Specialist

Hi,

It is likely that there is a reference somewhere to this drive. You need to go through your extensions and documents and see if you can find the F:\ reference somewhere. Check the properties of the extension objects within the AJAX client too, as well as the XML, qvpp and js files.

Regards,

Erik