Operating System - HP-UX
1753456 Members
5554 Online
108794 Solutions
New Discussion юеВ

Re: Login problem to isql

 
RIYAZ_3
Occasional Advisor

Login problem to isql

Please me out
i have HP unix server
on that sybase 12.5.3 is install
i create database server
when i use at
$isql -Usa -P -S name
it gives followin error
ksh:isql : not found
please solution
6 REPLIES 6
Christian Tremblay
Trusted Contributor

Re: Login problem to isql

It looks like you have no path to the file
use the full name /dir/dir/isql or set your path correctly:

PATH=$PATH:/dir/dir
RIYAZ_3
Occasional Advisor

Re: Login problem to isql

my path is
/usr/sybase/12.5.3/ASE-12_5
&
/usr/sybase/12.5.3/OCS-12_5/bin/isql
what the next

Christian Tremblay
Trusted Contributor

Re: Login problem to isql

if the isql executable is at

/usr/sybase/12.5.3/OCS-12_5/bin/isql

then entering the full line as above should work.

if you set your path like:

PATH=$PATH:/usr/sybase/12.5.3/OCS-12_5/bin

then typing isql alone should work.
Yogeeraj_1
Honored Contributor

Re: Login problem to isql

hi,

did you try:
/usr/sybase/12.5.3/OCS-12_5/bin/isql -Usa -P -S name

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Peter Godron
Honored Contributor

Re: Login problem to isql

Hi,
can you please update your old thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1078801

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

So far you have not awarded any points !

RIYAZ_3
Occasional Advisor

Re: Login problem to isql

Thanks
Just set the PATH it will work