NOthing would go to the Sybase error log because it is
not a system error. When we execute the proc on sybase
side it immediatly errors out and prints the error
message "trying to insert null values into not null
column". But we it is executed via a DTS package ( SQL
server 2000), the package executes sucessfully ( of
cource it does not do anything as the procedure on sybase
fails. However if we use ODBC connection instead of OLE
DB then the package also abends and the error is
reported. May be its OLE DB that is the culprit here.
Any workarounds??
Quote:
-----Original Message-----
Check the db log on sybase.
Did you include any error/exception conditions in you sp
code?
. |