Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS Experience Builder
ArcGIS Dashboards
ArcGIS CityEngine
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Public Safety
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
File Geodatabase API
Game Engine Maps SDKs
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
Esri Italia Community
Comunidad GEOTEC
Swiss Geo Community
GeoDev Switzerland
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Resources
Worldwide
Events
Learning
ArcGIS Topics
Networks
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Geoprocessing
:
Geoprocessing Questions
:
Where are stored the SDE connection files?
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Where are stored the SDE connection files?
Subscribe
11097
3
09-05-2012 11:35 AM
by
JoseSanchez
Occasional Contributor III
09-05-2012
11:35 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi all
I would like to store in my C drive a SDE connection file and call it in a python scrip.
For example
MyConnection = "C:\\<mypath>\\<myconnectionfile>.sde"
How can I do that?
thanks
Tags
(3)
Tags:
_geoprocessing
analysis
gp
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
3 Replies
by
EricRice
Esri Regular Contributor
09-05-2012
01:23 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi Jose,
You can run
Create ArcSDE Connection File
tool.
Best,
Eric
Reply
1
Kudo
by
MathewCoyle
Frequent Contributor
09-05-2012
01:23 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
SDE connection files are stored by default in your application data profile directory.
10.0
os.path.join(os.getenv("APPDATA"), r"ESRI\Desktop10.0\ArcCatalog")
You can copy these to whatever directory you would like.
Reply
0
Kudos
by
JoseSanchez
Occasional Contributor III
09-11-2012
04:54 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi all
SDE Conenction files for ArcGIS 9.3.1 are stored on the server and in my workstation at this location:
C:\Users\<userid>\AppData\Roaming\ESRI\ArcCatalog
Reply
1
Kudo
Post Reply