|
POST
|
If you are running Enterprise Portal, aren't you already running a web server? If so, You can create a virtual directory on your web server that points to the location of the PDF file(s). You can then use the http://server/adaptor/virtualdirectory/file.pdf URL format to open the PDF file(s). R_
... View more
06-25-2025
09:00 AM
|
1
|
1
|
1174
|
|
POST
|
In Map Viewer, if you click the "fields button on the right": Then click on the field you are symbolizing with ( NwDwIiUnit ) and set the Display Name: Should make the change for you. R_
... View more
06-19-2025
02:04 PM
|
0
|
0
|
528
|
|
POST
|
It almost looks like the symbology is messed up. Are you actually using an Alpha layer? Below is what mine shows by default when I add tiff to map. I can get some weird results like that if I set an Alpha lyer. R_
... View more
06-18-2025
04:50 PM
|
0
|
0
|
674
|
|
POST
|
Not sure if it would work for you, but have you enabled Resampling on the cashed Image Service? Must also update the Min/Max scale for Resampling. This used to only work in AGOL, but supposedly has been fixed in Enterprise now. R_
... View more
06-18-2025
09:43 AM
|
1
|
0
|
703
|
|
POST
|
In AGO? Where? I tested in Map Viewer, WAB, and ExBuilder. They all stay at feet for me. R_
... View more
06-18-2025
09:21 AM
|
0
|
1
|
478
|
|
POST
|
No thoughts on how it got that way unless someone changed it in the visualization tab, but, it can be removed there. Go to the items Detail page, Visualization Tab, select the layer in the TOC and then the Filter button on the right. You should be able to clear/modify any 'saved' filters here. Just be sure to "Save" in the upper left so the changes stick. R_
... View more
06-18-2025
09:15 AM
|
1
|
1
|
1251
|
|
POST
|
I have not tried it, but you can right click on the layers or groups in the TOC and share as web layer. Not sure if that gets you closer. Will be greyed out if you are not connected to portal/AGOL. R_
... View more
06-10-2025
03:30 PM
|
0
|
1
|
1173
|
|
POST
|
Suspect it is because you are using Web Mercator for you maps as it is known to throw 'inaccurate measurements', especially the farther away you get from the equator. My ExB app(s) are all in State Plane, and I get about as close of measurements as I can without ExB supporting snapping in the measure tool. R_
... View more
06-05-2025
09:15 AM
|
0
|
1
|
665
|
|
POST
|
In one case I overcame this by enabling editor tracking which will capture the logged in username. Then, since it is registered Enterprise service, I have a trigger in the database that calculates the user info to the appropriate table/fields(s). Couldn't just use editor tracking as I needed the username updated in a related tracking table. Have not tested in a completely offline/disconnected environment. R_
... View more
05-28-2025
03:22 PM
|
0
|
0
|
900
|
|
POST
|
Not sure without knowing more about it. Is it possible you saved the Form info into the map and are opening the feature service in a different map? Or, vice versa? As far as the automatically generated number, you didn't say 'what' you were adding 1 to, but if you are getting the max value of a field, then adding one to it, you need to be careful with offline data as if you don't download ALL the data in the offline area, it might 'miss' some of the existing numbers and end up with duplicates. R_
... View more
05-27-2025
10:34 AM
|
0
|
0
|
511
|
|
POST
|
Ok, but by your comment above "I've tried in multiple different web maps that I know I have used Template Management in before. I can't find that Manage button anywhere.", it sounded like you were trying to use the 'old' method that doesn't work anymore since it is no longer available in existing web maps. However, I have 'never' seen the "Add New Type of Feature" options as @EmilyGeo states above. Have always just used the duplicate option. R_
... View more
05-20-2025
07:46 AM
|
0
|
0
|
1797
|
|
POST
|
Don't think you can 'find' it in an existing web map anymore. Need to go to the item details page, then from the drop down, select Open in Map Viewer Classic and you should see the Edit/Manage Buttons...... R_
... View more
05-19-2025
07:45 AM
|
0
|
2
|
1834
|
|
POST
|
Have you tried this setting in Field Maps Designer? Not sure about adding related features, but keeps it from zooming 'back' to you when you press the '+' button. Suspect it would work for the related features as well. R_
... View more
05-16-2025
08:15 AM
|
0
|
0
|
759
|
|
POST
|
Not where I can test, but I have overcome file locking issues like this before using *.bat files. I create a python script that similar to: import arcpy, os
modify = r"D:\path\to\batchfile\modify_aprx.bat"
open_aprx = r"D:\path\to\batchfile\open_aprx.bat"
aprx = r"D:\path\to\projectfile\filename.aprx"
os.system(modify )
os.system("start " + aprx) The modify_aprx.bat file will have something similar to: Run my Python script
call "%PROGRAMFILES%\ArcGIS\Pro\bin\Python\Scripts\propy" "D:\path\to\script\modify_aprx.py"
@echo Finished Where modify_aprx.py is your python script that does the work. So, the python that is doing the work is running in the first system shell, and once it is done, it closes and deletes/removes all locks/links to the data. Then, it should be 'free' to open after the first cmd closes. R_
... View more
05-15-2025
05:06 PM
|
0
|
0
|
2195
|
|
POST
|
Did you try to re-add the 'updated' HFS to the map to see if the other layers are still there? AGOL doesn't seem to update 'layers' in a map if there were any schema ( and other not yet identified ) changes to the HFS unless removed from the map and re-added. R_
... View more
05-14-2025
12:53 PM
|
0
|
0
|
683
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 04-02-2026 09:50 AM | |
| 1 | 04-01-2026 01:21 PM | |
| 1 | 10-08-2025 11:59 AM | |
| 1 | 09-05-2025 03:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|