SVC-1117 error thrown on importing user/permissions metadata.

SVC-1117 error thrown on importing user/permissions metadata.

book

Article ID: KB0094287

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Description:
SVC-1117 error thrown on importing user/permissions metadata.
Symptoms:
N/A
Cause:
N/A

Issue/Introduction

SVC-1117 error thrown on importing user/permissions metadata.

Environment

TIBCO MDM 8.X

Resolution

The UserSet in the metadata needs to be set to ALLUI instead of ALL and this should resolve the error with importing user/permissions metadata.

Sample metadata extract:

    <ns:Transaction>
        <ns:Command type="query">
            <ns:Permissions>
                <ns:Permission>
                    <ns:UserSet>ALLUI</ns:UserSet>
                </ns:Permission>
            </ns:Permissions>
        </ns:Command>
    </ns:Transaction>
    <ns:Transaction>
        <ns:Command type="query">
            <ns:Permissions>
                <ns:Permission>
                    <ns:RoleSet>ALL</ns:RoleSet>
                </ns:Permission>
            </ns:Permissions>
        </ns:Command>
    </ns:Transaction>