Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I get "server objects" from QV server?

Hi!

Is it possible to get data and images of "server objects" ?

Thanks!

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Server Objects are basically stored in below three files, located in the directory of your application.


1. pgo contains license details (session , document , user CAl)

You can use Qv Server Object Connector for Power Tools To analyze the same


2. meta contains document properties details (i.e , document category, distribution list information e.t.c) 

I don't think there is any default tool to read thees files. but look at the below post

http://community.qlik.com/message/111802#111802

Yo can even use SharedFileViewer from power tools.

3. .Shared contains the details of all the shared object created by the user for the respected report.

Indeed server objects


You can use SharedFileViewer from power tools.


Regards

ASHFAQ

sujeetsingh
Master III
Master III

ashfaq_haseeb
Champion III
Champion III

Hi sara leslie

One more. As I say there are many Which I have participated.

Regards

ASHFAQ

Not applicable
Author

Thanks for tips!

But I forgot to note that I want to get the server objects programmatically (e.g. in c# application).

Can you help with this task?