4

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.

1

1 Answer 1

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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.