![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there... I'm trying to extract from a Sybase SQL Anywhere 5.0 database, and dump it into a table on the MSSQL server. It works perfectly when I activate the DTS package, directly on the server, but if I use a vbscript to do so, it fails to start up the client program, which is needed for Sybase connection. How do I get DTS to start up the client program when the package is remotely activated? -- I doubt, therefore I might be. |
#3
| |||
| |||
|
|
Hi there... I'm trying to extract from a Sybase SQL Anywhere 5.0 database, and dump it into a table on the MSSQL server. It works perfectly when I activate the DTS package, directly on the server, but if I use a vbscript to do so, it fails to start up the client program, which is needed for Sybase connection. How do I get DTS to start up the client program when the package is remotely activated? -- I doubt, therefore I might be. |
#4
| |||
| |||
|
|
DTS packages execute on the client. This of course depends on how you exceute the package, but if using VBScript and teh object model to call LoadFromSQLServer then the package executes on machine which you run the VBScript on, and under the crededntials of the user who started the VBScript. |
|
So does that local machine have the correct drivers installed, and does the executing user have permissions. |
![]() |
| Thread Tools | |
| Display Modes | |
| |