June 28, 2012 at 10:16 pm
Hi all,
Apparently this error was fixed in CU12 for SQL 2008, but it seems to have raised it's head again in SQL 2012.
[SSIS.Pipeline] 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's console.
I've got a client who is seeing it. but I've not seen a fix in CU1 or CU2 for 2012. Has anyone else seen this in 2012, and is there a fix around?
Cheers
Leo
Nothing in SQL Server is ever so complicated that with a bit of work can't be made more complicated!
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
June 29, 2012 at 10:44 am
Contact PSS and let them know you are seeing this in SQL 2012 and request a hotfix.
November 21, 2013 at 10:28 am
Hi,
I am seeing this as well.
Here is my test.
I have a package that uses 20+ data flows from oledb source database to oledb destination database. The databases source and destination are on the same sql server 2012.
Each data flow data from a source table to a destination table
The table properties are exactly the same from source to destination. There are no Foreign keys.....
Everything work fines except 2 data flows both returning
"[SSIS.Pipeline] 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's console.
"
The data does not get copied for the problematic tables this is although just a warming.
When I Save my package and Open it again. The Source and Destination OLDB components
on the problematic data flows are no longer available in the package.
Also, I get the same warning when I use the Import Wizard but the data get copied OK.
Saving the Import wizard package did not help. As I get package corrupted when i try to open the package.
Has any one seen this type of errors?
March 25, 2014 at 5:41 am
I concur with Robert that this should be raised with PSS...
Previously Kaushik posted on his blog the work-around for 2008, perhaps this will also work with 2012?
http://saveadba.blogspot.co.uk/2012/02/could-not-open-global-shared-memory-to.html
October 22, 2014 at 3:59 pm
This isn't Microsoft's fix but it gave me what I really needed - to verify if a (simple data transform - sql query to flat file) task completed successfully. To do this, follow exactly what the message states ... "or on the system's console". [The admin resolution required too many hands in the pot when all I needed was verification of results].
'or on the system's console':
IE, from VS menu - do not run 'Debug>Start Debugging' but run 'Debug>Start Without Debugging'. This will open the 'console' (ala, command window). The execution results will echo to the screen. Navigate/explore expected results. Mine were where expected and data was as expected.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply