|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: RE: sybperl ct_config CS_RETRY_COUNT
Date: Aug 26 2005 6:23AM
On Fri, 2005-08-26 at 09:57 +0900, Ashish Gupta wrote:
> Thanks Michael.
>
> I tried it, but get the following error:
>
> Can't locate auto/Sybase/CTlib/CS_RETRY_CO.al in @INC (@INC contains:
> /export/home/guptaash/perl/lib/5.8.6
> /export/home/guptaash/perl/lib/site_perl/5.8.6/sun4-solaris-thread-multi
> /export/home/guptaash/perl/lib/site_perl/5.8.6
> /export/home/guptaash/perl/lib/site_perl .) at b.pl line 13
Ah - I guess it's a new(ish) symbol that isn't mapped in Sybase::CTlib.
You can use the actual value of the #define for now - checking in
cspublic.h I see:
#define CS_RETRY_COUNT (CS_INT)9173
So if you pass 9173 you should be OK.
Michael
--
Michael Peppler - mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html
|