Need to install ArcSDE 10.3 on windows

832
4
12-27-2021 08:01 AM
santhoshT
New Contributor II

I need to install the open-source ArcSDE 10.3 on windows. 

Could you please share the steps to follow?

0 Kudos
4 Replies
ABishop
MVP Regular Contributor
santhoshT
New Contributor II

I don't find the installation ArcSDE 10.3 package on the mentioned link. Can u pls advise?

0 Kudos
George_Thompson
Esri Frequent Contributor

As Amanda mentioned, there is NO install for ArcSDE 10.3 or newer version.

Those files have been replaced with built-in functionality in the ArcGIS clients / Python / Toolboxes.

What are you needing from the ArcSDE install?

--- George T.
0 Kudos
santhoshT
New Contributor II

1) I used the below code to the SDE 10.3 direct connection  from java 

String instance = "1234";//sde port
String server="host";

if (conn == null) {
try {
conn = new SeConnection(server, instance, database, userName, password);
System.out.println("Connection Successful");

}

I got the below error 

[java.lang.UnsatisfiedLinkError: no sdejavautil in java.library.path] with root cause

I have to install the ArcSDE 10.3 on my local machine so that I can able to avoid this issue. 

0 Kudos