POST
|
We continue to battle with the ESRI.GeoDB.OleDB.1 provider. The documentation is severely lacking, and the functionality seems equally lacking, from my experience thus far.
... View more
01-04-2017
07:36 AM
|
0
|
0
|
10
|
POST
|
Deidre, we have not yet figured out how to fix this and have also not heard anything from ESRI about it. It seems that 10.4.1 also has this issue, so I'm investigating some more. Have you had any luck with this problem?
... View more
08-16-2016
06:21 AM
|
0
|
0
|
15
|
POST
|
We are experiencing a new error from existing functionality in one of our applications. After testing, we have confirmed that the same functionality (which has not been changed), works correctly on ArcMap 10.2.2 and ArcMap 10.3.1. The issue started cropping up when we updated to ArcMap 10.4. When running on a Dev environment (running ArcMap via VS), ArcMap outright crashes. When running it standalone, we get this: The server threw an exception. (Exception from HRESULT: 0×80010105 (RPC_E_SERVERFAULT)) Here's some simplified code to illustrate the issue... IEnumerator windowIdEnum = null; IQueryFilter pQF = null; IFeatureClass fc = null; IFeatureCursor cur = null; try { windowIdEnum = _aGlobalHashTable.Values.GetEnumerator(); windowIdEnum.Reset(); while (windowIdEnum.MoveNext()) { try { pQF = new QueryFilterClass(); pQF.WhereClause = "OBJECTID" + " = " + Convert.ToString(windowIdEnum.Current); fc = _aGlobalClass; cur = fc.Update(pQF, false); // Failing line! } } }
... View more
04-05-2016
09:24 AM
|
2
|
3
|
2486
|
POST
|
I've continued some research on the internet but without luck. Wondering if this is even possible at all? Any suggestions are much appreciated.
... View more
03-18-2016
05:24 AM
|
0
|
1
|
4
|
POST
|
When adding raster data from the Table of Contents or the "Add Data..." option, the user is presented with a create pyramids dialog. I've noticed that when adding raster data from the code behind, this dialog is not thrown, even if the "use my choice and do not show this dialog in the future" box is unchecked. I'm wondering if there is a way to force this dialog?
... View more
03-02-2016
11:55 AM
|
0
|
2
|
2059
|
POST
|
After some trial and error I've figured it out. Rather than converting to an IIdentifyObj, I convert directly to an IMapServerIdentifyObject, and can access MapServerIdentifyResult.Properties from there. The whole process roughly looks like this...
... View more
02-11-2016
07:22 AM
|
2
|
1
|
7
|
POST
|
When Identifying a Basemap (specifically ESRI Imagery) in ArcMap, you can see certain properties about it such as the collection date. I'm wondering how I can achieve the same effect from the code side. I've obtained the IMap object, Basemap ILayer from within, and I'm looping over the properties after doing an Identify (which is depressingly slow). I want to know how I can access the Field/Value dictionary associated with these properties, the COM object doesn't make it very obvious.
... View more
02-10-2016
10:14 AM
|
1
|
2
|
1646
|
POST
|
I'm trying to extend some existing code to support FGDB connections, but I'm getting an unhelpful error when I try to make calls using my connection. I have an open connection and am trying to call GetOleDbSchemaTable in a try/catch. The application runs as an ArcMap extension and this portion of the code runs after everything has loaded. Connection String: "Provider=ESRI.GeoDB.OleDB.1; DATA SOURCE = C:\Projects\Demo\Workspaces\FGDB.gdb; Extended Properties=workspacetype=esriDataSourcesGDB.FileGDBWorkspaceFactory.1; Geometry=WKB" DataTable table = cnn.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Columns, new object[] { null, null, tableName, null }); Could not retrieve schema information for table tableName due to an error: 'ESRI.GeoDB.OleDB.1' failed with no error message available, result code: DB_E_NOTSUPPORTED(0x80040E53). I was using this older forum post as a reference Importing data from a File GeoDatabase It seems like you can select on the OleDbSchemaGuid.Tables, but not the OleDbSchemaGuild.Columns. Is this unsupported?
... View more
01-05-2016
09:20 AM
|
0
|
1
|
1800
|
POST
|
Hi Lisa, We're using the ArcGIS Runtime .NET API, version 10.2.5 I believe. This issue is reproduce-able in the overlays sample found here: https://github.com/Esri/arcgis-runtime-samples-dotnet
... View more
06-30-2015
08:46 AM
|
0
|
0
|
10
|
POST
|
Still looking for a possible solution to this problem.
... View more
06-29-2015
09:24 AM
|
0
|
2
|
10
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|