You can use the export_users script in Tools and Frameworks 11.3 to export user information from your 11.3 Workbench installation.

To export Workbench users from Tools and Frameworks 11.3:

  1. Configure the export_users script:

  2. Navigate to the ToolsAndFrameworks\11.3.0\admin\bin directory.

  3. Run the export_users script with the following parameters:

    For example:

    > export_users.bat --config ..\conf\export_users.properties

    This step exports users that can be imported into the 11.3.1 Workbench.

  4. Confirm that the JSON file exists and contains the expected users.

    Note the following information as you review the results:

    Sample user :

    {
        "id": "mmartin",
        "firstName": "melanie",
        "lastName": "martin",
        "email": "mmartin@example.com",
        "principalSource": "WORKBENCH",
        "admin": false,
        "permissions": [
            {
                "application": "Discover",
                    "tools": [
                        "extension1"
                    ],
            }
        ]
    }

    Sample group:

    {
        "id": "global",
        "groupName": "global merchandising",
        "email": "global@example.com",
        "principalSource": "LDAP",
        "permissions": [
            {
                "application": "Discover",
                "tools": [],
            }
        ]
    }

    You can check the script log at Endeca\ToolsAndFrameworks\11.3.0\admin\logs\export_users.log.


Copyright © Legal Notices