When I invoke a python script running on redhat, I get ERROR 000732 "Output Location: Dataset Database Connections/myoracleserver.mydomain.com does not exists or is not supported.
But when I run that same script on the Windows workstation where ArcGIS and ArcCatalog desktop is running, then it works successfully.
import arcpy
from arcpy import env
arcpy.CreateMosaicDataset_management("Database Connections/myoracleserver.mydomain.com","Test55","GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119522E-09;0.001;0.001;IsHighPrecision","#","#","NONE","#")
Any ideas why it does not work from redhat? (the ArcGIS server is running on the same redhat.)
But when I run that same script on the Windows workstation where ArcGIS and ArcCatalog desktop is running, then it works successfully.
import arcpy
from arcpy import env
arcpy.CreateMosaicDataset_management("Database Connections/myoracleserver.mydomain.com","Test55","GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119522E-09;0.001;0.001;IsHighPrecision","#","#","NONE","#")
Any ideas why it does not work from redhat? (the ArcGIS server is running on the same redhat.)