Select to view content in your preferred language

Create an mmpk via api

312
2
Jump to solution
04-19-2024 01:54 AM
padmalcom
Frequent Contributor

Hi, we are looking for a way to create a mobile map package via api without installing ArcGIS Pro since the service should run in a container. Is there any way to only use our ArcGIS Enterprise installation to get the mmpk?

0 Kudos
1 Solution

Accepted Solutions
JohnYaist1
Esri Contributor

Hi @padmalcom 

You can look into the arcpy installation in ArcGIS Enterprise for the Create mobile map package python tool 

Hope this helps.

 

View solution in original post

0 Kudos
2 Replies
JohnYaist1
Esri Contributor

Hi @padmalcom 

You can look into the arcpy installation in ArcGIS Enterprise for the Create mobile map package python tool 

Hope this helps.

 

0 Kudos
padmalcom
Frequent Contributor

Thank you @JohnYaist1, our approach is to create a service using the arcpy package on a server that hast ArcGIS Enterprise installed. This is a bit nastly since we have to create a windows container, something on linux with a small footprint library would be cleaner but since this is a workaround until the ESRI Maps SDK can export MMPKs from the Kubernetes ArcGIS Server again, it is okay for us.

0 Kudos