<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic calling arcpy.RebuildGeometricNetwork_management - can't fine Geometric Network error ? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calling-arcpy-rebuildgeometricnetwork-management/m-p/184169#M14190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a Python Script to run Geometric Network Rebuilds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code as in the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;LogFilePath = "C:/Rebuild/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TelcoNet_logfilename = 'TelcoNet_GEO_Rebuild_' + str(month) + '_' + str(day) + '_' + str(year) + '_DBP363.log'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; arcpy.RebuildGeometricNetwork_management("C:/Rebuild/PROD_DIRECT_CONNECTION_NE.sde/NE.TELCO/NE.TelcoNet", LogFilePath + TelcoNet_logfilename)&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="err"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;I am getting the error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;RebuildGeometricNetwork&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ERROR 000732: Geometric Network: Dataset Database Connections/PROD_DIRECT_CONNECTION_NE.sde/NE.TELCO/NE.TelcoNet does not exist or is not supported&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Failed to execute (RebuildGeometricNetwork).&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;I am not sure what is wrong.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;I have tried several things.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Any advice/suggestions would be greatly appreciated.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 19:37:12 GMT</pubDate>
    <dc:creator>TroyRobinson1</dc:creator>
    <dc:date>2015-07-08T19:37:12Z</dc:date>
    <item>
      <title>calling arcpy.RebuildGeometricNetwork_management - can't fine Geometric Network error ?</title>
      <link>https://community.esri.com/t5/python-questions/calling-arcpy-rebuildgeometricnetwork-management/m-p/184169#M14190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a Python Script to run Geometric Network Rebuilds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code as in the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;LogFilePath = "C:/Rebuild/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TelcoNet_logfilename = 'TelcoNet_GEO_Rebuild_' + str(month) + '_' + str(day) + '_' + str(year) + '_DBP363.log'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; arcpy.RebuildGeometricNetwork_management("C:/Rebuild/PROD_DIRECT_CONNECTION_NE.sde/NE.TELCO/NE.TelcoNet", LogFilePath + TelcoNet_logfilename)&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="err"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;I am getting the error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="err"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;RebuildGeometricNetwork&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;ERROR 000732: Geometric Network: Dataset Database Connections/PROD_DIRECT_CONNECTION_NE.sde/NE.TELCO/NE.TelcoNet does not exist or is not supported&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Failed to execute (RebuildGeometricNetwork).&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;I am not sure what is wrong.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;I have tried several things.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Any advice/suggestions would be greatly appreciated.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:37:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calling-arcpy-rebuildgeometricnetwork-management/m-p/184169#M14190</guid>
      <dc:creator>TroyRobinson1</dc:creator>
      <dc:date>2015-07-08T19:37:12Z</dc:date>
    </item>
  </channel>
</rss>

