Hi, I am using ArcGIS 11.1
I am trying to migrate content from one Portal to another. I am following the steps outlined in Cloning Apps and Items with ArcGIS API for Python
I have managed to export to epk file, then import the epk file to destination Portal. I can see the export package file in my Portal.
Now I need to import the package to my content. I have tried various methods, but none seem to work
e.g. result = offline_mgr.importPackage(epkItem, myGroup)
Or
m=myGroup.migration
result = m.load(epkItem)
Any suggestion @JakeSkinner @EarlMedina
Is there any ESRI documentation around this ?
Hi @JustinTrody,
I'm not familiar with the EPK method, but have you tried these tools?