Question:
You're trying to start a CA Bundl collector and receive a "BND7078E - No page data files available, collector is stopping" message followed by a U0600 abend. What caused this error and how do we get the collector to start again?
Answer:
Possible causes and the resolution to the error are as follows:
1. Verify that the DPMFPDF0 through DPMFPDF9 files exist via TSO. And, That they are available to the system that you are trying to start the collector on.
2. LSERV encountered some type of problem on these files. With all collectors shut down and no batch Bundl processes running, RECYCLE the LSERV started task.
Check the LSERV logs at startup to verify that all the DPMFPDF0-9 files were successfully added to LSERVs control. See an example of the messages to look for below. You should find a "LDM0503I successfully added" message for each of the ten Page Data Files (PDFs):
LDM0090I ADDFILE DPMFPDF0 YOUR.HLQ.R50.DPMFPDF0 POOL(2),
LDM0090I OPT(DEFER)
LDM0503I DPMFPDF0. successfully added
3. It's possible that one of the Bundl related batch processes failed and left the files locked opened. To unlock/reset them:
Run CC50J026 with PARM='D,C' to make the pagefiles available for use.
4. Restart the collector(s).