MFBSIEMX, the Event Manager user exit for MFBSI is CTF-enabled. Its activity can be traced using the Micro Focus Consolidated Tracing Facility. Use the following procedure to enable tracing for MFBSIEMX:
# MFTRACE configuration file #mftrace.emitter.textfile#Format = $(TIME) $(THREAD) $(COMPONENT) $(EVENT) $(LEVEL) :$(DATA) #mftrace.emitter.textfile#location = C:\MicroFocus\ProjectName\ES_JCL\MFBSI\ES-MFBSI mftrace.dest = binfile mftrace.emitter.binfile#location = C:\MicroFocus\ProjectName\ES_JCL\MFBSI\ES-MFBSI mftrace.level = none mftrace.level.mfbsi = info mftrace.comp.mfbsi.emx#all = true
Replace C:\MicroFocus\ProjectName\ES_JCL\MFBSI\ES-MFBSI with your CTF trace files folder.
For example:
MFTRACE_CONFIG=C:\MicroFocus\ProjectName\ES_JCL\MFBSI\ES-MFBSI\ctf.cfg
Event | Description |
---|---|
0 | MFBSIEMX initialization started. |
1 | MFBSI_DIR setting not found. |
2 | File can not be created in the folder specified by MFBSI_DIR. Check the file status code. |
3 | MFBSIEMX initialization ended. |
9 | Enterprise server shutdown process started. |
10 | Job execution started. |
11 | Job execution ended. |
12 | Job concluded. |
19 | Batch SEP termination. |
20 | Unexpected file status during
MFBSIEMX execution.
Note: File status 0/005 in the associated data usually indicates a JCL error.
|