Register Easy Plan workspaces

After you install or update Easy Plan, you must register each workspace to a group or role in the Teamcenter organization.

Note:

This procedure is not required for Teamcenter Manufacturing Access.

  1. Create a new file using a text editor that reads XML files, such as Notepad++.

  2. Type the following content in the XML file:

    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>

    <Import>

    <Workspace id="workspace name">

    <WorkspaceMapping role="TC organization role" group="TC organization role" default="true"/>

    </Workspace>

    </Import>

  3. Edit the Workspace id and type in a value for the workspace name:

    • IEWorkspace to register Production Process Planning.

    • WIWorkspace to register Work Instructions Authoring.

  4. Edit the WorkspaceMapping role to register the workspace for a group or a role.

    Note:

    You can also register the workspace to both the group and role.

  5. Open the Teamcenter command line, and run the following command:

    import_wsconfig -u=TC admin user -p=TC admin password -g=dba -file=full XML file path

Note:

See Sample XML file for an example file used to register Easy Plan workspaces.

Next, configure Easy Plan for your environment.