Tagged Questions
3
votes
2answers
49 views
Problems displaying joined attribute data through ArcGIS Server
I have an ArcSDE feature class in an ArcMap MXD which I have 'joined' to a view into an external SQL database table, that is connected via an OLE DB connection.
In the MXD the join works perfectly; I ...
1
vote
1answer
71 views
Database Connections folder is empty when viewed with ArcGIS tool
I'm trying to create an ArcGIS tool which accepts an SDE connection file as an input. I made a new interface with an input parameter and set the type to Database Connections. When I open the tool and ...
2
votes
1answer
68 views
Join feature classes from two ArcSDE geodatabases with same schema?
I am working with two ArcSDE geodatabases -- one for test, one for production. They both have the same schema. I recalculated an attribute in the test environment and wanted to push that to ...
0
votes
2answers
62 views
Missing options on database connection in ArcCatalog
I have 2 databases on the same server. I can add connections to them both without a hitch in ArcCatalog (or catalog in ArcMap). The problem is that I seem to be losing some options when right clicking ...
8
votes
3answers
284 views
How to identify “true arcs” in Arcmap?
This is really annoying: the only good way of creating circles in ArcMap is using true arc, (compound curves) but I need to convert those to vertex (densifying) because of a compatibility problem. I ...
2
votes
1answer
803 views
ArcGIS 10 querying Oracle 10g without SDE
I'm interested to see if anyone has successfully got this setup working, and if so how many sacrifices were required and to which deities.
I am hoping to ultimately get ArcGIS Server 10 serving map ...
4
votes
0answers
247 views
Creating a VB.net Dataset in Visual Studio 2010 from an SDE Geodatabase
I am building an ArcMap Addin that contains several Windows Forms with controls that need to be bound to a database. I am trying to decide whether or not to use a native SQL Server Database or an SDE ...
2
votes
1answer
543 views
How to solve an “Error found when retrieving conflicts.” error in ArcMap?
I uncovered this error when testing ArcMap 10 SP2 for a customer:
This occurs when the conflict is detected--ArcMap is attempting to show the conflicts window but fails.
I get this error on all ...
2
votes
2answers
786 views
ArcPy Changing Spatial Database Connection
hi we have conveyed our some servers which has ArcGIS application and SDE on it to another server and its ip has changed. now when i want to open my .mxd file it tries to connect remote SDE with old ...
1
vote
3answers
327 views
Editing non-nullable fields of ArcSDE layers in ArcMap
I'm using ArcSDE layer in my map project in ArcMap 10. Some of the fields of this layer allow null and some don't. I can't edit the non-nullable ones, neither programmatically (IField.Editable is ...
5
votes
1answer
995 views
ArcObjects: modifying feature field value
I'm developing an ArcMap extension and looking for a way to change feature attributes knowing its feature class and OID (and, presumably, everything else that there is in IFeature). All layers use ...
2
votes
3answers
544 views
Definition Query to Python script on Oracle 9i and ArcGIS 9.3.1
SUBTYPECD=1 AND SERIESNAME NOT LIKE '%-%' AND OPERATIONALSTATUS IS NULL OR SUBTYPECD=1 AND SERIESNAME NOT LIKE '%-%' AND OPERATIONALSTATUS = 976
The above is my def query in ArcMap against ArcSDE ...
3
votes
2answers
443 views
ArcSDE database connection strings for ArcCatalog
Anyone know where the Database Connection strings are located in Program Files for ArcCatalog? I have all my Database Connection strings fixed and all my scripts use them. My computer went down and ...
11
votes
1answer
441 views
Stop ArcMap from probing missing data sources on launch
When migrating a map from one environment to another (say, from an existing client environment to our development environment) we're often given MXD documents that represent the map. These documents ...
3
votes
2answers
1k views
Cannot spatially select from Oracle view based featurelayer in ArcMap
I'm hoping someone has seen this before and has a solution. I've exhausted all my ideas. I having problems with the selection and identify tool in ArcMap.
I have a point feature class, zlevels, ...