|
Dear Erman,
Regular bounce of our test instance ->concurrent managers down.
Logfile:
AFPPSPL-- 28-FEB-2023 12:36:28
Call to PingProcess failed for FNDCPGSC
Unable to contact Applications TNS Listener for FNDSM_ERPSUPPORT_SUPPDB on $NODE. The Listener may be down or the TNS address is not properly configured for this name. (NODE=ERPSUPPORT)
An error occured in client-side routine afpsmccs for Service Manager FNDSM_ERPSUPPORT_SUPPDB. The routine returned code 144.
Check for preceding errors and as well as the service manager log file for further details."
listener is up and running. We have below entries in tnsnames.ora
FNDFS_suppcdb_ERPSUPPORT=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ERPSUPPORT.ttd.com)(PORT=1626))
(CONNECT_DATA=
(SID=FNDFS)
)
)
FNDFS_suppcdb_ERPSUPPORT.ttd.com=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ERPSUPPORT.ttd.com)(PORT=1626))
(CONNECT_DATA=
(SID=FNDFS)
)
)
FNDSM_ERPSUPPORT_suppcdb=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ERPSUPPORT.ttd.com)(PORT=1626))
(CONNECT_DATA=
(SID=FNDSM)
)
)
FNDSM_ERPSUPPORT.ttd.com_suppcdb=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ERPSUPPORT.ttd.com)(PORT=1626))
(CONNECT_DATA=
(SID=FNDSM)
)
)
From the error,we observe it is trying to contact FNDSM_ERPSUPPORT_SUPPDB instead of FNDSM_ERPSUPPORT_suppcdb and it fails.
[applsupp@erpsupport log]$ tnsping FNDSM_ERPSUPPORT_SUPPDB
TNS Ping Utility for Linux: Version 10.1.0.5.0 - Production on 28-FEB-2023 18:20:44
Copyright (c) 1997, 2003, Oracle. All rights reserved.
Used parameter files:
/u01/SUPPDBAPPS/fs2/inst/apps/SUPPDB_erpsupport/ora/10.1.2/network/admin/sqlnet_ifile.ora
TNS-03505: Failed to resolve name
[applsupp@erpsupport log]$
[applsupp@erpsupport log]$
[applsupp@erpsupport log]$
[applsupp@erpsupport log]$ tnsping FNDSM_ERPSUPPORT_suppcdb
TNS Ping Utility for Linux: Version 10.1.0.5.0 - Production on 28-FEB-2023 18:20:52
Copyright (c) 1997, 2003, Oracle. All rights reserved.
Used parameter files:
/u01/SUPPDBAPPS/fs2/inst/apps/SUPPDB_erpsupport/ora/10.1.2/network/admin/sqlnet_ifile.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=ERPSUPPORT.ttd.com)(PORT=1626)) (CONNECT_DATA= (SID=FNDSM)))
OK (10 msec)
[applsupp@erpsupport log]$
Can you please guide.
Thanks,
Satish
|