![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone ever successfully scheduled a DTS package to connect and extract data from an Interbase/Firebird database? ... I get the following error: Step Error Source: Microsoft OLE DB Provider for ODBC Drivers Step Error Description:[XTG Systems][InterBase6 ODBC Driver], unavailable database |
#3
| |||
| |||
|
|
-----Original Message----- On Fri, 23 Apr 2004 07:37:41 -0700, "Neil" wrote: Has anyone ever successfully scheduled a DTS package to connect and extract data from an Interbase/Firebird database? ... I get the following error: Step Error Source: Microsoft OLE DB Provider for ODBC Drivers Step Error Description:[XTG Systems][InterBase6 ODBC Driver], unavailable database G'day Neil, It is most likely because of your connection type. If you don't specify a TCP/IP connection, then you are probably connecting via named pipes. Change to using TCP/IP and you should be OK. e.g. Database=servername:c:\databases\yourdatabase.gdb cheers, Ross. -- "There is more to life than simply increasing its speed." - Mahatma Gandhi . |
#4
| |||
| |||
|
|
What surprised me is that SQL Enterprise Manager successfully ran the package when I hadn't specified the type of connection. Presumably it 'assumed' a TCP/IP connection whereas SQL Server Agent assumes a named pipe. |

![]() |
| Thread Tools | |
| Display Modes | |
| |