Steps to reproduce the behavior
Run the following queries:
CSS addproj MyProject MyWebSite MySource/server MyDestination/metabase
CSS addproj MyProject MyNewWebSite/server MyDestination/metabase
CSS deploy MyProject/display
Note- MyProject is a placeholder for
the project name.
- MyWebSite is a placeholder for
the Web site name on the source server.
- MyNewWebSite is a placeholder
for the Web site name on the destination server.
- MySource is a placeholder for
the source server name.
- MyDestination is a placeholder
for the destination server name.
The metabase replication is completed on the source server and
the destination server, but the Web site that is created on the destination
server has the same name as the Web site on the source server. The Web site on the destination server should have the
new name that the replication project's
LocalDirectory property specifies. In other words, after the metabase
replication project is completed, the
MyNewWebSite
Web site does not exist. Instead, the
MyWebSite Web site is
created on the destination server.