Hi , We have an OAC classic report in FDI which uses a DV dataset (Created using DV connection to ADW Schema table) . This dataset was created by USER1If you read the session log , each column from the table is reference in the format .
XSA('USER1'.'DW_X_AR_ALTYX_CASHREPORT_V')."DW_X_ALTYX_CASHREPORT_V"."ACCOUNT_NO_TEXT"
Now for PROD migration , we need to depend on USER2 , since USER1 does not have access. USER2 has completed migration and now the report fails . Editing the report also not possible , it throws the error (Panel Div 'idReport' not found in document).The linked dataset already exists in PROD , but it was migrated earlier by USER3 who no longer existsWhat is the recommended approach to overcome this failure ?
How do i repoint the dataset in this report, considering that Edit report itself is failing ?