Results 1 to 5 of 5

Thread: Error 1219. Multiple connections to a server

  1. #1
    per.seitzberg@gmail.com Guest

    Error 1219. Multiple connections to a server

    Hi!

    I got this message

    "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.."

    when I try to log on to a server i earlier have been logged on to. But
    I have disconnected all network drives in Explorer Tools and the same
    with t.ex. Net Use z: /delete.

    But I still can not log on.

    Can anybody help me where to clear this former connection????

  2. #2
    Pegasus \(MVP\) Guest

    Re: Error 1219. Multiple connections to a server


    <per.seitzberg@gmail.com> wrote in message
    news:f02caa94-3ab6-4251-a901-62d37fcf68ce@s19g2000prg.googlegroups.com...
    > Hi!
    >
    > I got this message
    >
    > "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.."
    >
    > when I try to log on to a server i earlier have been logged on to. But
    > I have disconnected all network drives in Explorer Tools and the same
    > with t.ex. Net Use z: /delete.
    >
    > But I still can not log on.
    >
    > Can anybody help me where to clear this former connection????


    Open a Command Prompt and type these commands:

    net use (to see all existing connections)
    net use * /del /yes (to delete all existing connections)

    Rebooting the PC will probably solve the issue. If it does
    not, try posting in a networking group. Your problem is
    not really related to scripting.
    Lycka till!



  3. #3
    per.seitzberg@gmail.com Guest

    Re: Error 1219. Multiple connections to a server

    On Dec 17, 6:33 pm, "Pegasus \(MVP\)" <I....@fly.com> wrote:
    > <per.seitzb...@gmail.com> wrote in message
    >
    > news:f02caa94-3ab6-4251-a901-62d37fcf68ce@s19g2000prg.googlegroups.com...
    >
    >
    >
    >
    >
    > > Hi!

    >
    > > I got this message

    >
    > > "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.."

    >
    > > when I try to log on to a server i earlier have been logged on to. But
    > > I have disconnected all network drives in Explorer Tools and the same
    > > with t.ex. Net Use z: /delete.

    >
    > > But I still can not log on.

    >
    > > Can anybody help me where to clear this former connection????

    >
    > Open a Command Prompt and type these commands:
    >
    > net use (to see all existing connections)
    > net use * /del /yes (to delete all existing connections)
    >
    > Rebooting the PC will probably solve the issue. If it does
    > not, try posting in a networking group. Your problem is
    > not really related to scripting.
    > Lycka till!- Hide quoted text -
    >
    > - Show quoted text -


    Thanks. Merry Xmas.

  4. #4
    Pegasus \(MVP\) Guest

    Re: Error 1219. Multiple connections to a server


    <per.seitzberg@gmail.com> wrote in message
    news:34b535f9-6663-448c-8647-db30b0fb30ce@s8g2000prg.googlegroups.com...
    > On Dec 17, 6:33 pm, "Pegasus \(MVP\)" <I....@fly.com> wrote:
    >> <per.seitzb...@gmail.com> wrote in message
    >>
    >> news:f02caa94-3ab6-4251-a901-62d37fcf68ce@s19g2000prg.googlegroups.com...
    >>
    >>
    >>
    >>
    >>
    >> > Hi!

    >>
    >> > I got this message

    >>
    >> > "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.."

    >>
    >> > when I try to log on to a server i earlier have been logged on to. But
    >> > I have disconnected all network drives in Explorer Tools and the same
    >> > with t.ex. Net Use z: /delete.

    >>
    >> > But I still can not log on.

    >>
    >> > Can anybody help me where to clear this former connection????

    >>
    >> Open a Command Prompt and type these commands:
    >>
    >> net use (to see all existing connections)
    >> net use * /del /yes (to delete all existing connections)
    >>
    >> Rebooting the PC will probably solve the issue. If it does
    >> not, try posting in a networking group. Your problem is
    >> not really related to scripting.
    >> Lycka till!- Hide quoted text -
    >>
    >> - Show quoted text -

    >
    > Thanks. Merry Xmas.


    Thanks. Did you solve your problem? How?



  5. #5
    yvnyeo@gmail.com Guest

    Re: Error 1219. Multiple connections to a server

    On Dec 18 2007, 5:25 am, "Pegasus \(MVP\)" <I....@fly.com> wrote:
    > <per.seitzb...@gmail.com> wrote in message
    >
    > news:34b535f9-6663-448c-8647-db30b0fb30ce@s8g2000prg.googlegroups.com...
    >
    >
    >
    > > On Dec 17, 6:33 pm, "Pegasus \(MVP\)" <I....@fly.com> wrote:
    > >> <per.seitzb...@gmail.com> wrote in message

    >
    > >>news:f02caa94-3ab6-4251-a901-62d37fcf68ce@s19g2000prg.googlegroups.com...

    >
    > >> > Hi!

    >
    > >> > I got this message

    >
    > >> > "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.."

    >
    > >> > when I try to log on to a server i earlier have been logged on to. But
    > >> > I have disconnected all network drives in Explorer Tools and the same
    > >> > with t.ex. Net Use z: /delete.

    >
    > >> > But I still can not log on.

    >
    > >> > Can anybody help me where to clear this former connection????

    >
    > >> Open a Command Prompt and type these commands:

    >
    > >> net use (to see all existing connections)
    > >> net use * /del /yes (to delete all existing connections)

    >
    > >> Rebooting the PC will probably solve the issue. If it does
    > >> not, try posting in a networking group. Your problem is
    > >> not really related to scripting.
    > >> Lycka till!- Hide quoted text -

    >
    > >> - Show quoted text -

    >
    > > Thanks. Merry Xmas.

    >
    > Thanks. Did you solve your problem? How?




    Hello All,

    I chanced upon this thread while i was trying to solve this as well.
    This is a weird thing and I gotten couple of late night calls from my
    users.

    I will always ask them to the below......

    net use * /delete /yes
    net use z: \\<ip address>\<shared path>
    - followed by the <domain>\<username>
    - <password>

    but.. sometimes it works, sometimes not......
    This is frustrating... is there a way that will definitely work?
    Where is this supposedly cached connection when the 'net use' shows no
    remaining entries?

    Any advise greatly appreciated!!

    Cheers
    yvonne



Similar Threads

  1. Windows 7: Multiple Internet Connections (NLB )
    By ForNeir45 in forum Operating Systems
    Replies: 6
    Last Post: 26-02-2011, 12:28 AM
  2. Replies: 5
    Last Post: 13-01-2011, 06:45 PM
  3. Problems with the Multiple Connections
    By Cullen in forum Networking & Security
    Replies: 5
    Last Post: 28-05-2010, 10:11 AM
  4. Multiple Remote Desktop Connections?
    By Alan in forum Vista Help
    Replies: 6
    Last Post: 19-05-2007, 06:36 PM
  5. Event ID 1219 - Server 2003 (UNABLE TO ACCESS)
    By Steve in forum Windows Server Help
    Replies: 3
    Last Post: 07-02-2007, 12:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,586,030.40767 seconds with 17 queries