SSIS issue with Event Viewer

  • hello there, 

    I have an SSIS package that it reads the event viewer logs in C# but for some of the rows like DCOM and Perflib it brings back this and not the message 

    The description for Event ID '-2147479294' in Source 'EventSystem' 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:'8001010a', 'DisplayLock', '{D5978630-5B9F-11D1-8DD2-00AA004ABD5E}', '', '', 'Visual Studio ISensLogon Subscription', '

    does anyone know what this can be?

    I dont think it is permissions since i have given the service account domain admin access. 

    Any help will be very appreciated.

  • Does it work if you run it as a pure C# application?

    Might help to work out whether this is an SSIS problem, or not.


  • i did even try with powershell script and i get the same message for DCOM and Perlib 🙁

  • zouzou - Thursday, March 9, 2017 9:31 AM

    i did even try with powershell script and i get the same message for DCOM and Perlib 🙁

    Then I think we can safely say that this is not an SSIS Issue 🙂


  • Did you look in the event log?  I am willing to bet that that is exactly what it shows in the event log.  I've sen those types of messages in the event log before.

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply