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.

  • 相关阅读:
    如何高效学习读书笔记
    对Java虚拟机理解
    对Java虚拟机的认识和理解
    翻译一篇关于jedis的文章
    Java 异常机制
    spring boot基础 入门
    每天记录一个设计模式之建造者模式
    如何在mybatis 中使用In操作
    Git 基本命令有哪些
    JavaScript
  • 原文地址:https://www.cnblogs.com/frankzye/p/3026235.html
Copyright © 2011-2022 走看看