Right on and thanks so much Doug Tanner -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Monday, June 16, 2008 10:15 AM To: [email protected] Subject: Re: Capture NT login on Mid Tier (U)
Since the NT login name is a MS thing, I would look at using MS languages to achieve the result. vbscript and asp/.net come to mind. Since you are running an MS web server, this makes it all the easier, since you can actually use vbscript/asp/.net. Look into using WshNetwork.UserName in a <vbscript></vbscritp> tag in your login page. Once you have the value returned properly, the trick is getting it back to Remedy. There are js functions that can set fields on the form; I would imagine you can use these with the methods mentioned here: see http://forums.aspfree.com/html-javascript-and-css-help-7/variables-betwe en-javascript-and-asp-24008.html Alternatively, you could use jsp or write a servlet to accept a get/post that can write the values to a remedy form, then this could be used with the other data the user submits; correlation may be a bit difficult to accurately implement though. Not sure how vbscript will work with non-MS browsers though; can't remember if it is server-side or client-side. Axton Grams On Mon, Jun 16, 2008 at 9:33 AM, Hennigan, Sandra H CTR OSD-CIO <[EMAIL PROTECTED]> wrote: > UNCLASSIFIED > > We are using ARS 6.3 patch 21 > Windows 2003 server > SQL 2000 > Help Desk 5.5 > Mid-Tier Windows IIS > > I have the same type of requirement. > > Sandra Hennigan > > OSD Enterprise Remedy Administrator > Office # 703-602-2525 x248 > > Apparently, there is nothing that cannot happen today. Mark Twain > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Axton > Sent: Monday, June 16, 2008 9:23 AM > To: [email protected] > Subject: Re: Capture NT login on Mid Tier > > > What web server are you using? > > Axton > > On Mon, Jun 16, 2008 at 7:38 AM, Tanner, Doug > <[EMAIL PROTECTED]> wrote: >> ** >> >> DEVELOPMENT - I am running Mid-Tier 7.1 Patch 2 (ARS 7.1 Patch 2) >> Running a little application (Charity Auction) that allows guest >> users. >> >> >> >> 1. What I want to do is capture the NT Login (User) > from >> the workstation that is using the Mid-Tier Auction - (For back end >> validation and auditing) >> >> >> >> Thanks, Doug >> >> >> >> Doug Tanner >> >> Senior Developer >> >> Remedy Skilled Professional (RSP) >> >> (704) 328-3178 >> >> [EMAIL PROTECTED] >> >> >> >> >> >> DISCLAIMER Important! This message is intended for the above named >> person(s) only and is CONFIDENTIAL AND PROPRIETARY. If you are not the > >> intended recipient of this e-mail and have received it in error, >> please immediately notify the sender by return email and then delete >> it from your mailbox. This message may be protected by the >> attorney-client privilege and/or work product doctrine. Accessing, >> copying, disseminating or re-using any of the information contained in > >> this e-mail by anyone other than the intended recipient is strictly >> prohibited. Finally, you should check this email and any attachments >> for the presence of viruses, as the sender accepts no liability for >> any damage caused by any virus transmitted by this email. Thank you. >> __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > >> html___ > > ________________________________________________________________________ > _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum > Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > ________________________________________________________________________ _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" DISCLAIMER Important! This message is intended for the above named person(s) only and is CONFIDENTIAL AND PROPRIETARY. If you are not the intended recipient of this e-mail and have received it in error, please immediately notify the sender by return email and then delete it from your mailbox. This message may be protected by the attorney-client privilege and/or work product doctrine. Accessing, copying, disseminating or re-using any of the information contained in this e-mail by anyone other than the intended recipient is strictly prohibited. Finally, you should check this email and any attachments for the presence of viruses, as the sender accepts no liability for any damage caused by any virus transmitted by this email. Thank you. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

