Hello,
I changed the password of SID_maint in primary and standby systems.
The issue with SID_maint seems to be resolved.
But, the issue is when sapsso user in the primary system is trying to enable encryption in the target system.
INFO 2014-01-08 15:59:10.131
Output of isql64 -e -w999 -Usapsso -Sprimary:4901 -X is written to the logfile isql64.log.
INFO 2014-01-08 15:59:10.506
Execution of the command "isql64 -e -w999 -Usapsso -Sprimary:4901 -X" finished with return code 0. Output:
Password:
1> use master
1> EXEC sp_configure 'net password encryption reqd', 1
Parameter Name Default Memory Used Config Value Run Value Unit Type
------------------------------ ----------- ----------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------- --------------------
net password encryption reqd 0 0 1 1 switch dynamic
(1 row affected)
Resulting configuration value and memory use have not changed from previous values: new configuration value 1, previous value 1.
(return status = 0)
INFO 2014-01-08 15:59:11.467
Creating file /tmp/sapinst_instdir/GENERIC/SYB/REPENV/SETUP/isql64.log.
INFO 2014-01-08 15:59:11.512
Output of isql64 -e -w999 -Usapsso -Sstandby:4901 -X is written to the logfile isql64.log.
INFO 2014-01-08 15:59:11.735
Execution of the command "isql64 -e -w999 -Usapsso -Sstandby:4901 -X" finished with return code 0. Output:
Password:
1> use master
1> EXEC sp_configure 'net password encryption reqd', 1
Msg 10330, Level 14, State 1:
Server 'SID', Procedure 'sp_configure':
EXECUTE permission denied on object sp_configure, database master, owner dbo
(return status = -4)
ERROR 2014-01-08 15:59:11.737
CJS-00030 Assertion failed: Execution of SQL script reports an unexpected error. Refer to trace file sapinst_dev.log for further information.
ERROR 2014-01-08 15:59:11.738
MUT-03025 Caught ESAPinstException in module call: .
ERROR 2014-01-08 15:59:12.141
FCO-00011 The step syb_step_force_password_encryption with step key |SYB_REP_ENV|ind|ind|ind|ind|0|0|c_syb_rep_config|ind|ind|ind|ind|id_c_syb_rep_config|0|syb_step_force_password_encryption was executed with status ERROR ( Last error reported by the step: Assertion failed: Execution of SQL script reports an unexpected error. Refer to trace file sapinst_dev.log for further information.).
What should I do now to resolve this issue?
Thanks & Regards,
Dino