cancel
Showing results for 
Search instead for 
Did you mean: 

Error during system rename using swpm in db2

Former Member
0 Kudos

Hi Guys

         I am doing System Rename(SID) from TST to PRD.

Server Details:

ecc 6.0 SR3 on DB2 9.1 fix pack12

In the process i am getting folloeing errors.

INFO 2015-04-03 12:08:26.402

Creating file /tmp/sapinst_instdir/NW70/SBC/CENTRAL/db2.log.

INFO 2015-04-03 12:08:26.450

Output of db2 CONNECT TO PRD is written to the logfile db2.log.

WARNING 2015-04-03 12:08:27.903

Execution of the command "db2 CONNECT TO PRD" finished with return code 4. Output:

SQL30082N  Security processing failed with reason "24" ("USERNAME AND/OR

PASSWORD INVALID").  SQLSTATE=08001

ERROR 2015-04-03 12:08:28.210

FJS-00003  ReferenceError: nwu is not defined (in script offlineadjustment_dialogs|ind|ind|ind|ind, line 125489: ???)

ERROR 2015-04-03 12:08:28.519

FCO-00011  The step checkConnectForOldSECAdm with step key |offlineadjustment_dialogs|ind|ind|ind|ind|0|0|offlineadjustment_db_post|ind|ind|ind|ind|db_post|0|db6_rename_db_post_dia|ind|ind|ind|ind|db6|0|checkConnectForOldSECAdm was executed with status ERROR ( Last error reported by the step: ReferenceError: nwu is not defined (in script offlineadjustment_dialogs|ind|ind|ind|ind, line 125489: ???)).

INFO 2015-04-03 12:08:28.759

Creating file /tmp/sapinst_instdir/NW70/SBC/CENTRAL/__instana_tmp.xml.

Thanks& Regards

MANIKANTA

Accepted Solutions (0)

Answers (3)

Answers (3)

david_godson
Explorer
0 Kudos

Hi Manikanta,

Independent of SWPM can you check if you can connect directly to the database with the known password:

-> db2 connect to <sid> user <sid>adm using <password>                     

-> db2 connect to <sid> user db2<sid> using <password>                     

-> db2 connect to <sid> user sap<sid> using <password>                     

                                                                           

Thanks,

David

AtulKumarJain
Active Contributor
0 Kudos

Hi Kota,

Please check below thread

582875 - DB6: SAP cannot log onto the database

BR

AKJ

former_member182657
Active Contributor
0 Kudos

Hi,


SQL30082N  Security processing failed with reason "24" ("USERNAME AND/OR

PASSWORD INVALID").  SQLSTATE=08001

Have you checked SAP KBA 1420574 - Error: Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID") -...

Hope this will help you.

Regards,

Former Member
0 Kudos

Hi Gaurav Rana

         Thanks for giving quick reply.

      According to that note resolution gave was "Remove the encryption software".

How we have to do this. Can u please explain the process

Thanks& Regards

MANIKANTA

former_member182657
Active Contributor
0 Kudos

Hi,

Are you using any encryption software on the machine as also suggested by SAP KBA ? If yes then try to disable it & check again.

Thanks,