Workflow to Register a Server
To Register a Server with an Existing Workspace
Perform the following steps to register a Windchill server with an existing workspace:
1. Set the appropriate authentication context using the method pfcBaseSession::AuthenticateBrowser with a valid username and password.
2. Look up the list of workspaces using the method pfcServerLocation::CollectWorkspaces. If you already know the name of the workspace on the server, then ignore this step.
3. Register the workspace using the method pfcBaseSession::RegisterServer with an existing workspace name on the server.
4. Activate the server using the method pfcServer::Activate.
Was this helpful?