ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Cannot compile - Error: Cannot find QSYSPRT

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

  • Cannot compile - Error: Cannot find QSYSPRT

    Hi guys, looking for some guidance, I have a customer who cannot compile RPg or screen objects, they keep getting the following error:

    RNS0303

    Unable to open Printer file QSYSPRT in library *libl.
    Output Qprint in QGPL not found
    compilaton failed.

    Ay ideas?

  • #2
    Re: Cannot compile - Error: Cannot find QSYSPRT

    With such less detail i aint sure if we can give any ideas. Please provide any of the File Spec on how QSYSPRT is defined and hten we should be able to give some ideas.!!
    Thanks N Regards

    Krishnakumar
    !

    Comment


    • #3
      Re: Cannot compile - Error: Cannot find QSYSPRT

      Originally posted by rtkriishna View Post
      With such less detail i aint sure if we can give any ideas. Please provide any of the File Spec on how QSYSPRT is defined and hten we should be able to give some ideas.!!

      This has nothing to do with the file spec, it does this on every compile, nothing is compiling on the system, always returns this error.

      Comment


      • #4
        Re: Cannot compile - Error: Cannot find QSYSPRT

        Let's start off with the simple stuff:
        DSPOBJD OBJ(QSYSPRT) OBJTYPE(*FILE) ................. Mine is in qsys
        DSPOBJD OBJ(qprint) OBJTYPE(*outq)..................mine is in qgpl.
        Do you have qgpl in your library list?

        Best of Luck
        GLS
        The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

        Comment


        • #5
          Re: Cannot compile - Error: Cannot find QSYSPRT

          Apparently QPRINT output queue and device description have been deleted from their system. To get around this, I just created a new output queue and set their profiles to default to it. Can I re-Create QPRINT and QSYSPT output queues and device descriptions?

          Comment

          Working...
          X