Select to view content in your preferred language

FeatureClassToGeodatabase_conversion leaves mobile geodatabase locked files when executed from geoprocessing service in ArcGIS Server 11.1

228
0
05-04-2023 07:30 AM
MichailMarinakis1
Occasional Contributor II

Hi all, 

we are using the tool FeatureClassToGeodatabase_conversion to copy feature classes from a file geodatabase (extension .gdb) to a mobile geodatabase (extension .geodatabase).

Everything is working fine when executing it from ArcGIS Pro as standalone python script. 

We decided to publish it in our ArcGIS Server 10.9.1 as a service and call the geoprocessing service. Everything was working, until we upgraded ArcGIS Server to 11.1. 

After the upgrade, the service is successfully executed but the temporary files of the SQLite are still there. We have to stop the service to remove the lock files and "commit" the changes. 

My question is: with the version 11.1, do we need to do something extra to "commit" the changes? or remove the locks somehow? We have tried

arcpy.management.ClearWorkspaceCache

with no success. 

Any feedback will be very helpful! 

0 Kudos
0 Replies