MDT deployment update error on Windows 2012 R2.

Werner Olivier 20 Reputation points
2024-06-10T06:27:22.43+00:00

An error occurred while trying to execute the command. Error Code: 0xC1210107 Error Description: The specified namespace already exists.

䔊楸⁴潣敤㴠ⴠ〱㐵〸㘱㜵 Multicast namespace “DeploymentShare$” already exists.

=== Processing complete ===

MDT does not know how to put the Multicast Transmission link in WDS. The solution is to remove the link. Run the deploymentshare update and a new link will be created.

"Do i just remove the link in WDS, and how sure am i that the link will be created again by MDT and work?"

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,498 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
848 questions
0 comments No comments
{count} votes

Accepted answer
  1. Hania Lian 10,351 Reputation points Microsoft Vendor
    2024-06-13T02:27:04.29+00:00

    Hello,

    You can follow these steps to resolve the issue:

    Open the Windows Deployment Services (WDS) console on the server where MDT is installed.

    Expand the server node and navigate to the Multicast Transmissions folder.

    Locate the existing multicast transmission link named “DeploymentShare$” and delete it. Right-click on the link and select Delete.

    Once the link is removed, return to the MDT deployment share.

    Open the Deployment Workbench and navigate to the properties of the deployment share giving the error.

    Click on the “Rules” tab and edit the bootstrap.ini file.

    Add or modify the following entry:

    SkipBDDWelcome=YES

    Save the changes and close the properties window.

    Open a Command Prompt with Administrator privileges.

    Change directory to the location where your deployment share is located. For example, if your deployment share is stored on the D drive, you can use the command:

    cd /d D:\DeploymentShare\Scripts

    Run the deploymentshare update command to recreate the multicast transmission link. Use the following command:

    DeploymentShare\Scripts\bootstrap.ini /configuration:“D:\DeploymentShare”`

    Wait for the process to complete and verify that the multicast transmission link is created successfully.

    By following these steps, you remove the existing multicast transmission link in WDS and instruct MDT to recreate it during the deploymentshare update process.

    Best Regards,

    Hania Lian

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful