KB Article #181441
Mapping Services and multiple windows users/workspaces
Problem
When starting Mapping Services, by default all the different windows users will have the same workspace selected before closing Mapping Services.
The scenario is this:
- install MappingServices/B2BIClient with and admin user
- open the application with another windows user, let's say UserA.
- this creates a new workspace, let's say WorkspaceA.
- after UserA is finished, UserB opens MappingServices, but the workspace suggestion is WorkspaceA.
- if UserB creates another Workspace, let's say WorkspaceB, then when UserA will open MS, WorkspaceB will be suggested.
Resolution
In order to have :
Windows "UserA" -> "WorkspaceA"
Windows "UserB" -> "WorkspaceB"
Windows "UserC" -> "WorkspaceC"
Add the following lines to <B2BiClient_DIR>\MappingServices\configuration\config.ini
osgi.configuration.area=@user.home/AppData/Roaming/Axway/MappingServices/configuration
osgi.configuration.cascaded=true