Web application missing on new server

Tevon2.0 1,106 Reputation points
2022-12-29T15:01:41.02+00:00

(Utilizing Sharepoint Server 2019 On-Prim)

I have created a new web application and site collection in my dev server (A). I then backed it up to a folder on my dev server and copied over to my prod server. After opening up my prod server (B) today I noticed that within both central admin and my IIS manager; I was missing the web application that I created. How can I go about bringing my web application from my dev Server (A) over to my Prod Server (B). Screenshots appreciated if possible.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,333 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,935 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 25,546 Reputation points Microsoft Vendor
    2022-12-30T09:47:54.467+00:00

    Hi @Tevon2.0 ,
    According to your description, the cause of the problem may be that you did not restore the web Application in server B. I suggest you try the following steps:

    1. Verify that you have the following memberships:

    securityadmin fixed server role on the SQL Server instance.

    db_owner fixed database role on all databases that are to be updated.

    Administrators group on the server on which you are running the PowerShell cmdlets.

    An administrator can use the Add-SPShellAdmin cmdlet to grant permissions to use SharePoint Server cmdlets.

    2, Start the SharePoint Management Shell.

    3, At the PowerShell command prompt, type the following command:

    Restore-SPFarm -Directory <BackupFolderName> -RestoreMethod Overwrite -Item  <WebApplicationName> [-BackupId <GUID>] [-Verbose]  
    

    Where:

    <BackupFolderName> is the full path of the folder that you use for backup files.

    <WebApplicationName> is the name of the web application that was backed up.

    <GUID> is the identifier of the back up to use for the restore operation.
    For more details, please refer to :
    https://learn.microsoft.com/en-us/sharepoint/administration/restore-a-web-application#using-powershell-to-restore-a-web-application-in-sharepoint-server
    *
    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.