Author |
Message |
Sheshachala5 Forum Enthusiast


Joined: 09 Jan 2004
               Posts: 1567 Location: California

|
Posted: Tue Sep 11, 2007 11:47 pm Post subject: BOXI Password Reset Self-Serve Utility |
|
|
Author: Kalyan Tirunahari, trkalyan@gmail.com
(Thanks to Business Objects for providing the free SDK samples)
Author Notes:
Documentation is provided in the Zip file (Self-Serve Documentation.doc)
Platform:
Runs on most of the Java Application servers (Specially Tomcat 5), BOXIR2
About the code:
This is a web based application used to reset user passwords in the Business Objects XI R2 environment. Its a Self Serve, so a user can reset his own Password instead of bugging the admin for it. In case the user can’t remember his user id, he can enter his first name and Last name and the tool can search for his id based on Last/first name. The tool resets the password and sends the new password to the email address that was entered in the CMC for the user.
Features of the code:
• We reduced our Helpdesk Tickets for BO password resets to zero/month from 200/month.
• Automation of simple jobs which could save a lot of time and money
• The new password generated is sent to the email provided in the CMC for the corresponding user automatically, so it is secure and no one can steal others credentials.
• The tool doesn’t let anyone to reset the Administrator password.
• Random password generation algorithm uses Special characters.
• If the user id or the email address is not found for the specific user then it doesn’t reset the password and displays the message correspondingly.
• The flag underlying is set so the user will be prompted to change the password upon the next logon.
Description: |
|
 Download |
Filename: |
selfserve.zip |
Filesize: |
147.47 KB |
Downloaded: |
9437 Time(s) |
_________________ Kalyan,
PMP,CBIP,CDMP,BOCP,SCJA
Image link |
|
Back to top |
|
 |
sivackumar Forum Member


Joined: 22 Aug 2007
            Posts: 26 Location: Golden, Colorado

|
Posted: Tue Jan 15, 2008 1:35 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
This is wonderful... Great work.
|
|
Back to top |
|
 |
karen Principal Member


Joined: 18 Jun 2003
                Posts: 397

|
Posted: Sat Apr 19, 2008 11:39 pm Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Hi,
I'm trying to use this code and i'm not getting email once the password is changed.Server where i deployed have SMTP access.
Do you know what might be wrong.
Thanks
|
|
Back to top |
|
 |
karen Principal Member


Joined: 18 Jun 2003
                Posts: 397

|
Posted: Wed May 28, 2008 8:06 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Kalyan,
Our XIR2 system is configured to use Windows AD.But some of our users login to the system using Enterprise authentication.I was able to change the password using Password reset utility you provided but i was not getting an email with confirmation.
Any input on this is greatly appreciated.
Thanks
Karen
|
|
Back to top |
|
 |
cb2SD Senior Member


Joined: 17 Aug 2006
             Posts: 90

|
Posted: Mon Jun 23, 2008 3:00 pm Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Love this product
|
|
Back to top |
|
 |
dirmiger Principal Member


Joined: 28 Aug 2002
                 Posts: 485 Location: South Bend, IN USA (yes, Indiana!)

|
Posted: Tue Jun 24, 2008 10:08 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
We love it too
_________________ Don Irmiger, CDP, CDMP
Senior Technical Analyst
Trinity Health |
|
Back to top |
|
 |
cb2SD Senior Member


Joined: 17 Aug 2006
             Posts: 90

|
Posted: Tue Jun 24, 2008 10:10 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
We are installing it on Websphere today.
|
|
Back to top |
|
 |
gorthous Principal Member


Joined: 10 Nov 2004
               Posts: 160 Location: Atlanta

|
Posted: Mon Jul 07, 2008 3:10 pm Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
has anybody modified the code to also re-enabled an account after it has been disabled?
I tried the following code but did not work:
IInfoObject existingUser = (IInfoObject)users.get(0);
IUser iUser = (IUser)existingUser;
IUserAliases existingAliases = iUser.getAliases();
for (Iterator it = existingAliases.iterator(); it.hasNext(); )
{
IUserAlias sAlias = (IUserAlias)it.next() ;
System.out.println("sAlias : " + sAlias) ;
sAlias.setDisabled(true);
}
gabo
_________________ XI R3 SP2 FP 2.4 - Tomcat 6.0.25, Apache 2.2.11, IBM DB2 repository on VMWare Win Server 2008.
Gabo Orthous - Chileno De Corazon |
|
Back to top |
|
 |
dirmiger Principal Member


Joined: 28 Aug 2002
                 Posts: 485 Location: South Bend, IN USA (yes, Indiana!)

|
Posted: Tue Jul 08, 2008 9:32 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Yes, we have done this. We'll post our results when its complete.
_________________ Don Irmiger, CDP, CDMP
Senior Technical Analyst
Trinity Health |
|
Back to top |
|
 |
aniketp Forum Addict


Joined: 05 Oct 2007
            Posts: 3641 Location: Manchester

|
Posted: Fri Jul 11, 2008 12:02 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Sorry for posting this problem , it's a very silly problem.
I am trying the BOXI Password Reset Self-Serve Utility(Author : Kalyan Tirunahari) , but on running Index.htm page , it is displaying
Page cannot be displayed Error.
Please can someone provide me the solution.
Thanks
Aniket
|
|
Back to top |
|
 |
cb2SD Senior Member


Joined: 17 Aug 2006
             Posts: 90

|
Posted: Fri Jul 11, 2008 3:08 pm Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Is there a Websphere version available for the self server utility? We are switching our Web application server from tomcat to websphere.
Thanks in advance.
|
|
Back to top |
|
 |
Sheshachala5 Forum Enthusiast


Joined: 09 Jan 2004
               Posts: 1567 Location: California

|
Posted: Wed Jul 16, 2008 3:17 pm Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
This should work on Websphere too.
_________________ Kalyan,
PMP,CBIP,CDMP,BOCP,SCJA
Image link |
|
Back to top |
|
 |
malc001 Senior Member


Joined: 26 Sep 2005
              Posts: 82 Location: London

|
Posted: Thu Jul 17, 2008 2:30 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
dirmiger wrote: | Yes, we have done this. We'll post our results when its complete. |
Hi dirmiger, did you get this working? 90% of our users disable there accounts and it would be really helpful.
thanks in advance.
_________________ Working in London
Currently Webi & Universe Designer XIr3 with InfoBurst
The past is history, the future's a mystery and this moment's a gift. That's why it's called the present.... |
|
Back to top |
|
 |
dirmiger Principal Member


Joined: 28 Aug 2002
                 Posts: 485 Location: South Bend, IN USA (yes, Indiana!)

|
Posted: Thu Jul 17, 2008 9:14 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
We're doing some final testing. I've directed the developer to post the result to this forum.
It's coming RSN...
_________________ Don Irmiger, CDP, CDMP
Senior Technical Analyst
Trinity Health |
|
Back to top |
|
 |
gina Principal Member


Joined: 29 Jun 2004
               Posts: 129 Location: Cork, Ireland

|
Posted: Fri Jul 18, 2008 5:18 am Post subject: Re: BOXI Password Reset Self-Serve Utility |
|
|
Hi,
This would be a fabulous tool to get working. Can anybody tell me how to integrate this into a .Net envirnment, if thats even possible.
Thanks,
Gina
|
|
Back to top |
|
 |
|