Select to view content in your preferred language

Transfer/copy/move my Instant App to a new build

1190
2
Jump to solution
09-29-2023 10:36 AM
MikeGarcia
Occasional Contributor

I have an Instant App which uses the "Interactive Legend" template on an old DEV ArcGIS Enterprise 10.9.1 system and would like to "Move/copy/transfer" it to a new 11.1 system.  

I am unable to find a simple way to export this to a format that is importable into my new system.  The instant app interface allows for Copying, but that does not make a portable file.  

I tried digging into my portal files at ...\ArcGIS\Portal\apps\instant... where I can see the app and copying it into 11.1 at the same location, but that didn't work. 

It sorta looks like a JavaScript 3. app which makes me think it might go into WebAppBuilder, but I would rather build it from scratch in JavaScript 4. than go down the WAB path.  

0 Kudos
1 Solution

Accepted Solutions
ArielLow2146
Frequent Contributor

As far as I'm aware Instant apps exist in 11.1 so you could rebuild it from scratch.

If you want to copy it over you could try using a script like this https://github.com/jmirmelstein/ArcGIS-Python-API-Samples/blob/master/Samples/Copy%20Specific%20Item.... I'm not sure if it would work since you're going between enterprise versions.

You could also set up a distributed collaboration between the enterprise versions but that pattern is typically recommended for content promotion rather than migration.

View solution in original post

0 Kudos
2 Replies
ArielLow2146
Frequent Contributor

As far as I'm aware Instant apps exist in 11.1 so you could rebuild it from scratch.

If you want to copy it over you could try using a script like this https://github.com/jmirmelstein/ArcGIS-Python-API-Samples/blob/master/Samples/Copy%20Specific%20Item.... I'm not sure if it would work since you're going between enterprise versions.

You could also set up a distributed collaboration between the enterprise versions but that pattern is typically recommended for content promotion rather than migration.

0 Kudos
MikeGarcia
Occasional Contributor

Thank you for the options.  
I was not aware of the py clone_items function, but I sounds like it would be fun to try some time. 

For now, we will rebuild the Instant app in the new Portal.  

0 Kudos