Smart Grid Applications Overview > Smart Operations Solution > SOS Configuration Overview > Network Adapter > Network Adapter for CIM > Configuration File |
Version: 10.1 |
The basic Network Adapter-DMS configuration for CIM is done in the NetworkAdapter.exe.config file.
<NetworkAdapterSection Default="ConfigName">
<add name="ConfigName" GeometricNetworkName="ARCFM.ElecGeomNetwork" GlobalIDs="false">
GlobalIDs and Data: If the GlobalIDs value is enabled, then every feature class in the network must have a populated GlobalID field. If this field doesn't exist on each feature class or is not populated, you will experience data errors when exporting. |
<SdeElement Server="optimus" Instance="5152" Version="SDE.DEFAULT" User="arcfm" Password="*#Kk%(RJcJBiLokdw=">
<WorkspaceFactory QualifiedTypeName="Esri.ArcGIS.DataSourcesGDB.SdeWorkspaceFactoryClass, Esri.ArcGIS.DataSourcesGDB, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
<WorkspaceFactory QualifiedTypeName="Esri.ArcGIS.DataSourcesGDB.AccessWorkspaceFactoryClass, Esri.ArcGIS.DataSourcesGDB, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86" />
XML
" data-title="XML
">
Copy Code
|
|
---|---|
<add name="Map to CIM DataSource" ChildName="Validate Phase" type="Miner.Geodatabase.CIM.Pipeline.CreateDataSources, Miner.Geodatabase.CIM, Version=10.1.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc" AssignModelNames="false" AttributeMap="CIMMapping.Minerville.DMSv3.2.xml" /> |
Replace CIMMapping.Minerville.DMSv3.2.xml with your Mapping XML file name.