<?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 Connect ArcSDE from JAVA REST in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/connect-arcsde-from-java-rest/m-p/1129176#M2554</link>
    <description>&lt;P&gt;I used the below code to the SDE direct connection from java (Used Arcsde 9.0 maven dependency)&lt;/P&gt;&lt;PRE&gt;String instance = "1234";//
String server="host";

if (conn == null) {
try {
conn = new SeConnection(server, instance, database, userName, password);
}&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://www.jbbatteryarabic.com/" target="_self"&gt;I&lt;/A&gt; got the below error&lt;/P&gt;&lt;P&gt;ArcSDE Error Number : -10 Error Description : NETWORK I/O OPERATION FAILED&lt;/P&gt;&lt;P&gt;Could you pls advice...!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Dec 2021 15:54:40 GMT</pubDate>
    <dc:creator>waseemgondal</dc:creator>
    <dc:date>2021-12-28T15:54:40Z</dc:date>
    <item>
      <title>Connect ArcSDE from JAVA REST</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/connect-arcsde-from-java-rest/m-p/1129176#M2554</link>
      <description>&lt;P&gt;I used the below code to the SDE direct connection from java (Used Arcsde 9.0 maven dependency)&lt;/P&gt;&lt;PRE&gt;String instance = "1234";//
String server="host";

if (conn == null) {
try {
conn = new SeConnection(server, instance, database, userName, password);
}&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://www.jbbatteryarabic.com/" target="_self"&gt;I&lt;/A&gt; got the below error&lt;/P&gt;&lt;P&gt;ArcSDE Error Number : -10 Error Description : NETWORK I/O OPERATION FAILED&lt;/P&gt;&lt;P&gt;Could you pls advice...!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 15:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/connect-arcsde-from-java-rest/m-p/1129176#M2554</guid>
      <dc:creator>waseemgondal</dc:creator>
      <dc:date>2021-12-28T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connect ArcSDE from JAVA REST</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/connect-arcsde-from-java-rest/m-p/1129355#M2555</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/548126"&gt;@waseemgondal&lt;/a&gt;&amp;nbsp;- This look like pure network communication issue. before connecting to the database, make sure following from the machine where your JAVA code is executing:&lt;/P&gt;&lt;P&gt;1. Database client is installed&lt;/P&gt;&lt;P&gt;2. Open the port communication&lt;/P&gt;&lt;P&gt;3. Telnet and verify the connection between database and your code hosted machine.&lt;/P&gt;&lt;P&gt;4. Test the database connection in CMD or in database client environments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 05:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/connect-arcsde-from-java-rest/m-p/1129355#M2555</guid>
      <dc:creator>Kishore</dc:creator>
      <dc:date>2021-12-29T05:13:39Z</dc:date>
    </item>
  </channel>
</rss>

