[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Confusion about finding the VST (_connect) details for a given _myconnection record

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
stuff that might be worth remembering: 0) user numbers (aka connection numbers) are relevant only to one database. a 4GL user may be connected to many databases with different connection numbers in each. 1) the process id is valid only for the machine the connection is coming from. it is unique on that machine (which might be a virtual machine). 2) _connect-ipaddress tells you from where the connection orginates 3) the database primary broker always has the first _connect table entry. its ip address would be the ip address of the machine hosting the database and its servers. 4) looks like the ip address field is not filled in for local connections. i have not verfied this but the 11.7 doc implies so.

Continue reading...
 
Status
Not open for further replies.
Back
Top