Skip to Content.
Sympa Menu

freetds - DBLIB Unit Tests failing again

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Varley, David(CBorn at Alcoa)" <David.Varley AT alcoa.com.au>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: DBLIB Unit Tests failing again
  • Date: Sat, 7 Sep 2002 10:32:06 +0800



Latest CVS is giving me errors in the dblib unittests 16 and 17 again.
Looks like the same errors I was getting a while back which were fixed,
I think by Freddy. Have we backed out/lost a fix ? (This is on Tru64)

I'm assuming the huge object name we are attempting an INSERT on is
incorrectly parsed somewhere ? The error in t0017 is of the same type.

David

compaq.cborn.com> ./t0016
Start
About to logon
After logon
Dropping table
DB-LIBRARY error (severity 11):
Cannot drop the table '#dblib0016', because it does not exist in the
system catalog.
Creating table
return from bcp_init = 1
return from dbcmd = 1
return from dbsqlexec = 1
Number of columns = 5
return from bcp_columns = 1
DB-LIBRARY error (severity 14):
INSERT permission denied on object
'#dblib0016_______________________________
___________________________________________________________________________0
0000
00016DC', database 'tempdb', owner 'dbo'.
0 rows copied in select
DB-LIBRARY error (severity 0):
Bcp host-files must contain at least one column.
DB-LIBRARY error (severity 0):
bcp_columns() must be called before bcp_colfmt().
return from bcp_colfmt = 0
DB-LIBRARY error (severity 0):
Unable to open host data-file.
0 rows copied out
dblib failed! on ../../../../freetds/src/dblib/unittests/t0016.c




Archive powered by MHonArc 2.6.24.

Top of Page