|
POST
|
You could try using the os. import os
myfile = r"C:\Path\TestProject.aprx"
os.system("start " + myfile) * After some testing this works better. You could also probably use the subprocess Popen too? import os
myfile = r"C:\Path\TestProject.aprx"
os.startfile(myfile)
... View more
03-22-2021
07:12 AM
|
1
|
2
|
6431
|
|
POST
|
I am frustrated with the same problem. If my memory is correct in the old ArcMap it would ask you which field you want as the Unique Identifier, if you did not have one I think there was an option to have it create one. If you don't have a field that has a unique identifier you need to create one in SQL studio first. If you do happen to then from the Map tab select Add Data -> Query Layer. Or drag and drop go to the Properties -> source tab -> click the pencil icon and specify the field you want as the unique identifier. These are the only options I can find, which probably won't solve your problem as it doesn't solve mine. Also if you go and publish the table it completely changes the attributes of the one it "chose" for you. ESRI should not allow it to randomly change my attributes in an SQL file. I feel your pain!
... View more
03-18-2021
08:20 AM
|
1
|
1
|
4940
|
|
POST
|
Try resetting the application. First close all maps and catalogs. Go to here C:\Users\{username}\AppData\Roaming and rename the Esri folder to Esri_old. Now restart the map and see if its fixed.
... View more
03-18-2021
07:44 AM
|
1
|
1
|
3628
|
|
POST
|
Try clearing your cache. Project Tab -> Options -> Display -> Local cache -> Clear cache. Also, as others have asked, what is you current version of Pro? I found this happened a lot in the earlier versions.
... View more
03-18-2021
07:15 AM
|
0
|
3
|
8312
|
|
POST
|
To add on to KenBuja answer we have found that when we publish things, portal will automatically assign tokens. Check if any of layers, mapping application, etc. used in the map are using tokens in the data source. I cannot find my notes on it, if I remember correctly we took out the token portion of the url, or changed the token portion of the URL to manager.
... View more
03-02-2021
07:13 AM
|
1
|
0
|
2302
|
|
POST
|
First you need to start with an elevation raster. Create a point where you want the drainage point. Go to the Spatial Analyst Hydrology Tools. Run these tools in this order: Fill, Flow Direction, Flow Accumulation, Snap Pour Point (use the drainage point you created, play around with the Snap distance), Watershed. This will give you the drainage area for the point location. It will be a raster, I usually then run the raster to polygon to get nice clean edges. Hope this helps!
... View more
03-02-2021
06:09 AM
|
0
|
0
|
2671
|
|
POST
|
Use topology rules. https://pro.arcgis.com/en/pro-app/latest/help/data/topologies/creating-a-topology.htm https://pro.arcgis.com/en/pro-app/latest/help/editing/introduction-to-editing-topology.htm
... View more
03-01-2021
01:23 PM
|
2
|
1
|
2194
|
|
POST
|
I am not familiar with the tool, but the documentation you linked to says to add it to ArcGIS Online. So if you added it there and go to Pro Catalog -> Portal -> My Content and it should be there.
... View more
02-19-2021
11:06 AM
|
0
|
0
|
7398
|
|
POST
|
This is some really good information! I am surprised this has not tripped me up too.
... View more
02-17-2021
08:36 AM
|
2
|
0
|
3138
|
|
POST
|
Just tested it and I am not having any luck either...
... View more
02-12-2021
08:50 AM
|
0
|
0
|
9028
|
|
POST
|
Try this <url href="https://subtelforum.com?s=GTT%20Express">Click here to read more</url>
... View more
02-12-2021
08:00 AM
|
0
|
4
|
9059
|
|
POST
|
I do this in Pro by creating templates and inserting a default value of the year attribute before publishing. Once that is done the year will be automatically populated in collector/agol with whatever I put in there when a new feature is created. https://pro.arcgis.com/en/pro-app/latest/help/editing/create-a-feature-template.htm * After re-reading the post, I am not sure this would work, I believe it only works on newly created features.
... View more
02-12-2021
05:58 AM
|
0
|
1
|
1432
|
|
POST
|
Unfortunately they took away the refreshActiveView option in pro. If possible use CURRENT for the map. https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/migratingfrom10xarcpymapping.htm The application always refreshes when using CURRENT When you use the CURRENT keyword in the Python window with ArcGIS Desktop, you sometimes had to call refreshActiveView to force a screen refresh. This is no longer the case with ArcGIS Pro. All arcpy.mp API changes directly update ArcGIS Pro."
... View more
02-11-2021
02:11 PM
|
4
|
1
|
2457
|
|
POST
|
Perhaps look into creating an add-in for this. https://pro.arcgis.com/en/pro-app/latest/sdk/
... View more
02-11-2021
01:28 PM
|
1
|
0
|
2511
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-23-2026 09:28 AM | |
| 2 | 05-21-2026 09:21 AM | |
| 1 | 05-19-2026 02:25 PM | |
| 1 | 05-19-2026 08:11 AM | |
| 1 | 04-17-2026 01:08 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-28-2026
06:06 AM
|