eea / discomap.ServiceTransferTool

Transfer tool
13 stars 4 forks source link

.Mxd error #2

Open iegbulefu opened 7 years ago

iegbulefu commented 7 years ago

Hello, Please I am trying to use this tool to transfer Map services from my old ArcGIS server 10.4 to a new ArcGIS server 10.4. I have about 280 map services to transfer and i felt this tool could make life much easier for me. The error below is what i keep getting when I run the script. I am not able to figure out what and where it could be from.

u'E:\arcgisserver\directories\arcgissystem\arcgisinput\Dispatch\DispatchPRSRVE.MapServer\.' Service MXD not found.

Please I would appreciate to get some help from here.

Thanks shade

Gazymodo commented 7 years ago

Hello, Be sure the path mentioned there is correct for you. Could you point me to your services to see them?

Thx

gisjames commented 7 years ago

Hello, I get the same error although my path looks very different:

 Directory not copied. Error: [Error 67] The network name cannot be found: u'\\\\<servername>\\C\\arcgisserver\\directories\\arcgissystem\\arcgisinput\\Zoning.MapServer\\*.*'
 Service MXD not found.

the following path would be correct:

\\<servername>\C$\arcgisserver\directories\ arcgissystem\arcgisinput\Zoning.MapServer*.*'

How do I reconcile these 2 paths in python? Thanks! James