Release Summary : 1. New and Updated Features : Gateway Listen Address Added to Error Log
 
Share this page                  
Gateway Listen Address Added to Error Log
In the previous version of Enterprise Access, only the gateway process ID was provided in the startup message; there was no way to tell what the listen ID was. The old message followed this format:
...[user, pid]...
Now, the gateway daemon startup message in the error log contains each gateway’s listen address and the gateway type. The message now follows this format:
...[listen_id, gw_type, pid]...
For example:
USER02-MAINVM::[NN\MSSQL\dd8 , EAMSSQL, 3544]: Thu May 06 16:51:00 2010: Gateway Server normal shutdown.
The format for the listen address is different on Microsoft Windows than it is for UNIX. For example:
Windows listen address format:
NN\MSSQL\dd8
UNIX listen address format:
42843
For information about how to look up the gateway listen address in the error log, see "How You Can Look Up the Gateway Listen Address in the Error Log" in the Enterprise Access Administrator Guide.