Capture Client Version

2009-04-24 Thread Nall, Roger
All, Can someone tell me what variable is sent through the login that tells us what client version a user is operating from? We have a situation where we are capturing $VERSION$ for each user. This is showing some users as using 6.3 when they say they have installed 7.1. These are remote users

Re: Capture Client Version

2009-04-24 Thread Shellman, David
- dave.shell...@tycoelectronics.com (Wireless) From: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG To: arslist@ARSLIST.ORG arslist@ARSLIST.ORG Sent: Fri Apr 24 16:40:00 2009 Subject: Capture Client Version All, Can someone tell me what variable

Re: Capture Client Version

2009-04-24 Thread LJ Longwing
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Friday, April 24, 2009 2:40 PM To: arslist@ARSLIST.ORG Subject: Capture Client Version Importance: High ** All, Can someone tell me what variable is sent through the login that tells us what client version

Re: Capture Client Version

2009-04-24 Thread strauss
/ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Friday, April 24, 2009 3:40 PM To: arslist@ARSLIST.ORG Subject: Capture Client Version Importance: High ** All, Can someone tell me what variable is sent through the login that tells us

Re: Capture Client Version

2009-04-24 Thread Nall, Roger
Client Version Roger, We have an Active Link that is attached to major forms that pushes $VERSION$ to a Client info form. The Active Link fires on submit or modify. If $USER$ and $VERSION$ do not match it creates a new record. Take care as this also logs API and MidTier. Dave

Re: Capture Client Version

2009-04-24 Thread Grooms, Frederick W
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Friday, April 24, 2009 4:59 PM To: arslist@ARSLIST.ORG Subject: Re: Capture Client Version Thanks for the info. Unfortunately this does not tell me what I need to know. I am trying to find out what in the client

Re: Capture Client Version

2009-04-24 Thread Nall, Roger
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Grooms, Frederick W Sent: Friday, April 24, 2009 5:15 PM To: arslist@ARSLIST.ORG Subject: Re: Capture Client Version I think it is based on the actual User.exe (It is the same info

Re: Capture Client Version

2009-04-24 Thread Shellman, David
Sent: Fri Apr 24 17:58:33 2009 Subject: Re: Capture Client Version Thanks for the info. Unfortunately this does not tell me what I need to know. I am trying to find out what in the client sends this information. Is it the Registry? Is there something in the API call on login? Thanks

Re: Capture Client Version

2009-04-24 Thread Nall, Roger
] On Behalf Of Shellman, David Sent: Friday, April 24, 2009 5:32 PM To: arslist@ARSLIST.ORG Subject: Re: Capture Client Version Roger, If it's being captured at login, then I would assume that an Active Link is firing on open of the Home Page or a hidden form that is associated with login workflow

Re: Capture Client Version

2009-04-24 Thread Begosh, Kevin
...@lmco.com -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Friday, April 24, 2009 4:34 PM To: arslist@ARSLIST.ORG Subject: Re: Capture Client Version Thanks for the update, Dave. This really helps. Roger

Re: Capture Client Version

2009-04-24 Thread Calman Steynberg
Roger, Turn on API logging on the server. It includes the user name, IP address and protocol version of the client that is connecting to the server. This is from a 6.3 driver (protocol 11): API TID: 003176 RPC ID: 000899 Queue: Fast Client-RPC: 390620USER: Demo /* Fri Apr 24

Re: Capture Client Version

2009-04-24 Thread Nall, Roger
) [mailto:arsl...@arslist.org] On Behalf Of Calman Steynberg Sent: Friday, April 24, 2009 6:48 PM To: arslist@ARSLIST.ORG Subject: Re: Capture Client Version ** Roger, Turn on API logging on the server. It includes the user name, IP address and protocol version of the client that is connecting