Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How To Configure The State Service Application
WhatsApp
Waqas Sarwar
8y
4.2
k
0
3
25
Blog
In this blog, I
will guide you through the steps of creating an import Service Application called State Service. A lot of SharePoint Components require this Service Application to store the status.
There are two ways to create the State Service Application.
Central Admin ( Using Farm Configuration Wizard).
Use PowerShell.
Farm Configuration Wizard
Login on Central admin with the farm admin account with the Local admin on the Server.
On the Central Administration Web site, click Configuration Wizards.
On the Configuration Wizards page, click Launch the Farm Configuration Wizard.
On the first page of the Farm Configuration Wizard, click Start the Wizard.
On the Services configuration page, proceed with the following.
In Service Accounts, either select the one from the list or use the new one.
in the Services section, select the State Service check box.
Click Next
.
Once it completes, it will ask you to create a new Site collection. Skip this and you are ready to proceed.
Create via Powershell
Launch SharePoint PowerShell console.
Please login with the farm admin account
Run the command, mentioned below
$serviceApp = New-SPStateServiceApplication -Name
"StateService-App"
New-SPStateServiceDatabase -Name
"SS-Database"
-ServiceApplication $serviceApp
New-SPStateServiceApplicationProxy -Name
"StateService-App"
-ServiceApplication $serviceApp -DefaultProxyGroup
State Service Application
SharePoint
Up Next
Exception while starting the service Windows SharePoint Services Web Application
Ebook Download
View all
SharePoint Online And Office 365 Administration
Read by 3.6k people
Download Now!
Learn
View all
Membership not found