|
Hello, I am trying to run a simple package to import an Excel sheet to SQL Server 2008 using BIDS. In the Progress tab I continually get this error. [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 have also ran it using the sa account with the same result. Any ideas would be greatly appreciated. Robert
(comments are locked)
|
|
Start by going over this article: DBCC MEMORYSTATUS This may at least provide a starting point of what is being consumed and allow us to troubleshoot further. What O/S is SQL running on? All this being said... does the package execute? This seems to indicate that it couldn't show progress in Performance Monitor. That is not necessarily an issue unless you need to monitor it for some reason. I agree that it is troubling to see a warning but is it a show-stopper at this time?
(comments are locked)
|
|
I'm guessing a bit but you either did your development on Windows Vista or Windows Server 2008. When you open BIDS it used to display a message saying that you really should run it as an Administrator.. I believe the resolution is to right click on the BIDS icon and click the Run As Administrator option and then I think this will go away.. CEWII
(comments are locked)
|

