Re: DBD::Sybase context allocation routine failed

2008-02-16 Thread Peter Levine
Pete - Original Message From: Michael Peppler <[EMAIL PROTECTED]> To: Peter Levine <[EMAIL PROTECTED]> Cc: dbi-users@perl.org Sent: Thursday, February 14, 2008 11:10:22 AM Subject: Re: DBD::Sybase context allocation routine failed Peter Levine wrote: > Hi, > > Is ther

Re: DBD::Sybase context allocation routine failed

2008-02-15 Thread Peter Levine
ROTECTED]> Cc: Tim Bunce <[EMAIL PROTECTED]>; dbi-users@perl.org Sent: Wednesday, February 13, 2008 11:07:42 AM Subject: Re: DBD::Sybase context allocation routine failed What this means is that the SYBASE env. variable points to the wrong directory when running the CGI script. This direct

Re: DBD::Sybase context allocation routine failed

2008-02-14 Thread David Goodman
The OCS directory should be pointed to by $SYBASE/$SYBASE_OCS; it's not clear from the text that this is actually happening. Verification can be done using isql, which separates that issue from perl programming issues. The environment can be checked at runtime in the perl script in one of two ways

Re: DBD::Sybase context allocation routine failed

2008-02-14 Thread Michael Peppler
Peter Levine wrote: Hi, Is there a way to determine which libraries the DBI/DBD used when it was installed? This information is not in perl -V. There are several different SYBASE home directories on this server each with sub-directories for ASE or OCS versions. (I didn't install it -- I ass

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Michael Peppler
lt;[EMAIL PROTECTED]> Cc: Peter Levine <[EMAIL PROTECTED]>; dbi-users@perl.org Sent: Wednesday, February 13, 2008 8:59:27 AM Subject: Re: DBD::Sybase context allocation routine failed True, but _very_ unlikely to be relevant to this problem. Tim. On Wed, Feb 13, 2008 at 04:04:23PM +0100, Ale

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Peter Levine
Bunce <[EMAIL PROTECTED]> To: Alexander Foken <[EMAIL PROTECTED]> Cc: Peter Levine <[EMAIL PROTECTED]>; dbi-users@perl.org Sent: Wednesday, February 13, 2008 8:59:27 AM Subject: Re: DBD::Sybase context allocation routine failed True, but _very_ unlikely to be relevant to this prob

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Tim Bunce
>> Pete >> >> - Original Message >> From: Jonathan Leffler <[EMAIL PROTECTED]> >> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >> Cc: dbi-users@perl.org >> Sent: Tuesday, February 12, 2008 6:25:35 PM >> Subject: R

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Alexander Foken
PM Subject: Re: DBD::Sybase context allocation routine failed On Feb 12, 2008 3:26 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: attempting a DB connection using a brand new installation of perl 5.8.8 on an old sun box: 'sun4u sparc SUNW,Ultra-4'. i have connectivity. this comman

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Peter Levine
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Cc: dbi-users@perl.org Sent: Tuesday, February 12, 2008 6:25:35 PM Subject: Re: DBD::Sybase context allocation routine failed On Feb 12, 2008 3:26 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: attempting a DB connection using a bra

Re: DBD::Sybase context allocation routine failed

2008-02-12 Thread Jonathan Leffler
On Feb 12, 2008 3:26 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > attempting a DB connection using a brand new installation of perl > 5.8.8 on an old sun box: 'sun4u sparc SUNW,Ultra-4'. > > i have connectivity. > this command line script returns a reference to a hash: > perl -MDBI -e 'print

DBD::Sybase context allocation routine failed

2008-02-12 Thread [EMAIL PROTECTED]
hi, attempting a DB connection using a brand new installation of perl 5.8.8 on an old sun box: 'sun4u sparc SUNW,Ultra-4'. i have connectivity. this command line script returns a reference to a hash: perl -MDBI -e 'print DBI- >connect("DBI:Sybase:server=","user","password")' but when i attem