Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I like to use a QV doc which has been created with QV 10 on a different server running on QV 11 (both using different license keys).
If I try top open the doc on the new server running version 11 I get the message "Access denied to this QlikView document" and after hitting OK
"The document abc failed to load" .
The original doc has section access, on Hidden Script, which I deleted. I also found a hint regarding "script exclusion" which I disabled, but still not able to open the duplicated document on a different server.
Any idea how to get it working ?
Thanks !
It seems that, despite you opening the qvw document within the editor, it still looks at user credentials defined within the 'Seccion Access' .
Problem is caused by not adding the current 'user' on the server.
Please make sure to add the qlikview user defined in both locations to this sections befre closing the rebuilded app. I did find a lot of 'make a copy before...' solution.
I did have a simular problem; server is still running on qv10, but my workstation uses qv11. I got the same message opening my qvw file on the qv10 server.
I had to comment out both my "Seccion access" part AND
Disable the checkbox "Initial data reduction based on secion Access" at document properties 'opening' tab. , Rebuild the qvw and save it : the resulting file will be opened again at my other location.
To view my current user's name, i used a text widget containing the code:
='User : ' & OSuser ( )