Hello,
I have this error when trying to publish my SDE to ArcGIS Server :
|
Underlying DBMS error[ORA-12154: TNS:could not resolve the connect identifier specifiedNo extended error.]
|
I have tried different things :
- SDE with EZconnect: works in ArcCatalog and AGS
- SDE with connection like sde:oracle11g:xyz: works in ArcCatalog and AGS
- SDE with connection like sde:oracle19c:xyz: works in ArcCatalog but fails in AGS
The instantclient installed on AGS is 19.23
The db is 19.3.0.0.0
I've updated the init_user_param.sh: export LD_LIBRARY_PATH=/usr/lib/oracle/19.23/client64/lib:$LD_LIBRARY_PATH
I would be fine if I could use SDE with 11g but with an old mxd I can't publish it, it always asks me to publish oracle19c SDE
Does anyone can help me?