ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Overlay is not gettig printed?

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

  • Overlay is not gettig printed?

    Hi


    I have uploaded a new Overlay document using AFP printer and then copied it from PC 2 as400 via FTP using command prompt of windows 2 my DEV server from here i created a savfile and FTP the same overlay (ZZZ.OVL) object to my test server and know i am trying to test the new overlay but the print i recive doesn't contain the new overlay.

    Am i missing any thing here as i get improper output.

    is there some thing need to be done in as400 after replacing an overlay any chnges to spoolfile or OUTPUTQUEUE need to be done.

    This is the first time i am working on overlay Please help me on this .

  • #2
    Re: Overlay is not gettig printed?

    Change your PRTF (CHGPRTF) with the keyword DEVTYPE(*AFPS).
    Patrick

    Comment


    • #3
      Re: Overlay is not gettig printed?

      We work with overlays all the time. First of all I don't believe you can copy it. Once you have your overlay created in you need to save it as a .PRN file on your IFS.

      Then create use the following commands:

      To bring it from the IFS to the iSeries:

      CPYFRMPCO FROMFLR(name of folder) TOFILE(libname/OVERLAYS) FROMDOC(name of .PRN file) TOMBR(name of overlay on iSeries) TRNTBL(*NONE) TRNFMT(*NOTEXT)

      Next create the overlay on the iSeries:

      CRTOVL OVL(libname/overlay name) FILE(libname/overlays)

      Now you have the overlay created on your iSeries.


      Keep in mind your printers need to be capable of printing advanced functions or AFPDS.

      Comment


      • #4
        Re: Overlay is not gettig printed?

        I am fairly sure you can FTP an overlay from a save file as Binary FTP.
        Philippe

        Comment

        Working...
        X