Find this post interesting? Do you like interesting things? Maybe you would like my invention, a connectible candle called a WickBrick!
Get one here http://wickbrick.etsy.com/
So I was trying hard to get the ZFC to work and I kept on getting
“Failed to open document, file not found.”
grrr it was absolutely driving me crazy!
So here is the deal, When you go Tools, Objects Client Page Generator
You would think that it would default to the correct Document URL.
No, it does not. Not even close. And it does not even check it if it’s valid…. lame
Dear QlikView people, please add a browse button for the Document URL of the Objects Client Page Generator! I know you can do it! If I enter in my web browser qvp://myservername it gives me a great document browser!!!!
Anyways, so the first key is that you need the Document URL to actually point to your document. Duh. This is where it got interesting for me though because if I use the above qvp:// browser it does not give me the path. So how do I find out the path?
Well open the qlikview that you are wanting to ZFC (though the web) either browse there by qvp:// or use http://myserver/qlikview and picking it from the list
Now hit ctrl + shift + q which brings up the Document Support Information which lets you know your qvp:// path. There was that so hard. In my case we have a QVW which is named Production_Summary.qvw in the Inventory folder so I was assuming the path would be qvp://server/Inventory/Production_Summary.qvw
(Notice the Underscore between Production and Summary) and in fact when I run the Objects Client Page Generator it even defaults by putting in the underscore!!!!!!!)
But the real qvp:// is qvp://server/Inventory/Production Summary.qvw without the underscore.
I’m not sure if this is a bug or intentional but it sure is annoying!
So once you find the actual real path. Things get a little easier. The next error you will get is unable to access file. This is a permission problem. I am not sure about qlikview security at all, how session licenses versus User CALs work. Someone should explain it for me 🙂
I read on the Qlikview forums that you needed to disable anonymous access to get the ZFC to work so this is what I did. I got it to work using c:\inetpub\wwwroot\test as my target folder.
Then opening up, IIS manager, creating a new virtual directory pointing to c:\inetpub\wwwroot\test (When creating the virtual dir, I also allowed script execution don’t know if this matters)
Then permissions, I right clicked on my newly created virtual dir, properties, directory security tab, edit, and then unchecked Enable anonymous access. Then I did this on the one the QVAJAXZfc folder as well!!!
Finally I navigated to my http://server/test directory and saw my ZFC for the first time! Let me know if it works for you or if you know anything about this!
Hi
It is ridiculous way to publish that Zero Footprint client.
But anyways thanks a lot.Googled your article and it was very helpful in my pursuit for achieving same.
Finally got it with lot of tweaks.
I should’ve looked this up *before* I started working with ZFC. Instead, I ran into the same problem and spent forever trying to figure out what the problem was. Yuck.
Now, if only I could get the ZFC client connections to time out properly, I might even start using it..