No announcements
Found 576141 threads
-
0 Votes
OLEDB Connection timeout with oracle
Hi, I'm having a bit of a problem with this, i have searched in a number of places but still have not found the solution it says in the MSDN documentation ...Answered | 2 Replies | 10605 Views | Created by Danish Shamim - Monday, July 20, 2009 8:32 AM | Last reply by Danish Shamim - Wednesday, July 22, 2009 5:14 AM -
1 Votes
SSIS Package OLEDB Source Timeout property is not working
AFAIK timeout is a connection property...Answered | 2 Replies | 1788 Views | Created by Vinay Kacham - Saturday, May 23, 2015 4:05 PM | Last reply by Visakh16 - Saturday, May 23, 2015 6:58 PM -
0 Votes
SSIS Connection Timeout Errors
In order to troubleshoot, you could try and increase the value of "Connect Timeout" property of each of the SOurce connection managers if it set to something ...Answered | 2 Replies | 14098 Views | Created by Nimesh Shah - Monday, April 23, 2012 2:31 PM | Last reply by Muqadder - Monday, April 23, 2012 10:38 PM -
0 Votes
OLEDB Connection manager in SSIS
Is there any way to do that.Also can i change the connection through XML.Answered | 6 Replies | 5369 Views | Created by Ajay Singh Rawat - Thursday, June 23, 2011 5:46 AM | Last reply by Shailesh Rajak - Thursday, June 23, 2011 12:44 PM -
3 Votes
OLEDB Connection Question
Hello Nikolaos H, I am experimenting with an OLEDB Connection.Answered | 5 Replies | 2365 Views | Created by Nikolaos H - Thursday, July 28, 2011 5:11 PM | Last reply by Paul P Clement IV - Thursday, July 28, 2011 11:33 PM -
0 Votes
Convert ADO.net connection to OLEdb connection in Script Task
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/GettingStartedNETVersion/GettingStartedNETVersion.htm walks you thru how to set a connection to Oracle.Answered | 1 Replies | 1393 Views | Created by Seetharam Rajendran - Wednesday, March 19, 2014 9:24 AM | Last reply by ArthurZ - Wednesday, March 19, 2014 3:41 PM -
2 Votes
Dynamic connection string for OLEDB connection string in SSIS
Hi SubhadipRoy, I you set the connection string of your OLEDB dynamically during the execution of the package, you should try setting the option ...Answered | 4 Replies | 24451 Views | Created by SubhadipRoy - Sunday, September 29, 2013 4:19 PM | Last reply by Guillaume Fraiture - Monday, September 30, 2013 8:12 AM -
0 Votes
Script Component and OLEDB Connection
Dim cmParams As Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100 = CType(DtsConvert.GetWrapper(Me.Connections.EtlLog).InnerObject, ...Answered | 4 Replies | 7372 Views | Created by Jerry9988 - Tuesday, January 15, 2008 3:20 AM | Last reply by Necati ARSLAN - Wednesday, November 4, 2009 8:48 AM -
0 Votes
OleDB connection fail to DB2
To be clear, what type of connection are you trying to use (provide exact version)?Answered | 6 Replies | 5864 Views | Created by on4ciq - Wednesday, April 7, 2010 11:57 AM | Last reply by Marcus Crast - Friday, April 9, 2010 3:55 PM -
1 Votes
OLEDB
Hi Subu, you have set the conection manager to oledb destination component?Answered | 3 Replies | 4298 Views | Created by subu999 - Tuesday, August 10, 2010 9:14 AM | Last reply by Víctor M - Tuesday, August 10, 2010 12:14 PM -
0 Votes
connect Timeout
I have a DataReaderSource which connects to Teradata.Answered | 2 Replies | 4722 Views | Created by NSG12 - Monday, December 27, 2010 3:34 PM | Last reply by NSG12 - Monday, December 27, 2010 7:42 PM -
0 Votes
connection timeout
i used my debuggin tool and found out that the exception was from the connection.Answered | 3 Replies | 3446 Views | Created by Doaji - Thursday, February 5, 2009 6:55 AM | Last reply by Lucian Baciu - Friday, February 6, 2009 10:08 AM -
0 Votes
DB Connection Timeout
The idea of increasing the connection timeout was mainly intended as an aid to troubleshooting.Answered | 5 Replies | 1859 Views | Created by Justin Wong Choon Wah - Thursday, August 4, 2016 3:52 AM | Last reply by Erland Sommarskog - Thursday, August 4, 2016 10:43 AM -
0 Votes
Password is breaking everytime for OLEDB connection
I created a SSIS package using source as OLEDB Source(Using msdoara as oracle connection provider) Everything seems fine when I input the ...Answered | 1 Replies | 1181 Views | Created by deepak_cool - Tuesday, May 28, 2013 11:44 PM | Last reply by Nitesh Rai - Wednesday, May 29, 2013 7:52 AM -
1 Votes
Error on OLEDB Connection to access Database
in English : the name of the file is not valid I think that there is an error in your connection string on the level of the datasource Data Source= ...Answered | 3 Replies | 4705 Views | Created by Themien - Sunday, September 15, 2013 5:21 PM | Last reply by Papy Normand - Sunday, September 15, 2013 10:38 PM -
2 Votes
SQL Connection Timeout
Connect timeout is the timeout waiting for the server to respond to the initial connection request, not for executing commands.Answered | 5 Replies | 7551 Views | Created by Jay1987 - Monday, August 14, 2017 2:18 PM | Last reply by Jay1987 - Tuesday, August 15, 2017 1:01 PM -
0 Votes
Sql Connection timeout issue.
Please try change your connection string append property "TimeOut=4;".Answered | 2 Replies | 4045 Views | Created by Xor2 - Thursday, June 10, 2010 7:34 PM | Last reply by Fafafaalex - Monday, June 14, 2010 2:32 AM -
0 Votes
Hybrid Connections: Idle connection timeout?
The connections would be from the hybrid connection manager to the db.Answered | 4 Replies | 2012 Views | Created by Gerard Escalante - Wednesday, October 21, 2015 2:54 PM | Last reply by Gerard Escalante - Thursday, November 5, 2015 4:19 PM -
0 Votes
SOAP adapter connection timeout
The keep-alive and timeout setting of the client calling your web service.Answered | 4 Replies | 8461 Views | Created by cas1980 - Thursday, December 11, 2008 6:00 PM | Last reply by Ben Cline1 - Wednesday, January 5, 2011 8:34 PM -
0 Votes
Closing an OLEDB connection explicitly in SSIS
My new DFT is failing to acquire connection with the source for the reason that the limit of open connections has already exceeded.Answered | 7 Replies | 13107 Views | Created by Ashfaqh - Thursday, April 21, 2011 12:38 AM | Last reply by Todd C - Tuesday, April 26, 2011 10:54 AM - Items 1 to 20 of 576141 Next ›
No announcements