|
POST
|
Hi Robert, I created a Feature Layer in AGOL pointing to my local FeatureService, but then when I check the Overview tab, for the feature Layer it shows an URL in ArcGIS Online. I remember that I was able to do that may be to one previous version 10.0, because it created "Feature Layer" but now AGOL creates "Feature Layer (Hosted)". How do I create a Feature Layer that points to my local layer for editing purposes? Thanks
... View more
10-26-2016
12:26 PM
|
0
|
1
|
2581
|
|
POST
|
Hello everyone, Configuration: ArcGIS Server 10.2.2, ArcSDE 10.2.2 using Oracle. Issue: Feature Layer from SDE does not show any data in FeatureServer ArcGIS Online. My steps: - selected editable feature class in ArcSDE 10.2 instance. The layer is versioned, - created a mxd with only this layer. Shared as Service, checked Feature Access and published it in my local server - created in ArcGIS Online a Feature Layer pointing to the Feature Server in my local server: http://[myserver]:6080/arcgis/rest/services/[folder]/[service_name]/FeatureServer/0 After creating the Feature Layer in ArcGIS online, what I do not understand is why my service URL becomes: http://services.arcgis.com/8Pc9XBTAsYuxx9Ny/ArcGIS/rest/services/[Folder]/FeatureServer/0 I need the Feature Layer to point locally to my server not to services.arcgis.online How can I do that? Thanks.
... View more
10-26-2016
11:36 AM
|
0
|
11
|
3970
|
|
POST
|
Thanks, I tried: users = arcpy.ListUsers(ClientName) and I got the error message: Connection information provided was for a non-administrative user With the command sdemon I was able to check the users connected using a schema owner account, it looks like with arcpy.ListUsers the account has to be SDE. Thanks
... View more
10-26-2016
05:15 AM
|
1
|
1
|
2366
|
|
POST
|
Hello everyone, What do you use in 10.2 instead of "sdemon -o info -I users -s" to get the list of users. Thanks
... View more
10-25-2016
08:30 AM
|
0
|
6
|
3027
|
|
POST
|
Hello everyone, Using the edit widget in Web AppBuilder is there a way to configure the Editor Widget to populate a field "AssetID" with a value obtained from a Oracle Sequencer. I am able to do that in an Vb.Net add-In and also I could do that in the old Web ADF, using this code: Function NextFeatureClassNumber() As Integer ....... ' Find Next FeatureClassID ' ' ' Call Oracle Sequencer FeatureClass_SEQ Dim FeatureClassConn As String = section.ConnectionStrings("FeatureClassConnectionString").ConnectionString Dim nextFeatureClass As Integer = 0 Dim connection As New OracleConnection(FeatureClassConn) Dim command As New OracleCommand("SELECT FeatureClass_SEQ.NextVal FROM DUAL", connection) Try connection.Open() nextFeatureClass = CType(command.ExecuteScalar(), Integer) connection.Close() Catch ex As Exception MsgBox("Error: " & ex.Message, MsgBoxStyle.Critical, "FeatureClassEditorExtension") End Try Return nextFeatureClass End Function
... View more
10-18-2016
06:35 AM
|
0
|
0
|
718
|
|
POST
|
Thanks Jake, My question is more how do we handle SDE versions with web editing applications in ArcGIS Online: one version for all editors, or other models. Any recommendation..
... View more
10-17-2016
12:48 PM
|
0
|
1
|
1686
|
|
POST
|
This design is for an ArcGIS online web editing application. When editing on the web using ArcGIS online, can an editor choose when he/she wants to post and reconcile? Should the post and reconcile be done automatically? Thanks
... View more
10-17-2016
12:45 PM
|
0
|
0
|
1686
|
|
POST
|
We are in the design process and thinking about having 2 versions for 2 different groups and 2 web editing applications. We can also create a generic version for all web editing applications. But the question remains the same, do we need to delete and recreate the same version periodically, or can we keep the same version indefinitely.
... View more
10-17-2016
10:04 AM
|
0
|
5
|
1686
|
|
POST
|
Hello everyone, We have a question about best practices in ArcSDE Administration with versions. We have 2 versions created from DEFAULT used for web editing that are permanent. Editors digitize 2 feature classes in each version using ArcGIS Online. We would like to know the best way to manage these 2 versions. Should we periodically, for example every month, remove and recreate both versions with the same name and privileges. Or is it better to keep these 2 versions indefinitely. Thanks.
... View more
10-17-2016
09:34 AM
|
0
|
7
|
2383
|
|
POST
|
Hello everyone, I am currently migrating a map (mxd) used to create a map service in ArcGIS Server 10.0. Because this map has Aerial or Image layers, it does not work in 10.2.2, only when I remove all aerials the service can be created. How are in ArcGIS Server 10.2.2 managed Aerial layers when creating a map service?
... View more
09-22-2016
06:12 AM
|
0
|
3
|
1475
|
|
POST
|
Hello everyone, for this problem I recommend to read this post it helped me a lot understanding the issue: development - Why can't the breakpoint be "hit" when debugging an ArcGIS 10 Add-In? - Geographic Information Systems Sta… These are the steps I applied to solve this issue: - Remove bin folder from the VS 2010 Add-In - Remove all folders from C:\Users\User\AppData\Local\ESRI\Desktop10.2\AssemblyCache - Rebuild the Add-In in VS 2010 in debug mode. Close VS 2010 - Open ArcMap go to add-In Manager and remove any existing reference to the Add-In.Close ArcMap - Go to Add-In folder ..\bin\Debug and run the .esriAddIn to install the Add-In in ArcMap - Reopen VS 2010, rebuild and run
... View more
09-15-2016
05:59 AM
|
0
|
0
|
2028
|
|
POST
|
Hello everyone, I am using VS 2010 with VB.net, .NET Framework is 3.5, to build an Add-IN. When I try to debug the Add-In, breakpoints are ignored, and it displays the following error message: "The source file is different from when the module was built. Would you like the debugger to use it anyway?" I only have tone project and one source file, so I do not know where the module is located. Yesterday the whole application worked fine, I was able to debug it. Any idea on what is causing this problem? Thanks
... View more
09-14-2016
10:33 AM
|
0
|
2
|
3695
|
|
POST
|
Hi all, I just harcoded the list of fields: fieldnames = ['AGMID', 'MODBY', 'MODDATE', 'CRTBY', 'CRTDATE', 'SHAPE@'] and it works
... View more
08-05-2016
06:09 AM
|
2
|
2
|
3932
|
|
POST
|
Hi Dan, if I understand correctly I need to use "Shape@" to populate all shape fields when creating a polygon.
... View more
08-05-2016
05:08 AM
|
0
|
0
|
3932
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|