April 25, 2026 at 5:43 pm
Hi everyone
I am getting below warning when I run SSIS:
Warning: 0x80049304 at Update Table, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.
It gives the solution. It works. My question is why does it even happen in the first place? The SSIS task (Data Flow Task) imports a CSV (using Flat File Source task) into a SS table (using OLE DB Destination). I am using the same task (Data Flow Task) three times in my SSIS package but with different CSV and different destination table. The other two occurrences do not have any warning message. It is just the first one that gets the warning message. Does anyone know how to fix it? I could run it as admin and then the issue disappears. To be honest, it is bothering me because I puzzled as to why only one instance is giving me a warning but others are not.
Thank you
April 25, 2026 at 7:02 pm
would be great if you did bother to google for the error
https://www.sqlservercentral.com/forums/topic/ssis-warning-global-shared-memory/page/2
multiple explanations and a solution - and regardless you can and should ignore that warning/error - its only for performance counters which I pretty much doubt any one uses (better counters for SSIS from catalog)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply