|
DOC
|
@khem1000 I personally never had much success with that function.
... View more
Wednesday
|
0
|
0
|
99
|
|
DOC
|
@khem1000 by batch, I mean migrating all services, then all views, then all web maps, etc. Each script for content (i.e. services, web maps, apps, etc) creates an output table in a File Geodatabase that contains the source info and target info. This information is used by additional scripts. For example, the Migrate Hosted Feature Services script creates an output table like below: Then, when the Migrate Web Maps is executed, it reads this table to do a find/replace of the services in the web map. The Migrate Web Maps script also creates another table in a File Geodatabase to be used by the scripts for the app migrations:
... View more
a week ago
|
0
|
0
|
275
|
|
DOC
|
Hi @khem1000, With 9000 items to migrate I use a different set of scripts. Unfortunately, I cannot share these here. It uses the same logic as these scripts but does things in batch. For example, the order of each script: Report Items - this creates a File Geodatabase table of all content within AGOL. There is a MIGRATE field that defaults to 'Y', indicating it should be copied Copy Users Copy Groups Copy Surveys Copy Hosted Services Copy Views Copy File Based Copy Web Maps Copy Web Apps Copy Dashboards Copy Exp Apps Copy Story Maps
... View more
2 weeks ago
|
0
|
0
|
332
|
|
POST
|
Hi @codethemap, you could use the Copy Hosted Feature Services tool in this toolset.
... View more
05-28-2026
05:33 AM
|
0
|
0
|
258
|
|
DOC
|
@RahulRaj2025 you can try the clone_items method from the ArcGIS API for Python: https://developers.arcgis.com/python/latest/guide/cloning-complex-apps/#web-experiences However, migrating an Experience Builder app from AGOL to Enterprise may require a custom script.
... View more
05-26-2026
04:41 AM
|
0
|
0
|
1044
|
|
DOC
|
@AzinSharaf sorry for the delay, I finally had an opportunity to look at this. I updated the code to reflect any version of Pro:
... View more
05-12-2026
05:50 AM
|
0
|
0
|
4924
|
|
POST
|
Hi @vijaybadugu, 1. What are the current specs for your Portal server (i.e. 4 cores, 16 GBs RAM)? 2. Do you have a WebGISDR backup?
... View more
05-04-2026
04:13 AM
|
0
|
0
|
429
|
|
DOC
|
@DavidMarquette re-download the tools and give those a try.
... View more
03-27-2026
12:23 PM
|
0
|
0
|
2235
|
|
DOC
|
Hi @LlamasObservatorioEcuatoriano, ¿Es esto reproducible con todos los mapas web?
... View more
03-27-2026
05:39 AM
|
0
|
0
|
2259
|
|
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
|
460
|
|
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
|
502
|
|
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
|
602
|
|
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
|
443
|
|
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
|
618
|
| 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 |
Friday
|