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?
Solved! Go to Solution.
Hi @padmalcom
You can look into the arcpy installation in ArcGIS Enterprise for the Create mobile map package python tool
Hope this helps.
Hi @padmalcom
You can look into the arcpy installation in ArcGIS Enterprise for the Create mobile map package python tool
Hope this helps.
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.