Results 1 to 2 of 2

Thread: Server Execution failed : Error 80080005

  1. #1
    Join Date
    Jul 2010
    Posts
    1

    Server Execution failed : Error 80080005

    Hi

    I am getting the above error when i am trying to create a instance of the object using CoCreateInstance.Also i am not able to register the same.

    I am using this on a client computer under group policy using Windows Server 2003. I believe there is issue of rights that the client has.

    Can anyone help me with this ?

    the piece of code where i get this is :

    CComPtr<IBWSP> m_spIServ;
    hr = m_spIServ.CoCreateInstance(_uuidof(BWSPProxy));

    Let me know if more information is required.

    Thanks in advance

    Pankaj

  2. #2
    Join Date
    May 2006
    Posts
    2,812

    Re: Server Execution failed : Error 80080005

    1. Click Start, click Run, type regedit, and then click OK.
    2. In Registry Editor, locate the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
    By default, the Windows entry in the subkey has a value that is similar to the following (all on one line):
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    3. Right-click the Windows entry, and then click Modify. The Edit String dialog box appears.
    4. In the Value data box, locate SharedSection, add 512 to SharedSection, and then click OK.
    The newly changed Windows entry reads as follows:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16

Similar Threads

  1. Windows 7 x64: ‘Explorer.exe server execution failed’
    By Ikhyd in forum Windows x64 Edition
    Replies: 6
    Last Post: 02-03-2011, 10:26 AM
  2. Network and sharing center freezes, server execution failed
    By Ihit in forum Windows Vista Network
    Replies: 7
    Last Post: 01-02-2011, 03:45 AM
  3. Windows 7 Backup : Server execution failed(0x80080005)
    By wirelessprom in forum Networking & Security
    Replies: 8
    Last Post: 23-11-2010, 09:51 AM
  4. Replies: 3
    Last Post: 11-08-2010, 06:08 AM
  5. Replies: 2
    Last Post: 22-10-2008, 01:37 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,518,858.06561 seconds with 17 queries