Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 connection error

Author  Topic 

sravanim
Yak Posting Veteran

58 Posts

Posted - 2013-06-28 : 06:20:27
when i am trying to execute the job(it executes SSIS file) through sqlagent it works fine but same i am trying to execute the job through MSBI it shows the below error:

[Source - genV_GCDRA_Major_Filings [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "MSPS-Extension" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-28 : 06:25:02
looks like a connection manager issue. whats the connection manager type for "MSPS-Extension"?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

sravanim
Yak Posting Veteran

58 Posts

Posted - 2013-06-28 : 06:28:17
OLEDB connection
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-28 : 06:43:53
are you using sql server authentication?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

sravanim
Yak Posting Veteran

58 Posts

Posted - 2013-06-28 : 07:08:18
Yes
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-28 : 07:21:59
have you added the username password etc as configuration item?
have you created config file with values for local execution in MSBI?
Were you the one who created the package originally?
Check whats the current protection level set for the package.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

sravanim
Yak Posting Veteran

58 Posts

Posted - 2013-06-28 : 07:36:33
username and password are stored in dtsconfig file.
yes.
no.I have full access to the package
how to check protection level for the package?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-28 : 11:03:58
quote:
Originally posted by sravanim

username and password are stored in dtsconfig file.
yes.
no.I have full access to the package
how to check protection level for the package?


Check in package properties for a property called protection level.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -