Select to view content in your preferred language

msdia80.dll, used by script cannot be copied to the server

419
1
Jump to solution
11-03-2022 06:56 AM
David_RonaldSuárez_Urresti
New Contributor III

In ArcGIS Pro 3.0.2, I am trying to publish a script as geoprocessing service but I am getting the error "00178: Data: C:\msdia80.dll, used by script cannot be copied to the server".

At the script, I am importing: 

import os, arcgis, arcpy, time
from datetime import datetime
 
The ArcGIS Pro project only has a layout and my python script (the .py file is also at the project root). Please any help with the error
0 Kudos
1 Solution

Accepted Solutions
David_RonaldSuárez_Urresti
New Contributor III

I uninstalled Microsoft Visual C++ 2005 REdistributable and that fixed the error.

View solution in original post

0 Kudos
1 Reply
David_RonaldSuárez_Urresti
New Contributor III

I uninstalled Microsoft Visual C++ 2005 REdistributable and that fixed the error.

0 Kudos