Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
In the QMC one can see how many Document CALs are assigned :
Document CALs: 221 assigned (300 in license) |
Changes are managed under User Documents |
How can one get a list out of what they are assigned to ?
Best Regards, Bill
Both the System Monitor and Power Tools are great and gives loads of good information but I cannot find what I am after in either of them.
But theLicense_Analyser_K3FDS.qvw does give me what I am after from the NoOfNamedCals of CalData.pgo.xml
LOAD
DocumentName AS [DocumentName(Full)],
left(DocumentName,index(DocumentName,'\',-1)-1) AS [DocumentPath],
replace(mid(DocumentName,index(DocumentName,'\',-1)+1),'.QVW','') AS [DocumentName(Short)],
NoOfNamedCals AS #DocCalPool,
AllowDynamicAllocation,
NoOfEmbeddedNamedCals,
%Key_CalData_A6E97F950E348A57, // Key to parent table: CalData
%Key_PerDocumentCalData_71E03D5A91FA7462 AS %DocKey // Key for this table: CalData/PerDocumentCalData/PerDocumentCalData
FROM $(vAccessPoint_Path)\CalData.pgo.xml (XmlSimple, Table is [CalData/PerDocumentCalData/PerDocumentCalData]);
Hi Bill,
You can get that info by configuring the below app.
http://community.qlik.com/docs/DOC-4307
Regards
ASHFAQ
Also the QV user manager from the power tools should be able to provide the information.
In the QMC itself, I think the document CAL information is distributed across the documents, so you would need to have a look at each document.
Both the System Monitor and Power Tools are great and gives loads of good information but I cannot find what I am after in either of them.
But theLicense_Analyser_K3FDS.qvw does give me what I am after from the NoOfNamedCals of CalData.pgo.xml
LOAD
DocumentName AS [DocumentName(Full)],
left(DocumentName,index(DocumentName,'\',-1)-1) AS [DocumentPath],
replace(mid(DocumentName,index(DocumentName,'\',-1)+1),'.QVW','') AS [DocumentName(Short)],
NoOfNamedCals AS #DocCalPool,
AllowDynamicAllocation,
NoOfEmbeddedNamedCals,
%Key_CalData_A6E97F950E348A57, // Key to parent table: CalData
%Key_PerDocumentCalData_71E03D5A91FA7462 AS %DocKey // Key for this table: CalData/PerDocumentCalData/PerDocumentCalData
FROM $(vAccessPoint_Path)\CalData.pgo.xml (XmlSimple, Table is [CalData/PerDocumentCalData/PerDocumentCalData]);
HI,
I want to confirm that the Governance Dashboard doesn't show license information.
Bill
Many thanks Bill Britt for confirming that the Governance Dashboard doesn't show license information. That certainly explains why I could not find it there.
Hi Bill,
Thanks for this.
However, I seem to be getting different results. My QVS is saying 1136 allocated (1140 in license) and the model says 905 of 1140 allocated, 235 available. Am I doing somethin wrong or perhaps missed something?
Thanks
Mikasen
You deleted or moved a QVW before you unassigned the CALS.
Look under Documents > User Documents there may be a QVW listed all in caps (MYQVW.QVW) that does not appear in the folder indicated. This is a good indicator that this is the culprit.
When deleting a QVW it is best to remove the assigned Document CALs first, then delete the QVW. By doing this the Document CALs are released and put back into the pool.
|