cancel
Showing results for 
Search instead for 
Did you mean: 

EHP6 Upgrad: RSVBCHK "update records still exist" with empty queues

0 Kudos

Hi Community,

perhaps you can help me with my problem.

I'm stuck in the downtime phase of our QA System when upgrading from ECC6.0 to 6.06.

Phase: MAIN_SWITCH/SUBMOD_SWITCH_OLDREL/JOB_RSVBCHCK_D

RSVBCHCK.Q01:

4 EPU201XBEGIN OF SECTION BEING ANALYZED LASTOFFSET              215 NOW BEGIN OF JOB_RSVBCHCK_D ===========

1 ETH010XRSVBCHCK: Check of open update requests

2EETG050 Update records still exist - Please process

4 EPU202XEND OF SECTION BEING ANALYZED END OF JOB_RSVBCHCK_D ===============================================

PSVBCHCK.ELG:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CHECK OF UPDATE TASK ERRORS and RETURN CODE in RSVBCHCK.Q01

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 ETH010XRSVBCHCK: Check of open update requests

2EETG050 Update records still exist - Please process

PSVBCHCK.LOG shows nothing important.

I followed the notes:

1873772  - Last error code set: Single errors (code <= 😎 found in logfile 'PSVBCHCK.ELG'

Note 328181 - Changes to extraction structures in Customizing Cockpit

Note 1083709 - Error when you import Support Packages

in Preprocessing Phase.

Report RMCEXCHK shows no errors:

SM12, SM13, LBWE, LBWQ, SMQ1 are empty!

I already had the error "Update records still exist - Please process" in the preprocessing phase - but i ignored, because every queue has been cleared.

Any ideas? I'm completely clueless.

best regards,

Peter

Accepted Solutions (1)

Accepted Solutions (1)

former_member189797
Active Contributor
0 Kudos

Hello,

Please check KBA 1764085.

Regards,

Gaurav

0 Kudos

Thank you for your incredible fast answer!

For everyone else having this error:

  • The report RSM13002 mentioned in KBA1764085 with every option checked didn't help - showed 0 errors, but the linked note had the correct instructions
  • Note 67014 - Reorganizing update requests pointed to the 2 tables VBHDR and VBERROR which had entries!

As I'm on iSeries I had to open QSH and use these commands:

  • db2 "select * from R3<SID>DATA.VBHDR"
  • db2 "select * from R3<SID>DATA.VBERROR“

--> just to be sure, Im clearing the right tables

  • db2 "delete from R3<SID>DATA.VBHDR"
  • db2 "delete from R3<SID>DATA.VBERROR"

best regards,

Peter

Answers (0)