Skip to main content
Question

Rowkey in quick_report_tab is empty

  • July 22, 2023
  • 0 replies
  • 62 views

pasana
Hero (Employee)
Forum|alt.badge.img+8
  • Hero (Employee)
  • 11 replies

Issue

 

After upgrade from IFS8 version to IFS Cloud table quick_report_tab has empty rowkey column. With this it is impossible to assign report to ACP package.

 

Resolution

 

Running the below query will solve the issue,

UPDATE QUICK_REPORT_TAB SET ROWKEY = sys_guid() WHERE ROWKEY IS NULL;

 

Permanant solution has been implented in 23R1.

0 replies

Be the first to reply!