Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread Heider, Stephen
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of David Charters Sent: Monday, February 19, 2007 7:00 AM To: arslist@arslist.org Subject: Re: Impersonating a requester using .net Remedy API I would curious as to what

Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread Papolu, Appajee
a requester using .net Remedy API Appajee, Is the value of $USER $ in a form supposed to be the user specified in the ImpersonateUser() call? Here is a snippet that submits a new record to a form. After submitting, the values of Submitter and Last Modified By are Demo

Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread Heider, Stephen
. Stephen From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Papolu, Appajee Sent: Friday, May 18, 2007 10:10 AM To: arslist@ARSLIST.ORG Subject: Re: Impersonating a requester using .net Remedy API ** I believe it should

Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread Robert Molenda
Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of L. J. Head Sent: Friday, May 18, 2007 7:26 AM To: arslist@ARSLIST.ORG Subject: Re: Impersonating a requester using .net Remedy API User impersonation (if I remember correctly) was introduced in 7.x

Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread L. J. Head
? Thanks. Stephen _ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Papolu, Appajee Sent: Friday, May 18, 2007 10:10 AM To: arslist@ARSLIST.ORG Subject: Re: Impersonating a requester using .net Remedy API ** I believe it should have

Re: Impersonating a requester using .net Remedy API

2007-05-18 Thread Papolu, Appajee
Subject: Re: Impersonating a requester using .net Remedy API I tested the exact same code snippet in my previous email with ARS 7.0.01 p2, and it does work. On ARS 6.3 p16 and ARS 6.3 p21 it does not work. ARS .Net v7.0.2523.16350 VB.Net 2005 Does it work on ARS 6.3 with the upcoming

Re: Impersonating a requester using .net Remedy API

2007-02-19 Thread David Charters
(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Shellman, David Sent: Monday, February 19, 2007 9:15 AM To: arslist@ARSLIST.ORG Subject: Re: Impersonating a requester using .net Remedy API George, With the API, you still go through a login process. Set the login and password the same as you do

Re: Impersonating a requester using .net Remedy API

2007-02-19 Thread Papolu, Appajee
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of David Charters Sent: Monday, February 19, 2007 7:00 AM To: arslist@arslist.org Subject: Re: Impersonating a requester using .net Remedy API I would curious as to what the company standards are that prevent

Re: Impersonating a requester using .net Remedy API

2007-02-19 Thread Carey Matthew Black
George, I think your going about that a bit backwards You want to build a web application that lets the end user authentication to ARS. (No impersonation needed. Just a username/password.) IF (and I can not say that any more clearly IF ) your trying to build a web application that

Impersonating a requester using .net Remedy API

2007-02-18 Thread George Jungle
Howdy list, This is the first time that I'm having to look into the use of the .net Remedy API and was wondering if anyone can help me. Basically due to company standards we are NOT able to use the OOB mid tier for one particular organisational group. What we're doing is developing some custom