Looking corresponding inbound key for FILESET.OBFILE

Clovertech Forums Cloverleaf Looking corresponding inbound key for FILESET.OBFILE

  • Creator
    Topic
  • #119676
    Virginia Everett
    Participant

      I am looking for how to pull the filename off a inbound ftp file.  I tried

      set ib_file_name [msgmetaget $mh FILESET.IBFILE]

      with no success.  Error indicated bad bad key “FILESET.IBFILE”.

    Viewing 1 reply thread
    • Author
      Replies
      • #119677
        David Barr
        Participant

          Can you call msgdump on the message from the same proc to see what’s in the metadata?

        • #119678
          Virginia Everett
          Participant

            I did and did see the values needed.

            set dvr_ctl_str [msgmetaget $mh DRIVERCTL]
            set ib_file_name [keylget dvr_ctl_str FILENAME]

            did the job to get the path and filename.

            Thanks,

        Viewing 1 reply thread
        • You must be logged in to reply to this topic.