Adjusting the Configuration for Web Export

In order to use the created configuration for the web export from WebOffice, the following adjustments have to be done:

Saving the configuration file as an XML file

Specification of the DefaultDir

Specification of the databases in the connection file

 

1.In order to use the configuration in WebOffice it must be a file with the file type .xml. Therefore, the desktop cad export configuration is saved as an XML file and copied to the defined exportconfiguration directory in the arcgisserver directory.

2.The default directory must be specified in the XML file. The default directory is the directory in which the header defined in the configuration is searched.

Define DefaultDirectory

Define DefaultDirectory

3.Each export configuration must have a ConnectionFile associated with it, which contains all the databases to be used for the export. The association is done by the names of the file. If the configuration is named WebOffice_SampleProject_CADExport.xml then the connection file WebOffice_SampleProject_CADExport.export.connection must be named as well.
 

Connection File

Connection File

 
<fGDBConnectionInfo ConnectionName="fGDB_WO Sample" path="C:\Daten\xxx\SampleProject\Data\WebOffice_SampleData.gdb" DefaultConnection="true" />