CA 2E Model Crash - Error 'Run-unit ended at 216 in YLODTBLR1T'
search cancel

CA 2E Model Crash - Error 'Run-unit ended at 216 in YLODTBLR1T'

book

Article ID: 445347

calendar_today

Updated On:

Products

CA 2E

Issue/Introduction

When attempting to open a CA 2E model after upgrading the model to 2E 8.7,4, the session crashes consistently. 

The following error is presented when attempting to open the model:

Run-unit ended at 216 in YLODTBLR1T

Environment

CA 2E 8.7.4

Upgraded from 8.7.x

Cause

The issue is typically caused by restricted user permissions or inconsistent internal model data area flags after a migration or upgrade:

1. The system value **QALWUSRDMN** (allows user domain objects in libraries) is restricted
2. The synchronization flag in the model data area **YSNCMDLRFA** prevents a successful login attempt

Resolution

Follow these steps to resolve the access issue:

1. Adjust System Permissions

Ensure the `QALWUSRDMN` system value is set to allow objects in all libraries.

Command: CHGSYSVAL SYSVAL(QALWUSRDMN) VALUE('*ALL')

2.  Reset Model Sync Flag

Update the data area `YSNCMDLRFA` within the model library to bypass forced synchronization checks.

Command: CHGDTAARA DTAARA(ModelLibrary/YSNCMDLRFA *ALL) VALUE('N')

3.  Perform Cleanup

Run the cleanup utility for object tables via the YDLTOBJTBL command

4. Synchronize Model

Execute the synchronization command to refresh the model state

Command: YSNCMDL

If after completing these steps, you still cannot login to the 2E model successfully, please contact Broadcom Support for further assistance.