![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have an SSIS project, has a connection to tempdb (local sql2k5 server), 3 tasks, creating a table, populating the table, then deleting the table. of course when I test the connection i GET TEST Succesfull (I am using sa ...) Whenever I run the package, all tasks become red colored, I get the following error : --------------------------------------------------------------------------------------------------------------------------- [Execute SQL Task] Error: Failed to acquire connection "tempdb". connection may not be configured correctly or you may not have the right permissions on this connection.vance ---------------------------------------------------------------------------------------------------------------------------- Any help would be appreciated. Thanks in advance |
#3
| |||
| |||
|
|
SalamElias wrote: Hi, I have an SSIS project, has a connection to tempdb (local sql2k5 server), 3 tasks, creating a table, populating the table, then deleting the table. of course when I test the connection i GET TEST Succesfull (I am using sa ...) Whenever I run the package, all tasks become red colored, I get the following error : --------------------------------------------------------------------------------------------------------------------------- [Execute SQL Task] Error: Failed to acquire connection "tempdb". connection may not be configured correctly or you may not have the right permissions on this connection.vance ---------------------------------------------------------------------------------------------------------------------------- Any help would be appreciated. Thanks in advance The obvious answer is that your connection to tempdb fails. If you are running the package on the same machine and same user as when you tested the connection then I'm not sure. I would start by checking name resolution and basic connectivity. Check the SQL error log for failed login events (you should be auditing these by default in SQL2K5). -- Darren http://www.sqldts.com http://www.sqlis.com |
#4
| |||
| |||
|
|
Thread-Topic: Failed to acquire connection "tempdb thread-index: AcYh9LARKTPqUzvLRYSpliwFt8zqBA== X-WBNR-Posting-Host: 81.56.243.244 From: "=?Utf-8?B?U2FsYW1FbGlhcw==?=" <eliassal (AT) online (DOT) nospam References: <E1BF0BBE-8EFC-4449-9856-7A81381C5297 (AT) microsoft (DOT) com OcwumIUIGHA.3144 (AT) TK2MSFTNGP11 (DOT) phx.gbl Subject: Re: Failed to acquire connection "tempdb Date: Wed, 25 Jan 2006 13:17:03 -0800 Lines: 40 Message-ID: <30A6BB5C-9A83-4B8D-BFFE-C5D861DC6091 (AT) microsoft (DOT) com MIME-Version: 1.0 Content-Type: text/plain; charset="Utf-8" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:63381 X-Tomcat-NG: microsoft.public.sqlserver.dts Thanks. I double checked, and found that the project is not saving the password in spite ofthe fact that I check the option "save password". Even I tried manually (entered t in the connection string property (user id=;....Password=... , but it disappearsAny Idea Best regards, "Darren Green" wrote: SalamElias wrote: Hi, I have an SSIS project, has a connection to tempdb (local sql2k5 server), 3 tasks, creating a table, populating the table, then deleting the table. of course when I test the connection i GET TEST Succesfull (I am using sa ...) Whenever I run the package, all tasks become red colored, I get the following error : ---------------------------------------------------------------------------- |
|
[Execute SQL Task] Error: Failed to acquire connection "tempdb". connection may not be configured correctly or you may not have the right permissions on this connection.vance ---------------------------------------------------------------------------- |
|
Any help would be appreciated. Thanks in advance The obvious answer is that your connection to tempdb fails. If you are running the package on the same machine and same user as when you tested the connection then I'm not sure. I would start by checking name resolution and basic connectivity. Check the SQL error log for failed login events (you should be auditing these by default in SQL2K5). -- Darren http://www.sqldts.com http://www.sqlis.com |
#5
| |||
| |||
|
|
Hello, Did you try to deploy ssis pkg into SQL server Or file system is using Deployment utility from SSIS, and then test the siutation? Best Regards, Peter Yang MCSE2000/2003, MCSA, MCDBA Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- Thread-Topic: Failed to acquire connection "tempdb thread-index: AcYh9LARKTPqUzvLRYSpliwFt8zqBA== X-WBNR-Posting-Host: 81.56.243.244 From: "=?Utf-8?B?U2FsYW1FbGlhcw==?=" <eliassal (AT) online (DOT) nospam References: <E1BF0BBE-8EFC-4449-9856-7A81381C5297 (AT) microsoft (DOT) com OcwumIUIGHA.3144 (AT) TK2MSFTNGP11 (DOT) phx.gbl Subject: Re: Failed to acquire connection "tempdb Date: Wed, 25 Jan 2006 13:17:03 -0800 Lines: 40 Message-ID: <30A6BB5C-9A83-4B8D-BFFE-C5D861DC6091 (AT) microsoft (DOT) com MIME-Version: 1.0 Content-Type: text/plain; charset="Utf-8" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250 Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:63381 X-Tomcat-NG: microsoft.public.sqlserver.dts Thanks. I double checked, and found that the project is not saving the password in spite ofthe fact that I check the option "save password". Even I tried manually (entered t in the connection string property (user id=;....Password=... , but it disappearsAny Idea Best regards, "Darren Green" wrote: SalamElias wrote: Hi, I have an SSIS project, has a connection to tempdb (local sql2k5 server), 3 tasks, creating a table, populating the table, then deleting the table. of course when I test the connection i GET TEST Succesfull (I am using sa ...) Whenever I run the package, all tasks become red colored, I get the following error : ---------------------------------------------------------------------------- ----------------------------------------------- [Execute SQL Task] Error: Failed to acquire connection "tempdb". connection may not be configured correctly or you may not have the right permissions on this connection.vance ---------------------------------------------------------------------------- ------------------------------------------------ Any help would be appreciated. Thanks in advance The obvious answer is that your connection to tempdb fails. If you are running the package on the same machine and same user as when you tested the connection then I'm not sure. I would start by checking name resolution and basic connectivity. Check the SQL error log for failed login events (you should be auditing these by default in SQL2K5). -- Darren http://www.sqldts.com http://www.sqlis.com |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi Salam, Since Peter Yang is OOF, I am his backup. Is it possible for you using AdventureWorks as Data Source to generate a SSIS project sample for me, with which I could reproduce it on my side. I understand the information may be sensitive to you, my direct email address is v-mingqc (AT) ONLINEmicrosoft (DOT) com (make sure you have REMOVED ONLINE before you click SEND), you may send the file to me directly and I will keep secure. Sincerely yours, Michael Cheng Microsoft Online Partner Support When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. |
![]() |
| Thread Tools | |
| Display Modes | |
| |