However, to add other project sources, users can perform the following steps:
- Go to C:\Program Files\Strategy\Web Services (this is the default Strategy Web service installation folder), and then locate the projectsources.xml file.
- Open projectsources.xml in a text editor and make a copy of the text between ProjectSource node. Paste this after the first ending projectSource tag and change the value for ProjectSource, ServerName and AuthMode accordingly, as shown below:
<ProjectSource>
<ProjectSourceName>Strategy Tutorial</ProjectSourceName>
<ServerName>localhost</ServerName>
<AuthMode>MWSNTCredential</AuthMode>
</ProjectSource>
<ProjectSource> <ProjectSourceName>My First Project</ProjectSourceName> <ServerName>my-machine</ServerName> <AuthMode>MWSStandard</AuthMode> </ProjectSource>
- Save the change.
Open up a new Strategy Office instance and click on the Strategy button. Notice that there are now two Project Sources connected: