zoukankan      html  css  js  c++  java
  • Installing and configuring workflow for SharePoint Server 2013

    1. gister-SPWorkflowService –SPSite "http://myserver/mysitecollection" –WorkflowHostUri "http://workflow.example.com:12291" –AllowOAuthHttp

    For security reasons, the Setup account cannot be used to create a workflow based on the SharePoint 2013 Workflow platform. If you try to create a workflow based on the SharePoint 2013 Workflow platform by using SharePoint Designer 2013, you receive a warning that the list of workflow actions do not exist, and the workflow is not created.

    The user who deploys and runs a workflow must be added to the User Profile service. Check the User Profile service application page in Central Administration to confirm that the user you are using to validate workflow installation is in the User Profile service.

    You can determine which ports SharePoint Server 2013 and Workflow Manager are using for both HTTP and HTTPS by using IIS Manager as shown in the figure.

    Figure: Use IIS Manager to view the ports used by Workflow Manager

    View ports in IIS Manager.

    Workflow Manager communicates by using TCP/IP or Named Pipes. Make sure that the appropriate communication protocol is enabled on the SQL Server instance that hosts the Workflow Manager databases.

    The SQL Browser Service must be running on the SQL Server instance that hosts the Workflow Manager databases.

    The System Account cannot be used to develop a workflow.

    To troubleshoot Workflow Manager, see Troubleshooting Workflow Management and Execution.

    To troubleshoot SharePoint Server 2013, see Troubleshooting SharePoint 2013.

  • 相关阅读:
    jmeter Transaction Controller、Throughput Controller 控制器
    图书系统的简易代码
    模板简单梳理
    自制过滤器
    自制URL转换器
    URL简单梳理
    window下的Django入门
    十一、常用内建模块
    九、进程与线程
    八、错误、调试与测试
  • 原文地址:https://www.cnblogs.com/frankzye/p/3026235.html
Copyright © 2011-2022 走看看