Getting system error 1219

Yudhi Chandra 1 Reputation point
2022-12-02T01:57:03.137+00:00

266395-error1.png266319-error2.pngI want to take backup from others computer using robocopy everyday and I make a batch file.
In this batch file I put net use command like this :
`NET USE \192.168.0.122\ipc$ /user:administrator adminpassword'
'NET USE \192.168.0.147\ipc$ /user:administrator adminpassword'

But I am getting error :
'System error 1219 has occurred.'

'Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.'

My computer use Windows 10 Prof and the others are Windows 10 and Windows 7
I can successfully net use others computer but not on that 2 computers.
I was successfully net use that 2 computers but after I shutdown my computer and try to net use again it fail with that error.
Please guiding me on this issue.266365-error3.png

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,772 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Loganathan R 76 Reputation points
    2022-12-02T02:53:13.773+00:00

    @Yudhi Chandra
    As per the design "Windows networking only allows one connection to a server from a single user account. Therefore, you will get the 1219 error if you try to access the server with two different user accounts from the same source server"

    Please ensure that any other service or program accessing any other destination with different usernames.

    Try to follow the solution on the link and keep posted here - https://support.eventsmanager.gfi.com/hc/en-us/articles/360015156760-Error-1219-Multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed-


  2. Limitless Technology 43,951 Reputation points
    2022-12-06T14:17:53.95+00:00

    Hello there,

    Determine if other applications may be making connections to the server, using different credentials.
    -Start the Process Explorer.
    -Use the Find > Find Handle feature to determine the process.
    -Search for the IP address and the hostname of the computer to try and find any other processes with open handles to the target machine.

    If you sometimes access the device with name (lookup) and other timers with IP address, this can happen.
    Try accessing with another user by using IP instead of name.

    net use \************* /user:anotheruser

    ----------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments