on ‎2025 Mar 17 4:31 AM
On the host housing a SAP IQ environment, when connecting to the SAP IQ server via isql, how do you obtain the full hostname?
On ASE it is select ASEHostName() however there is no equivalent IQHostName in IQ.
I am not asking about the client level command. I am asking what is the server level command to extract the full hostname.
Request clarification before answering.
found KBA 3201049 having the query statement corresponding to "hostname" shell command.
--3201049 - How to find Hostname that IQ server is running by query - SAP IQ
https://me.sap.com/notes/3201049
...
Resolution
Please run following statement:
(DBA)> select Value AS Hostname from sa_eng_properties() where PropName='MachineName'
Hostname
---------
testhost
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.