SQL Server > SQL Server Forums > SQL Server Tools > DCOM Error with Maintenance Plans

Answered DCOM Error with Maintenance Plans

  • Tuesday, April 29, 2008 7:10 PM
     
     

    I am receiving two occurrences of the following DCOM error every time I run a Maintenance Plan on one of my SQL Servers.

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

    Date                 4/29/2008 10:24:06 AM

    Log                  Windows NT (System)

     

    Source             DCOM

    Category                      (0)

    Event                3221235488

    User                 MyDomain\MyAccount

    Computer                     MyComputer

     

    Message

    The description for Event ID '-1073731808' in Source 'DCOM' cannot be found.  The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them.  The following information is part of the event:'application-specific', 'Local', 'Launch', '{ABF05265-635E-44B0-A28F-AEA45247ACA0}', 'MyDomain', 'MyAccount', 'S-1-5-21-790525478-606747145-725345543-2565'

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

    SQLAgent jobs not created through Maintenance Plans don’t produce the error.

     

    I have granted ‘MyAccount’ “Launch” and “Activation” permissions through Component Services.  I also think I’ve tracked the source down to MsDtsSrvrUtil.dll and registered it.  The server was been rebooted.  Unfortunately I’ve still getting the same two DCOM errors. 

     

    However if I run the SQLAgent under the LocalSystem account the error is not reproduced, which leads me to believe the problem is with ‘MyDomain\MyAccount’.  ‘MyDomain\MyAccount’ is in the local ‘Users’ group and has rights to the reporting and backup directories through group membership.

     

    The environment is:

    SQL Server: 9.0.3228 Standard Edition

    OS: Microsoft Windows Server 2003 R2 Standard Edition Service Pack 2

    … and I have two other servers configured the same that do not experience the DCOM error.

     

    I should also mention that the Maintenance Plans execute successfully. Can anyone see what I’m missing?

     

    Thanks, Dan

     

     

Answers

All Replies