Hello Experts,
I have following problem:
I have installed a new ERP 6.0 with EHP6 on a newly installed Windows Server 2008 64-Bit Machine. Installation runs successfully without any errors. After installation of the ERP and some settings (like creating users, profiles, standard jobs, etc) I restarted the server (ERP and database stopped before). Now I am not able to start the ERP Instance because all workprocesses dies after starting the instance. The reason is that the listener haven't started. Also my try to start the listener manually failed with following message:
D:\>lsnrctl start
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 05-FEB-2013 19:55
:25
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Starting tnslsnr: please wait...
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
More Informations:
D:\>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 05-FEB-2013 19:35
:56
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=BS0.WORLD))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 2: No such file or directory
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=BS0))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 2: No such file or directory
Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=Burgstadt)(PORT=
1521))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 61: Unknown error
I have checked that the ORACLE_HOME is set in the environment variable PATH.
Here tnsnames.ora:
################
# Filename......: tnsnames.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bas/720_REL/src/krn/tpls/ora/TNSNAMES.ORA#1 $
################
BS0.WORLD=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = Burgstadt)
(PORT = 1521)
)
)
(CONNECT_DATA =
(SID = BS0)
(GLOBAL_NAME = BS0.WORLD)
)
)
Here listener.ora:
################
# Filename......: listener.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bas/720_REL/src/krn/tpls/ora/LISTENER.ORA#1 $
################
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = BS0.WORLD)
)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = BS0)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = Burgstadt)
(PORT = 1521)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = BS0)
(ORACLE_HOME = D:\oracle\BS0\11202)
)
)
Do you have any suggestions how to continue?
Thanks and regards
Mark