Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Stand-Alone Licenses

Does QlickView allow stand-alone developer licenses? For a small user base, I would think that if we get handful of developer licenses, we can avoid buying a server license & hence the above question.

Thanks,

Dinesh.

1 Solution

Accepted Solutions
disqr_rm
Partner - Specialist III
Partner - Specialist III

you can create a batch file with command:

<path_to_qv.exe>\qv.exe /r <path_to_qvw_file>\your_qvw_file.qvw

and then schedule this batch file using windows scheduler or any other scheduler you may have.

View solution in original post

6 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Yes Dinesh. You can buy stand alone developer licenses.

But in order to have multiple people accessing your applications, you need to have a server. The best approach would be to contact your local QlikView partner and run your requirements through them. They should be able to get you best possible combination for your needs.

Hope this help.

Anonymous
Not applicable
Author

If we give these handful of "multiple people" developer licenses, why would one need a server? As I understand, a developer license can open any document, so as long as I have a mechanism to deliver the refreshed report, why would I need a server if I dont have a lot of users?

Thanks,

Dinesh.

disqr_rm
Partner - Specialist III
Partner - Specialist III

Sure, if that gives you what you need. You would need to store QVW in a shared folder somewhere and have people opening the QVW file directly in their developer client. The access will be slow because every time they open the document it will load all the data in the memory, whereas sever will have it loaded for all.

But if you are only talking about few handful users, yes you can surely go with developer clients only setup. The good part is, you can always change your mind and convert these licenses to server based licenses, in future if you grow into QV environment.

Anonymous
Not applicable
Author

Good news is that our biggest table is less than 100 K rows & our database size is only 4 gigs. The application open hardly takes few seconds.

One follow-up question is this. Can I use the Settings, Document Settings, Scheduler to schedule refresh? If so, does that mean that one developer machine always needs to be logged in to the network? Is there a better way to schedule an reload?

Thanks,

Dinesh.

disqr_rm
Partner - Specialist III
Partner - Specialist III

you can create a batch file with command:

<path_to_qv.exe>\qv.exe /r <path_to_qvw_file>\your_qvw_file.qvw

and then schedule this batch file using windows scheduler or any other scheduler you may have.

Anonymous
Not applicable
Author

Purr.....fect!!!

Thanks,

Dinesh