Trisoft_InfoShare_PublishService_UseMinimalRequestedMetadata

The PublishService uses this registry setting to retrieve only the requested metadata part of a larger blob retrieval.

Out-of-the-box, the PublishService uses VB6-based API 2.0 calls to retrieve metadata and blobs. A publish job can fail when the requested metadata contains a large amount of metadata fields. To address this issue, you can use the registry setting Trisoft_InfoShare_PublishService_UseMinimalRequestedMetadata=true to use the API 2.0 call to retrieve the blob without the metadata. A separate API 2.5 call takes care of the blob metadata retrieval, after the API 2.0 call.

If your metadata feature a large number of metadata fields, you need to add this registry setting because it is not included out-of-the-box in the product.

Registry key locationAllowed values
HKLM\SOFTWARE\Wow6432Node\Trisoft\Tridk\TridkApp\InfoShareAuthor\ TRISOFT_INFOSHARE_PublishService_UseMinimalRequestedMetadatatrue; false