locked
SharePoint 2013 Office web app remove bindings from server or web application RRS feed

  • Question

  • Hi All,

    We have separate office web app server in Production and same office webapp  is connected to Test Environment also..

    we want to remove test environment from office web app ...how we need to proceed.Is it ok if we remove SPWOPINindings or should i need to perform any other tasks.The important thing is we dont want to use office web app in test web applications.

    Thanks & Regards,

    Raghavender

    Wednesday, July 1, 2020 3:21 PM

All replies

  • Remove-SPWOPIBinding will do the trick. Run this:

    Remove-SPWOPIBinding -All:$true


    Trevor Seward

    Office Apps and Services MVP



    Author, Deploying SharePoint 2019

    Author, Deploying SharePoint 2016

    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.


    Wednesday, July 1, 2020 4:03 PM
  • Hi Raghavender,

    Agree with Trevor, run PowerShell in the test environment to disconnect from Office Online Server.

    More information for your reference:

    https://docs.microsoft.com/en-us/officeonlineserver/configure-office-online-server-for-sharepoint-server-2016/configure-office-online-server-for-sharepoint-server-2016#disconnect-sharepoint-server-2016-from-office-online-server

    https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/Remove-SPWOPIBinding?view=sharepoint-ps

    Best regards,

    Julie


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    SharePoint Server 2019 has been released, you can click here to download it.
    Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019.

    Thursday, July 2, 2020 3:01 AM
  • Hi Raghavender,

    Is there any progress on this issue?

    Please feel free to reply.

    Best regards,

    Julie


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    SharePoint Server 2019 has been released, you can click here to download it.
    Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019.

    Thursday, July 9, 2020 8:20 AM
  • Hi Raghavender,

    I’m checking how the things are going on about this issue. Whether the post helps you?

    You can mark the post as answer if it helps.

    Thank you for your understanding and support.

    Best regards,

    Julie


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    SharePoint Server 2019 has been released, you can click here to download it.
    Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019.

    Tuesday, July 14, 2020 1:09 AM
  • Hi,

    Thanks for the solution. We tried this in Test Environment but it is effecting production as well.

    The same office web app we have connected to the Test and Production Environment.

    And now we have another issue we are using https port in production since SharePoint Site is internet facing 

    and office web app Internal & External URL's are configured with https .If we disable http port will there be any impact on the application (office web app)

    Thanks & Regards,

    Raghavender

    Wednesday, July 15, 2020 11:21 AM
  • Hi Raghavender,

    It will have no impact on office web app server.

    Best regards,

    Julie


    "SharePoint" forums will be migrating to a new home on Microsoft Q&A !
    We invite you to post new questions in the "SharePoint" forums' new home on Microsoft Q&A !

    Friday, July 17, 2020 9:35 AM
  • When i try to remove Binding on Server Connected in Server A (SP Application server - Test Environment) , It is removing bindings on Server B(Another SP Application server which is production) 

    Any idea how we should proceed further to use office web app in only Production server

    Thursday, July 23, 2020 1:12 PM
  • The WOPI binding is at the farm level -- are those two servers joined to the same farm?

    Trevor Seward

    Office Apps and Services MVP



    Author, Deploying SharePoint 2019

    Author, Deploying SharePoint 2016

    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.


    Thursday, July 23, 2020 4:55 PM
  • Hi Raghavender,

    Remove-SPWOPIBinding: Removes bindings for applications, file name extensions and their associated actions on the current SharePoint farm where this cmdlet is run.

    If test environment and production environment are in the same farm, there is no way to remove binding only in one server.

    Best regards,

    Julie



    "SharePoint" forums will be migrating to a new home on Microsoft Q&A !
    We invite you to post new questions in the "SharePoint" forums' new home on Microsoft Q&A !

    Friday, July 24, 2020 12:59 AM
  • Hi Raghavender, 

    Thanks for posting in this forum. It will benefit others who meet similar questions. 

    Here I will provide a summary of this post for your information.

    [SharePoint 2013 Office web app remove bindings from server or web application]

    Request/Expectation 

    ====================

    User wants to remove office web app server in Test Environment, keep it in Production Environment, both them join in the same domain.

    Suggestions

    ====================

    Currently, we could use Remove-SPWOPIBinding -All:$true remove binding at the farm level, however user’s two environments in the same farm, so If test environment and production environment are in the same farm, there is no way to remove binding only in one server.

    Reference

    ====================

    https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/Remove-SPWOPIBinding?view=sharepoint-ps

    Best regards,

    Julie


    "SharePoint" forums will be migrating to a new home on Microsoft Q&A !
    We invite you to post new questions in the "SharePoint" forums' new home on Microsoft Q&A !

    Tuesday, July 28, 2020 6:33 AM