ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Running VRYCFG in CLLE program.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Running VRYCFG in CLLE program.

    We started running the this code nightly to clean up the auto created devices that 5250 session uses.

    VRYCFG CFGOBJ(QPA*) CFGTYPE(*DEV) STATUS(*OFF)
    MONMSG MSGID(CPF0000)
    DLTDEVD DEVD(QPA*)
    MONMSG MSGID(CPF0000)

    Now when the system creates a device for a new session the user is getting errors that the device QPADEV0034 Message Queue in *LIBL not found.
    The user then cannot submit any jobs. Any advice is appreciated.


  • #2
    I don't think the VRYCFG is related to the problem? Normally when the system creates a new display device, it automatically also creates corresponding a message queue. You need to troubleshoot the process that's creating these devices and see why it is not creating them.

    Possibly it is an authority error. If the message queue already exists, it may not re-create it, but the user might not have authority to use it? Or perhaps the creation processes lacks authority to create it? These are just guesses, to know for sure, you'll need to troubleshoot the creation process.

    Comment

    Working...
    X