Hi
What details from the application do you require to make a license for flexnet 11.8 ?
I have an xml with these details , I have removed some value datas
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ActivationSpecificationRecord xmlns="http://www.macrovision.com/fnp/2004/11/activation">
<Header>
<Version>1</Version>
<Id>8</Id>
<PublisherId></PublisherId>
</Header>
<ConfigData>
<ClientConfig>
<Id>1</Id>
<Revision></Revision>
<RevisionType>ASR</RevisionType>
<Data></Data>
</ClientConfig>
</ConfigData>
<DataDictionary>
<Entries />
</DataDictionary>
<FulfillmentRecord>
<FulfillmentRecordHeader>
<VersionNumber>1</VersionNumber>
</FulfillmentRecordHeader>
<FulfillmentRecordData>
<FulfillmentId></FulfillmentId>
<FulfillmentDictionary>
<Entries>
<Entry>
<Key>ProductId</Key>
<Value></Value>
</Entry>
<Entry>
<Key>features</Key>
<Value>
INCREMENT "
</Value>
</Entry>
<Entry>
<Key>availAct</Key>
<Value>1</Value>
</Entry>
<Entry>
<Key>servOrLocal</Key>
<Value>2</Value>
</Entry>
<Entry>
<Key>description</Key>
<Value />
</Entry>
<Entry>
<Key>serverHostID</Key>
<Value>FLEXID=6-</Value>
</Entry>
<Entry>
<Key>name</Key>
<Value></Value>
</Entry>
<Entry>
<Key>fulfillmentType</Key>
<Value>2</Value>
</Entry>
<Entry>
<Key>expiry</Key>
<Value>permanent</Value>
</Entry>
</Entries>
</FulfillmentDictionary>
</FulfillmentRecordData>
</FulfillmentRecord>
<ShortCodeData>
<SchemeId>SCS_COMPAT_1</SchemeId>
<ShortCodeAlias>8</ShortCodeAlias>
<Overrides>
<RequestOverrides>
<Dictionary>
<Entries>
<Entry>
<Key>CodeBase</Key>
<Value>ALNUM32</Value>
</Entry>
</Entries>
</Dictionary>
<Items>
<Item>
<Group>REQ_GROUP_ACTIVATION</Group>
<Name>SCI_UMN1</Name>
<Type>HEX</Type>
<Size>8</Size>
<Location>BUILT_IN</Location>
</Item>
<Item>
<Group>REQ_GROUP_ACTIVATION</Group>
<Name>SCI_UMN2</Name>
<Type>HEX</Type>
<Size>8</Size>
<Location>BUILT_IN</Location>
</Item>
<Item>
<Group>REQ_GROUP_RETURN</Group>
<Name>SCI_UMN1</Name>
<Type>HEX</Type>
<Size>8</Size>
<Location>BUILT_IN</Location>
</Item>
<Item>
<Group>REQ_GROUP_RETURN</Group>
<Name>SCI_UMN2</Name>
<Type>HEX</Type>
<Size>8</Size>
<Location>BUILT_IN</Location>
</Item>
<Item>
<Group>REQ_GROUP_REPAIR</Group>
<Name>SCI_UMN1</Name>
<Type>HEX</Type>
<Size>6</Size>
<Location>BUILT_IN</Location>
</Item>
<Item>
<Group>REQ_GROUP_REPAIR</Group>
<Name>SCI_UMN2</Name>
<Type>HEX</Type>
<Size>6</Size>
<Location>BUILT_IN</Location>
</Item>
</Items>
</RequestOverrides>
<ResponseOverrides>
<Dictionary>
<Entries>
<Entry>
<Key>CodeBase</Key>
<Value>ALNUM32</Value>
</Entry>
</Entries>
</Dictionary>
</ResponseOverrides>
</Overrides>
</ShortCodeData>
<Signature></Signature>
</ActivationSpecificationRecord>
Regards