logHandler: pid:userid:ticket:port:clientid

 

Message

INFO logHandler: 66107:smile:4464456:8108-8118:9828744
  • 66107 is the thread pool PID.
  • smile is the user ID.
  • 4464456 is the user ID authentication ticket.
  • 8108-8118 is the port range for server bind (0 for ephemeral port). If this is a nonzero single port, the client specified it in the subsystems tab.
  • 9828744 is the client ID (D C command).

Explanation

The message is logged at the start of RSE server initialization, before the client connects. The message is part of a sequence of messages produced during logon. Example:

INFO logHandler: 66107:smile:4464456:8108-8118:9828744  
  INFO logHandler: ProcessId=66107: port 8108 assigned to smile  
  INFO logHandler: ProcessId=66107: smile logged on 

Additional information

None.