|
POST
|
Hi @Karl-JohanOlofsson you could do this with python: txt = '{"lamningstyp":"Fångstgrop","antal":4,"egenskap":"Bytesdjur: Älg/ren, Form: Rund"}'
[int(s) for s in txt if s.isdigit()][0]
... View more
01-24-2025
03:55 AM
|
1
|
1
|
3390
|
|
POST
|
@GrantSmith122 you may get more information on the synchronization error by going to: 1. https://<portal.domain.com>/<webadaptor>/sharing/rest 2. Log into the Portal Rest API 3. Navigate to Home > Portals 4. Self > scroll down to the bottom and select Collaborations 5. Go to Collaboration Workspaces > select the collaboration workspace > Sync Status
... View more
01-24-2025
03:47 AM
|
0
|
0
|
1819
|
|
POST
|
Hi @GrantSmith122, Are you creating the collaboration with the option to reference or copy the data to AGOL? If you are copying the data, you must have Feature Access enabled with Sync capabilities.
... View more
01-23-2025
01:31 PM
|
0
|
2
|
1826
|
|
POST
|
@MattiasEkström for any services that have relatively static data, I would recommend publishing them as hosted feature services. Hosted feature services are very lightweight, and do not spin up any ArcSOC.exe processes.
... View more
01-13-2025
05:44 AM
|
0
|
1
|
4448
|
|
DOC
|
@denisCallens awesome, thanks for reporting back what resolved this issue for you. I was unaware of that parameter.
... View more
01-07-2025
04:19 AM
|
0
|
0
|
17000
|
|
POST
|
@JoeGuziStarkCountyOH I would recommend logging a tech support case as well. Not sure if the user from the previous post did, or not, but they will verify any bugs and log them. This will notify the proper people on the development team to implement a fix.
... View more
01-03-2025
06:01 AM
|
0
|
0
|
5005
|
|
POST
|
Hi @JoeGuziStarkCountyOH, There have been some issues reported by other users using the new Map module. See the following thread. I would recommend using the Web Map's JSON (see my first comment in the aforementioned thread) until these issues are resolved.
... View more
01-03-2025
05:46 AM
|
0
|
0
|
5010
|
|
POST
|
Hi @WarrenMedernach if you right-click on the Mosaic Dataset > Modify > Repair Broken Data Source Path, are there any reported broken paths?
... View more
12-31-2024
06:27 AM
|
0
|
1
|
1070
|
|
DOC
|
@StuartBricker2 The dataOwnerConnections variable should still be populated. There will be at least one data owner. You can see the data owner from an SDE connection file in ArcGIS Pro. For example, in the below screen shot, VECTOR is the data owner of the feature classes/tables in the Enterprise Geodatabase.
... View more
12-28-2024
12:39 PM
|
0
|
0
|
5375
|
|
DOC
|
@GIS-KompetenzzentrumBern this is now resolved. Download the latest version of the tools. If there are any issues, please report back.
... View more
12-27-2024
11:41 AM
|
0
|
0
|
17207
|
|
DOC
|
@GIS-KompetenzzentrumBern can you walk me through your workflow of how you're embedding the Feature Layer?
... View more
12-20-2024
05:37 AM
|
0
|
0
|
17276
|
|
POST
|
@JV_ I would test with another Pro Project, and also another ArcGIS Pro client machine.
... View more
12-20-2024
05:31 AM
|
0
|
0
|
1321
|
|
POST
|
@JV_ if you Analyze the map by publishing it manually, are there any errors reported?
... View more
12-20-2024
04:21 AM
|
0
|
2
|
1325
|
|
POST
|
@chris_del101 try the following: item_properties = {
'title': itemTitle,
'type': 'File Geodatabase',
'description': item.description,
'accessInformation': item.accessInformation,
'licenseInfo': item.licenseInfo,
'overwrite': True
}
root_folder = trg.content.folders.get()
fgd = root_folder.add(item_properties=fgd_properties, file=download_result).result()
targetService = fgd.publish(overwrite=True) Note: The property `overwrite` is deprecated and support will be removed two releases after 2.4.0 for the item_properties.
... View more
12-20-2024
04:14 AM
|
0
|
0
|
2067
|
|
POST
|
Hi @LDreyfuss, Execute the Geocode Addresses GP tool in Pro. If this is successful, click the dropdown arrow next to Run and select Copy Python Command. Compare this to what you have in your script. This may help you troubleshoot what's going on.
... View more
12-20-2024
04:03 AM
|
0
|
0
|
2218
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 05-07-2020 05:14 PM | |
| 1 | 03-25-2026 04:16 AM | |
| 1 | 03-16-2026 01:00 PM | |
| 1 | 12-22-2025 10:39 AM | |
| 1 | 01-20-2026 04:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|