POST
|
Hi @AdrianMaharaj, Try to restart ArcGIS Data Store service. Also, stop publishingTool and publishingToolEX service in server manager and ensure all the associated ArcSoCs have died in task manager. Restart publishingTools service. Sometimes, publishing issues can arise due to orphan publishingTools ArcSoCs or publishingToolsEx ArcSoCs. If this doesn't work, I suggest you contact your local Esri support for help. Cheers, Uri
... View more
yesterday
|
0
|
0
|
5
|
POST
|
Hi @AdrianMaharaj, Can you provide more information about what environment you're on (AGOL? Portal? which version?). I think I have seen this error before when there were issues with Portal installation. Are you also having issues with creating new feature layers on Portal? It could also be a permission thing, although I doubt it as it would would not allow you to export to begin with. Make sure you're the data owner, and ideally also have an Admin role. If not, ask someone with an admin role to try and download and see if that works. Check if you can download other surveys, and then you can compare and see that the differences are. If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
Thursday
|
0
|
2
|
44
|
POST
|
Hi @KatieMBaltzley, Yes, it's possible. Look for this page for examples: https://doc.arcgis.com/en/collector/android-phone/help/deploy-map.htm Here is how it should look like - I color-coded the different components of this sample URL: https://collector.arcgis.app?itemID=3ac4145c1ac44aea86e9ed42e00fbb0d&referenceContext=updateFeature&featureSourceURL=https//services9.arcgis.com/QjGvjfQhsHAmqfjP/arcgis/rest/services/DamageAssessment_Apr2018_631d0895e7d3404bb78e8e04e92d896e/FeatureServer/1&featureID=bb0a0c92-9f53-4367-a6a1-bc6edc605be0&featureAttributes=%7B%22incidentid%22:%22527%22,%22inspector%22:%22Frank%20Jones%22,%22inspdate%22:1502917218285%7D So, if we compare it to the URL that is generated by the script, you need to remove centre=${location} and replace it with referenceContext=updateFeature Then, after the end of the feature source URL (in pink ...FeatureServer/1), you need to add the &featureID=GlobalID, where the feature's GlobalID is of the feature you're going to edit - pass it from your survey. This must be a GlobalID field. After this bit you specify &featureAttributes just like you would in the scripted URL. This is where you'll pass the gallons of Water Consumed. Hope this helps, Uri If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
2 weeks ago
|
0
|
0
|
18
|
POST
|
@CassandraHiggins another way to do it would be through Pro. You can use the attached toolbox/script to publish multiple shapefiles or feature classes as individual services. The advantage of this method is that you can set symbology, labels, layer name, etc. in Pro and that will apply to the published layer. If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
2 weeks ago
|
1
|
0
|
63
|
POST
|
Hi @K_Rocks , The first thing that comes to mind when you can't see a button on AGOL is lack of permissions. If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
01-14-2021
12:04 AM
|
0
|
1
|
210
|
POST
|
Hi Bianca, Did you try to re-write the csv? Copy paste the active columns in your spreadsheet to a new file (make sure not to copy any empty columns/rows), change the sheet name, file name, and then try to update again. If the problem is from the csv, these measures should solve it. Not sure what to do if the problem is from the feature class schema - then you might have to delete and re-write. -------------------------------------------------------------------------------------------------------------------------------------- If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
01-13-2021
11:49 PM
|
0
|
1
|
43
|
POST
|
I've tried to replicate your error but didn't have any problem. Can you share you mxd and layer? I know it's a bit more work, but the ideal way to export a map is through the Export Map command in the mxd's File menu. There you should be able to select 'clip to map extent'. Another option is the Snipping App found on most Windows OS. If this answer solved your question or if you found it helpful please mark it accordingly to help others have the same question.
... View more
01-13-2021
11:32 PM
|
0
|
0
|
40
|
POST
|
Hi Kevin, You can do this task by using toolboxes in a desktop environment, then wrap the process in an arcpy script. If you want it in a web environment you'll have to create a tool from your arcpy script and publish as a GP Tool. Workflow: 1. Run the intersection tool - make sure to select Points as output type. This will create points at the intersections. 2. Select L and copy to a temp layer. Select S1's intersection point. 3. Use the 'Split Line at Point' tool to split L (in the temp layer) at S1. 4. Now L will be split in two. By using a search cursor you can get the shape length from the attribute table (if your data is in degrees create a new field and calculate geometry in projected units). Get the distance measure from the first part of the line - that will be the distance from start to intersection. 5. Repeat steps 2-4 with the different S intersection points. Another workflow can be achieved with linear referencing: 1. Make your L a route with m-values. 2. Create the points as per step 1 in first workflow. 3. By using the 'Locate Features Along Route' tool get the m-value at the points' locations. Hope this helps, Uri If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
10-20-2020
06:55 PM
|
3
|
0
|
16
|
POST
|
Hi Lance, A properly set view layer should have the 'normal' icon. I can't see the table in ArcGIS Pro. You should, however, be able to see it in the service in an AGOL web map. Also, are you sure the privileges on the spatial view are set correctly? You've probably came across these: Example: Creating a spatial view in SQL Server using SQL—Help | ArcGIS Desktop Views in an enterprise geodatabase—ArcGIS Pro | Documentation My view layers were set up in SQL Studio Manager, and I wasn't the one to set them up so it's hard for me to provide more details...
... View more
09-21-2020
10:30 PM
|
0
|
0
|
107
|
POST
|
Hi Pamela, You didn't provide information about your environment (Enterprise Geodatabase? AGOL?) or your current setup - publishing through Pro? uploading table to AGOL and configuring popups or relationships in the dashboard, or converting Excel to a database table and relating? I can't think of a way where you'll have a seamless update from an Excel file to your feature service. To do so you'll need some sort of an automated workflow which will, eventually, either publish a new service, update a database table, or update an AGOL table daily. Again, not sure what your setup/options are, but here are a couple of options: 1. If you're working on AGOL, upload the excel to AGOL, add to your web map/dashboard, and then update the Excel on AGOL daily (Update button on the overview page of the Excel). 2. If you have an enterprise database, upload the excel as a database table. Relate the table to the feature class and publish the service. Now you'll have to update the database table daily (by Appending the rows from Excel, or overwriting, etc.). This can be done relatively easily by a scheduled script. Hope this helps, Uri If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
... View more
09-20-2020
11:00 PM
|
1
|
2
|
116
|
Online Status |
Offline
|
Date Last Visited |
yesterday
|