I am using generateOfflineMapJob.GetResultAsync() to download an on-demand map package. This is working, but I am only getting around 17 map layers exported, the remaining 28 layers are being reported in the LayerErrors as:
1 x "Error creating replica"
27 x "A task was canceled."
When I look in the server logs, I see this entry:
"Error creating replica Wait time of the request to the service '***' has expired.
Is there a way to increase timeout for creating replicas on the server? Or is there some other underlying issue?
Thanks in advance, for any help!