<?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 Re: what is the name space/widget for Utility network tracing (Upstream,Downstream tr in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110409#M10257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue about this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this on the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/0154/015400000276000000.htm"&gt;ArcGIS 10.1 Help&lt;/A&gt;&lt;SPAN&gt; :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Note:&lt;BR /&gt;Network analysis services cannot be used for performing utility network analysis on a geometric network. Instead, you'll need to use ArcGIS for Desktop. For more information, see What are geometric networks?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that Utility Network Analysis can only be done in ArcGIS for Desktop?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy New Year! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2013 07:55:56 GMT</pubDate>
    <dc:creator>Abu_BakarGadi</dc:creator>
    <dc:date>2013-12-31T07:55:56Z</dc:date>
    <item>
      <title>what is the name space/widget for Utility network tracing (Upstream,Downstream trace)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110406#M10254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please any one can share how we can trace Geometric Network in JavaScript API with ArcGIS Server 10.1 especially Utility Network(Electrical, Gas, Water).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the samples code URL's if any thing available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is no widget with JavaScript 3.5, How can we perform this things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arun&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 04:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110406#M10254</guid>
      <dc:creator>ArunEpuri2</dc:creator>
      <dc:date>2013-06-27T04:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is the name space/widget for Utility network tracing (Upstream,Downstream tr</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110407#M10255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone ever figured this out? We are looking into doing this as well and haven't found any documentation or examples on how to do it with the JS API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 21:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110407#M10255</guid>
      <dc:creator>AndyStewart1</dc:creator>
      <dc:date>2013-10-01T21:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: what is the name space/widget for Utility network tracing (Upstream,Downstream tr</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110408#M10256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a link on publishing a service with network analysis&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000276000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000276000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And one on working with the route task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/intro_route_routetask.html"&gt;https://developers.arcgis.com/en/javascript/jshelp/intro_route_routetask.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We just migrated to 10.1 this week (late to party, I know), but because of changes with Server and ArcObjects in the upgrade we can no longer use a couple of custom web services we used for our flow tracing capabilities with Network Analysis. In our case, I'll have to migrate it all to a Server Object Extension and publish it to our server, which is kind of a pain. In that case, esri.request would be how I'd interact with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Server_object_extension_usage_in_client_applications/0154000004s6000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Server_object_extension_usage_in_client_applications/0154000004s6000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure how much help that is, but those are the routes I'm taking.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 21:56:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110408#M10256</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2013-10-01T21:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is the name space/widget for Utility network tracing (Upstream,Downstream tr</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110409#M10257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue about this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this on the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/0154/015400000276000000.htm"&gt;ArcGIS 10.1 Help&lt;/A&gt;&lt;SPAN&gt; :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Note:&lt;BR /&gt;Network analysis services cannot be used for performing utility network analysis on a geometric network. Instead, you'll need to use ArcGIS for Desktop. For more information, see What are geometric networks?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean that Utility Network Analysis can only be done in ArcGIS for Desktop?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy New Year! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 07:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110409#M10257</guid>
      <dc:creator>Abu_BakarGadi</dc:creator>
      <dc:date>2013-12-31T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: what is the name space/widget for Utility network tracing (Upstream,Downstream tr</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110410#M10258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this link helps.. &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=19b9b7cd07f74727b94532e24ddece6d"&gt;http://www.arcgis.com/home/item.html?id=19b9b7cd07f74727b94532e24ddece6d&lt;/A&gt;&lt;SPAN&gt; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 01:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-name-space-widget-for-utility-network/m-p/110410#M10258</guid>
      <dc:creator>Abu_BakarGadi</dc:creator>
      <dc:date>2014-01-02T01:33:55Z</dc:date>
    </item>
  </channel>
</rss>

