Create ESRI ArcSDE Connection File (.sde) using Python/ArcPy at the ArcView license level? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Use arcpy to connect to database without connection fileArcGIS Server 10 and SQL Server 2008 R2 permissions and feature servicesTrouble creating ArcSDE Connection FileWhere is connection file used to connect ArcMap to ArcSDE?ArcGIS 10.0 get sde information out of .mxdUsing Python to connect to Multiple SDE Database ConnectionsCan't start ArcSDE (esri_sde) serviceHow do I remove username / password from an ArcGIS mxd?Upgrading from sde 9.2/oracle10g to sde 10.2/oracle11gArcSDE PostgreSQL mixed environment error connecting to schemasCan't find feature classes when creating SDE connection file with credentials
Why weren't discrete x86 CPUs ever used in game hardware?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Sum letters are not two different
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Amount of permutations on an NxNxN Rubik's Cube
How many morphisms from 1 to 1+1 can there be?
Why are my pictures showing a dark band on one edge?
What does 丫 mean? 丫是什么意思?
Getting prompted for verification code but where do I put it in?
preposition before coffee
Crossing US/Canada Border for less than 24 hours
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Strange behavior of Object.defineProperty() in JavaScript
Is CEO the "profession" with the most psychopaths?
What is an "asse" in Elizabethan English?
Time evolution of a Gaussian wave packet, why convert to k-space?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
Why are vacuum tubes still used in amateur radios?
How do living politicians protect their readily obtainable signatures from misuse?
What would you call this weird metallic apparatus that allows you to lift people?
Putting class ranking in CV, but against dept guidelines
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Intuitive explanation of the rank-nullity theorem
Create ESRI ArcSDE Connection File (.sde) using Python/ArcPy at the ArcView license level?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Use arcpy to connect to database without connection fileArcGIS Server 10 and SQL Server 2008 R2 permissions and feature servicesTrouble creating ArcSDE Connection FileWhere is connection file used to connect ArcMap to ArcSDE?ArcGIS 10.0 get sde information out of .mxdUsing Python to connect to Multiple SDE Database ConnectionsCan't start ArcSDE (esri_sde) serviceHow do I remove username / password from an ArcGIS mxd?Upgrading from sde 9.2/oracle10g to sde 10.2/oracle11gArcSDE PostgreSQL mixed environment error connecting to schemasCan't find feature classes when creating SDE connection file with credentials
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Is there an alternative way to create ArcSDE connections in ArcGIS 10.0 using Python at the ArcView license level? I need to create 4 separate connection files for a MXD SDE data source re-point tool.
ArcView licenses are the only available.
The SDE connection files need to be created on-the-fly for each specific user so they can enter their own username and password.
The arcpy.CreateArcSDEConnectionFile_management method is only supported at the ArcEditor/ArcInfo license level.
Any thoughts or ideas would be appreciated!
enterprise-geodatabase esri-geodatabase mxd
add a comment |
Is there an alternative way to create ArcSDE connections in ArcGIS 10.0 using Python at the ArcView license level? I need to create 4 separate connection files for a MXD SDE data source re-point tool.
ArcView licenses are the only available.
The SDE connection files need to be created on-the-fly for each specific user so they can enter their own username and password.
The arcpy.CreateArcSDEConnectionFile_management method is only supported at the ArcEditor/ArcInfo license level.
Any thoughts or ideas would be appreciated!
enterprise-geodatabase esri-geodatabase mxd
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12
add a comment |
Is there an alternative way to create ArcSDE connections in ArcGIS 10.0 using Python at the ArcView license level? I need to create 4 separate connection files for a MXD SDE data source re-point tool.
ArcView licenses are the only available.
The SDE connection files need to be created on-the-fly for each specific user so they can enter their own username and password.
The arcpy.CreateArcSDEConnectionFile_management method is only supported at the ArcEditor/ArcInfo license level.
Any thoughts or ideas would be appreciated!
enterprise-geodatabase esri-geodatabase mxd
Is there an alternative way to create ArcSDE connections in ArcGIS 10.0 using Python at the ArcView license level? I need to create 4 separate connection files for a MXD SDE data source re-point tool.
ArcView licenses are the only available.
The SDE connection files need to be created on-the-fly for each specific user so they can enter their own username and password.
The arcpy.CreateArcSDEConnectionFile_management method is only supported at the ArcEditor/ArcInfo license level.
Any thoughts or ideas would be appreciated!
enterprise-geodatabase esri-geodatabase mxd
enterprise-geodatabase esri-geodatabase mxd
asked Oct 11 '12 at 15:44
DennisDennis
161
161
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12
add a comment |
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12
add a comment |
1 Answer
1
active
oldest
votes
You don't need to create connection files in every situation. If you already have connections to said databases then you can just use each user's connection file string.
This can be found in database properties. Just copy the name down and then you can do whatever you want.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f35551%2fcreate-esri-arcsde-connection-file-sde-using-python-arcpy-at-the-arcview-lice%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't need to create connection files in every situation. If you already have connections to said databases then you can just use each user's connection file string.
This can be found in database properties. Just copy the name down and then you can do whatever you want.
add a comment |
You don't need to create connection files in every situation. If you already have connections to said databases then you can just use each user's connection file string.
This can be found in database properties. Just copy the name down and then you can do whatever you want.
add a comment |
You don't need to create connection files in every situation. If you already have connections to said databases then you can just use each user's connection file string.
This can be found in database properties. Just copy the name down and then you can do whatever you want.
You don't need to create connection files in every situation. If you already have connections to said databases then you can just use each user's connection file string.
This can be found in database properties. Just copy the name down and then you can do whatever you want.
answered Apr 11 at 17:14
SteveSteve
15210
15210
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f35551%2fcreate-esri-arcsde-connection-file-sde-using-python-arcpy-at-the-arcview-lice%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
At Use arcpy to connect to database without connection file in a comment @Luke says this is possible accessing ArcObjects directly (no arcpy), however the specifics are left out.
– matt wilkie
Jan 7 '15 at 19:12