I'm attempting to bring up another Datacom engine on our test LPAR and I'm getting this error:
DB13001E - UNEXPECTED RETURN CODE 94 (200) CXX NAME MISMATCH SU/MU
I have a unique name for this CXX so I'm not sure what the issue is.
This indicates that one execution of DBUTLTY is incorrectly connected. A single execution may only execute against a single Directory (CXX). In the two modes of operation, Single User and Multi-User Facility, the first connection establishes the CXX name being used. If a function utilizes the other mode and finds a different name, the error is recognized.
Double check the DBSIDPR parameter used in the CUSLIB.
a DBUTLTY REPORT MEMORY=MVS
and / or
DBUTLTY SET OPTIONS=DUMPPGM=DBSIDPR
should help finding the problem.
Look at TARGET_MUF_LIST and CXXNAME. Possibly it is not pointing to the correct MUF.
Another possible error could be that the parameters used in DBSIDPR are not specific enough or the CUSLIB is not appropriate.