|
|
sybperl-l Archive
Up Prev Next
From: michael dot peppler at bnpparibas dot com
Subject: Re: Sybase::bcp
Date: Feb 8 2007 9:07AM
That looks like an ASE error, or possibly an OpenClient error. In any case
I don't think that it is directly related to sybperl.
On the other hand you are using the old DB-Library API - and you should
probably use the new(er) BLK (ClientLibrary) API (i.e. Sybase::BLK)
Have you tried the same data via the bcp tool ?
Michael
Internet
cenvnc@gmail.com@peppler.org - 07.02.2007 19:01
Sent by: owner-sybperl-l@peppler.org
To: sybperl-l
cc:
Subject: Sybase::bcp
Hello,
I'm using Sybase::bcp to run in some data from a text file into an ase
15.0 express database. The database is on openSUSE 10.1. The table this
data is being loaded into has an index that detects duplicate lines. The
first file load enters the database with no problems. When I load the
same file again, I expect to see a bunch of 2601's, duplicate row errors
thrown by the callback function. Instead I see the following printed
multiple times:
/Sybase message 1622, Severity 18, state 2
Type 'e2' not implemented./
(Type messages include: ee,f1,ea,e4)
*The perl script then hangs*. ????
Inspecting the packets with tcpdump I know that communication has
stopped between sybperl and the db. The test network is very simple,
collisions etc are not a problem. The transaction logs (tempdb and the
database in question) have plenty of space. I have not upgraded 15 to
the 15.01 edition. Could that be it?
I have loaded the file manually using bcp on the command line. And this
produces the expected results.
Now I am not sure whether this is a sybperl question or an ase
question... if it is an ase question I will repost on ase.linux.
Cheers
Ed
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.
---------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.
|