![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, Two weeks ago we migrated our database to another server including our DTS packages. We went in and replaced the Server connections with the new server name where necessary including within Active X scripts where a connection is declared. The problem is, now all of the packages I run from my computer time out. The packages run successfully without timing out when run from either of my colleague's computers. It makes no sense to me...why would it work for the others? I haven't been able to make any progress on any of the packages I was in the process of building because it times out. I would really appreciate any help. Here is a sample of some code where it times out: Dim cnn Set cnn = CreateObject("ADODB.Connection") cnn.Provider = "sqloledb" It times out here >> cnn.Open "Server=FOG;Trusted_Connection=Yes;Database=IMPORT " Does anybody have any idea why this would be occurring or what I can do to fix it or where to look to find the problem? |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |