Select to view content in your preferred language

DBMS error[ORA-12154: TNS could not resolve the connect identifier specified No extende error]

250
2
a month ago
SeanMonde
New Contributor

This error comes up while trying to open an EGIS SDE DB while working remotely, even though I do have network connections to the source server. Using ArcPro 3.3 on a WIN 11 machine. 

0 Kudos
2 Replies
George_Thompson
Esri Notable Contributor

So this does not happen while in the office and only on VPN?

This usually has to do with TNSNAMES not being accessible or configured on the machine.

Have you confirmed that you can TNSPING the Oracle database from that machine?

Open SQLPlus and type the below. Replace (SID) with what you put in the "Instance" field.

 

tnsping (SID)

 

https://www.orafaq.com/wiki/Tnsping

--- George T.
0 Kudos
SeanMonde
New Contributor

Sorry for the late response and thanks for responding! It seems to be happening remotely and in the office. What you say about the TNSNAMES makes sense. Since this is a company machine, our IT department will have to look into it, but thank you for the insight!