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;








3















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!










share|improve this question






















  • 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

















3















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!










share|improve this question






















  • 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













3












3








3








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!










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer



























      0














      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.






      share|improve this answer

























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 11 at 17:14









        SteveSteve

        15210




        15210



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

            QGIS export composer to PDF scale the map [closed] 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?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

            PDF-ში გადმოწერა სანავიგაციო მენიუproject page