Ads

Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Monday, 20 March 2017

Installation & Configuration of workflow manager in SP 2013

Hi All, Here i will explain the steps to install & configure workflow manager in SharePoint 2013...
If you want to know what is workflow manager, I recommend you to browse my previous post Workflow Manager in SP 2013

Installation & Configuration:-
1.      Pre-Install Steps:
a.       Ensure SP farm is updated to at least to march 2013 PU (SP1 is recommended)
b.      Ensure App management service is started
c.       Check user Profile sync service
d.      Create workflow setup & service account & one separate group
                                                              i.      Open AD & create accounts like wfsetup & wfsrv & WF Admin group
e.       Add WF setup account in SQL server with Sysadmin permission
                                                              i.      SQL à DB server à Security à login à New login à general tab à search à find WF setup account à in Server Roles à select sysadmin
f.        Add WF setup account in administrator group in workflow server
                                                              i.      If we are installing WF manager in same sharepoint farm then select one WFE server as an workflow server.
                                                            ii.      Open Server Manager > Tools > Computer Management > Local Users Ad Groups > In Administrator Group > Add WF Setup Account as Member.
g.        
2.      Install Workflow Manager
a.       Login to workflow manager server (WFE server in this case) with WF setup account
b.      Download Microsoft Web Platform Installer 5
                                                              i.      Download link: https://www.microsoft.com/web/downloads/platform.aspx
c.       Open this installer à product Tab à search box à workflow manager à add à install
d.      After installation, it will show “Continue” à click continue à close the configuration window as we will configure it in next step à click finish
e.       Again open installer à install following components
                                                              i.      Service Bus 1.0 Cumulative Update 1
1.      In search box type Service Bus and Click on Add > Install
                                                            ii.      Workflow Manager Cumulative Update 3.
1.      In Search box type Workflow Manager and Click on Add > Install.
                                                          iii.       
f.         
3.      Configure Workflow Manager
a.       Login to workflow manager server (WFE server in this case) with WF setup account.
b.      Start à search box à Type Workflow Manager Configuration
c.       In opened page à Select Configure Workflow Manager with Custom Settings
d.      Configure below databases by entering SQL server, DB names and Test Connections
Check the check box “use the above SQL server instance & settings for all databases”
                                                              i.      Farm management Database Name - WFManagementDB
                                                            ii.      Instance management database – WFInstanceManagementDB
                                                          iii.      Resource Management Database - WFResourceManagementDB
e.       Provide workflow service account (wfsrv) & password
f.        Configure Certificate
                                                              i.      If you don’t have it, then check on auto generate & set the generation key as SharePoint pass-phrase
                                                            ii.      If you have it, uncheck auto generate & browse for to choose it.
g.       Configure Port for Workflow manager
                                                              i.      The port we use here will be used during registering WFM using cmd.
                                                            ii.      Enter the default ports 12290 for WFM management & 12291 for HTTP port.
                                                          iii.      Check on allow WF management over HTTP on this computer
h.      Now in configure admin group section, Provide WF admin group name (WF admin) à Click Next
i.        Configure service bus & test connections
                                                              i.      Farm management Database - SBManagementDB
                                                            ii.      Gateway database – SBGatewayDatabase 
                                                          iii.      Message container Database – SBMessageContainer01
Use the same configuration of Workflow Manager for Service Bus
Same account credential, Same certificate, Same auto generated
j.        Configure ports for service bus
Use default ports as shown below & enable firewall rules on this computer
                                                              i.      HTTPS Port: 9355
                                                            ii.      TCP Port: 9354
                                                          iii.      Message Broker Port: 9356
                                                          iv.      Internal Communication Port Range: 9000
k.      Now in final page review the summary & click on OK à it will start the configuration
l.         
4.      Register Workflow Manager (For Http)
a.       Run SP management Shell as administrator à run the below command
b.      Register-SPWorkflowService -SPSite "Site URL" -WorkflowHostUri "http://workflowhost:12291" -AllowOAuthHttp
c.       Now logon to each SharePoint server & install workflow manager client on each server
                                                              i.      Download Link: https://www.microsoft.com/en-in/download/details.aspx?id=35375
d.       
5.      Test Workflow Manager
a.       Method 1:
                                                              i.      Open IIS à Expand Sites à Select workflow management site à click browse
                                                            ii.      It will show up one page with XML, that means connected & registered properly.
b.      Method 2:
                                                              i.      Open SP designer à Workflows à Site workflow in ribbon à in platform type the SharePoint 2013 workflow should be listed along with SP 2010 workflow
c.       Method 3:
                                                              i.      Open SharePoint CA à Application Management à Manage service application à Click workflow service application proxy à check whether its connected or not
6.       
         Related posts:
           Request Management in SharePoint 2013

Thursday, 4 July 2013

Step by Step SharePoint Server 2010 Installation Guide

Introduction

This article provides a step by step Installation and Prerequisites Software requirement for SharePoint server 2010 beta installation.
Finally! My long awaited SharePoint Server 2010 beta is ready for download… (http://technet.microsoft.com/en-us/evalcenter/ee391660.aspx) I installed it successfully on VMWARE Workstation, alternatively you can use VirtualBox.
Given below is a step by step Installation guide.

List of Prerequisites Software

  1. Windows server 2008 with SP 2 / Windows 7 / Vista (All OS must be 64bit)
  2. Windows 2008 R2 and Windows Server 2008 KB971831
  3. WCF Fix article for Windows 2008 R2 and Windows 7 KB976462
  4. Microsoft SQL Server 2008 Native Client
  5. Microsoft "Geneva" Framework Runtime
  6. Microsoft Sync Framework Runtime v1.0 (x64)
  7. Microsoft Chart Controls for Microsoft .NET Framework 3.5
  8. Microsoft SQL Server 2008 Analysis Services ADOMD.NET
  9. PowerShell V2 RTM
  10. SQL Server 2008 SP1
  11. .NET Framework 3.5 Service Pack 1 (Full Package) KB959209 KB967190

Installing OS on VMWARE Workstation 7.0

Installing Windows Server 2008 with SP2 on VMWARE Workstation 7.0 may prompt the following error:
“You have configured this virtual machine as a 64-bit guest operating system…”
image
By default, Lenovo T61 laptop’s ship with virtualization technology and set VT is disabled.
In order to enable VT on laptop, please shut down your laptop and go to BIOS setup > CPU > Virtualization technology > Enable and Press F10 to Save and Exit.
Install Windows server 2008 with SP 2.
Windows 2008 x64 Install
Download prerequisites software (if you need to share your PC folder to access from VMWARE) enable Share folder option:
image
Go to VM > Setting > Options > Shared Folder > Enable and Select your Pre-request software download folder.
image
Run > SharePoint Server 2010 Application file, system will extract files and show the above screen, under Install > click Install Software prerequisites…
image
image
System will run for few minutes and display the following error message:
image
Install your prerequisites software that you downloaded one by one (if possible, follow the above order as shown in the error message).
Note: If you try to install Hotfixes from your Share Folder system may prompt “error code 0x80070003” please copy your hotfix files to Windows server and click Install.
image
Once you get the above screen “Installation Complete”, click "Install SharePoint Server” link:
image
SharePoint 2010 Installation screen prompts for Product Key get beta key from here
image
Read your License terms and click I accept and start Installation:
image
Select Standalone option, if you are installing with SQL Express 2008 server. If you are installing SQL Server 2008 and SharePoint 2010 farm servers, then select Server Farm option. Since I am using VMWARE installation, I select Standalone option.
image
System will start the Installation progress…
image
System would take several minutes to complete installation and prompt for Configuration Wizard.
image
Run your Configuration wizard and click next >
image
Step 2 on Configuration wizard click “Yes” to start IIS and SharePoint Admin, Timer service.
image
Configuration wizard continue 2 of 10 tasks and if everything is ok, the system will display the following screen. (Please note that it will take several minutes to complete. It's not as fast as SharePoint 2007 configuration wizard)
image (
Congratulations… you successfully Installed SharePoint 2010.
System will launch SharePoint 2010 Central Administration screen…
SharePoint CA
Enjoy… and provide me your feedback…

Ads