SAP Knowledge Base Article - Preview

2358586 - How to get the IPAddress logged through an event - SAP IQ 16.0

Symptom

  • Trying to get the IPAddress of a connection using connection_property('NodeAddress') through an event with the type Connect which itself calls a procedure.
  • This is the sampe code:

create procedure ipcheck
as
begin
   INSERT INTO ipcheck VALUES (getdate(),SUSER_NAME(), connection_property('NodeAddress'))
END
go
 
create event ipcheck
type Connect
HANDLER
BEGIN
   Call ipcheck();
END
go


Read more...

Environment

SAP IQ 16.0

Product

SAP IQ 16.0

Keywords

ClientNodeAddress, AppInfo, login, procedure , KBA , BC-SYB-IQ , Sybase IQ , How To

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.