Hi Experts,
I just installed SAP EHP7 with SYBASE ASE 15.7.0.122 on Red Hat Enterprise Linux Server release 6.5 (Santiago).
When I am trying to connect to isql with the user: syb<sid> and with the command:
isql -Usapsa -S<SID> -X but it it giving the error output as: isql: command not found
I also tried the command from the path: /sybase/<SID>/OCS-15_0/bin but giving the same error but it is getting connected with the command:
isql64 -Usapsa -S<SID> -X
I have checked the permission and owner of the files that are properly set and I though that this is the problem with the environment variables but I believe all are properly set. FYR.. the below are the environment variable:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PATH=/sybase/DEV/ASE-15_0/jobscheduler/bin:/sybase/DEV/ASE-15_0/bin:/sybase/DEV/ ASE-15_0/install:/sybase/DEV/OCS-15_0/bin:/usr/lib64/qt- 3.3/bin:/usr/local/bin:/bin:/usr/bin
SAP_JRE7_32=/sybase/DEV/shared/SAPJRE-7_1_011_32BIT
SAP_JRE7=/sybase/DEV/shared/SAPJRE-7_1_011_64BIT
SAP_JRE7_64=/sybase/DEV/shared/SAPJRE-7_1_011_64BIT
SYBASE_OCS=OCS-15_0
INCLUDE=/sybase/DEV/OCS-15_0/include:
LIB=/sybase/DEV/OCS-15_0/lib:
LD_LIBRARY_PATH=/sybase/DEV/ASE-15_0/lib:/sybase/DEV/OCS-15_0/lib:/sybase/DEV/OCS-15_0/lib3p64:/sybase/DEV/OCS-15_0/lib3p:
SYBASE=/sybase/DEV
SYBASE_ASE=ASE-15_0
SYBROOT=/sybase/DEV
SYBASE_JRE_RTDS=/sybase/DEV/shared/SAPJRE-7_1_011_64BIT
SYBASE_WS=WS-15_0
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now my questions are:
1) What could be the reason for this behavior?
2) What is the difference b/w isql and isql64?
3) backup taken by isql64 will be restored with isql?
Thanks and Regards
KLNR