|
DOC
|
@DavidMarquette re-download the tools and give those a try.
... View more
03-27-2026
12:23 PM
|
0
|
0
|
709
|
|
DOC
|
Hi @LlamasObservatorioEcuatoriano, ¿Es esto reproducible con todos los mapas web?
... View more
03-27-2026
05:39 AM
|
0
|
0
|
733
|
|
POST
|
You should still be good to use the same license file. If the alias is changing, and you're licensing Pro through Enterprise, you'll need to update the license file for the new Prod instance via My Esri.
... View more
03-26-2026
03:54 AM
|
0
|
0
|
183
|
|
POST
|
Hi @yuta232, take a look at the below link: https://support.esri.com/en-us/knowledge-base/licensing-considerations-for-multi-environment-000034688 For a multi-environment approach on Windows and Linux, use the same Portal for ArcGIS license file for each ArcGIS Enterprise environment.
... View more
03-25-2026
04:16 AM
|
1
|
2
|
225
|
|
POST
|
Sorry @MikaelJ, I misread your question. I read it as a multi-machine site. Yes, you will need multiple config files when deploying multiple ArcGIS Server sites. The config files separate from the base deployment will include the web adaptor, ArcGIS Server, and federation details. Ex: {
"AllNodes": [
{
"NodeName": "arcgis-mapping",
"Role": [
"Server"
]
},
{
"NodeName": "arcgis-webadaptor",
"Role": [
"WebAdaptor"
],
"WebAdaptorConfig": [
{
"Role": "Server"
}
]
}
],
"ConfigData": {
"Version": "11.1",
"ServerContext": "mapping",
"ServerRole": "GeneralPurposeServer",
"Credentials": {
"ServiceAccount": {
"PasswordFilePath": "D:\\automationFiles\\passwords\\serviceAccount.txt",
"UserName": "domain\\svc_arcgis",
"IsDomainAccount": true,
"IsMSAAccount": false
}
},
"Server": {
"LicenseFilePath": "D:\\automationFiles\\licenses\\ArcGISGISServerAdvanced_ArcGISServer_1428926.prvc",
"Installer": {
"Path": "D:\\automationFiles\\software\\ArcGIS11.1\\ArcGIS_Server_Windows_111_185208.exe",
"InstallDir": "D:\\Program Files\\ArcGIS\\Server"
},
"ServerDirectoriesRootLocation": "D:\\arcgisserver\\directories",
"ConfigStoreLocation": "D:\\arcgisserver\\config-store",
"ExternalLoadBalancer": "maps.domain.com",
"PrimarySiteAdmin": {
"UserName": "siteadmin",
"PasswordFilePath": "D:\\automationFiles\\passwords\\siteadmin.txt"
}
},
"WebAdaptor": {
"AdminAccessEnabled": true,
"Installer": {
"Path": "D:\\automationFiles\\software\\ArcGIS11.1\\ArcGIS_Web_Adaptor_for_Microsoft_IIS_111_185222.exe"
}
},
"Federation": {
"PortalHostName": "maps.domain.com",
"PortalPort": "443",
"PortalContext": "portal",
"PortalAdministrator": {
"UserName": "portaladmin",
"PasswordFilePath": "D:\\automationFiles\\passwords\\portaladmin.txt"
},
"RestrictedPublishing": false
}
}
}
... View more
03-24-2026
08:19 AM
|
0
|
1
|
286
|
|
POST
|
Hi @ikelagos, I would try increasing Portal's token expiration: https://enterprise.arcgis.com/en/portal/latest/administer/windows/specify-the-default-token-expiration-time.htm
... View more
03-24-2026
06:50 AM
|
0
|
0
|
134
|
|
POST
|
Hi @MikaelJ, This should be possible using one config file. Take a look at the below sample: https://github.com/Esri/arcgis-powershell-dsc/blob/main/SampleConfigs/v4/v4.5.0/Base%20Deployment/BaseDeployment-MultiMachine.json
... View more
03-24-2026
06:43 AM
|
0
|
3
|
302
|
|
DOC
|
@DCWade10 at 11.5 the webgisdr should still be creating a single .webgissite file. Try running the webgisdr manually and see if it completes successfully.
... View more
03-20-2026
03:56 AM
|
0
|
0
|
4523
|
|
POST
|
Hi @Martin1, I have created a backup with WebGIS DR and successfully deployed it to the new server. I'm assuming you edited the hosts file when you did the restore. If the web adaptor and any ArcGIS application exist on the same server you will want to make sure you edit the hosts file like below: 10.0.0.2 newmachine.domain.local alias.domain.com My guess is you did not have the Fully Qualified Domain name in the hosts file, and only had the alias.
... View more
03-16-2026
01:00 PM
|
1
|
1
|
520
|
|
DOC
|
@NicolasRoux on the machine where you running the tool, add the path mentioned in the error as a folder connection to Pro. There should be a MAPX file there. Are you able to successfully import this file into ArcGIS Pro?
... View more
03-16-2026
05:52 AM
|
0
|
0
|
853
|
|
DOC
|
@ebpip I made some updates to the Copy Views and it should work now. I noticed that there are issues with it if you the feature service has been copied to the Target environment using the Copy Hosted Services tool. The view will be created, but it will be blank. Not quite sure what is causing this. I'm currently testing with the latest ArcGIS for Python API 2.4.2. So, you may need to publish the hosted feature service to the target environment using ArcGIS Pro.
... View more
03-13-2026
04:16 AM
|
0
|
0
|
888
|
|
DOC
|
@ebpip can you share the feature service and view to a group and invite my AGOl account (jskinner_rats)?
... View more
03-09-2026
08:47 AM
|
0
|
0
|
937
|
|
DOC
|
@ebpip looks like the script is having trouble finding the new view to update the settings. Can you verify the new view was successfully created? Also, are you migrating from AGOL to AGOL, or Enterprise to Enterprise? If the latter, what version of Enterprise?
... View more
03-04-2026
07:32 AM
|
0
|
0
|
7420
|
|
DOC
|
@ebpip I updated the Copy Views tool. Can you re-download these tools and try again?
... View more
03-02-2026
05:54 AM
|
0
|
0
|
7465
|
|
DOC
|
@ebpip the tool will search the target portal for the parent feature service the view is to be created off of. It looks like it's finding a File Geodatabase instead of the feature service. First, verify you have the parent feature service in the target org. Then, check if you have a File Geodatabase with the same name of the feature service. If you do, delete it and try executing the tool again. I may have to update the code to return only feature services during the search process.
... View more
02-27-2026
07:00 PM
|
0
|
0
|
7517
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 12-29-2025 06:27 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|