I am running a custom geoprocessing tool on AGOL in a web application and I am getting the error:
Error 000210: Cannot Create Output
I have this tool set up in ArcGIS Pro in model builder where it accepts user input and runs three python scripts along with some built in tools. This error only occurs when running on AGOL. I believe the cause of this error is file locking in my environment workspace (geodatabase). This locking behavior does not happen when running on ArcGIS Pro, but when I publish to enterprise then use on AGOL in web application, lock files are created in the geodatabase. If I stop the service the locks are deleted and are created again when I run the tool on AGOL.
Are there any known file locking issues associated with publishing a tool to a GIS server from ArcGIS Pro?