Find in this Blog

Sunday, February 24, 2019

Vmware CIP proxy fails to start

Vmware CIP proxy fails to start

Solution:
Add the entry on   c:\windows\system32\drivers\etc\hosts

# 127.0.0.1       localhost
# ::1             localhost
127.0.0.1    vmware-plugin
::1          vmware-plugin

Thursday, February 7, 2019

Oracle User permission manual mode: grant select, insert, update, delete on sapsr3shd.DDPRS to SAPSR3;

SQL> grant select, insert, update, delete on sapsr3shd.DDPRS to SAPSR3;
Grant succeeded.
SQL> COMMIT;
Commit complete.
SQL> grant select, insert, update, delete on sapsr3.DDPRS to SAPSR3;
Grant succeeded.
SQL> grant select, insert, update, delete on sapsr3.DDPRS to SAPSR3SHD;
Grant succeeded.
SQL> COMMIT;
Commit complete.

SQL>

Thanks
Yoonus

Saturday, February 2, 2019

Upgrade still running: Logon not possible

Symptom

SYMPTOM 1:
During an upgrade of a system based on SAP NetWeaver, when one is trying to logon the shadow instance, following message shows at the bottom of the logon screen.
Upgrade still running: Logon not possible
SYMPTOM 2:
During upgrade, when modifying objects in the shadow instance using user DDIC, following error occurs.
User DDIC may not make changes in customer systems
Message no. TK691
Diagnosis
User DDIC cannot change Repository or Customizing objects in a customer system.
System Response
The function terminates and the system branches to the object display.
Procedure
Make the changes as a user with the required authorization.

Environment

ABAP system
Release independent

Reproducing the Issue

Logon the shadow instance during upgrade, SYMPTOM 1 might occurs.
During Upgrade, try to change objects in shadow instance by using user DDIC, SYMPTOM 2 might occurs.

Cause

SYMPTOM 1:
Only user DDIC in client 000 can be used to logon shadow instance in case of emergency.
SYMPTOM 2:
User DDIC is a system user. It cannot be used to change objects in customer system.

Resolution

*IMPORTANT*
Do make sure that logon and do changes in the shadow instance is recommended by SAP or at least make sure what you manually do will not harm the system update process. The shadow instance is locked because it is during downtime. During the system update, You  cannot change objects when system is in downtime without SAP's recommendation (e.g. recommendations in the SAP notes, recommendations from SAP consultants, engineers) or it may cause severe errors.
SYMPTOM 1:
Logon client 000 by using user DDIC.
SYMPTOM 2:
Since during upgrade, only user DDIC can logon to client 000 of shadow instance, one need to unlock the system and use other users to do changes on the objects in the shadow instance.
Please follow the steps below in order to modify the objects:

1. Unlock the shadow system by using the command below:
   (from) <DIR_PUT>\abap\bin\SAPup unlockshd <SID>

2. Logon with another user and modify the objects. If you have no user can be use in client 000, go to transaction SU01 and copy DDIC to create a new user.

3. Lock the shadow instance again by using the command below:
   (from) <DIR_PUT>\abap\bin\SAPup lockshd <SID>

See Also

For original instance logon please read the  SAP KBA 2244827 .

Keywords

TK 691, spdd, spau, se11, se14, snote, shadow system, original system, Upgrade still running, Logon not possible

4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""V_WSOBJECT"


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PUTTB_SHD destination filling ERRORS and RETURN CODE in RSPTBSHDIN.GEP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""M_SYAWA"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""RCPV_PP_CLS_RCP"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""RMPSV_CASERULNAM"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""ROVERFIEHV"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""SRMRGRULENAME"
2EETG011 "[VIEW_DESTINFO] Error retrieving nametab""SRTM_DFLAT_DB"
2EETG011 "[VIEW_DESTINFO] Error retrieving nametab""SRTM_VDATA0"


4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""V_TSTEXT"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""V_WRF_PPW_LAYDEF"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""V_WSOBJECT"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""V_WSTEXT"
4 ETG011 "[VIEW_DESTINFO] Inactive Nametab written for view""W3TEMPLATE"
2EETG011 "[VIEW_DESTINFO] Error retrieving nametab""WCV2N2"
2EETG011 "[VIEW_DESTINFO] Error retrieving nametab""WCV2W2"

Solution":

Repeat the phase again, it will go.

Thanks
Yoonus