Product(s): | ProjectWise Integration Server | ||
Version(s): | 08.11.11.559 | ||
Area: | ProjectWise Administrator | ||
Subarea: | Application Configurations | ||
Original Author: | Dana Guthrie, Bentley Technical Support Group |
I have two datasources. The first datasource is my original that I have configured with all the applications. The second datasource is a new datasource and I want to copy\export the applications I created in the original datasource to my new datasource
To perform this task you will need to be the administrator of both datasources, know the odbc connection user name and password, and be able to run a dos command
In ProjectWise Administrator, right click the applications node and choose, export application
configurations.
Savethe file as an *.xml
Type dmsconv –d ODBCdatasourceName –u databaseUsername
–p databasePassword –nomime –appfile (path and file name to xml you created)
Example: C:\Program Files\Bentley\ProjectWise\Bin>dmsconv -d
test -u sa -p password -nomime -appfile c:\apps.xml
Note: This command will overwrite the applications that are currently configured in the
datasource. This command can be used to add applications as well.
Important: This command does not set the Icons. Icons will need to be set manually
The Projectwise Administrator Help (search for dmsconv)