|
POST
|
Thanks Mike, That has the information I needed. John.
... View more
11-28-2016
03:56 PM
|
0
|
0
|
1101
|
|
POST
|
Hi, Is there a list anywhere of functionality that is currently not in v100.0 that was in 10.2.7? I was looking for gdb relationship support APIs and can't find them. John.
... View more
11-28-2016
07:15 AM
|
0
|
2
|
2154
|
|
POST
|
The quick answer is No. Esri are releasing a SDK soon that will though : http://blogs.esri.com/esri/arcgis/2014/12/03/arcgis-runtime-and-xamarin-part-2/
... View more
12-01-2015
10:57 AM
|
0
|
0
|
923
|
|
POST
|
Hi, We are seeing issues when generating content which looks like it is to do with symbology. Even with an empty geodatabase (schema only) the process will fail. This will sometimes say "one or more layers is not supported in ArcGIS Runtime" but also sometimes just crashes ArcMap. If we take a clean MXD and add the same schema only data and then run runtime content creation the process works. If it is the symbology then Analyze in ArcMap does not catch any issues. What symbology is supported? There are a ton in ArcObjects to choose from : ArcObjects Help for .NET developers but I *think* the type that is causing the problem in this case is CharacterMarkerSymbol. If anyone has any feedback on using CharacterMarkerSymbol that would be awesome. John.
... View more
12-01-2015
09:02 AM
|
0
|
0
|
3121
|
|
POST
|
During testing we are seeing an intermittent AppCrash especially on maps that have labels. All we have to do is pan the map a few times are we get the AppCrash and this in the Event Viewer: Faulting application name: PenPan.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5 Faulting module name: RuntimeCoreNETDesktop.dll, version: 10.2.6.1026, time stamp: 0x559db4d8 Exception code: 0xc0000005 Fault offset: 0x00107201 Faulting process id: 0x30bc Faulting application start time: 0x01d0cb0b50b5642f Faulting application path: C:\Users\John Selkirk\documents\visual studio 2013\Projects\PenPan\PenPan\bin\Debug\PenPan.vshost.exe Faulting module path: C:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.6\WindowsDesktop\bin\arcgisruntime10.2.6\client32\RuntimeCoreNETDesktop.dll Report Id: c4d5c20f-98a9-4854-bc3f-dbaca65a67ee Faulting package full name: Faulting package-relative application ID: Hopefully the Fault offset gives some idea of what it's trying to do. We have been trying to get permission to provide the data that causes the issue but our client is unable to do that. I know that this information is not too helpful but any insight would be awesome. This also happens in a test app which I can provide but there is really nothing to it. John.
... View more
07-30-2015
02:23 PM
|
0
|
1
|
2634
|
|
POST
|
Is anyone having issues with panning the map using the pen on a Surface Pro? Using my finger works just fine but when I try to use the Pen it does not respond The same happens on a Motion Computing device so it is not Surface Pro specific. John.
... View more
07-30-2015
08:33 AM
|
0
|
2
|
4285
|
|
POST
|
I never looked back it again. I will need to do so soon and will let you know.
... View more
04-28-2015
08:14 AM
|
0
|
0
|
2211
|
|
POST
|
Hi Antti, Had to move onto a different task but I am pretty sure that I checked that stuff. I did get it working with a simple feature class but not with the data we wish to use. I still have the VM with where I can repo the issue, is there some additional logging I can turn on? John.
... View more
12-16-2014
09:39 AM
|
0
|
0
|
2211
|
|
POST
|
Is there a way to turn off the grid that is displayed when you don't have a background image/service? Some of clients just want to display their data with no background and when they zoom to full extent they get the grid in the background. The pink grid is actual data. This Gray background and darker gray grid lines are the canvas that I would like to change.
... View more
12-16-2014
09:36 AM
|
0
|
2
|
4743
|
|
POST
|
Is RegisterGeodatabaseAsync supported when the REST Endpoint backs onto versioned data? The reason I ask is that after generating a SQLite geodatabase on one device, transferring it to another device and calling RegisterGeodatabaseAsync I get the following error: Message: "Error code '500' : 'Unable to complete operation.'\r\nFailed to register replica on the server." I looked at the logs on the server and the following error message exists: Error: An error occurred while adding an entry to the FEATUREDATASET_CLASSES or the FEATURECLASSES table. [Read only data or unversioned data cannot be replicated. Data versioned with the option to move edits to base cannot be replicated. GlobalIDs are required for two way and one way replica data. Creating one way replica using archiving requires archiving the replicated parent data.]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Version not found [GIS.Ags_Fs_1416518016983_7280]. Looking at the GDB_ITEMS table in ArcSDE there is a record named 1416518016983 which has a unique ID of 7280: If I look in the sde_versions table I can see a placeholder for that version: It does not look like the same version name but I've had that before in error messages when using the ArcObjects APIs. I know the 2nd half of this is in the server/replication teams domain but any suggestions would be great! John.
... View more
11-20-2014
01:58 PM
|
0
|
7
|
6588
|
|
POST
|
I don't know if this is the correct forum to post this and if it's not then just point me in the right direction... There seems to be multiple instances where you get an Invalid XML message. The ones that I have found so far are: Sub-type requires a field that is not in the Geodatabase as it was set to not visible in the map layer Feature Class has a relationship to a table but the table is not in the Geodatabase. The service can be published (Analyze gives a Medium? warning) but you cannot open the generated GDB. There are more occasions when this happens though. I have: Removed the Geometric Networks and relationships from the ArcSDE database Made sure that all of the FCs has a GlobalID set Created a brand new MXD and added ALL layers and tables (so all fields are visible and nothing, that I know of, is missing) Published the feature service and generated a SQLite geodatabase from it Still get a Invalid XML Is there additional Runtime logging that can be turned on to see what is going on? It would be nice to have a more detailed explanation of what is going on. If have 2 SQLite GDBs if anyone wants to look at them. One is with a simplified ArcSDE schema (no geom network and no rels) and the other is the actual schema we are trying to use (ArcSDE contains multiple geometric networks and relationships). Both fail to open with thee Invalid XML error.
... View more
11-19-2014
08:41 AM
|
4
|
1
|
3657
|
|
POST
|
The problem in this case was a field (Enabled) in that was required due to it being involved in a SubType but was not a visible field. This meant it was not part of the generated Geodatabase. Thanks for figuring it out Morten.
... View more
11-19-2014
08:11 AM
|
2
|
0
|
3657
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 11-19-2014 08:41 AM | |
| 2 | 12-01-2015 11:04 AM | |
| 1 | 10-28-2014 11:08 AM | |
| 2 | 11-19-2014 08:11 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|