Details of different phases of a spam-saint update and the logs that needs to be checked while impor

来源:互联网 发布:ubuntu安装git失败 编辑:程序博客网 时间:2024/06/05 17:59

Details of different phases of a spam-saint update and the logs that needs to be checked while importing a package


Go to start of metadata

When ever you are importing a package through SPAM/SAINT , make sure that first you  update the  SAPM/SAINT to the latest version. Once the SPAM/SAINT update is done then you can proceed with the importing of packages. There are different phases while you do a package import .The SAP Patch Manager tells you of the status of the step currently being executed in the status bar. If you want to know which steps are executed for which scenario, run the program RSSPAM10 and check. 

The below  list explains the steps executed by SPAM in the order in which they are performed and the logs that needs to be checked if you get stucked in a particular phase. Log files will be under /usr/sap/trans/log . Log files are not created for all the phases . 

  1. PROLOGUE :- This is the first phase of the import ,In this phase, the system checks for authorizations to import Support Packages.
  2. CHECK_REQUIREMENTS :-  During this phase various requirements are checked for importing a Support Package. Several consistency checks happens , which shall ensure a successful import.
  3. DISASSEMBLE :-  During this phase , the files from the corresponding EPS parcels are  unpacked, and stored in the directory i.e the PAT file is disassembled into CO file and DATA file. If any issue happenes in this phase you need to check the file SAPL* .
  4. ADD_TO_BUFFER :- During this phase , the queue is put into the transport buffer of your system.
  5. MODIFY_BUFFER :-  Appends the OCS requests to the tp buffer and switches off the tp steps which shall not be executed (ABAP generation, creation of versions).
  6. TEST_IMPORT :-  During this phase , the system checks if there are still objects in tasks that have not yet been released and are overwritten when the Support Package is imported. This step will actually do a test import and check if the import is possible or not. If you face any issues in this phase you need to check the log file SAPP* .
  7. IMPORT_OBJECT_LIST :- During this phase , the object lists for the Support Packages in the queue are imported into the system.
  8. OBJECTS_LOCKED_? :-  During this phase , the system checks if there are still objects in tasks that have not yet been released and are overwritten when the Support Package is imported. It Checks, whether the to be imported objects are locked in table TLOCK.
  9. SCHEDULE_RDDIMPDP :-  During this phase, the transport daemon (program RDDIMPDP) is scheduled. tp communicates with the transport dispatcher RDDIMPDP, which in turn calls other ABAP programs to perform different steps of the import process . The ABAP programs  executed during imports are referred to as the RDD* programs.
  10. CREATE_VERS_BEFORE :-  Creates versions of all objects contained in the OCS Packages
  11. ADDON_CONFLICTS_?:-  During this phase, the system checks if there are conflicts between objects in the queue and installed add-ons. Checks for conflicts between installed Add-Ons and Support Packages or Add-Ons which are going to be installed. Table AVERS contains the object list  of the Add-On components in fields FULLTASK and DELTATASK.
  12. SPDD_SPAU_CHECK :-  During this phase , the system checks if a modification adjustment is necessary . check it with transactions SPDD & SPAU.
  13. DDIC_IMPORT :-  During this phase, all the ABAP Dictionary objects of the queue are imported. If you face any issue during this phase you need to check the log file SAPH*.
  14. AUTO_MOD_SPDD :-  During this phase , the system checks if modifications to the ABAP Dictionary objects can be adjusted automatically.
  15. RUN_SPDD_? :-  During this phase, you are asked to adjust your modifications to the ABAP Dictionary objects by calling Transaction SPDD.
  16. IMPORT_PROPER :-  During this phase , all the Repository objects and table entries are imported. There are four sub phases during this phase :-
         > Distribution :-- if any issue happen in this phase then you need to check the log file DS*
         > Conversion :--  if any issue happen in this phase then you need to check the log file N**
         >Move Name tabs :-- if any issue happen in this phase then you need to check the log file P**
         >Main Import :- if any issue happen in this phase then you need to check the log file SAPI*
  17. AUTO_MOD_SPAU:-  During this phase, the system checks if modifications can be adjusted automatically.
  18. RUN_SPAU_? :- During this phase , you are asked to adjust your modifications to the Repository objects by calling Transaction SPAU.
  19. DDIC_ACTIVATION :- During this phase activation od DDIC objects happens.  tp starts a batch job in the system (RDDMASGL), transfer of needed informations happens via table TRBAT.
  20. XPRA_EXECUTION :-  XPRAs and After Import Methods  are executed .
  21. EPILOGUE :- During this phase , the import of the Support Package is ended. The system checks if the queue has been completely processed.

http://wiki.scn.sap.com/wiki/display/ERP6/Details+of+different+phases+of+a+spam-saint+update+and+the+logs+that+needs+to+be+checked+while+importing+a+package
0 0
原创粉丝点击