Hi all
I have installed the Sybase IQ 16.0 SP8 on a linux SLES environment.
Now itry to create the backups for the database.
I can connect with dbisql without any problems.
The connneciton string is like this:
dbisql -c "uid=dba;pwd=<password>;eng=tss126;dbn=SAPIQDB"
If i try to connect with isql igot always this error message:
CT-LIBRARY error:
ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.
The connection string that I use is like this:
isql -X -S TSS126 -D SAPIQDB -U DBA -P sql
Here are the information from the SAP Control Center for this DB:
Can someone help me?
Regards Stefan
Request clarification before answering.
Hi Stefan,
Have you configured IQ server enrty in interfaces (Unix) or sql.ini (in Windows) file?
Regards,
Tayeb.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tayeb,
Please explain me the difference between isql & dbisql, as it is given here:
[iqug] Difference between isql &amp; dbisql
but I am unable to understand the stuff they have related to the loading or whatever else.
--
Regards.
Vivek
The utility dbisql is recommended with IQ or Sql Anwyhere database, especially for DBA tasks, Loads, etc. It uses odbc or jdbc, and nativelly uses Watcom Sql language.
dbisql can work in GUI (default) or in interactive (option -nogui).
Isql is a utility based on Open Client libraries and intially designed for SAP Sybase ASE (Adaptive server Enterprise), but compatible with IQ and Sql Anywhere.
An example where DBAs perefer isql instead of dbisql, is execution of Transact sql scripts).
Connection to IQ with open client isql, will implictly set, via login procedure, options for Transact Sql compatibility, like Ansinull, Quoted_identifier, Chained, etc.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.