Monday, March 19, 2012

ASE ODBC 12.5 Driver has problem with SQLServer 8.0 DTS: HELP!

Hi,

On one side, I have a Sybase 12.5 32 bits Server running on AIX 5.1
(maintenance level 3). On the other, I've got W2000 5.00.2195 (SP2)
with SQL Server Standard Edition, Product Version 8.00.534 (SP2),
having installed MDAC 2.6.

I connect to the Sybase 12.5 database using Merant ASE ODBC driver for
Sybase 12.5, and using the Microsoft OLE DB Provider for SQL Server
that comes with this SQLServer version.

I try to pump over data from Sybase to SQLServer to one table at a
SQLServer user database, using a package containing a select statement
on a View on the Sybase Server side, using an ODBC 12.5 System DSN
pointing to the Sybase server. All privileges are set correctly on
either side and the ODBC datasource test gives an 'OK' on trying to
reach the Sybase Server.

When I do PREVIEW, I get a resultset alright, however, when I actually
run the package as a scheduled job, its keeps on running infinitely
until manually killed. No data at all is inserted in the the SQLServer
table.

Strange thing is, the same processes is running without any
complications on a W2000 5.00.2195 (SP3), MDAC 2.7 system, with the
same SQLServer connecting to the same Sybase Server but using Merant
ASE ODBC 12.0 instead of ODBC 12.5.

How come?

Any help will be greatly appreciated.

Martijn RutteSame permissions for the SQL Server Agent account ?

http://support.microsoft.com/?kbid=269074

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Martijn Rutte" <opales@.zonnet.nl> wrote in message
news:80634782.0311110348.6e386e95@.posting.google.c om...
> Hi,
> On one side, I have a Sybase 12.5 32 bits Server running on AIX 5.1
> (maintenance level 3). On the other, I've got W2000 5.00.2195 (SP2)
> with SQL Server Standard Edition, Product Version 8.00.534 (SP2),
> having installed MDAC 2.6.
> I connect to the Sybase 12.5 database using Merant ASE ODBC driver for
> Sybase 12.5, and using the Microsoft OLE DB Provider for SQL Server
> that comes with this SQLServer version.
> I try to pump over data from Sybase to SQLServer to one table at a
> SQLServer user database, using a package containing a select statement
> on a View on the Sybase Server side, using an ODBC 12.5 System DSN
> pointing to the Sybase server. All privileges are set correctly on
> either side and the ODBC datasource test gives an 'OK' on trying to
> reach the Sybase Server.
> When I do PREVIEW, I get a resultset alright, however, when I actually
> run the package as a scheduled job, its keeps on running infinitely
> until manually killed. No data at all is inserted in the the SQLServer
> table.
> Strange thing is, the same processes is running without any
> complications on a W2000 5.00.2195 (SP3), MDAC 2.7 system, with the
> same SQLServer connecting to the same Sybase Server but using Merant
> ASE ODBC 12.0 instead of ODBC 12.5.
> How come?
> Any help will be greatly appreciated.
> Martijn Rutte|||Hi Allan,

Exactly the same permissions.

Martijn

"Allan Mitchell" <allan@.no-spam.sqldts.com> wrote in message news:<uQQgTvEqDHA.360@.TK2MSFTNGP12.phx.gbl>...
> Same permissions for the SQL Server Agent account ?
> http://support.microsoft.com/?kbid=269074

No comments:

Post a Comment