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

Document's authorization Qlikview 10

Hi,

Is it possible to obtain the recipients list of the document's authorization?  

Preferebly from xml file. Not through the QMS API as is by us not possible.

We're using Qlikview 10 SR6. DMS.

Dror

5 Replies
Bill_Britt
Former Employee
Former Employee

The DistributionDetail.xml file has that in it. The path to that is C:\ProgramData\QlikTech\ManagementService\QVPR

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Bill,

I'm getting the metadata of the document.

<?xml version="1.0" standalone="yes" ?>

-<NewDataSet>
-<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
-<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="DistributionDetail" msdata:UseCurrentLocale="true">
-<xs:complexType>
-<xs:choice minOccurs="0" maxOccurs="unbounded">
-<xs:element name="DistributionDetail">
-<xs:complexType>
<xs:attributename="DocumentTaskID" msdata:DataType="System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" msdata:DefaultValue="00000000-0000-0000-0000-000000000000" use="required" />
<xs:attributename="IsDynamicDistribution" type="xs:boolean" msdata:DefaultValue="false" use="required" />
<xs:attributename="RecipientName" type="xs:string" msdata:DefaultValue="" use="required" />
<xs:attributename="RecipientType" type="xs:string" msdata:DefaultValue="Named" use="required" />
<xs:attributename="DDDField" type="xs:string" msdata:DefaultValue="" use="required" />
<xs:attributename="DDDValueType" type="xs:string" msdata:DefaultValue="None" use="required" />
<xs:attributename="DistributionType" type="xs:string" msdata:DefaultValue="None" use="required" />
<xs:attributename="FSPath" type="xs:string" msdata:DefaultValue="" use="required" />
<xs:attributename="SubPath" type="xs:string" msdata:DefaultValue="" use="required" />
<xs:attributename="QvsResourceID" msdata:DataType="System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" msdata:DefaultValue="00000000-0000-0000-0000-000000000000" use="required" />
<xs:attributename="ID" msdata:DataType="System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:string" msdata:DefaultValue="00000000-0000-0000-0000-000000000000" use="required" />
<xs:attributename="ModifiedByUser" type="xs:string" msdata:DefaultValue="" use="required" />
<xs:attributename="ModifiedTime" type="xs:dateTime" msdata:DefaultValue="1980-01-01T00:00:00+01:00" use="required" />

</xs:complexType>

</xs:element>

</xs:choice>

</xs:complexType>

-<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selectorxpath=".//DistributionDetail" />
<xs:fieldxpath="@ID" />

</xs:unique>

</xs:element>

</xs:schema>

</NewDataSet>

I'm looking for the actual document authorization

Bill_Britt
Former Employee
Former Employee

The DistributionDetail.xml will show who the document has been distributed to. The real information is stored in the .meta file which is a binary file.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Ok. so if i understand correctly other than using the QMS API there is no way to obtain this informaton

Bill_Britt
Former Employee
Former Employee

Hi,

I don't know of any other way.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.