Select to view content in your preferred language

Import EPK package file to Enterprise

119
1
a week ago
Labels (1)
JustinTrody
Occasional Contributor

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 ?

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi @JustinTrody,

I'm not familiar with the EPK method, but have you tried these tools?

0 Kudos