I am working on a .dtsx file that reads from a database and outputs a flat file. When testing the package using the SQL query execution utility, I received the following warning:
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 console.
In my research, I received mixed messages on how to deal with this. One person said that this is a problem with the data types between the source and the data transformation. Another said that it was just a warning that can be ignored if you do not need performance counters (and I do not believe that they are needed). I also found where this is a problem on XP computers without SQL service packs, but I'm on Windows 7.
Should I be concerned about this warning?
source
share