zoukankan      html  css  js  c++  java
  • Designer 设计的工作流不能自动启动

    如果是管理员创建不会自动自动,而其他用户正常,则适用此解决方案。

    workflow does not start automatically

    在SharePoint管理中心中给应用程序池更换服务帐号即可解决。但其中什么原因造成的却是不太明白。

    This behavior occurs because a security fix in Windows SharePoint Services 3.0 SP1 prevents declarative workflows from starting automatically under the system account. After you install Windows SharePoint Services 3.0 SP1, declarative workflows do not start automatically if the following conditions are true:

    • The Windows SharePoint Services Web application runs under a user's domain account.
    • The user logs in by using this domain account.
    • The site displays the user name as System Account.

    To resolve this behavior, set the application pool account to use a different user account. You may want to create a new user account specifically for this purpose.
    To set the application pool account to use a different user account, follow these steps:

    1. On the server that is running one of the products that is listed in the "Applies to" section, click Start, point to All Programs, point to Microsoft Office Server, and then click SharePoint 3.0 Central Administration.
    2. Click the Operations tab.
    3. Under Security Configuration, click Service Accounts.
    4. Click Web application pool, and then click Windows SharePoint Services Web Application in the Web service box.
    5. In the Application pool box, click the application pool that you want to change.
    6. Under Select an account for this component, click Configurable, and then type the user name and the password for the different user account.

    2014-05-22_134154

    http://support.microsoft.com/kb/947284/en-us

  • 相关阅读:
    Linux 禁用笔记本触摸板
    Linux 下安装android
    关于JAVA多线程的那些事__初心者
    ADT下开发环境的配置--个人配置啦 Eclipse Color Themes
    关于权限系统的一些思考
    关于线程安全的单例模式的讨论
    说下Fedora下把SpiderMonkey放入Eclipse内编译的过程
    基于Eclipse构建Hadoop源码阅读环境
    Hadoop生态上几个技术的关系与区别:hive、pig、hbase 关系与区别
    CentOS6.5安装配置
  • 原文地址:https://www.cnblogs.com/yixiaozi/p/3745487.html
Copyright © 2011-2022 走看看