Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-21 Thread Steven Pataray
Jason, I tried your myfile.jsp and it seemed to work to get to the correct
page I wanted. So you answer my original problem, thanks.
Now as for what Matt and the other guys are stating. I'm going to have to
think about that. Actually one of the guys from Column suggested I use a
generic username/password, so I would hope that what I'm doing is legal. I
don't care about tracking who updated the record since I'm doing this for
polls so it could be anonymous. I'm just trying to avoid having to add
accounts to my Users form because then I'll have to maintain it just for
this. Right now only Support has access to Remedy directly.
Thanks Guys
Steve

On Mon, Feb 16, 2009 at 11:44 AM, Jason Miller wrote:

> ** One other method would be to use a jsp redirect file.
>
> Here is an example that queries for a record but you can include the URL
> that suites your needs.
>
> The contents of myfile.jsp in the Mid-Tier home directory (C:\Program
> Files\AR System\Mid-Tier by default on Windows).
> <%
> String myQual=request.getParameter("eid");
> response.sendRedirect("https://.com/arsys/servlet/ViewFormServlet?form= name>&view=&server=&username=&pwd=&qual=%271%27%3D%22"+myQual+"%22");
> %>
>
> Here is the URL to include int the email:
> https://.com/arsys/myfile.jsp?eid=0003571<https://%3cdomain%3e.com/arsys/myfile.jsp?eid=0003571>
>
> If you don't wish to execute a query you do not need to include
> "?eid=" in the URL or the second line of the file (String
> myQual=request.getParameter("eid");).
>
> Jason
>
>
>
>
> On Mon, Feb 16, 2009 at 9:58 AM, Rodriguez, Rafael J x23718 <
> rafael.rodrig...@broadridge.com> wrote:
>
>> ** There several ways you can do this but probably the best way is to
>> create a new login page and in the login page specify the Goto parameter
>> which will be the form you want to open and you can code the username and
>> password so that  theu will not be displayed via url.
>>
>> *
>>
>> Rafael Rodriguez
>>
>> Manager Midtier/Remedy Enterprise
>>
>> Broadridge Financial Solutions Inc
>>
>> 201.714.3718
>> *
>>
>>
>>  --
>> *From:* Action Request System discussion list(ARSList) [mailto:
>> arsl...@arslist.org] *On Behalf Of *Steven Pataray
>> *Sent:* Friday, February 13, 2009 7:34 PM
>> *To:* arslist@ARSLIST.ORG
>> *Subject:* Auto-logon to Mid-tier without username and pwd parameter
>>
>>   ** I would like to create a URL using parameters to autologon to
>> mid-tier using the documented
>> http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=
>> *&eid=*<http://%3cmid_tier_server%3e/arsys/servlet/ViewFormServlet?form=%3Cform_name%3E&server=%3Cserver_name%3E&username=%3Cuser_name%3E&pwd=%3Cpassword%3E&eid=%3Cticketnumber%3E>string
>>  but don't want the username and pwd parameters to be specified in the
>> URL string within the email notification (ref page 447 of the Basic
>> Guide-630)
>>
>> Any suggestions on how I can accomplish this? I want to use this method so
>> I can create an online form that the user can access and update but don't
>> want the user to have to logon to Mid-Tier. The usename and password passed
>> would be a gereric username and password.
>>
>> I was thinking maybe I can use two forms (parent/child). By specifying the
>> parent form in the url but when you open the parent form it pops up the
>> child form which the user updates.
>>
>> ARSystem 6.03.00 Patch 024
>> Oracle 10g (10.1.0.4.0 - 64bi)
>> HelpDesk 6.3
>>
>> Thanks,
>> Steve
>> __Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___
>>
>>
>> This message and any attachments are intended only for the use of the 
>> addressee and
>> may contain information that is privileged and confidential. If the reader 
>> of the
>> message is not the intended recipient or an authorized representative of the
>> intended recipient, you are hereby notified that any dissemination of this
>> communication is strictly prohibited. If you have received this 
>> communication in
>> error, please notify us immediately by e-mail and delete the message and any
>> attachments from your system.
>>
>> __Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___
>>
>>
> __Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Jason Miller
One other method would be to use a jsp redirect file.

Here is an example that queries for a record but you can include the URL
that suites your needs.

The contents of myfile.jsp in the Mid-Tier home directory (C:\Program
Files\AR System\Mid-Tier by default on Windows).
<%
String myQual=request.getParameter("eid");
response.sendRedirect("https://.com/arsys/servlet/ViewFormServlet?form=&view=&server=&username=&pwd=&qual=%271%27%3D%22"+myQual+"%22");
%>

Here is the URL to include int the email:
https://.com/arsys/myfile.jsp?eid=0003571<https://%3cdomain%3e.com/arsys/myfile.jsp?eid=0003571>

If you don't wish to execute a query you do not need to include
"?eid=" in the URL or the second line of the file (String
myQual=request.getParameter("eid");).

Jason




On Mon, Feb 16, 2009 at 9:58 AM, Rodriguez, Rafael J x23718 <
rafael.rodrig...@broadridge.com> wrote:

> ** There several ways you can do this but probably the best way is to
> create a new login page and in the login page specify the Goto parameter
> which will be the form you want to open and you can code the username and
> password so that  theu will not be displayed via url.
>
> *
>
> Rafael Rodriguez
>
> Manager Midtier/Remedy Enterprise
>
> Broadridge Financial Solutions Inc
>
> 201.714.3718
> *
>
>
>  --
> *From:* Action Request System discussion list(ARSList) [mailto:
> arsl...@arslist.org] *On Behalf Of *Steven Pataray
> *Sent:* Friday, February 13, 2009 7:34 PM
> *To:* arslist@ARSLIST.ORG
> *Subject:* Auto-logon to Mid-tier without username and pwd parameter
>
>   ** I would like to create a URL using parameters to autologon to
> mid-tier using the documented
> http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=
> *&eid=*<http://%3cmid_tier_server%3e/arsys/servlet/ViewFormServlet?form=%3Cform_name%3E&server=%3Cserver_name%3E&username=%3Cuser_name%3E&pwd=%3Cpassword%3E&eid=%3Cticketnumber%3E>string
>  but don't want the username and pwd parameters to be specified in the
> URL string within the email notification (ref page 447 of the Basic
> Guide-630)
>
> Any suggestions on how I can accomplish this? I want to use this method so
> I can create an online form that the user can access and update but don't
> want the user to have to logon to Mid-Tier. The usename and password passed
> would be a gereric username and password.
>
> I was thinking maybe I can use two forms (parent/child). By specifying the
> parent form in the url but when you open the parent form it pops up the
> child form which the user updates.
>
> ARSystem 6.03.00 Patch 024
> Oracle 10g (10.1.0.4.0 - 64bi)
> HelpDesk 6.3
>
> Thanks,
> Steve
> __Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___
>
> This message and any attachments are intended only for the use of the 
> addressee and
> may contain information that is privileged and confidential. If the reader of 
> the
> message is not the intended recipient or an authorized representative of the
> intended recipient, you are hereby notified that any dissemination of this
> communication is strictly prohibited. If you have received this communication 
> in
> error, please notify us immediately by e-mail and delete the message and any
> attachments from your system.
>
> __Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___
>
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Joe DeSouza
I forgot to add it should be Restricted Read for generic submits..

I have used it before and was told I wasn't breaking anything by doing that in 
terms of license agreements. I used it as a service account for integration 
between Netcool and Remedy.

Joe





From: Rocky Rockwell 
To: arslist@ARSLIST.ORG
Sent: Monday, February 16, 2009 2:24:17 PM
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter

** No, at least the last time I asked. 

The generic login/password should have a license type of "Restricted read" and 
more then likely you should have the submitter mode locked. In this 
configuration the submitter can submit and modify there own ticket (You setup 
the field that can be modified). By having the the system setup as "Submitter 
Mode" locked, anybody trying to login using the generic login/password and the 
license type of restricted read they could not modify.

I hope this helps.


Rocky
Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297






Matt Worsdell wrote: 
** 
Would that not be in contravention of the licensing agreement?
 
From:Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Rocky Rockwell
Sent: 14 February 2009 20:58
To: arslist@ARSLIST.ORG
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter
 
** 
I have done something like this. Basically you send them to a redirect html the 
goes to the form and view you want and that uses the generic username/password.


Rocky
Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297
http://www.linkedin.com/in/mgrockwell


 


Steven Pataray wrote: 
** 
I would like to create a URL using parameters to autologon to mid-tier using 
the documented  
http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=
 string but don't want the username and pwd parameters to be specified in the 
URL string within the email notification (ref page 447 of the Basic Guide-630)
 
Any suggestions on how I can accomplish this? I want to use this method so I 
can create an online form that the user can access and update but don't want 
the user to have to logon to Mid-Tier. The usename and password passed would be 
a gereric username and password.
 
I was thinking maybe I can use two forms (parent/child). By specifying the 
parent form in the url but when you open the parent form it pops up the child 
form which the user updates. 
 
ARSystem 6.03.00 Patch 024
Oracle 10g (10.1.0.4.0 - 64bi)
HelpDesk 6.3
 
Thanks,
Steve




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Rocky Rockwell
**




If this generic login/password and url is to allow people to modify
fields I would encorage a no can do. If you allow a generic user to
modify you lose the ability to track who modified what.














Rocky
Rocky Rockwell

mgrockw...@verizon.net

Ph#1: 325-884-1234

Ph#2: 325-884-1263

Mobile: 325-450-1297









Matt Worsdell wrote:
**
  
  
  

  
  Rocky
   
  Sorry,
not aimed at you, the OP wants to modify.
   
  
  From:
Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On
Behalf Of Rocky Rockwell
  Sent: 16 February 2009 19:24
  To: arslist@ARSLIST.ORG
  Subject: Re: Auto-logon to Mid-tier without username and pwd
parameter
  
   
  ** 
  No, at least the
last time I
asked. 
  
The generic login/password should have a license type of "Restricted
read" and more then likely you should have the submitter mode locked.
In
this configuration the submitter can submit and modify there own ticket
(You
setup the field that can be modified). By having the the system setup
as
"Submitter Mode" locked, anybody trying to login using the generic
login/password and the license type of restricted read they could not
modify.
  
I hope this helps.
  
  Rocky
  Rocky Rockwell 
  mgrockw...@verizon.net
  
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297
  
  
  
   
  
  
  
Matt Worsdell wrote: 
  ** 
  Would
that not be in contravention of the licensing agreement?
   
  
  From:
Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]
  On Behalf
Of Rocky Rockwell
  Sent: 14 February 2009 20:58
  To: arslist@ARSLIST.ORG
  Subject: Re: Auto-logon to Mid-tier without username and pwd
parameter
  
   
  ** 
  I have done
something like
this. Basically you send them to a redirect html the goes to the form
and view
you want and that uses the generic username/password.
  
  
  
  
  Rocky
  Rocky Rockwell 
  mgrockw...@verizon.net
  
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297
  http://www.linkedin.com/in/mgrockwell
  
  
  
   
  
  
  
Steven Pataray wrote: 
  ** 
  
  I would like to create a URL using parameters to
autologon
to mid-tier using the documented  http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=
string but
don't want the username and pwd parameters to be specified in the URL
string
within the email notification (ref page 447 of the Basic Guide-630)
  
  
   
  
  
  Any suggestions on how I can accomplish this? I
want to
use this method so I can create an online form that the user can access
and update but don't want the user to have to logon to Mid-Tier. The
usename
and password passed would be a gereric username and password.
  
  
   
  
  
  I was thinking maybe I can use two forms
(parent/child). By specifying the parent form in the url but when you
open the parent form it pops up the child form which the user
updates. 
  
  
   
  
  
  ARSystem 6.03.00 Patch 024
  
  
  Oracle 10g (10.1.0.4.0 - 64bi)
  
  
  HelpDesk 6.3
  
  
   
  
  
  Thanks,
  
  
  Steve
  
  __Platinum Sponsor: RMI Solutions ARSlist:
"Where the
Answers Are" html___ 
  __Platinum
Sponsor: RMI
Solutions ARSlist: "Where the Answers Are" html___ 
  __Platinum Sponsor: RMI Solutions ARSlist:
"Where the
Answers Are" html___ 
  __Platinum
Sponsor: RMI
Solutions ARSlist: "Where the Answers Are" html___ 
  
__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"
html___



__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Matt Worsdell
Rocky

 

Sorry, not aimed at you, the OP wants to modify.

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Rocky Rockwell
Sent: 16 February 2009 19:24
To: arslist@ARSLIST.ORG
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter

 

** 

No, at least the last time I asked. 

The generic login/password should have a license type of "Restricted read"
and more then likely you should have the submitter mode locked. In this
configuration the submitter can submit and modify there own ticket (You
setup the field that can be modified). By having the the system setup as
"Submitter Mode" locked, anybody trying to login using the generic
login/password and the license type of restricted read they could not
modify.

I hope this helps.

Rocky

Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297




 



Matt Worsdell wrote: 

** 

Would that not be in contravention of the licensing agreement?

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Rocky Rockwell
Sent: 14 February 2009 20:58
To: arslist@ARSLIST.ORG
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter

 

** 

I have done something like this. Basically you send them to a redirect html
the goes to the form and view you want and that uses the generic
username/password.




Rocky

Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297

http://www.linkedin.com/in/mgrockwell




 



Steven Pataray wrote: 

** 

I would like to create a URL using parameters to autologon to mid-tier using
the documented  http://
<http://%3Cmid_tier_server%3E/arsys/servlet/ViewFormServlet?form=%3Cform_nam
e%3E&server=%3Cserver_name%3E&username=%3Cuser_name%3E&pwd=%3Cpassword%3E&ei
d=%3Cticketnumber%3E>
/arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid= string but
don't want the username and pwd parameters to be specified in the URL string
within the email notification (ref page 447 of the Basic Guide-630)

 

Any suggestions on how I can accomplish this? I want to use this method so I
can create an online form that the user can access and update but don't want
the user to have to logon to Mid-Tier. The usename and password passed would
be a gereric username and password.

 

I was thinking maybe I can use two forms (parent/child). By specifying the
parent form in the url but when you open the parent form it pops up the
child form which the user updates. 

 

ARSystem 6.03.00 Patch 024

Oracle 10g (10.1.0.4.0 - 64bi)

HelpDesk 6.3

 

Thanks,

Steve

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Joe DeSouza
As long as you do not modify information I think you won't be breaching the 
license agrteement. You can use a generic username/password for submits and 
reads as that doesn't cost anything in terms of a licensed seat..

Joe





From: Matt Worsdell 
To: arslist@ARSLIST.ORG
Sent: Monday, February 16, 2009 2:02:12 PM
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter

** 
Would that not be in contravention of the licensing agreement?
 
From:Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Rocky Rockwell
Sent: 14 February 2009 20:58
To: arslist@ARSLIST.ORG
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter
 
** 
I have done something like this. Basically you send them to a redirect html the 
goes to the form and view you want and that uses the generic username/password.


Rocky
Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297
http://www.linkedin.com/in/mgrockwell


 


Steven Pataray wrote: 
** 
I would like to create a URL using parameters to autologon to mid-tier using 
the documented  
http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=
 string but don't want the username and pwd parameters to be specified in the 
URL string within the email notification (ref page 447 of the Basic Guide-630)
 
Any suggestions on how I can accomplish this? I want to use this method so I 
can create an online form that the user can access and update but don't want 
the user to have to logon to Mid-Tier. The usename and password passed would be 
a gereric username and password.
 
I was thinking maybe I can use two forms (parent/child). By specifying the 
parent form in the url but when you open the parent form it pops up the child 
form which the user updates. 
 
ARSystem 6.03.00 Patch 024
Oracle 10g (10.1.0.4.0 - 64bi)
HelpDesk 6.3
 
Thanks,
Steve




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Rocky Rockwell
**




No, at least the last time I asked. 

The generic login/password should have a license type of "Restricted
read" and more then likely you should have the submitter mode locked.
In this configuration the submitter can submit and modify there own
ticket (You setup the field that can be modified). By having the the
system setup as "Submitter Mode" locked, anybody trying to login using
the generic login/password and the license type of restricted read they
could not modify.

I hope this helps.














Rocky
Rocky Rockwell

mgrockw...@verizon.net

Ph#1: 325-884-1234

Ph#2: 325-884-1263

Mobile: 325-450-1297









Matt Worsdell wrote:
**
  
  
  

  
  Would
that not be in contravention of the licensing agreement?
   
  
  From:
Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On
Behalf Of Rocky Rockwell
  Sent: 14 February 2009 20:58
  To: arslist@ARSLIST.ORG
  Subject: Re: Auto-logon to Mid-tier without username and pwd
parameter
  
   
  ** 
  I have done
something like
this. Basically you send them to a redirect html the goes to the form
and view
you want and that uses the generic username/password.
  
  
  
  Rocky
  Rocky Rockwell 
  mgrockw...@verizon.net
  
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297
  http://www.linkedin.com/in/mgrockwell
  
  
   
  
  
  
Steven Pataray wrote: 
  ** 
  
  I would like to create a URL using parameters to
autologon to mid-tier using the documented  http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=
string but
don't want the username and pwd parameters to be specified in the URL
string
within the email notification (ref page 447 of the Basic Guide-630)
  
  
   
  
  
  Any suggestions on how I can accomplish this? I
want to
use this method so I can create an online form that the user can access
and update but don't want the user to have to logon to Mid-Tier. The
usename
and password passed would be a gereric username and password.
  
  
   
  
  
  I was thinking maybe I can use two forms
(parent/child). By specifying the parent form in the url but when you
open the parent form it pops up the child form which the user
updates. 
  
  
   
  
  
  ARSystem 6.03.00 Patch 024
  
  
  Oracle 10g (10.1.0.4.0 - 64bi)
  
  
  HelpDesk 6.3
  
  
   
  
  
  Thanks,
  
  
  Steve
  
  __Platinum Sponsor: RMI Solutions ARSlist:
"Where the
Answers Are" html___ 
  __Platinum
Sponsor: RMI
Solutions ARSlist: "Where the Answers Are" html___ 
  
__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"
html___



__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Matt Worsdell
Would that not be in contravention of the licensing agreement?

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Rocky Rockwell
Sent: 14 February 2009 20:58
To: arslist@ARSLIST.ORG
Subject: Re: Auto-logon to Mid-tier without username and pwd parameter

 

** 

I have done something like this. Basically you send them to a redirect html
the goes to the form and view you want and that uses the generic
username/password.



Rocky

Rocky Rockwell 
mgrockw...@verizon.net 
Ph#1: 325-884-1234 
Ph#2: 325-884-1263 
Mobile: 325-450-1297

http://www.linkedin.com/in/mgrockwell



 



Steven Pataray wrote: 

** 

I would like to create a URL using parameters to autologon to mid-tier using
the documented  http://
<http://%3Cmid_tier_server%3E/arsys/servlet/ViewFormServlet?form=%3Cform_nam
e%3E&server=%3Cserver_name%3E&username=%3Cuser_name%3E&pwd=%3Cpassword%3E&ei
d=%3Cticketnumber%3E>
/arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid= string but
don't want the username and pwd parameters to be specified in the URL string
within the email notification (ref page 447 of the Basic Guide-630)

 

Any suggestions on how I can accomplish this? I want to use this method so I
can create an online form that the user can access and update but don't want
the user to have to logon to Mid-Tier. The usename and password passed would
be a gereric username and password.

 

I was thinking maybe I can use two forms (parent/child). By specifying the
parent form in the url but when you open the parent form it pops up the
child form which the user updates. 

 

ARSystem 6.03.00 Patch 024

Oracle 10g (10.1.0.4.0 - 64bi)

HelpDesk 6.3

 

Thanks,

Steve

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 

__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"


Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-16 Thread Rodriguez, Rafael J x23718
There several ways you can do this but probably the best way is to
create a new login page and in the login page specify the Goto parameter
which will be the form you want to open and you can code the username
and password so that  theu will not be displayed via url.
 
Rafael Rodriguez

Manager Midtier/Remedy Enterprise

Broadridge Financial Solutions Inc

201.714.3718

 



From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Steven Pataray
Sent: Friday, February 13, 2009 7:34 PM
To: arslist@ARSLIST.ORG
Subject: Auto-logon to Mid-tier without username and pwd parameter


** 
I would like to create a URL using parameters to autologon to mid-tier
using the documented
http:///arsys/servlet/ViewFormServlet?form=&
server=&username=&pwd=&eid=
/arsys/servlet/ViewFormServlet?form=
&server=&username=&pwd=&eid=>  string but don't want the username and pwd parameters to be
specified in the URL string within the email notification (ref page 447
of the Basic Guide-630)
 
Any suggestions on how I can accomplish this? I want to use this method
so I can create an online form that the user can access and update but
don't want the user to have to logon to Mid-Tier. The usename and
password passed would be a gereric username and password.
 
I was thinking maybe I can use two forms (parent/child). By specifying
the parent form in the url but when you open the parent form it pops up
the child form which the user updates. 
 
ARSystem 6.03.00 Patch 024
Oracle 10g (10.1.0.4.0 - 64bi)
HelpDesk 6.3
 
Thanks,
Steve
__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"
html___ 

This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Re: Auto-logon to Mid-tier without username and pwd parameter

2009-02-14 Thread Rocky Rockwell
**




I have done something like this. Basically you send them to a redirect
html the goes to the form and view you want and that uses the generic
username/password.















Rocky
Rocky Rockwell

mgrockw...@verizon.net

Ph#1: 325-884-1234

Ph#2: 325-884-1263

Mobile: 325-450-1297
 http://www.linkedin.com/in/mgrockwell








Steven Pataray wrote:
**
  I would like to create a URL using parameters to autologon to
mid-tier using the documented  http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=
string but don't want the username and pwd parameters to be specified
in the URL string within the email notification (ref page 447 of the
Basic Guide-630)
   
  Any suggestions on how I can accomplish this? I want to use this
method so I can create an online form that the user can access and
update but don't want the user to have to logon to Mid-Tier. The
usename and password passed would be a gereric username and password.
   
  I was thinking maybe I can use two forms (parent/child). By
specifying the parent form in the url but when you open the parent
form it pops up the child form which the user updates. 
   
  ARSystem 6.03.00 Patch 024
  Oracle 10g (10.1.0.4.0 - 64bi)
  HelpDesk 6.3
   
  Thanks,
  Steve
__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"
html___



__Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are" html___


Auto-logon to Mid-tier without username and pwd parameter

2009-02-13 Thread Steven Pataray
I would like to create a URL using parameters to autologon to mid-tier using
the documented
http:///arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=
*&eid=/arsys/servlet/ViewFormServlet?form=&server=&username=&pwd=&eid=>
* string but don't want the username and pwd parameters to be specified in
the URL string within the email notification (ref page 447 of the Basic
Guide-630)

Any suggestions on how I can accomplish this? I want to use this method so I
can create an online form that the user can access and update but don't want
the user to have to logon to Mid-Tier. The usename and password passed would
be a gereric username and password.

I was thinking maybe I can use two forms (parent/child). By specifying the
parent form in the url but when you open the parent form it pops up the
child form which the user updates.

ARSystem 6.03.00 Patch 024
Oracle 10g (10.1.0.4.0 - 64bi)
HelpDesk 6.3

Thanks,
Steve

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"