zoukankan      html  css  js  c++  java
  • 工作流不发送邮件给审批人Approval Workflow does not send Email to approvers

    Thanks to Bryant Duke for this one:
    http://forums.microsoft.com/technet/showpost.aspx?postid=1964290&siteid=17&sb=0&d=1&at=7&ft=11&tf=0&pageid=1

    I finally found the underlying problem with email being sent with the Workflow. After much research and digging, I found several different articles which addressed the issue. Each one of them presented a portion of the solution, but none of them clearly explained it to me. I will try to explain what I mean.

    First of all, I didn't know of a MAJOR limitation to the task list of a site collection. Apparently, you can only have ONE task list in a site collection with advanced option of "Send email when ownership is assigned". This option can be found under List Settings, Advanced Settings. After testing on two separate installations, I can conclude that if you turn this option on for both Task Lists, only one of them can actually send email on immediate notification. They will send email for late tasks, deleted tasks and even changed tasks, but the behavior was intermittent.

    While creating, deleting and changing the options of two or more task lists, I watched the property and values which changed in the background. You can do this by downloading and installing "Sharepoint Manager 2007" from code-plex. http://www.codeplex.com/spm After you download and install this tool (which is a great tool), you can use the tree structure to explore your way down your portal farm configuration. First open the main + at the farm level, then

    -{name_of_farm}

    -Content Service

    -Web Applications

    -[name_of_web_app}

    -Site Collection

    -http://{url_name}

    -{name_of_portal}

    -Webs

    -Alert Collection

    This is assuming you are using a fairly default portal installation, and you are using the default Task List in the Document Center. If not, explore to the appropriate Webs section you are working in.

    Under the "Alert Collection" of the appropriate Webs section, you should see a "System" object which will show you the properties of the "Immediate" alert template. If the object is not present, no immediate alerts will be sent. Also notice, that if you set two separate Task Lists with the option "Send email when ownership is assigned", that there will still only be ONE system object. In the properties of the object, you can see which list it is bound to under the "List" property.

    If the task list is not sending immediate emails, then go to the list and change the option "Send email when ownership is assigned" to NO, close the list and wait a few minutes (usually about 5 minutes). The timer service should delete the "system" object.

    Once the object is gone (you can check Sharepoint Manager 2007 using the "Refresh" option), then go back to the task list and re-enable the option. After about 5 minutes, the "System" object should return for that list.

    I hope all of this make sense, and can help people solve the "Missing Emails" mystery.

    Bryant

     
    hotfix 946517应该解决这个问题
  • 相关阅读:
    BAT脚本打印空行的使用方法
    Shell脚本关于屏幕输出的字符进行颜色控制的问题
    shell脚本中切换用户执行相应的命令或者shell脚本的方法
    Linux下执行的java命令重定向到文件中的方法
    解决Firefox浏览器每次打开都弹出导入向导的问题
    解决Ruby在IE11中报Unable to get browser (Selenium::WebDriver::Error::NoSuchWindowError)的错误
    6月28日 Django form组件 和 modelform组件
    6月27日 ajax
    6月25日 Django 分页 cookie、session
    6月26日 Django 中间件
  • 原文地址:https://www.cnblogs.com/ceci/p/1390801.html
Copyright © 2011-2022 走看看