cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Deploy Java Support Packs :(

Former Member
0 Kudos

I have an XI System Running on DB2 UDB (NW2004S), and it has ABAP and Java, and the Kernal patch was 83, so I upgraded to 102, and then ABAP Support packs were completed, but when i was trying to Deploy Java Support packs it gave me an error that its unable 2 restart the Cluster in Safe mode, so when i again tried loggin on to JSPM, SDM was stopped, and it asked me to restart and login to JSPM, and im trying to start SDM, and its trying for more than 300 Seconds and erroring out , so I tried launching the Config tool, and its unable 2 connect to DB , and it says Password Expired, how do i go about Fixing this Issue????? But i remember when i was trying to bring up SAP, Schema password SAPSID was expired and application was unable 2 talk to Database, so i reset the password and updated it /sapmnt/SID/exe/global/dscdb6.confg file,Do we have any place where we need to update in JAVA as well.. im not aware of it ..

Regards,

Ershad Ahmed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Very much for every one who has replied, the problem is resolved the db2sid password was expired.

Regards,

Ershad Ahmed

Frank-Martin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ahmed,

Ralph is right. The defalt connect user for the Java stack is sap<sid>db.

Please check if the password of this user is expired on OS level. If you change the password of sap<sid>db on OS level you have to keep it in sync with the password store in the secure store ( start configtool -> secure store ).

Regards

Frank

Former Member
0 Kudos

Hi Ahmed,

yes, usually there is also a Java schema which is different to the ABAP schema. The default name is sap<sid>db (all lower case - but it should not be case sensitive). You may find out the schema when you query for number of tables per schema beginning with sap: SELECT tabschema, count(*) FROM syscat.tables WHERE tabschema LIKE 'SAP%'

Regards

Ralph Ganszky