ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

CPY from QDLS error

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

  • CPY from QDLS error

    I am trying to copy an .PDF docuement from a QDLS folder to another folder in the IFS root.

    I am using: CPY OBJ(&PATHIN) TOOBJ(&PATHOUT)

    Sometimes it works. Sometimes it returns object not found. The object has always been there before the copy command and it is there after the copy command and the variables are correct.

    I cannot figure out why it work's sometimes and doens't work other times.

    Any ideas?

    Jane22

  • #2
    Re: CPY from QDLS error

    Hi Jane:

    You will sometimes get that error if the object being copied is locked by another user. Display your joblog to determine if that is the case.

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

    Comment


    • #3
      Re: CPY from QDLS error

      Also, remember that QDLS is designed for legacy support for the obsolete OfficeVision. As such, it only supports legal DOS file names. A file name such as
      RPG_Manual.pdf is not a legal file name. You might be better off putting file in the IFS instead.

      Comment

      Working...
      X