<?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 ArcCatalog connection object to SDE 10.0 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arccatalog-connection-object-to-sde-10-0/m-p/578169#M32732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Couple things here.&amp;nbsp; Need to know if others are seeing this and if it is a bug needing to be reported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10.1 seperates the desired version from the Database Connection dialog.&amp;nbsp; Issue #1.&amp;nbsp; I don't edit the services file.&amp;nbsp; I use the Service as&amp;nbsp; "port:5151".&amp;nbsp;&amp;nbsp; When I save this with the Database Platform of "Application Server", the ":5151" is removed and leaves just "port".&amp;nbsp; I can connect to ArcSDE fine with this... for some reason.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue #2. When I try to go into Database Connection Properties, I have to first go back and add ":5151" back (even though it isn't actually stored).&amp;nbsp; Then I can&amp;nbsp; access which Transactional version I want... sorta.&amp;nbsp; I can see the versions but when I choose the version I want, I get Connect dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Failed to connect to database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Entry for SDE instance not found in services file"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then a Warning dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Unable to open the selected database (with the current connection properties)."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I go back and add ":5151" I am able to see the datasets again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a nasty little loop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2011 19:10:51 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-09-08T19:10:51Z</dc:date>
    <item>
      <title>ArcCatalog connection object to SDE 10.0</title>
      <link>https://community.esri.com/t5/data-management-questions/arccatalog-connection-object-to-sde-10-0/m-p/578169#M32732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Couple things here.&amp;nbsp; Need to know if others are seeing this and if it is a bug needing to be reported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10.1 seperates the desired version from the Database Connection dialog.&amp;nbsp; Issue #1.&amp;nbsp; I don't edit the services file.&amp;nbsp; I use the Service as&amp;nbsp; "port:5151".&amp;nbsp;&amp;nbsp; When I save this with the Database Platform of "Application Server", the ":5151" is removed and leaves just "port".&amp;nbsp; I can connect to ArcSDE fine with this... for some reason.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Issue #2. When I try to go into Database Connection Properties, I have to first go back and add ":5151" back (even though it isn't actually stored).&amp;nbsp; Then I can&amp;nbsp; access which Transactional version I want... sorta.&amp;nbsp; I can see the versions but when I choose the version I want, I get Connect dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Failed to connect to database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Entry for SDE instance not found in services file"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then a Warning dialog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Unable to open the selected database (with the current connection properties)."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I go back and add ":5151" I am able to see the datasets again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a nasty little loop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 19:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arccatalog-connection-object-to-sde-10-0/m-p/578169#M32732</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-09-08T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcCatalog connection object to SDE 10.0</title>
      <link>https://community.esri.com/t5/data-management-questions/arccatalog-connection-object-to-sde-10-0/m-p/578170#M32733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You only need to put the port number in the Service field, not port:5151.&amp;nbsp; I'm guessing that the tool doesn't know what "port" is, so it ignores it and just uses the default service port value.&amp;nbsp; In your case, the connection works because your service is using the default value.&amp;nbsp; I bet that if your port was actually 30000, the connection would fail from the Database Connections dialog box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Geodatabase Connection Properties dialog box must pass the literal value for the service, causing it to fail if the value is incorrect. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try just 5151 in the Service field on the Database Connections dialog box and see if that fixes the problem when choosing versions from the Geodatabase Connection Properties dialog box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arccatalog-connection-object-to-sde-10-0/m-p/578170#M32733</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2011-09-14T15:12:14Z</dc:date>
    </item>
  </channel>
</rss>

