TNS-03502: Message 3502 not found [message #644735] |
Mon, 16 November 2015 06:29 |
|
pkirklewski
Messages: 5 Registered: November 2015 Location: London
|
Junior Member |
|
|
Hi there,
How to get rid of this problem please ?
1. In the registry, I can see that there is several clients under HKEY_LOCALMACHINE/SOFTWARE/ORACLE/KEY_Oracle
...
SOFTWARE>
ORACLE >
KEY_OraClient11g_home1
KEY_OraClient11g_home2
KEY_OraClient11g_home3
2.Path points to: D:\Oracle\product\11.2.0\client_4\bin
3. In regedit KEY_OraClient11g_home3 OLEDB points to D:\Oracle\product\11.2.0\client_4\oledb\mesg
4. In regedit KEY_OraClient11g_home3 OLEDB points to D:\Oracle\product\11.2.0\client_4
When i open the CMD window and I run tnsping command, I get :
C:\Users\MyUser>tnsping
TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 16-NOV-2015 12:08:08
Copyright (c) 1997, 2010, Oracle. All rights reserved.
TNS-03502: Message 3502 not found; No message file for product=NETWORK, facility=TNS
I need to ping a tns name which is stored in a file : D:\Oracle\product\11.2.0\client_4\network\admin\tnsnames.ora in order to make sure everything works fine and the system uses the correct file / client etc.
|
|
|
|
|
Re: TNS-03502: Message 3502 not found [message #644740 is a reply to message #644738] |
Mon, 16 November 2015 07:42 |
|
pkirklewski
Messages: 5 Registered: November 2015 Location: London
|
Junior Member |
|
|
This was actually already setup, I've just forgot to mention it.
But please take a look and let me know, maybe I've missed smething ?
C:\Users\MyUser>echo %PATH%
C:\Program Files (x86)\Common Files\Microsoft BizTalk Adapters for Enterprise Applications\Bin\;D:\Oracle\product\11.2.0\client_4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\W indowsPowerShell\v1.0\;D:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\;D:\Progra
m Files (x86)\Microsoft BizTalk Server 2013 R2\Bins32;D:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Bins64;D:\Program Files\Microsoft SQL Server\110\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;D:\Program Files\Microsoft SQL Server\110\Tools\Binn\;D:\Program Files
(x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;D:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\UnxUtils\usr\local\wbin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86
)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\
C:\Users\MyUser>echo %ORACLE_HOME%
D:\Oracle\product\11.2.0\client_4
C:\Users\MyUser>where tnsping
D:\Oracle\product\11.2.0\client_4\bin\tnsping.exe
C:\Users\MyUser>echo %TNS_ADMIN%
D:\Oracle\product\11.2.0\client_4\network\admin
C:\Users\MyUser>echo %ORACLE_BASE%
D:\Oracle\
C:\Users\MyUser>
[Updated on: Mon, 16 November 2015 07:53] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|