cancel
Showing results for 
Search instead for 
Did you mean: 

Exception while installing NW04s SPS6

Former Member
0 Kudos

Hi folks,

Am trying to install <b>NW04s with MSDE</b>(Sql server desktop edition). When installing MSDE, a strong password was defined along with the requried collation. The exception is thrown during the JLOAD activity. Can anyone shed some light ? Thanks! Below is the exception :

INFO: Jload -sec XA0,jdbc/pool/XA0,
AP00291/sapmnt/XA0/SYS/global/security/data/SecStore.properties,
AP00291/sapmnt/XA0/SYS/global/security/data/SecStore.key -dataDir C:/Inst\JAVA_EXPORT\JDMP -job C:\Program Files\sapinst_instdir\WORKPLACE\INSTALL_MSSQL\IMPORT.XML -log jload.log

21-Apr-2006 18:12:09 com.sap.inst.jload.Jload main

SEVERE: couldn't connect to DB

21-Apr-2006 18:12:09 com.sap.inst.jload.Jload logStackTrace

SEVERE: java.sql.SQLException: [SAP_NWMss][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect

at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)

at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)

at com.sap.nwmss.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)

at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)

at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)

at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)

at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)

at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)

at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)

at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)

at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)

at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)

at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)

at com.sap.inst.jload.Jload.main(Jload.java:580)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Isaac

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Isaac,

Did this issue got resolved?If could you please explain the steps you performed to resolve this issue.

Geo

Former Member
0 Kudos

Hello,

Please try renaming or deleting C:\Program Files\sapinst_instdir and the reinstall.

Let me know if it helped. I also had a similar problem and the above solution worked.

Regards

Wesley

Former Member
0 Kudos

Hi,

Check if MSSQL is started and whether you can connect to it with some tool like Query Analyser.

Best regards, Dido

Former Member
0 Kudos

Hi,

Check the DB is running. try to connect using SQL Query Analyzer with the same user and password at installation time.

regards

Anand.M