|
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
|
5337
|
|
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
|
5342
|
|
POST
|
Hi @WarrenMedernach if you right-click on the Mosaic Dataset > Modify > Repair Broken Data Source Path, are there any reported broken paths? JakeSkinner_0-1735655202222.png
... View more
12-31-2024
06:27 AM
|
0
|
1
|
1127
|
|
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. JakeSkinner_0-1735418312548.png
... View more
12-28-2024
12:39 PM
|
0
|
0
|
5717
|
|
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
|
18160
|
|
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
|
18229
|
|
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
|
1375
|
|
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
|
1379
|
|
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
|
2184
|
|
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. JakeSkinner_0-1734696193433.png
... View more
12-20-2024
04:03 AM
|
0
|
0
|
2305
|
|
POST
|
@GISiste, Verify the ArcGIS Service Account for each ArcGIS application (Portal, Server, Data Store) is the same Verify the shared_location and backup_location in the .properties file is a network share Verify the ArcGIS Service Account has FULL CONTROL of this network share Verify the user running the webgisdr has FULL CONTROL of this network share
... View more
12-20-2024
03:58 AM
|
1
|
1
|
2937
|
|
POST
|
Hi @Leandro-Zamudio , Try the following: from arcgis.gis import server
# Variables
agsURL = 'dsn.domain.com/webadaptor' # ArcGIS Server URL
username = 'portaladmin' # Portal credentials if federated
password = '**********'
folder = 'Public' # name of ArcGIS Server folder
# Connect to ArcGIS Server
agsServer = server.Server(url=f"https://{agsURL}", username=username, password=password)
# Iterate through services
for service in agsServer.services.list(folder):
print(service)
... View more
12-19-2024
01:21 PM
|
1
|
0
|
992
|
|
POST
|
Hi @chris_del101, What version of Enterprise and what version of the ArcGIS API for Python are you using?
... View more
12-19-2024
06:40 AM
|
0
|
0
|
2222
|
|
POST
|
@GISiste are you able to successfully generate the webgisdr from the source environment? If so, I would recommend starting over for your target environment: Uninstall all ArcGIS applications Delete their corresponding directories (i.e. /Program Files/ArcGIS/Portal, /arcgisportal, /arcgisserver, etc) Modify the hosts files on each server Reinstall the 10.8.1 Verify you can access the target environment using the URL from the source environment Restore the webgisdr Upgrade to 11.3
... View more
12-19-2024
03:47 AM
|
1
|
1
|
2967
|
|
DOC
|
@Henry delete line 158: root_folder = gis.content.folders.get() Then change line 159 from: fgd_item = root_folder.add(item_properties=fgd_properties, file=gdb + ".zip").result() to: fgd_item = gis.content.add(item_properties=fgd_properties, data=gdb + ".zip")
... View more
12-18-2024
04:21 AM
|
0
|
0
|
16930
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 12:27 PM | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|