Azure database password reset

I would like to know where to either reset the main database password from the Azure portal or delete the database so I can create another as I no longer have that password. Thanks.

Hi,
You can do the reset from the management portal. Select the Database choice on the left, then select Servers:
Then, after selecting the server of choice, you'll see the option on the right for resetting admin password:
Regards,
Mekh.

Similar Messages

  • Problems with Password reset

    Hi,
    I was wondering if anyone can see anything wrong with this code, as it does not seem to be working.
    Once the email is entered, a password should be generated, and should be sent to the users email address (if it exists in the database). Or return an error message if there is no record.
    <form method="POST" name="loginform" id="loginform" class="form_area">
            <div class="loginwindow_title">Forgot Password? </div>
            <div class="loginwindow_subtitle">Enter your email below and you will be sent your password</div>
            <div class="loginwindow_form">
                  <div class="form_field">
                <span id="email_validation">
              <label for="email"></label>
              <input type="text" name="email" id="email" class="email_field" placeholder="Email Address">
              <span class="textfieldRequiredMsg">Please enter your account email</span></span>
            </div>
            </div>
            <button name="submit" type="submit" class="login_button">Send my password</button>
    </form>
    <?php
    $email = $_POST['email'];
    $submit = $_POST['submit'];
    //Connect to DB
    $connect = require_once('Connections/drama_database.php');
    if ($submit) {
        //CHeck if email exists
        $email_check = mysql_query("SELECT * FROM users WHERE email='$email'");
        $count = mysql_num_rows($email_check);
        if ($count != 0) {
            //Generate new password
            $random = rand(72891, 92729);
            $new_password = $random;
            //Create copy of new password
            $email_password = $new_password;
            //Encrypt new password
            $new_password = md5($new_password);
            //Update the database
            mysql_query("update users set password='$new_password' WHERE email='$email'");
            //Send the password to the user
            $email = ($_POST['username']);
            //EMAIL START//
            $msguser = '<html><body>';
                //title start//
            $msguser .= '<h1 align="center"><strong>Password Reset</strong></h1>';
                //title end//
            $msguser .= '<br>';
            $msguser .= 'This is a confirmation email regarding your new password for your account on WEBSITE LINK GOES HERE.';
            $msguser .= '<br><br>';
            $msguser .= "<b>Below is your new password:</b>";
            $msguser .= '<br>';
            $msguser .= "<b>echo ('$email_password')</b>";
            $msguser .= "<b>Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)</b>";
            $msguser .= "<b>Please go to: WEBSITE LINK GOES HERE to log in</b>";
            //EMAIL END//
            $headers = "From: Egham Drama Database <SUPPORT EMAIL GOES HERE>\r\n";
            $headers .= "Reply-To: SUPPORT EMAIL GOES HERE\r\n";
            $headers .= "MIME-Version: 1.0\r\n";
            $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
                mail($email, 'Drama Database | Password Reset', $msguser, $headers);
            else
                echo "This email does not exist"; 
    ?>
    Thank you !

    still no luck!
    This is my edited code and when i enter the email (which is in the database), it returns an error message:
    Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home4/mresnik/public_html/forgotpassword.php on line 79
    This email does not exist
    <?php
    $email = $_POST['email'];
    //Connect to DB
    require('Connections/drama_database.php');
    if(isset($_POST['submit'])) {
        //Check if email exists
        $email_check = mysql_query("SELECT * FROM users WHERE email='$email'");
        $count = mysql_num_rows($email_check);
        if ($count !=0) {
            //Generate new password
            $random = rand(72891, 92729);
            $new_password = $random;
            //Create copy of new password
            $email_password = $new_password;
            //Update the database
            mysql_query("update users set password='$new_password' WHERE email='$email'");
            //Send the password to the user
            $email = ($_POST['email']);
            //EMAIL START//
            $msguser = '<html><body>';
                //title start//
            $msguser .= '<h1 align="center"><strong>Password Reset</strong></h1>';
                //title end//
            $msguser .= '<br>';
            $msguser .= 'This is a confirmation email regarding your new password for your account on www.X.com.';
            $msguser .= '<br><br>';
            $msguser .= "<b>Below is your new password:</b>";
            $msguser .= '<br>';
            $msguser .= "<b>echo ('$email_password')</b>";
            $msguser .= "<b>Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)</b>";
            $msguser .= "<b>Please go to: http://www.X.com/index.php to log in</b>";
            //EMAIL END//
            $headers = "From: Egham Drama Database <[email protected]>\r\n";
            $headers .= "Reply-To: [email protected]\r\n";
            $headers .= "MIME-Version: 1.0\r\n";
            $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
                mail($email, 'X | Password Reset', $msguser, $headers);
            else
                echo "This email does not exist"; 
    ?>
    EDIT:
    I have commented out:
    if ($count != 0) {
    and the closing tag:
    And it seems to send the email as so:
    Password Reset
    This is a confirmation email regarding your new password for your account on www.X.com.
    Below is your new password:
    echo ('92013')Please log in using the above password. Once logged in, please click on your profile tab and update your password. (Theprofile button can be found under your username in the top right-hand corner of the page)Please go to: http://www.X.com/index.php to log in
    No change is made in the database though

  • Reset ACS database password

    Hi,
    Just asking if you guys have idea how to reset the ACS database password?
    regards,

    Open the ACS window, Choose Network Configuration --------->select the User -----> edit it ----> change the password

  • Error during password reset using self-service portal

    I am working in a poc (proof of concept) using oim with ad, exchange, sap and database application tables connectors. During some tests I noticed that password reset through oim's self-service portal works fine for ad, exchange and sap, but it fires an error for the database application tables connector. The odd part is that i can change the user password using web console as xelsysadmin nicely. Also I can change the password when i retried the failed task.
    Any help is appreciated.
    I'm running OIM 9.1.0.2 with BP05 applied, Weblogic Server 10.3.2, Oracle Database 11.0.7. The OS is Windows 2003.
    Log from oim web console
    Resource Name: SOC_GTC
    Description:
    User: poc cassi17 [POC.CASSI17]
    Status: Rejected
    Response: OIM API Error
    Response Description: An error was encountered in the Oracle Identity Manager API layer.
    Notes:
    wnqAd8gmdAhODUFjs4WMyQ==
    Assigned to Group : SYSTEM ADMINISTRATORS
    Log from Weblogic sdout
    ERROR,22 Feb 2010 20:09:45,187,[XELLERATE.APIS],
    java.lang.NullPointerException
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorDefinition(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperations_do1ndy_ELOImpl.lookup(GCOperations_do1ndy_ELOImpl.java:619)
         at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
         at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.GENERICADAPTER(adpSOC_GTC.java:125)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.implementation(adpSOC_GTC.java:70)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateDataSetValuePost(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateProcessFormFieldValue(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeProcessAdapter(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeAdapter(Unknown Source)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOCSETNEWSENHA.implementation(adpSOCSETNEWSENHA.java:55)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.insertMileStones(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.trigger(Unknown Source)
         at com.thortech.xl.client.events.tcUSRTriggerUserProcesses.implementation(Unknown Source)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.changePasswordForSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.changeCredForSelf(tcUserOperations_voj9p2_EOImpl.java:3325)
         at Thor.API.Operations.tcUserOperationsClient.changeCredForSelf(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy59.changeCredForSelf(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.changePassword(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ERROR,22 Feb 2010 20:09:45,187,[XELLERATE.APIS],An exception occurred while creating the GenericConenctor Model from the Connector Definition file
    ERROR,22 Feb 2010 20:09:45,187,[XELLERATE.APIS],An exception occurred while generating Generic Connector model from the connector definition xml of the connector 'SOC'
    com.thortech.xl.gc.exception.ConnectorDefinitionOperationsException: An exception occurred while creating the GenericConenctor Model from the Connector Definition file
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorDefinition(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperations_do1ndy_ELOImpl.lookup(GCOperations_do1ndy_ELOImpl.java:619)
         at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
         at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.GENERICADAPTER(adpSOC_GTC.java:125)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.implementation(adpSOC_GTC.java:70)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateDataSetValuePost(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateProcessFormFieldValue(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeProcessAdapter(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeAdapter(Unknown Source)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOCSETNEWSENHA.implementation(adpSOCSETNEWSENHA.java:55)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.insertMileStones(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.trigger(Unknown Source)
         at com.thortech.xl.client.events.tcUSRTriggerUserProcesses.implementation(Unknown Source)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.changePasswordForSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.changeCredForSelf(tcUserOperations_voj9p2_EOImpl.java:3325)
         at Thor.API.Operations.tcUserOperationsClient.changeCredForSelf(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy59.changeCredForSelf(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.changePassword(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
         ... 92 more
    Edited by: aviana on Feb 23, 2010 5:18 AM

    I changed the privileges as recommended, but it did no solved the problem. So I implemented the task retry as a workaround and it worked.
    Anyway, I increased the adapter's log level to debug. Please check the log below.
    ERROR,23 Feb 2010 19:44:28,531,[XELLERATE.APIS],
    java.lang.NullPointerException
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorDefinition(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperations_do1ndy_ELOImpl.lookup(GCOperations_do1ndy_ELOImpl.java:619)
         at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
         at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.GENERICADAPTER(adpSOC_GTC.java:125)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.implementation(adpSOC_GTC.java:70)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateDataSetValuePost(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateProcessFormFieldValue(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeProcessAdapter(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeAdapter(Unknown Source)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOCSETNEWSENHA.implementation(adpSOCSETNEWSENHA.java:55)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.insertMileStones(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.trigger(Unknown Source)
         at com.thortech.xl.client.events.tcUSRTriggerUserProcesses.implementation(Unknown Source)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.changePasswordForSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.changeCredForSelf(tcUserOperations_voj9p2_EOImpl.java:3325)
         at Thor.API.Operations.tcUserOperationsClient.changeCredForSelf(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy59.changeCredForSelf(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.changePassword(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ERROR,23 Feb 2010 19:44:28,531,[XELLERATE.APIS],An exception occurred while creating the GenericConenctor Model from the Connector Definition file
    ERROR,23 Feb 2010 19:44:28,531,[XELLERATE.APIS],An exception occurred while generating Generic Connector model from the connector definition xml of the connector 'SOC'
    com.thortech.xl.gc.exception.ConnectorDefinitionOperationsException: An exception occurred while creating the GenericConenctor Model from the Connector Definition file
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorDefinition(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
         at com.thortech.xl.ejb.beans.GCOperations_do1ndy_ELOImpl.lookup(GCOperations_do1ndy_ELOImpl.java:619)
         at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
         at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.GENERICADAPTER(adpSOC_GTC.java:125)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOC_GTC.implementation(adpSOC_GTC.java:70)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateDataSetValuePost(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.updateProcessFormFieldValue(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeProcessAdapter(Unknown Source)
         at com.thortech.xl.adapterfactory.events.tcAdpEvent.finalizeAdapter(Unknown Source)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSOCSETNEWSENHA.implementation(adpSOCSETNEWSENHA.java:55)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.insertMileStones(Unknown Source)
         at com.thortech.xl.client.events.tcTriggerUserProcesses.trigger(Unknown Source)
         at com.thortech.xl.client.events.tcUSRTriggerUserProcesses.implementation(Unknown Source)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.eventPostUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcUSR.changePasswordForSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changePasswordforSelf(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.changeCredForSelf(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.changeCredForSelf(tcUserOperations_voj9p2_EOImpl.java:3325)
         at Thor.API.Operations.tcUserOperationsClient.changeCredForSelf(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy59.changeCredForSelf(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.changePassword(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcChangePasswordAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
         ... 91 more
    ***ERROR,23 Feb 2010 19:44:28,531,[XELLERATE.GC.FRAMEWORKPROVISIONING],An exception occurred while generating Generic Connector model from the connector definition xml of the connector 'SOC'***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal entered.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString entered.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: class - Value: java.lang.String***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: poRetVal.toString() - Value: GCPROV.ADAPTER_OIMAPIERROR***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: Returning:sRetVal - Value: GCPROV.ADAPTER_OIMAPIERROR***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString left.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal - Data: Setting Adapter Return Value to GCPROV.ADAPTER_OIMAPIERROR - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal left.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/finalizeProcessAdapter entered.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/finalizeProcessAdapter - Data: Mapped to Response Code - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem entered.***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: event - Value: adpSOC_GTC***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: New Status - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: SchData - Value: GCPROV.ADAPTER_OIMAPIERROR***
    ***DEBUG,23 Feb 2010 19:44:28,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: Reason - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,609,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem left.***
    ***DEBUG,23 Feb 2010 19:44:28,609,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/finalizeProcessAdapter left.***
    ***INFO,23 Feb 2010 19:44:28,609,[XELLERATE.ADAPTERS],Adapter: adpSOC_GTC has completed for the task: SENHA Updated.***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateDataSetValuePost left.***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateProcessFormFieldValue left.***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateProcessFormFieldValue left.***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/finalizeProcessAdapter - Data: No Response Code specified. Updating milestone status to Completed - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem entered.***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: event - Value: adpSOCSETNEWSENHA***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: New Status - Value: C***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: SchData - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,625,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem - Data: Reason - Value:***
    ***DEBUG,23 Feb 2010 19:44:28,656,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/updateSchItem left.***
    ***DEBUG,23 Feb 2010 19:44:28,656,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/finalizeProcessAdapter left.***
    ***INFO,23 Feb 2010 19:44:28,656,[XELLERATE.ADAPTERS],Adapter: adpSOCSETNEWSENHA has completed for the task: Change User Password.***
    ***INFO,23 Feb 2010 19:44:28,656,[XELLERATE.ADAPTERS],Event: Triggering Processes related to User. has completed.***
    Edited by: aviana on Feb 23, 2010 3:02 PM

  • Is multi-factor auth required for self-service password reset and portal registration?

    Hi, hoping someone can give some clarity on this.  I'm dealing with strictly online accounts, no AD sync to local servers.  I have enabled and configured self-service password reset in AzureAD.  In that config I have required users to register
    their alt contact info when logging into the portal.  While testing this, I don't get prompted to register unless I've enabled multi-factor auth for the test user account.  I need users to register in case they need to use SSPR, but I don't want
    to force them into MFA.  I've gone over the following article and it says nothing about requiring MFA for SSPR or forced portal registration to work.
    https://msdn.microsoft.com/en-us/library/azure/dn683881.aspx
    I know there is a separate link for the registration portal that will guide users through the process, but that's a separate link.  Maybe they'll set it up, maybe they won't.  I'd like for the first sign-on to be a smooth process that gets them
    set up for SSPR if needed.  Can someone clarify and point me in the right direction? Thanks.

    Hey acook15,
    I work on the password reset engineering team.  Right now, you are correct, you cannot enforce registration for password reset during first sign in.  This is a feature that we are working on right now, which will be available very soon for sign
    ins to Azure, your connected apps, and the access panel, and will come a bit later for Office 365 sign ins, as well.
    In the interim, you can configure SSPR to require users to register when they access the access panel at myapps.microsoft.com by following the instructions here: http://aka.ms/customizesspr (search for "Require users to register when signing in to the
    access panel?").  
    You can also read more about other ways to get SSPR data in the system for your users here: http://aka.ms/ssprbestpractices.  Let me know if this helps, and if you need to get in contact with me, feel free to email me at [email protected] 
    Regards,
    Adam.
    Adam Steenwyk | Senior Program Manager | [email protected]

  • Self-service password reset - ADFS - AAD

    Hello,
    We have a full AD FS setup with dirsync to enable our office 365 users to logon.
    Is it possible with the new Azure AD Sync tool and the Azure AD premium licence for the end users to do a self service online password reset?
    If so, is it ease to upgrade the current Dirsync version to the latest release and what could go wrong?
    Can we have an azure AD premium trial account on our already free Azure AD (office 365)?
    Regards,
    Nis

    Hi Nisse Versi,
    Thanks for posting here!
    Here is a short
    Video to configure self-service password reset for users in Windows Azure AD.
    You might also want to check this link:
    https://msdn.microsoft.com/en-us/library/azure/dn683881.aspx
    Let us know if you need further assistance on this.
    Regards,
    Sadiqh

  • Password reset option difference b/w Oracle 11g R1 and R2

    Hi,
    I came to know that the password reset option is different comparing 11g R1 and R2. My understanding is as below.
    For R1, you need to do a password reset for the user id separately and for the account access which that particular user id has access will be different.
    For R2, if you reset the password for user id which will reset the password for user id and as well as the all the accounts which that user has.
    Here is my Ques.
    1) Let me know if my both above statements are correct.
    2) Because When i click on home button in Identity self Service, i do see an password reset option as "account" and value as "Oracle Identity manager". i could see the same option even though if i integrate an application which is database related.
    Also the doc for R2 says you have two options to do the password reset. Pls check 6.2) Changing Password and option 2. Let me know what is correct and what is wrong here.
    http://docs.oracle.com/cd/E27559_01/user.1112/e27151/my_profile.htm
    Thanks in Advance,
    Satheesh.

    Please find my answer with respect to OIM 11gR2
    Suppose you are selecting AD from the drop down and resetting the password then 'Password Updated' task will be inserted into the process definition of AD
    and propogated to the target system. It simply means you are changing UD_ADUSER_PASSWORD field in process form.
    Even after doing this change you will be able to login with your old password
    When you select value as "Oracle Identity Manager" then it is changing the user password at this instance. So the new password you are giving comes into effect for that user and you will be able to login next time with this new password only.Also 'Change User Password' task is inserted in all process definitions where this task with same name is present.
    This is the real password change and the previous option you did is to change the value in process form for that particular account and propogate it to the target.
    Hope this helps

  • Password hint required in password reset through console

    We are using OID to handle our user database. One of the problems we are having is that the forgot password feature through the Oracle Identity Management Provisioning Console doesn't really enforce required fields for password reset. I currently have the orclpasswordhint and orclpasswordhintanswer attributes with the following settings: required, viewable, self-editable, and Password Reset Validation. The problem is that if someone has never set their password hint and answer, it will not ask for them on password reset and will just ask for their email address. While we could probably control this from within the application hooking into OID, we want to be able to force the user to enter this data or be unable to use the console to reset their password.

    Hi Jay,
    i follwed your steps i am getting the below error when i am trying to start manageservers with nodemangers.
    <Dec 14, 2010 4:02:47 AM EST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Dec 14, 2010 4:02:47 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    I tried with deleting ldap folder also.
    Regards
    Madhu

  • Automate oracle password reset via procedure

    I want to create a web application that I can call a stored procedure, pass in the username, and application that the user is trying to have their password reset on. Reset their password to a temporary password, and email the temp password to their email account. Once they get the temp password, they can login into the system, and change their password.
    The java part probably not a problem. Does anyone know how to create a procedure to act as sysadmin, and reset passwords temporarily?
    I know it can be done. The only problem is that I am on 8i, and 9 for the databases. I have about 5 - 6 different applications that they can change their password on.
    thanks ahead of time.
    orozcom

    What do you mean by "application"?We do have a number of home grown applications that require username, and password.
    Some of these application use the standard ldap username/password. So resetting the password here may also reset other application passwords as well. Yet some of our application have their own unique way of resetting the password for the application. I am hoping to copy the way that a sys admin usually does this and replicate it using java. Some are command line, other are through the use of a tool used by the application. So far I have been able to replicate most of them using java. I am still working on 1 other. 5 out of 6 not bad. Anyway, we would like to go to one place to reset the password for a user, and then email that temp password to them. Of course we will have some sort of authentication to change the password, such as unique questions they must answer, etc...

  • Password Reset Tab Missing from Identity Store properties

    I am trying to implement Password self-service as per the document "SAP NewWeaver Idenitty Management Identity Center Self-service password reset Implementation Guide" Version 7.1 Rev 2. In this guide, references are made to the Password Reset Tab in the Identity Store properties view in Identity Center. I do not see that tab in my view.
    I have upgraded my system from Identity Center 7.0 to 7.1 SP3, running on Windows Server 2003 with MS SQL Server 2005 as the database, with the design time and runtime components on the same server, and have installed the user interface on an existing NW 7.0 server running enterprise portal. I followed the standard inst guides during the upgrade.
    What do I need to do to have that tab?
    Do I need a fresh install of IdM 7.1?
    Is it possible a step was missed in the upgrade?

    Re-installed SP3 and everything works.

  • DB Link password reset

    The application team wants to know if they can reset the DB link password for all their applications(dev,test & prod) at the same time.
    Since lots of apps have these exact kind of DBlinks that need a password reset....can anyone suggest what would be a good approach to tackle this?

    I'm not completely sure that I understand the problem...
    Assuming that a database link uses a fixed username & password to access a remote database rather than, say, using the current user, you can change the password that is associated with the database link. You'd need to change the password in every database where the link exists (though dev, test, and production databases normally have database links to other dev, test, and production databases rather than all having database links to the same database). You can obviously log on to each database in succession to change the password (i.e. log in to prod, change the password, log in to test, change the password, etc.). That's not literally simultaneously but it can happen in a short time window. Is there really a problem if it takes a couple minutes before the database link in dev is working again? It is, after all, a development environment.
    Normally, if you're going to use fixed usernames & passwords in database links, those accounts are created specifically for the database link and the passwords for those accounts never change precisely to avoid coordinating password changes on dozens of databases.
    Justin

  • Getting the ROI on your self-service password reset solution

    Get on the Specops bandwagon and join our third product training webinar to learn all about Specops Deploy / App. We will cover: Group Policy - Strategies/Best Practices - GP Basics, Targets, etc...Real Time Feedback on deployment healthDissecting packagesTargetsDeploymentsRegister here!
    This topic first appeared in the Spiceworks Community

    Hi Sadiqh! 
    Edit: Nevermind, turned out the MA Service account had no permissions to reset passwords.
    I am getting the exact same error as Marcel. Is it possible that there is another issue? 
    Details: Azure AD Premium license assigned to users, synchronized with on-prem AD. Password write back works fine, after logging on to myapps.microsoft.com i can change the password. This gets synced back to the on-prem AD.  
    However, self service password reset does not work. I get the codes sent to alternate email address and mobile phone, and i get to enter a new password. This password meets the on-prem password policy. 
    I have set up Self Service Password Reset in Azure today, it it possible i just have to wait a bit longer?
    Regards,
    Erik Roozen

  • Password resetting by itself...

    My Dad recently bought a 17 inch iMac (intel) and account passwords randomly frequently (4 times in the last 2 months) reset. He is unable to log in to his account, or do anything that requires administrative access.
    After it first happened (I reset the password with the Tiger disc) then I enabled remote login and set up ssh authentication keys to log in automatically (with no password). This allowed me to reset his password when it mysteriously resets by itself.
    What is causing these random password resets? How can I fix his system so passwords cannot be mysteriously reset? Has anyone ever heard of this happening. Any insight into this problem would be much appreciated.
    Thanks.
    Mike.
    iMac 17" (intel)   Mac OS X (10.4.7)  

    Ed,
    This information is stored in the Netinfo Database. There are many instances when I have recommended someone delete and restore their Netinfo Database, but usually because the cannot lo in, and they cannot reset their password successfully. With the NIDB, it's usually all or nothing; it is either working, or it's not.
    If yours is a problem with the NIDB, it will be the first that I have seen that is "intermittent" like this. Something like this would lead me to believe that some data (in this case a password) is being written to a specific location on the HD that is losing data. There is a name for this: Disk Error.
    So, I'm going to first recommend tat you boot to your OS X install disk, choose a language, then open Disk Utility from the "Utilities" menu. Select the startup disk, and click on "Repair Disk" in the First Aid pane.
    Let's see what, if anything, this reports. If Disk Utility gives your HD a clean bill of health, yet the problem persists, I can have you replace your NIDB. This process is pretty easy, as long as you can follow clear instructions, but I see no benefit to doing it unless and until we are certain your HD is OK.
    Scott

  • Monitoring Password Resets to EBS 11i IDs

    Has anyone been forced, for SOX compliance, to monitor EBS 11i user ID password resets? If YES, how are you monitoring those resets?
    I don't think any standard 11i report exists.
    Is anyone using the Audit functionality within Audit Tables to monitor password resets? Or perhaps using the table / column audit functionality within the 9i database itself?

    You can query the applsys.fnd_user table, it has a number of password related columns. (password_date, password_access_left, etc.)

  • IDM 7.2 creating Password Reset task

    Hi,
    We are in the process of implementing IdM 7.2, when I create a task for Password reset the I'm getting a DB error have any one encountered this in IdM  7.1 Here is the error that I'm getting
    MXMC: Access denied Err 214727900
    Source OraOLEDB
    Description ORA 01400: Cannot insert NULL into ("MXMC_OPER"."MXP_TASKPARAMETERS".MCVALUE")
    Method: EmcTaskProperties.SaveGafParameters
    Thanks,
    Joe.P

    Ok, then it's one of two things in my experience:
    1. The encoded password for the MXMC_OPER is incorrect.  Try to login to Oracle using that account.  It should have been defined in the INCLUDE.SQL file when the database was created.  You might need to work with your DBA on this, assuming you are not one.
    2. I've only seen this happen on MSSQL, but if your classpath is set up in a certain way, these things can happen.  I've written about it [here|http://idm-thoughtplace.blogspot.com/2011/02/too-much-in-jar.html]
    Hope this helps you.
    Matt

Maybe you are looking for

  • Sound is very quiet !

    Hi I recently bought a zen mp3 from 32 GB but now I've put some songs on it and the sound is very quiet, even when I put it on 25 ! my brother has a zen mp3 of 8 GB and his sound is very loud at 25. Does anyone knows how i can get the songs to play l

  • Prob in string...

    I have the following table in database. i have a jsp page in which i have used the following declaration: I have used String in for pay_post column, which is declared CHAR in database.Is it OK or not.(In form it is a radio button) and another is i ha

  • How to read a total column of a table?

    Hi All, I have a requirement where I have a hidden column in a table . I need to read its total value and place it as another fields total value. Note : Result table of the page is not an advanced table. OAMessageStyledTextBean HiddenAmount = (OAMess

  • My iphone 3gs is factory reset now for three hours and the charger still!

    I do not know what to do for it to work. Have tästat try to stop but you can not have tried to take out the sim card but it does not work either! For help with this now!

  • CcBPM question

    Hi all, I have ccBPM scenario. Sender sends a request to XI. XI sends the request to a webservice and the webservice response with an answer. The answer is then send to a receiver. I would like to concat the request from the sender into the answer th