Re: DBD::Sybase context allocation routine failed

2008-02-16 Thread Peter Levine
- 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 there a way to determine which

Re: DBD::Sybase context allocation routine failed

2008-02-15 Thread Peter Levine
[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 directory most likely has older Sybase

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

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

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Alexander Foken
and selects) without he DBD module? I guess then I'm unclear on when I would need it. 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: Re: DBD::Sybase context

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Peter Levine
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 brand new installation of perl 5.8.8

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Tim Bunce
] 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 brand new installation

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 problem. Tim. On Wed, Feb 13

Re: DBD::Sybase context allocation routine failed

2008-02-13 Thread Michael Peppler
] 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, Alexander Foken wrote: You need

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 DBI-

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 attempt to