Resolving a Windows Error 1219

Resolving a Windows Error 1219

Problem

If you’re unable to connect to a network location (example offsite nas or drive rottation) and in the VM Backup Agent log file (C:\ProgramData\Altaro\AltaroBackupProfile\Logs\AgentService.log) or OffsiteBackup error (C:\ProgramData\Altaro\AltaroBackupProfile\Logs\OpControllers, last failed log) you’re seeing a Windows Error 1219.

Cause

A Windows Error 1219 occurs whenever you are attempting to connect to a network location from the same source machine using more than one user name. This will essentially create a conflict and result in such an error.

This is further documented on the following Microsoft KB article: https://support.microsoft.com/en-us/kb/938120

 

Solution

  1. Ensure that you do not have a mapped drive to the network location you are trying to add. If you do, please disconnect the mapped drive and try again.

  2. Open up a command prompt window and run the command “net use”. This will display the machine’s list of network connections. If the network location you’re trying to add is in the list, delete that connection by using the following command:
    net use  /delete

    Then attempt to connect again.

  3. Check if you have any saved credentials in the Windows ‘Credential Manager’ that point to this location. If you do, please delete the saved credentials and try again.

  4. In some cases the connection might be open via the SYSTEM account and thereby we must use a tool called ‘PsExec’ (https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx) in order to run the command prompt via the SYSTEM account.

    In order to do this, extract the downloaded PsExec file in order to have an executable file. Then, open up a command prompt window and change directory to the path of the executable and type in: 'psexec.exe –i –s cmd.exe'.

     

    This will launch the command prompt as the SYSTEM account; in order to confirm this – simply type in 'whoami' and it should show 'nt authority\system'.
     

    Now simply run 'net use' again and if you do see the network location here, follow the steps explained in Step 2 to delete the connection and then try again.


  5. If you’re still unable to connect and still seeing a Windows Error 1219, you can use ‘Process Explorer’ (http://technet.microsoft.com/en-us/sysinternals/bb896653). By going to ‘Find’ ‘Find Handle’ you’ll be able to search via IP or hostname to see what other connections are open to the network location you’re trying to connect.

    • Related Articles

    • Offsite copies to Immutable Wasabi Buckets keep failing with "InvalidRetentionPeriodSet"

      It seems that after the data has been copied, an attempt is made to delete older jobs based on the retention, but Wasabi is not allowing that. The retention period is not set directly in the Wasabi Console but by VM Backup when setting up the backup ...
    • Sign Up and Activate your CMC Account - Altaro Resellers

      Log into the current Altaro Partner Portal and click on the ‘Activate CMC’ button as shown in the below screenshot: You will then receive an email from Altaro with your CMC Invite If you do not receive this within a couple of minutes, please check ...
    • Altaro VM Backup free space in graph not updated

       When other free space represented in graph is not updated you can correct it. Ensure there are no running operations in Altaro, then please proceed as follows: - please stop all the Altaro services ( powershell as admin: stop-service altaro* ) - Go ...
    • Sign Up and Activate your CMC Account - MSPs

      Kindly follow the instructions below which apply to you to activate your CMC account: For new MSPs (Evaluation) Sign up for your free 30-Day evaluation here: https://www.altaro.com/msp/ Upon verification, you will then receive an email from Altaro ...
    • Wasabi Request Timeout 400 Error

      Ove pogreške su rezultat toga što strana klijenta (Altaro na primjer) otvara vezu na Wasabi oblaku, ali nijedan naknadni upit ne dolazi unutar 10 tisuća ms (10 sekundi) i stoga Wasabi zatvara vezu. Ukratko, to znači da može postojati potencijalni ...