dbTalk Databases Forums  

Failed to acquire connection "tempdb

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Failed to acquire connection "tempdb in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SalamElias
 
Posts: n/a

Default Failed to acquire connection "tempdb - 01-24-2006 , 02:47 PM






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



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 01-24-2006 , 05:58 PM






SalamElias wrote:
Quote:
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


Reply With Quote
  #3  
Old   
SalamElias
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 01-25-2006 , 03:17 PM



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 disappears

Any Idea

Best regards,
"Darren Green" wrote:

Quote:
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


Reply With Quote
  #4  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 01-26-2006 , 12:51 AM



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.


--------------------
Quote:
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 disappears

Any 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 :

----------------------------------------------------------------------------
-----------------------------------------------
Quote:
[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

----------------------------------------------------------------------------
------------------------------------------------
Quote:
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




Reply With Quote
  #5  
Old   
SalamElias
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 01-26-2006 , 04:46 AM



Thanks. As I said, it is a new sql server project I created in VS2005. I am
trying to test it for the moment. I havn't deployed aznything, just hitting
run to validate and debug and learn.
I repeat my question, whey password is not savec in your opinion, bug,
dysfun......oe anything else?

Tnanks again
salam

"Peter Yang [MSFT]" wrote:

Quote:
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 disappears

Any 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





Reply With Quote
  #6  
Old   
Michael Cheng [MSFT]
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 01-27-2006 , 02:54 AM



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.





Reply With Quote
  #7  
Old   
Josh
 
Posts: n/a

Default Re: Failed to acquire connection "tempdb - 03-22-2006 , 10:39 AM



We are having the same issue - what was the resolution?

"Michael Cheng [MSFT]" wrote:

Quote:
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.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.