|
POST
|
I've run into that if I "Unregister" a replica in Catalog and then try to reuse that replica name in ArcMap prior to closing out Catalog. If you haven't already, I would try closing out everything to ensure there is no connection to you geodatabase then try it again. If that doesn't work there might be some orphaned records in your geodatabase. You can check the GDB_ITEMS table to see if there are any references to the old replica, though I would probably go the Esri support route before touching anything in there!
... View more
10-03-2017
09:24 AM
|
3
|
1
|
1308
|
|
POST
|
Thank you, James. I appreciate the responsiveness to my question! Leon
... View more
09-21-2017
05:14 AM
|
0
|
0
|
2350
|
|
POST
|
I was wondering if there is a setting that would disable the option "Copy the sent data to a new survey" when editing data from the Sent box. The purpose of this particular survey is to conduct an inspection and I wouldn't want someone to pre-populate an inspection form thinking it might save some time. I would still want the ability to edit and resend, in case the inspector notices something they forgot. Help topic related to question: Edit existing survey data—Survey123 for ArcGIS | ArcGIS Thanks, Leon
... View more
09-20-2017
05:32 AM
|
0
|
8
|
2860
|
|
POST
|
Hello, Check out this thread... It refers to the TextFormatting.NewLine text constant in arcade. It currently has a limitation in AGOL that you might be running into. https://community.esri.com/thread/190353-how-do-i-create-multiline-labels-using-arcade-functions Leon
... View more
08-11-2017
09:10 AM
|
1
|
0
|
3610
|
|
POST
|
It looks like the Character Marker symbol from ArcMap is not called the same in Pro, but its there. From the symbology window: Select Layer property Select "Font" from the appearance section From the Font window you can access the MUTCD font that contains the shield Leon
... View more
06-14-2017
10:53 AM
|
3
|
2
|
10561
|
|
POST
|
It looks like you can access the layers of a web map using the ArcGIS API for Python. The section "Fix errors in web map" on this link, show an example of doing that. Using and updating GIS content | ArcGIS for Developers Leon
... View more
06-05-2017
11:33 AM
|
1
|
0
|
1433
|
|
POST
|
Check out the ArcGIS API for Python, you can access get your organization content through script that way. ArcGIS API for Python | ArcGIS for Developers Leon
... View more
06-05-2017
11:15 AM
|
2
|
0
|
664
|
|
POST
|
If you are maintaining your lateral as complex edges within a geometric network, then you would not want to split them at the valve. The sample data from the Local Govt model has the lateral lines as complex edges. Leon
... View more
04-14-2017
09:22 AM
|
1
|
0
|
1023
|
|
POST
|
Thanks, Dan. I just posted an idea related to this.... https://community.esri.com/ideas/13341
... View more
04-05-2017
08:38 AM
|
0
|
0
|
2355
|
|
POST
|
I am also looking for the same capability. It makes sense to want to pass the unique feature ID from Collector to Survey123 and have the ID value not editable within the survey.
... View more
04-05-2017
07:30 AM
|
0
|
0
|
2355
|
|
POST
|
I have used the General Purpose, Imagery Reference Overlay and Zoning basemaps. They were a great help in providing some content for new applications. I really like the Zoning basemap, because we have a number overlay districts in addition to the base zoning. Like most folks, I've made a number of tweaks to the General Purpose basemap. Many changes are to emphasize municipal boundaries. There are not an unincorporated areas, so I felt the background needed to be adjusted. Here is the link to the app using the basemap: Easton Maps Thanks, Leon
... View more
03-20-2017
01:30 PM
|
2
|
1
|
504
|
|
POST
|
Hi Chet, Here is a snippet of the command using the optional parameters that I use: arcpy.mp.CreateWebLayerSDDraft(m, draft_sd, service_name, 'MY_HOSTED_SERVICES', 'FEATURE_ACCESS', folder_name, enable_editing = edit_enabled, allow_exporting = export_enabled, summary=itemsummary, tags = itemtags, credits = itemcredits, use_limitations = itemuselimits) I run into the same issue that it does not update the tags and some other information of the SD file on the item details page, as I would expect. Curiously, if you view the metadata for the SD item from the item details page it appears to update some items like the tags and credit information do get updated. For some reason, those updates are not carried over to the item details page. Bug? I used the ArcGIS API for Python to update the item information on the published feature service. Might be worth taking a look at. ArcGIS API for Python | ArcGIS for Developers Leon
... View more
03-10-2017
10:33 AM
|
0
|
1
|
3148
|
|
POST
|
Thanks for checking out the API. I wasn't sure if there was something. Leon
... View more
01-30-2017
07:45 AM
|
0
|
0
|
541
|
|
POST
|
Hi Kelly, That's exactly what I was looking for. Thank you for pointing me in the right direction! - Leon ####Python snippet gis = GIS(agol_url, agol_user, agol_pass) #Find SD file, then update or add, then publish sd_items = gis.content.search("id:" + sd_itemid +" AND owner:" + agol_user, item_type="Service Definition") #Parameters for editor tracking pub_params = {"editorTrackingInfo" : {"enableEditorTracking":'true', "preserveEditUsersAndTimestamps":'true'}} if sd_items: sd_item = sd_items[0] updatesuccess = sd_item.update({},final_sd) if updatesuccess: sd_item.publish(publish_parameters=pub_params, overwrite="true")
... View more
01-05-2017
02:01 PM
|
1
|
2
|
4908
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-18-2025 04:22 AM | |
| 2 | 11-26-2024 08:25 AM | |
| 1 | 04-14-2021 06:10 AM | |
| 3 | 04-02-2025 07:09 AM | |
| 3 | 12-10-2024 08:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|