Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I try to set up QDF for my applications to get things a bit more structured.
On our QlikView Server I can only connect via networkdrive to access my apps.
If I try to reload LoadIncludeExample.qvw I get an Error like this:
7/28/2014 4:41:45 PM: 0182 trace '### DF Error Did not find Z:\myFolder\02_Development\99.shared_folders\3.Include\1.BaseVariable\Z:\myFolder\02_Development\1.Example\3.Include\1.BaseVariable\Z:\myFolder\02_Development\99.shared_folders\3.Include\1.BaseVariable\\CustomVariables.csv, ending LoadVariableCSV'
Where Z: is my network drive.
Is it possible to manually set the right path for the qdf folder on the server or even to work with relative paths only?
Best Regards,
Peter
Hello Peter - I will make sure our chief architect is aware of this and look into it, it might take a few days for him to get back to you.
Mike T
Hi Michael,
thank you for your quick reply.
I thought this would be an easy task, like defining an absolute path for a PHP Website....(silly me )
I hope there is a workaround for this.
If you (or the chief architect) need further details/information, don't hesitate to contact me.
- PS -
Hi Peter,
The issue would be resolved while using the network drive path.
Ex:- i have a drive mapped Z: which is from a server "Dev1".
i need to use \\dev1\<path of the file>.
Hope this helps!
--
Vinoth
Hi Peter, QDF identifies the framework path independent of use of UNC or network drives, so no hard coding of absolute path should be needed. In your application check out vG.BasePath variable as this is the calculated "Absolute path" to the application container.
Also try a totally fresh framework and run one of the example applications on your laptop and on the network (you can just copy the framework) if you get everything working on your laptop but not on the drive the problem is probably lack of security access hindering container identification.
Hope that this helps.
Best regards
Hi,
sorry for the late reply and thank you guys for your answers.
@Magnus
It is for sure an issue with a lack access rights. I have no access rights on the system, I can't login or something. I only have (write) access to a "Network Share" which is located on the QV Server. If I try to install qdf on this network drive I get some permission denied errors... Local installation works. I tried to set it up, but after copying I get the errors mentioned above. In fact it's not crystal clear to me, why I should need direct access on a server to set up the framework.
Could you please tell where you changed the path. This could probalby work. Its not very nice when the server uses a network connection instead a local path....
Best Regards,
Peter
Hi Peter, sorry for the late reply. The framework is validating if files/folders exists before creating the global variables, a security restriction is probably hindering this validation. So without security modifications you will not get the framework running as validation of files is a core function.
Best regards
Magnus