Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Is it possible to get data and images of "server objects" ?
Thanks!
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
Follow this may help
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?