<?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: SeConnection doesn't work with Direct Connect. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350738#M20082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a 64-bit Java SDK installer in the media kit, but I haven't looked for it on the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;distribution site.&amp;nbsp; In the copy to which I have access, it's in an "ArcSDE_SDK" folder, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which contains both 64-bit and 32-bit folders for Linux and Windows (64-bit only for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sun/IBM/HP).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 10:12:53 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2010-08-11T10:12:53Z</dc:date>
    <item>
      <title>SeConnection doesn't work with Direct Connect.</title>
      <link>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350735#M20079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to do a direct connect using SeConnection and can't seem to get it to work.&amp;nbsp; I followed the direction on this page &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/geodatabase/10.0/sdk/arcsde/api/japi/japi.htm"&gt;http://help.arcgis.com/en/geodatabase/10.0/sdk/arcsde/api/japi/japi.htm&lt;/A&gt;&lt;SPAN&gt; for setting up the direct connect, but receive an error.&amp;nbsp; I also ran the 9.3.1 SP2 to get the fix explained in this bug &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/nimbus-bug?bugID=TklNMDUzMTAw"&gt;http://resources.arcgis.com/content/nimbus-bug?bugID=TklNMDUzMTAw&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the following code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;connection = new SeConnection("ServerName", "sde:oracle11g", null, this.theUser, this.thePassword + "@" + this.theDatabase);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;causes an this exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.UnsatisfiedLinkError: D:\devtools\ArcGIS\ArcSDE\ora11gexe\bin\sdejavautil.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Runtime.loadLibrary0(Runtime.java:823)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.System.loadLibrary(System.java:1028)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.sde.sdk.client.JGsrvr.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.sde.sdk.client.SeConnection.x(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.sde.sdk.client.SeConnection.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 17:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350735#M20079</guid>
      <dc:creator>AndyMoon</dc:creator>
      <dc:date>2010-08-10T17:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SeConnection doesn't work with Direct Connect.</title>
      <link>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350736#M20080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Direct Connect requires that the word size environments be identical -- 32-bit app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with ArcSDE 32-bit DLL and&amp;nbsp; 32-bit Oracle library *or* a 64-bit app with an ArcSDE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;64-bit DLL and a 64-bit Oracle client install.&amp;nbsp; Your error message indicates you're &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attempting to mix-n-match architectures, which cannot work.&amp;nbsp; You'll need to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a 64-bit ArcSDE install to make 64-bit Java and 64-bit Oracle work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 19:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350736#M20080</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-08-10T19:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: SeConnection doesn't work with Direct Connect.</title>
      <link>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350737#M20081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Direct Connect requires that the word size environments be identical -- 32-bit app&lt;BR /&gt;with ArcSDE 32-bit DLL and&amp;nbsp; 32-bit Oracle library *or* a 64-bit app with an ArcSDE &lt;BR /&gt;64-bit DLL and a 64-bit Oracle client install.&amp;nbsp; Your error message indicates you're &lt;BR /&gt;attempting to mix-n-match architectures, which cannot work.&amp;nbsp; You'll need to use&lt;BR /&gt;a 64-bit ArcSDE install to make 64-bit Java and 64-bit Oracle work.&lt;BR /&gt; &lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know which install to run in order to get the 64 bit version of the ArcSDE Java SDK?&amp;nbsp; I have an ArcIMS install that installs it, but only as 32 bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 19:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350737#M20081</guid>
      <dc:creator>AndyMoon</dc:creator>
      <dc:date>2010-08-10T19:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: SeConnection doesn't work with Direct Connect.</title>
      <link>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350738#M20082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a 64-bit Java SDK installer in the media kit, but I haven't looked for it on the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;distribution site.&amp;nbsp; In the copy to which I have access, it's in an "ArcSDE_SDK" folder, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which contains both 64-bit and 32-bit folders for Linux and Windows (64-bit only for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sun/IBM/HP).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 10:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/seconnection-doesn-t-work-with-direct-connect/m-p/350738#M20082</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-08-11T10:12:53Z</dc:date>
    </item>
  </channel>
</rss>

