You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Thanks for you reply Paul. So if i understand correctly even if we are just updating the solution using Update-SPSolution your steps 2- 5 should be valid? Also correct me if am wrong, when this activity is done on App server WFE will not be able to serve the request so still there will be a down time i suppose?user25351– user253512016-02-04 07:22:51 +00:00Commented Feb 4, 2016 at 7:22
- I am pretty sure that IIS Reset doesn't affect service applications - just tested this with 2 WFEs and 1 APP server - iisreset being run in a loop on APP server while uploading documents and setting user/managed metadata fields - everything worked like a charm. You can Add/Install/Update solutions on APP server whenever you want. Keep in mind, that if you are doing Update-SPSolution you will need to install new SPFeatures manually by running Install-SPFeature (just a note).Paul Strupeikis– Paul Strupeikis2016-02-04 10:11:55 +00:00Commented Feb 4, 2016 at 10:11
- Yes here my Questions but when we follow 2-5 steps in APP server App pools are recycled in and it will not be able to serve any requests coming from WFE as it gives 503 error?? Thats what my understanding.user25351– user253512016-02-04 10:32:05 +00:00Commented Feb 4, 2016 at 10:32
- I was recycling app pools in a loop on my test APP server and WFEs kept working fine. Maybe you've got something configured in a wrong way?Paul Strupeikis– Paul Strupeikis2016-02-04 11:08:37 +00:00Commented Feb 4, 2016 at 11:08
- Okie i will check this when our setup is ready. Also instead of opening each server and deploying from RDC is there any way to automate above steps from one server itself to deploy in all servers?user25351– user253512016-02-05 07:42:41 +00:00Commented Feb 5, 2016 at 7:42
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sharepoint-online), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default