BBMXCL24E Allocate failed in ServicePointManager for DebugSvc
I have re installed BMC AMI OPS to include MQ support and then I receive these messages in CAS and PAS: BBMXCL24E Allocate failed in ServicePointManager for DebugSvc BBMXC016E The Allocate Function for DebugSvc returned - RC: 8 -Related:BBMZD101E RegistryAssociate failed for registry Associate --Related:BBMRTR56E Associate Failed
and same messages when I Log On for first time to BMCAMIOP clist. I do not find this problem in documentation. |
Below is part of the CAS joblog sent by the user: File: CAS.JOBLOG ****** ********************************* Top of Data ******************************** 000001 1//MVMCAS JOB MSGLEVEL=1 STC08800 000002 //STARTING EXEC MVMCAS 000003 1 J E S 2 J O B L O G -- S Y S T E M S A M 1 -- N O D E S A N J E 000004 0 000005 14.56.31 ---- FRIDAY, 27 DEC 2024 ---- . 000030 14.56.31 BBMBRJ07E Create Failed for CASPERM Registry 000031 14.56.31 -Related:Check if CASPERM Registry is allocated and 000032 14.56.31 -Related:enabled properly during the installation . 000044 14.56.31 BBMXCL24E Allocate failed in ServicePointManager for DebugSvc 000045 14.56.31 BBMXC016E The Allocate Function for DebugSvc returned - RC: 8 000046 14.56.31 -Related:BBMZD101E RegistryAssociate failed for registry Associate 000047 14.56.31 --Related:BBMRTR56E Associate Failed . 000059 14.56.37 BBMXCL24E Allocate failed in ServicePointManager for DebugSvc 000060 14.56.37 BBMXC016E The Allocate Function for DebugSvc returned - RC: 8 000061 14.56.37 -Related:BBMZD101E RegistryAssociate failed for registry Associate 000062 14.56.37 --Related:BBMRTR56E Associate Failed . 000069 14.57.24 BBMNL101E LOGGERAllocate method failed 000070 14.57.24 -Related:BBMXC016E The Allocate Function for MviLogger returned - RC: 8 000071 14.57.24 --Related:BBMNLG09E MVLOGGER( ) server is inactive. Please start it and retry.
After reviewing the CAS joblog, you can see that there are error messages before and after the error message reported by the Customer. The previous errors are the ones that directly generate the error reported by the Client, so it is required to correct these errors.
It looks like these errors are related to the CAS registry. They might go away after the CASPERM registry is created successfully.
You have in fact several errors, before the error messages you reported, you have the following: The message "BBMBRJ07E Create Failed for CASPERM Registry" is issued during CAS initialization, what does this mean?
This message means that the CASPERM registry was not created successfully.
The MainView CASPERM registry is a Runtime Component System (RTCS) product registry that stores MainView object definitions (such as dynamic threshold definitions). One CASPERM registry is required for each Coordinating Address space (CAS) in your MainView environment.
A CASPERM registry cannot be shared by multiple CASs. A CASPERM registry data set is normally allocated for the local CAS during installation, as part of the OZI Customization process. The CASPERM registry should have been allocated during the installation, the configuration job for allocating the CASPERM registry data set is $904ALC1. If you have missed this during MainView configuration, then there is a sample JCL for creating a CASPERM registry in BBSAMP library member BBMCASPR. You can also define the CASPERM registry dynamically. In Plex Manager, go into CASPERMS view and use the CHAnge command to create the dataset (it will be dynamically allocated from information you specify on the change panel). The current size recommendation is a minimum of 185 cylinders. Then use ENAble command to enable the new CASPERM dataset, and it will be ready for use and will be the default CASPERM in use going forward.
https://docs.bmc.com/docs/mcdv630/managing-the-casperm-registry-856648241.html
For this error message : BBMNL101E LOGGERAllocate method failed -Related:BBMXC016E The Allocate Function for MviLogger returned - RC: 8 --Related:BBMNLG09E MVLOGGER( ) server is inactive. Please start it and retry. If you are using MVLOGGER, you must initiate MVLOGGER before CAS.
After performing the recommended activities, all error messages were removed. |