Hello community,
I published a python script tool onto my organisation's portal. However, the published web tool does not work that ended up with an error, saying "D:\***\***\out_workspace does not exist or is not supported". This error was returned when the script executed arcpy.management.CreateFileGDB(workspace, geodatabase_name).
The create file geodatabase function works fine in script tool but for some reasons, it does not accept the output workspace in web tool.
Does anyone know the cause and how to deal with this?
Thanks in advance for your help!