Hello Experts,
We're installing SAP NW 7.4 Gateway in a distributed environment (Windows server 2012) where APP server resides on SAPDEVNGAPP1 and DB server resides on SAPDEVNGDBS1. We are using the APP server for both ASCS and PAS instances.
I'm able to install the SQL db 2012 on DB host and also ASCS instance is installed successfully on APP server. I'm unable to install the PAS instance because it is not able to connect to the SQL database. Below is the error that I am facing:
Small background on the environment:
-> App server {APP zone} is in different zone than DB server {DB zone}.
-> Both servers are not assigned to same domain (they are put up on WORKGROUP). Can this be the cause that both are not under same domain?
-> Ping <dest IP/hostname> from APP to DB and vice-versa are successful.
-> Telnet <dest IP> <port> are not successful in both servers.
-> I'm performing the installation using Administrator user ID.
-> SQL Database has been installed using setup.exe. We didn't use SWPM (I guess this will not cause a problem).
Here is the warning/error captured in thesapinst.logfile:
WARNING 2015-07-30 18:38:11.658 (SAPDEVNGAPP1\Administrator) id=dbmodmssql.odbcdll.connection
Cannot connect to the database server. Errors returned: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
Call your SAP Support.
Here is the warning/error captured in thesapinst_dev.log file:
TRACE 2015-07-30 18:37:29.517 (SAPDEVNGAPP1\Administrator) [csistepexecute.cpp:1109]
Execution of preprocess block of |NW_ABAP_CI|ind|ind|ind|ind|0|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|getSid|0|NW_getDBInfo|ind|ind|ind|ind|db|0|NW_MSS_DBINFO|ind|ind|ind|ind|mss|0|MssLoginInfo|ind|ind|ind|ind|login|0|dCheckGivenServer returns TRUE
TRACE 2015-07-30 18:37:29.564 (SAPDEVNGAPP1\Administrator)
t_MssLogin.remove(WHERE Key='std')
WARNING 2015-07-30 18:38:11.658 (SAPDEVNGAPP1\Administrator) [iaxmbcom.cpp:120] id=dbmodmssql.odbcdll.connection CMssLogger::logMessage
Cannot connect to the database server. Errors returned: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
Call your SAP Support.
TRACE 2015-07-30 18:38:11.658 (SAPDEVNGAPP1\Administrator) [tablecpp.cpp:286] TableCpp::insertRow()
Table(t_MssLogin).insertRow({
Host:SAPDEVNGDBS1
Key:std
LoginType:WIN
MachineName:SAPDEVNGDBS1
}, WHERE 1=1)
inserting
TRACE 2015-07-30 18:38:11.658 (SAPDEVNGAPP1\Administrator)
MSSTRC: odbc driver is installed.
TRACE 2015-07-30 18:38:11.658 (SAPDEVNGAPP1\Administrator)
t_MssMessages.remove(WHERE 1=1)
WARNING 2015-07-30 18:38:32.705 (SAPDEVNGAPP1\Administrator) [iaxmbcom.cpp:120] id=dbmodmssql.odbcdll.connection CMssLogger::logMessage
Cannot connect to the database server. Errors returned: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
Call your SAP Support.
TRACE 2015-07-30 18:38:32.705 (SAPDEVNGAPP1\Administrator)
Cannot connect to SAPDEVNGDBS1
SQL Server does not exist or access denied.