cancel
Showing results for 
Search instead for 
Did you mean: 

PAS-Installation NetWeaver 7.3 EhP1 UME configurator Error

Former Member
0 Kudos

Dear SAP gurus,

I'm trying to install an Application Server Java with Oracle-Database (High-Availability System) on Linux 64-bit.

The SCS Instance and the Database Instance are already installed and running.

During defining the Parameter for the PAS the following error occures:

An error occurred while processing option SAP Enhancement Package 1 for SAP NetWeaver 7.3 > Oracle > SAP Systems > Application Server Java > High-Availability System > Primary Application Server Instance( Last error reported by the step: Error when running UMConfiguratorLoad. DIAGNOSIS: See output of log file umconfigurator_loadtype.log:

The output of log file umconfigurator_loadtype.log:

Jan 30, 2013 1:32:13 PM  Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "checkClean"

Jan 30, 2013 1:32:14 PM  Error: main()

[EXCEPTION]

com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:482)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:196)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)

        at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)

        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:309)

        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:87)

        at com.sap.security.tools.UMConfiguratorLoad$UMConfigModel.<init>(UMConfiguratorLoad.java:994)

        at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:232)

        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:597)

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

Caused by: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLException caught: ORA-01017: invalid username/password; logon denied

.

        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)

        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:143)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:284)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.getPooledConnection(DBDataSourceImpl.java:179)

        at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)

        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:468)

        ... 12 more

Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)

        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)

        at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:655)

        at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:445)

        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:505)

        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)

        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:380)

        at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:760)

        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)

        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)

        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:253)

        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)

        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)

        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)

        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:651)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:995)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.create(DBDataSourceImpl.java:43)

        at com.sap.sql.connect.pool.CreatedObjectsPool.create(CreatedObjectsPool.java:95)

        at com.sap.sql.connect.pool.Pool.get(Pool.java:707)

        at com.sap.sql.connect.datasource.DBDataSourceImpl.get(DBDataSourceImpl.java:261)

        ... 15 more

  

Jan 30, 2013 1:32:14 PM  Info: Leaving with return code 99

Do you have an idea whats the Problem?

SCS and Database (correct Schema) are up an running

Thanks for helping me!

Joschka

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It seems that the JAVA schema ID password has expired or changed.

Try using the below command and it should fix your issue. Login as orasid ( if OS like HP UX or LINUX ) or sidadm ( in case of windows)

brconnect -u system/<system user password> -f chpass -o <sapowner> -p <password>

Example

Brconnect -u system/manager -f chpass -o <your java schema ID> -p < Java schema password>. If not sure, use the old one itself.

Then try to retry the instalaltion. It should go now without any problem.

Please check and provide your feedback.

Thanks and Regards,

Vimal

Former Member
0 Kudos

Hi,

sorry but i'm not able to alter the password.

When typing:

brconnect -user SYS/***** -f chpass -o SAPPS2DB -p *****

the following message occures:

BR0301E SQL error -28009 at location db_connect-2, SQL statement:

'CONNECT SYS/*********'

ORA-28009: connection as SYS should be as SYSDBA or SYSOPER

BR0310E Connect to database instance PS2 failed

(i hiding my password with **** - i'm not tryining **** as command )

Thanks for your Help!

former_member191911
Contributor
0 Kudos

And if you try: brconnect -u / -c -f chpass

Kr. Mark

Former Member
0 Kudos

Hi,

ORA-28009: connection as SYS should be as SYSDBA or SYSOPER Error

Cause:           connect SYS/<password> is no longer a valid syntax

Instead of using SYS use system  and check. I have given the same in the previous message. Please check once.

Make sure the DB is up and running.

Thanks and Regards,

Vimal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

What u need to do is just Copy the iaik_jce.jar file for encryption into the <jdk installation directory>\jre\lib\ext directory.  ( Error regarding cryptographic tool kit)

To Download the cryptographic tool kit (.sda file) from service market place

http://service.sap.com/swdc --> SAP Crypto graphic software --> SAP JAVA Crypro tool kit ( J2EE engine as of release as of 6.30).

Rename it to zip file and get the iaik_jce.jar and place the file as described above.

Award points if helpful. This solved the problem for us.

Although the fix seem to be not relevant , it should solve the problem. Let me know if it doesn't.

Thanks,

Gagan Garg

Former Member
0 Kudos

Reinstalled the Database-Instance - Problem solved!

Thank you all for helping!