You can use the
export_users script in Tools and Frameworks 11.1 to
export user information from your 11.1 Workbench installation.
To export Workbench users from Tools and Frameworks 11.1:
Configure the
export_usersscript:Navigate to the
ToolsAndFrameworks\11.1.0\admin\confdirectory.Property
Description
source.versionThe version of Tools and Frameworks you are migrating from.
source.workbench.hostThe host machine of the Workbench instance you are exporting from.
source.workbench.portThe port of the Workbench instance you are exporting from.
destination.directoryThe directory of the Workbench instance you are migrating to.
For example:
source.version = 11.1.0 source.workbench.host=myHost.myDomain.com source.workbench.port=8006 destination.directory=C:/Endeca/ToolsAndFrameworks/11.2.0
Navigate to the
ToolsAndFrameworks\11.1.0\admin\bindirectory.Run the
export_usersscript 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.2 Workbench.
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.1.0\admin\logs\export_users.log.

