![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, My Source DB is on a hosted remote sql server 2005. I created an exact database on my local SQL 2008 Developer. I use SSIS to import data from remote SQL 2005 to local DB (SQL 2008 Dev) , which deletes rows in destination tables and allows Identity Insert. As far as I can see, all rows of all tables are imported, but I also get the following Warning: Warning 0x80049304: Data Flow Task 1: 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 googled this problem, but couldn't find any useful answer. I also thought this might be permission issue and I used my local sa login, but still got the warning. Does anyone know what is causing this warning? Kind Regards Med |
#3
| |||
| |||
|
|
This is just a hunch, but take a look at your local SQL Server Configuration manager. Under the SQL Server Network Configuration node, for the local instance (may be more than one instance on your machine, like a SQL Express install) check the status of each Protocol. Is Shared Memory enabled? Check the same for your SQL Native Client 10.0 COnfiguration. HTH ===== Todd C "Med" wrote: Hi, My Source DB is on a hosted remote sql server 2005. I created an exact database on my local SQL 2008 Developer. I use SSIS to import data from remote SQL 2005 to local DB (SQL 2008 Dev) , which deletes rows in destination tables and allows Identity Insert. As far as I can see, all rows of all tables are imported, but I also get the following Warning: Warning 0x80049304: Data Flow Task 1: 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 googled this problem, but couldn't find any useful answer. I also thought this might be permission issue and I used my local sa login, but still got the warning. Does anyone know what is causing this warning? Kind Regards Med |
#4
| |||
| |||
|
|
Hi, My Source DB is on a hosted remote sql server 2005. I created an exact database on my local SQL 2008 Developer. I use SSIS to import data from remote SQL 2005 to local DB (SQL 2008 Dev) , which deletes rows in destination tables and allows Identity Insert. As far as I can see, all rows of all tables are imported, but I also get the following Warning: Warning 0x80049304: Data Flow Task 1: 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 googled this problem, but couldn't find any useful answer. I also thought this might be permission issue and I used my local sa login, but still got the warning. Does anyone know what is causing this warning? Kind Regards Med |
![]() |
| Thread Tools | |
| Display Modes | |
| |