CA 2E - Error YEXPACPR1I
search cancel

CA 2E - Error YEXPACPR1I

book

Article ID: 230721

calendar_today

Updated On:

Products

CA 2E

Issue/Introduction

YEXPACPR1I Issue encountered when zooming into PHY access path

a) Create a new file "TBD File to delete"

b) Z(oom) into EDIT FILE DETAILS

c) Z(oom) into PHY access path. The process ends with the error message "Run-unit ended at 1791 in YEXPACPR1I."

 

Environment

Release : 8.7

Component : CA 2E

Cause

  • Identified hanging surrogates in the Model files, which is causing the “Run-unit ended at 1791 in YEXPACPR1I” when creating a new file with the name 'TBD File to be deleted.
  • Please take the backup of the Model as Mandatory before executing the below SQL statements.

Resolution

Please run the following SQL statements.

 

SCENARIO-1:-

  • Run the following SQL statements (Just to verify the records).

 

  1. SELECT * FROM SCYV0CUR/YFILDTARFP WHERE  @@FIL = 143373    

 

  • Run the following SQL statement (This SQL will delete the record).
  1. DELETE FROM SCYV0CUR/YFILDTARFP WHERE @@FIL = 143373                                        

 

SCENARIO-2:-                                                       

  • Run the following SQL statements (Just to verify the records).

         SELECT * FROM SCYV0CUR/YACPDTARFP WHERE @@FIL = 143373

 

 

  1. DELETE FROM SCYV0CUR/YACPDTARFP WHERE @@FIL = 143373 (This SQL will delete above 3 records).

 

SCENARIO-3:- 

  • Run the following SQL statements (Just to verify the records).

 

                             SELECT * FROM SCYV0CUR/YMDLOBJRFP WHERE @@OBJ = 143373    OR

                                                                                                 @@OBJ = 1165536   OR

                                                                                                 @@OBJ = 1165537   OR

                                                                                                  @@OBJ = 1165538   

 

  • Below SQL will delete the above 4 records.

                                                DELETE   FROM SCYV0CUR/YMDLOBJRFP   

                                                                             WHERE @@OBJ = 143373    OR 

                                                                                           @@OBJ = 1165536   OR 

                                                                                           @@OBJ = 1165537   OR 

                                                                                           @@OBJ = 1165538

 

 

 

  • After executing the above SQL statements, please try to create a new file 'TBD File to be deleted.