Operating System - HP-UX
1753638 Members
5519 Online
108798 Solutions
New Discussion юеВ

Re: problem to login in isql for sybase

 
RIYAZ_3
Occasional Advisor

problem to login in isql for sybase

i have HP UX 11.23 sybase 12.5.3 is install on it but i am not getting to use isql command it show following error
ksh:isql : not found
my isql path is /usr/sybase/12.5.3/OCS-12_5/bin
i already set variable enviorement
as SYBASE=/usr/sybase/12.5.3/OCS-12_5/bin

but its show same problem
4 REPLIES 4
Peter Godron
Honored Contributor

Re: problem to login in isql for sybase

Hi,
and welsome to the forums !
Have you tried setting instead :
ISQL=/usr/sybase/12.5.3/OCS-12_0/bin/isql

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward useful answers given to your questions.
RIYAZ_3
Occasional Advisor

Re: problem to login in isql for sybase

Hi Thanks for giving me immediate replie
bUt same is happen

Here i will show you

sybase@lonestar:/usr/sybase > ISQL=/usr/sybase/12.5.3/OCS-12_5/bin/isql
sybase@lonestar:/usr/sybase > isql -c
ksh: isql: not found
sybase@lonestar:/usr/sybase >
Peter Godron
Honored Contributor

Re: problem to login in isql for sybase

Hi,
sorry, didn't make myself clear.
I meant define the path to isql.

SYBASE=/usr/sybase/12.5.3/OCS-12_5
export SYBASE
PATH=$PATH:$SYBASE:$SYBASE/bin:.
export PATH
RIYAZ_3
Occasional Advisor

Re: problem to login in isql for sybase

it working fine
just set the path
i.e

#/sybase/12.5.3/SYBASE.sh
and use isql command