How to add your knowledge

Using the ArcGIS Client with Autodesk Infrastructure Map Server 2013

    Table of contents
    No headers

    Due to limitations of the ArcObjects API, the FDO Provider for ArcGIS works under Autodesk Infrastructure Map Server 2013 only if the following conditions are met:

    • Data connection pooling is disabled for the provider.

      In the serverconfig.ini file, list the provider under the DataConnectionPoolExcludedProviders keyword. For example,

      DataConnectionPoolExcludedProviders = OSGeo.SDF,OSGeo.SHP,OSGeo.ArcGIS

    • Data connection pool recycling is disabled for the provider.

      In the serverconfig.ini file, list the provider under the DataConnectionPoolSizeCustom keyword using the parameter value to 1. For example,

      DataConnectionPoolSizeCustom = OSGeo.Gdal:1,OSGeo.ArcGIS:1