The SSIS 2016 service (MsDtsSrvr.exe) is causing the error detailed below to be logged in the server's application log every 5-10 seconds. I have been unable to figure out what the actual issue is and how to stop it. The error is logged even when no packages are being run. I thought it might have something to do with .Net framework automatic debugging and so i tried to exclude the process from automatic debugging (https://docs.microsoft.com/en-au/windows/desktop/Debug/configuring-automatic-debugging#related-topics) but this had no impact.
While this doesn't appear to be causing any actual issue I thought it best to stop thousands of these errors being logged. Any assistance would be appreciated.
Log Name: ApplicationSource: .NET Runtime
Date: 19/03/2019 1:17:25 AM
Event ID: 1022
Task Category: None
Level: Error
Keywords: Classic
User: NT SERVICE\MsDtsServer130
Computer: xxx
Description:
MsDtsServer130 .NET Runtime version 4.0.30319.0 - Loading profiler failed. Failed trying to receive from out of process a request to attach a profiler. HRESULT: 0x8007006d. Process ID (decimal): 1204632. Message ID: [0x250d].
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1022</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-03-18T14:17:25.407395700Z" />
<EventRecordID>1838550</EventRecordID>
<Channel>Application</Channel>
<Computer>xx</Computer>
<Security UserID="S-1-5-80-3763098489-2620711134-3767674660-4164406483-1621732" />
</System>
<EventData>
<Data>.NET Runtime version 4.0.30319.0 - Loading profiler failed. Failed trying to receive from out of process a request to attach a profiler. HRESULT: 0x8007006d. Process ID (decimal): 1204632. Message ID: [0x250d].</Data>
</EventData>
</Event>