Salesforce

What do the codes reported by aimage scan verbose mean?

« Go Back

Information

 
TitleWhat do the codes reported by aimage scan verbose mean?
URL NameP51786
Article Number000141964
EnvironmentProduct: Progress OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
What do the transaction note codes reported by aimage scan verbose mean?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
The rfutil scan verbose output provides information on the transaction notes recorded in the binary AI file. For further information on how to obtain this output refer to Article  How to view the contents of the after image files?   

The codes recorded for each transaction-id indicate the type of ai note that has been written. 

AISCAN Naming Conventions

Trid can be used to track this transaction's activity and duration across ai files. The Transaction id is reused after a "RL_TEND"

  • RL_TEND = Logical and Physical transaction end  
  • RL_TBGN = Logical and Physical transaction begin

CX* and IX* are index operations

  • RL_IXDEL = Logical index entry deletion   
  • RL_CXREM = Remove index entry  
  • RL_CXREM = remove index entry  
  • RL_CXINS = Insert index entry  

RM* are data records, these can be used to determine the table.

  • RL_RMDEL = Delete a record (fragment)   
  • RL_RMCR = Create a record (fragment)   
  • RL_RMCHG = Change (update) a record (fragment) 

    BK* are block management

    • RL_BKREPL = Generic string replace   
    • RL_BKFRM = Master block changes for moving blocks from one chain to another   
    • RL_BKFRB = Database block changes for moving blocks from one chain to another (frrem)  
    • RL_BKFAM = Master block changes for adding to the free chain   
    • RL_BKFAB = Database block changes for adding to the free chain (fradd)
    Workaround
    Notes
    Keyword Phrase
    Last Modified Date11/20/2020 7:07 AM

    Powered by