RE: [dev] SQL Server 2000 with otrs

-----Original Message----- From: Martin Edenhofer [mailto:martin@edenhofer.de] Sent: Wednesday, July 02, 2003 11:02 PM To: dev@otrs.org Subject: Re: [dev] SQL Server 2000 with otrs
Im not sure, but try to change the "DBI->connect(" in Kernel/System/DB.pm [...] [...] # -- # db connect # -- if (!($Self->{dbh} = DBI->connect("$Self->{DSN}", $Self->{USER}, $Self->{PW}, { LongTruncOk => 1 }))) { $Self->{LogObject}->Log( Caller => 1, Priority => 'Error', Message => $DBI::errstr, ); return; } [...]
i think, i have it now. instead of: $Self->{USER}, $Self->{PW}, { LongTruncOk => 1 }))) { i tried: $Self->{USER}, $Self->{PW}, { LongReadLen => 200000 }))) { now i can connect without any failure :-) Holger
participants (1)
-
Holger.Struck@sqs.de