"Send for review" user error

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default "Send for review" user error

    Contribute 3 Windows

    A user was supposed to send an edited page for review via e-mail.
    Instead, they sent it to their whole Contribute group. Unfortunately,
    they are the only one in that group who still has Contribute.

    Now she can't edit the page because the page is supposedly under review.

    How do I as administrator get the page out of review and allow her to
    send it for review the proper way?

    Charles "Chas" Belov
    user@domain.invalid Guest

  2. Similar Questions and Discussions

    1. "Send for Review" Changes Relative Links
      Hi, When a user sends a file for review and the said document is then review and published all the relative links have been changed to absolute...
    2. How do I get Acrobat to use Entourage AddressBook when "Send for Review"?
      When I click on the "Send for Review", and click on the "Address" button, Acrobat seems to use the Apple Address Book. Since I do not use Address...
    3. Includes Breaking in "Send for Review"
      What are the alternatives that you are considering? Contribute seems to be a decent content management solution with low barriers to entry --...
    4. "Object already exists" error when trying to send email
      My email application was working a couple of weeks ago, then all of a sudden I get Error Type: (0x8009000F) Object already exists. I checked...
    5. #25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
      From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug...
  3. #2

    Default Re: "Send for review" user error

    This might help you out its taken from this DevNet article
    [url]http://www.adobe.com/devnet/contribute/articles/rd_app_collab.html[/url]

    Understanding the Approval Workflow in Contribute

    Contribute 3 uses the following folders to manage the approvals workflow:

    * _mm/Ct2004/messaging/users contains a folder for each Contribute user
    for whom the administrator has enabled approval permission. Each user's folder
    is populated with a series of XML files that identify which drafts the user has
    within the system.
    * WIPMetaData contains a series of files that maintain the draft history
    and the current location of the draft within the approval system (WIP stands
    for work in progress).
    * _notes stores draft information such as the draft status, submitter's
    name and e-mail address, and the date the file was last published, if relevant.
    * MMWIP: For each file in the approval system, Contribute generates a
    random folder name (such as 05bc0cac08b41e55) and a random filename (such as
    92874f9967a24cdd.htm), which represent the draft document as it passes through
    the approval system.

    When a reviewer views a documet, Contribute creates a LCK (lock) file for the
    page within the website folder structure and a CHK file in the WIPMetaData
    folder. These files indicate that the file is in use by the recipient and
    tracks changes made to the file.

    Once the draft is finally published on the website, the random folder and file
    used to track it is removed from the MMWIP root folder.

    stockholmsyndrome Guest

  4. #3

    Default Re: "Send for review" user error

    stockholmsyndrome wrote:
    > This might help you out its taken from this DevNet article
    > [url]http://www.adobe.com/devnet/contribute/articles/rd_app_collab.html[/url]
    >
    > Understanding the Approval Workflow in Contribute
    >
    > Contribute 3 uses the following folders to manage the approvals workflow:
    >
    > * _mm/Ct2004/messaging/users contains a folder for each Contribute user
    > for whom the administrator has enabled approval permission. Each user's folder
    > is populated with a series of XML files that identify which drafts the user has
    > within the system.
    > * WIPMetaData contains a series of files that maintain the draft history
    > and the current location of the draft within the approval system (WIP stands
    > for work in progress).
    > * _notes stores draft information such as the draft status, submitter's
    > name and e-mail address, and the date the file was last published, if relevant.
    > * MMWIP: For each file in the approval system, Contribute generates a
    > random folder name (such as 05bc0cac08b41e55) and a random filename (such as
    > 92874f9967a24cdd.htm), which represent the draft document as it passes through
    > the approval system.
    >
    > When a reviewer views a documet, Contribute creates a LCK (lock) file for the
    > page within the website folder structure and a CHK file in the WIPMetaData
    > folder. These files indicate that the file is in use by the recipient and
    > tracks changes made to the file.
    >
    > Once the draft is finally published on the website, the random folder and file
    > used to track it is removed from the MMWIP root folder.
    >
    Thanks,
    That was helpful.
    I was able to come up with a fix from that info.
    Charles "Chas" Belov
    user@domain.invalid Guest

  5. #4

    Default Re: "Send for review" user error

    [email]user@domain.inva[/email]lid wrote:
    > stockholmsyndrome wrote:
    > Thanks,
    > That was helpful.
    > I was able to come up with a fix from that info.
    Just in case anyone else runs up against this.

    I removed the LCK file, removed the various temp files, then edited and
    published the page as a different user. That cleared things up,
    although they lost their (fortunately small) amount of work.

    If they needed to save the work, I would get it from their local files.

    Charles "Chas" Belov
    user@domain.invalid Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139