<?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: Need to install ArcSDE 10.3 on windows in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1129128#M7482</link>
    <description>&lt;P&gt;As Amanda mentioned, there is &lt;U&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt; &lt;/U&gt;install for ArcSDE 10.3 or newer version.&lt;BR /&gt;&lt;BR /&gt;Those files have been replaced with built-in functionality in the ArcGIS clients / Python / Toolboxes.&lt;BR /&gt;&lt;BR /&gt;What are you needing from the ArcSDE install?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Dec 2021 12:02:04 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2021-12-28T12:02:04Z</dc:date>
    <item>
      <title>Need to install ArcSDE 10.3 on windows</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1128955#M7478</link>
      <description>&lt;P&gt;I need to install the open-source &lt;STRONG&gt;ArcSDE 10.3&lt;/STRONG&gt; on windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share the steps to follow?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 16:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1128955#M7478</guid>
      <dc:creator>santhoshT</dc:creator>
      <dc:date>2021-12-27T16:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to install ArcSDE 10.3 on windows</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1128993#M7480</link>
      <description>&lt;P&gt;This might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/esri-technical-support-blog/where-is-the-install-for-arcsde-10-3/ba-p/898330" target="_blank"&gt;https://community.esri.com/t5/esri-technical-support-blog/where-is-the-install-for-arcsde-10-3/ba-p/898330&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 18:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1128993#M7480</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2021-12-27T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to install ArcSDE 10.3 on windows</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1129099#M7481</link>
      <description>&lt;P&gt;I don't find the installation ArcSDE 10.3 package on the mentioned link. Can u pls advise?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 05:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1129099#M7481</guid>
      <dc:creator>santhoshT</dc:creator>
      <dc:date>2021-12-28T05:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to install ArcSDE 10.3 on windows</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1129128#M7482</link>
      <description>&lt;P&gt;As Amanda mentioned, there is &lt;U&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt; &lt;/U&gt;install for ArcSDE 10.3 or newer version.&lt;BR /&gt;&lt;BR /&gt;Those files have been replaced with built-in functionality in the ArcGIS clients / Python / Toolboxes.&lt;BR /&gt;&lt;BR /&gt;What are you needing from the ArcSDE install?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 12:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1129128#M7482</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-12-28T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to install ArcSDE 10.3 on windows</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1130000#M7484</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1) I used the below code to the SDE 10.3 direct connection&amp;nbsp; from java&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;String instance = "1234";//sde port&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;String server="host";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if (conn == null) {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;try {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;conn = new SeConnection(server, instance, database, userName, password);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;System.out.println("Connection Successful");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I got the below error&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[java.lang.UnsatisfiedLinkError: no sdejavautil in java.library.path]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with root cause&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have to install the ArcSDE 10.3 on my local machine so that I can able to avoid this issue.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 07:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-to-install-arcsde-10-3-on-windows/m-p/1130000#M7484</guid>
      <dc:creator>santhoshT</dc:creator>
      <dc:date>2022-01-03T07:33:29Z</dc:date>
    </item>
  </channel>
</rss>

