on 2008 Mar 22 3:30 AM
hi,
i am getting the below error in R/3 Upgrade:
UPGRADE/SHDINST: START OF PHASE SCEXEC_ALIAS
ERROR: 8831 error messages found in C:\usr\sap\put\log\SQLEXEAL.LOG.
Analyze the log (refer to the upgrade
guide and the notes) and remove the problem(s)
that caused the error(s). After that,
repeat this phase until it is error free.
SQLEXEAL.LOG:
-
ERROR IN SCEXEC_ALIAS, log file PTALDC02.LOG: TPERR- ORA-01031: insufficient privileges
ERROR IN SCEXEC_ALIAS, log file PTALDC02.LOG: TPERR- ORA-01031: insufficient privileges
ERROR IN SCEXEC_ALIAS, log file PTALDC02.LOG: TPERR- ORA-01031: insufficient privileges
Request clarification before answering.
Hi. Read the note 906205 --> As Note you need -->
"
If not already done as as part of the Oracle migration, grant SAPCONN role to the SAP shadow user with the following SQL commands:
Sqlplus /nolog
SQL> Connect / as sysdba
SQL> grant SAPCONN to SAPR3SHD; (if the Shadow user is SAPR3SHD)
SQL> grant SAPCONN to SAP<SID>SHD; (if the Shadow user is SAP<SID>SHD)
SQL> exit
If you do not grant this role to the SAP shadow user, the upgrade fails in phase SCEXEC_ALIAS with the following message:
ORA-01031: insufficient privileges"
Regards. Award if helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
33 | |
8 | |
8 | |
7 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.