Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Import Warning Message

309 views
Skip to first unread message

Med

unread,
Jul 7, 2009, 8:23:56 PM7/7/09
to

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

Todd C

unread,
Jul 8, 2009, 8:42:02 AM7/8/09
to

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

unread,
Jul 8, 2009, 10:05:57 AM7/8/09
to
Hi Todd,

Thanks for replying. I only have one instance of SQL 2008 Dev.I checked and
by default "Shared Memory" were enabled for all.

Regards

Med

"Todd C" <To...@discussions.microsoft.com> wrote in message
news:04F6B022-9BAA-4EA8...@microsoft.com...

Andrew

unread,
Jul 30, 2009, 1:00:01 AM7/30/09
to
Hi Med,

I had the same problem when I set up a proxy account to use the ssis service
through the SQL server agent.

I deleted the proxy account and it seemed to work fine for running a
straight import
I re-created the proxy account and

Regards,

Andrew

0 new messages