|
POST
|
0down voteaccept I found out what was causing my error. The 2 versions I am working with (parent and child) were created by another user of the SDE(not admin). This caused the version names to be formatted differently rather than the norm "sde.version_name". In this case part of the version name is formatted as follows "domain\username".version_name so since this is a string parameter you must enter it as: '"domain\username".version_name'
... View more
07-19-2017
10:34 AM
|
1
|
0
|
3252
|
|
POST
|
right this logs them out of their AGOL account I want the option for collector to not save my service credentials (credentials to my arcserver) different from AGOL
... View more
07-19-2017
10:05 AM
|
0
|
0
|
860
|
|
POST
|
for me its the arcpy.ReconcileVersions_management command. there error is ExecuteError: ERROR 000301: The workspace is of the wrong type Failed to execute (ReconcileVersions).
... View more
07-19-2017
10:04 AM
|
0
|
2
|
3252
|
|
POST
|
same error I am getting and my workspace is set up just like yours. weird it works on one script but one a new one it doesnt
... View more
07-19-2017
05:41 AM
|
0
|
1
|
3252
|
|
POST
|
When I do the steps below: In ArcMap, add labels to the map and publish the map as a tiling service by following the instructions in the ArcGIS Online Help: Publish tiles document. In ArcGIS Online, add the entire map service with the URL ending in </MapServer> to a blank web map. Add the feature service in addition to the map service. Do not configure the labels in ArcGIS Online. Save the web map and open it in the Collector for ArcGIS application. I can see my labels in Collector however I am unable to select any features to apply edits..... ESRI this is a huge drawback..... collector was made for editing/data creation and users need to see labels on maps that have a large amount of features.....
... View more
07-07-2017
07:45 AM
|
2
|
1
|
3394
|
|
POST
|
When I do this I see my labels however in Collector I am unable to select any features to apply edits.
... View more
07-07-2017
07:43 AM
|
0
|
0
|
3394
|
|
POST
|
I have a service hosted on Arc Server which requires auth to access it. I did not saved creds to service and in AGOL it prompts me everytime to see the service. However in Collector it prompted me the first time but ever since it does not prompt me. Does collector save these credentials somewhere or is there a way to not allow this? I do not want creds saved to the app if phone is lost or stolen I do not want person x to have access to these services. Am I missing something here? Is this an Android thing?
... View more
07-03-2017
08:54 AM
|
0
|
2
|
1171
|
|
POST
|
most likely need a CA cert or in Server admin directory set it to http only as well in your web server default site
... View more
07-03-2017
08:50 AM
|
0
|
0
|
2475
|
|
POST
|
Wait what? you edited in collector and the AGOL user was tracked rather than the server user name? Not possible lol
... View more
07-03-2017
08:49 AM
|
0
|
0
|
2475
|
|
POST
|
Thanks, I was having same issue but the workaround seemed to have fixed it for now.
... View more
07-03-2017
07:20 AM
|
0
|
0
|
1533
|
|
POST
|
Here is a python script to register all datasets as versioned nay that fail will be added to a list and printed to console at the end so you can examine each one... import arcpy sde_path = r"C:\Users\path\to\sde\connection" arcpy.env.workspace = sde_path datasets = arcpy.ListDatasets('*', 'ALL') failedData = [] for data in datasets: try: arcpy.RegisterAsVersioned_management(data, 'NO_EDITS_TO_BASE') except: failedData.append(data) continue print 'List of Data Sets which failed to register as Versioned' for item in failedData: print item
... View more
06-15-2017
09:48 AM
|
3
|
0
|
977
|
|
POST
|
I found out that I needed to set my refresh interval for the layer properties. problem solved.
... View more
06-06-2017
10:40 AM
|
2
|
0
|
1218
|
|
POST
|
enable https on agol (forces all connections to use https Configure security settings—ArcGIS Online Help | ArcGIS
... View more
06-05-2017
05:19 AM
|
0
|
0
|
3017
|
|
POST
|
open the feature service in arcmap (in catalog you will see an option for feature services, then use arcpy to list the layers
... View more
06-05-2017
05:15 AM
|
0
|
15
|
6397
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2018 10:15 AM | |
| 1 | 12-21-2017 06:41 AM | |
| 1 | 02-12-2018 01:36 PM | |
| 1 | 08-29-2017 06:30 AM | |
| 1 | 02-13-2018 10:13 AM |