SU01 Password Reset multiple clients.

My system is connected to CUA and I have 2 clients in child system 100 and 200. In cleint 100 tx - SU01, when I click on reset password I am getting 2 options (Tgt Systems: Client 100 and 200). This phenomenon is not observed in client 200 and multiple client choice is not desired. I think it is related to table USZBVSYS clearance, but we can not reorg (report RSUSR_CUA_CLEANUP_USZBVSYS) in CUA as many systems are connected to CUA and this log can not be deleted.
SCUM setting and other configuration is ok as this problem is not observed in other child systems.

Hi,
Which is the central system or client in CUA. You mean totally you have two systems. 1 is central system where you have CUA and another child system (with two clients).
Please note that only in CUA central system you will get an option to reset password to child systems.
You need to make sure where the CUA is installed or activated.  Goto transaction SCUA and see the CUA details, you will have the sending system field which is the central system. Also you will only be able change the CUA in central system. That means only display button is displayed in child systems.
As per your question I understood that it is in Client 100.
Regards,
Gowrinadh

Similar Messages

  • FIM Password Reset Client Service error 1053 when starting service - what is the minimum permissions set?

    Hi,
    I've installed Password Reset Client Service on a machine with locked down GPO settings. Now, service, running under NETWORK_SERVICE account doesn't start (Service Control Manager reports error 1053 after waiting 30 seconds for the service to respond during
    start).
    If I change service account to some other account (i.e. domain account), service runs fine and I am able to reset password successfully, so there is no issues with password reset infrastructure, firewall, etc..). Problem is only with NETWORK SERVICE not
    having enough permission to do its job.
    Unfortunately, there is no event log entries in neither of relevant event logs (Application, Security, System, Forefront Identity Manager) that would provide additional information on why service doesn't start. ProcessMonitor tracing revealed only, that
    service cannot access some of the registry entries. After granting permissions, service still refuses to start.
    What I'd like to know is there a list of permissions, configuration entries, that NETWORK SERVICE needs in order to run normally?
    If that is not available, does anybody have any idea, how to find out what is preventing NETWORK SERVICE account from running that service?
    Thank you and best regards,
    P

    Fatih,
    The above often solves it because this disabled CRL checking for the account running the service. As the service is the network service, it has no scope off of the box, so the machine account is typically used and many shops have policies in place that prevent
    this. If the above entry doesn't help, try using your account as the service account. If that works, then its probably a syntax problem with above entry. If it fails with your account too then its most likely not CRL checking.  There is
    a registry key that can be configured that could assist:
    [HKEY_LOCAL_MACHINE \System \CurrentControlSet \Control]
    ServicesPipeTimeout = 30000
    Try setting this to another value higher than 30000. This value is milliseconds. I would also look at network capture and verify if we are indeed attempting to go to the Internet during service startup.

  • Can Password Reset Work for Non Domain MS Outlook (2007, 2010 and 2013) Clients? NOT OWA, Please

    Hi All,
    I migrated from Exchange 2007 to Exchange 2013. I have configured expired password reset and it works fine on OWA (for both internally and externally accessed users) and all computers joined to my domain running MS Outlook clients. However, my users wants
    it to work for all MS Outlook client of computers not joined to my domain.
    How can I go about this? Does expired password reset work on MS Outlook client (2007, 2010 and 2013) computers not joined to the domain?
    Please, help

    Hello,
    Based on my known, I'm afraid that there is no way to reset expired password if your Outlook client computers not joined to the domain.
    For external users, we only reset password via owa.
    If you have any feedback on our support, please click
    here
    Cara Chen
    TechNet Community Support

  • Password Reset client fail to show GINA stub in Windows login

    After I installed the Password Client (Version 11.1.1.1.0) and restarted the Windows XP, I found that the GINA stub "Forgot your password? Click here to reset it" cannot be displayed. But I still could do the enrollment by enter the enrollment URL in IE.
    Then I installed Password Client to the Windows Server 2003 (the Password Reset Server), and restart the server. The GINA stub could be displayed above the login screen. However, when I click the GINA stub, no any screen to pop up to reset the password.
    Please help to solve the issues. Thanks

    Hi mAbrante ,
    First of all, thanks for your reply.
    This is my krb5.conf file content;
    root@sunray-01 # more krb5.conf
    # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # ident "@(#)krb5.conf 1.3 04/03/25 SMI"
    # krb5.conf template
    # In order to complete this configuration file
    # you will need to replace the __<name>__ placeholders
    # with appropriate values for your network.
    [libdefaults]
    default_realm = ESURIA.COM
    default_tkt_enctypes = des-cbc-md5 ; or des-cbc-crc
    default_tgs_enctypes = des-cbc-md5 ; or des-cbc-crc
    [realms]
    ESURIA.COM = {
    kdc = es-dc1.esuria.com:88
    admin_server = es-dc1.esuria.com
    [domain_realm]
    esuria.com = ESURIA.COM
    .esuria.com = ESURIA.COM
    [logging]
    default = FILE:/var/krb5/kdc.log
    kdc = FILE:/var/krb5/kdc.log
    kdc_rotate = {
    # How often to rotate kdc.log. Logs will get rotated no more
    # often than the period, and less often if the KDC is not used
    # frequently.
    period = 1d
    # how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
    versions = 10
    [appdefaults]
    kinit = {
    renewable = true
    forwardable= true
    gkadmin = {
    help_url = http://docs.sun.com:80/ab2/coll.384.1/SEAM/@AB2PageView/1195
    Let me know, if you need more info.

  • Password reset for all clients

    Hi
    I need to Reset Password on ALL clients within current system for logged on User.
    Any suggestions please
    Thanks
    Regards

    Got a Program for this. Am just pasting the code..try it
    TABLES: T000, USR02.
    DATA: BEGIN OF I_USR02.
            INCLUDE STRUCTURE USR02.
    DATA: END OF I_USR02.
    SELECTION-SCREEN BEGIN OF BLOCK STANDARD
                     WITH FRAME TITLE TEXT-001
                     NO INTERVALS.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (23) TEXT-005.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (23) TEXT-004.
    PARAMETERS NO RADIOBUTTON GROUP RAD1.
    SELECTION-SCREEN COMMENT (23) TEXT-002.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (23) TEXT-005.
    PARAMETERS YES RADIOBUTTON GROUP RAD1.
    SELECTION-SCREEN COMMENT (23) TEXT-003.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN END OF BLOCK STANDARD.
    MAIN PROGRAM
      IF NO = 'X'.
        MESSAGE I999 WITH
         'Program Terminated at User Request'.
        LEAVE PROGRAM.
      ELSE.
        PERFORM CHANGE_PASSWORD.
        SELECT * FROM T000.
          SELECT * FROM USR02 CLIENT SPECIFIED
             WHERE MANDT = T000-MANDT AND
                   BNAME = SY-UNAME.
            IF USR02-MANDT = SY-MANDT.
              WRITE : 1 USR02-MANDT COLOR 6 INVERSE.
              WRITE : 5 USR02-BCODE COLOR 6 INVERSE.
            ELSE.
              WRITE : 1 USR02-MANDT COLOR COL_KEY INTENSIFIED.
              WRITE : 5 USR02-BCODE COLOR COL_BACKGROUND INTENSIFIED OFF.
            ENDIF.
            IF USR02-UFLAG = 0.
              WRITE : 24 'Not Locked' COLOR COL_BACKGROUND INTENSIFIED OFF.
            ELSEIF USR02-UFLAG = 64.
              WRITE : 24 'Locked: System Admin.' COLOR 6 INVERSE.
            ELSEIF USR02-UFLAG = 128.
              WRITE : 24 'Locked: incorrect Logons.' COLOR 6 INVERSE.
            ELSE.
            ENDIF.
            WRITE : 50 USR02-TRDAT COLOR COL_BACKGROUND INTENSIFIED OFF.
            WRITE : 61 USR02-CLASS COLOR COL_BACKGROUND INTENSIFIED OFF.
            NEW-LINE.
          ENDSELECT.
        ENDSELECT.
      ENDIF.
    TOP-OF-PAGE.
      NEW-PAGE NO-TITLE NO-HEADING.
      PERFORM LISTTITEL.
    TOP-OF-PAGE DURING LINE-SELECTION.
      PERFORM LISTTITEL.
          FORM CHANGE_PASSWORD                                          *
    FORM CHANGE_PASSWORD.
      SELECT * FROM USR02 INTO I_USR02     "grab userid and store data
        WHERE BNAME = SY-UNAME.
      ENDSELECT.
      IF SY-SUBRC NE 0.
        EXIT.
      ENDIF.
      UPDATE USR02 CLIENT SPECIFIED        "Write current client pwd over
         SET                               "other clients that have id in.
          BCODE = I_USR02-BCODE
          OCOD1 = I_USR02-OCOD1
          CODV1 = I_USR02-CODV1
          OCOD2 = I_USR02-OCOD2
          BCDA2 = I_USR02-BCDA2
          CODV2 = I_USR02-CODV2
          OCOD3 = I_USR02-OCOD3
          BCDA3 = I_USR02-BCDA3
          CODV3 = I_USR02-CODV3
          OCOD4 = I_USR02-OCOD4
          BCDA4 = I_USR02-BCDA4
          CODV4 = I_USR02-CODV4
          OCOD5 = I_USR02-OCOD5
          BCDA5 = I_USR02-BCDA5
          CODV5 = I_USR02-CODV5
          CODVN = I_USR02-CODVN
          TRDAT = I_USR02-TRDAT
          LTIME = I_USR02-LTIME
          BCDA1 = I_USR02-BCDA1
         WHERE BNAME = SY-UNAME AND
               MANDT NE SY-MANDT.          "Every client but current.
    ENDFORM.                               "CHANGE_PASSWORD
          FORM LISTTITEL                                                *
    FORM LISTTITEL.
        WRITE: / 'List of client(s) on which the Password for User',
                SY-UNAME COLOR COL_KEY INTENSIFIED,
               'has been reset.'.
      WRITE: / 'Password originated on Client : ',
                SY-MANDT COLOR COL_KEY INTENSIFIED.
      SKIP.
      WRITE: / 'System: ' COLOR COL_HEADING INVERSE,
               20 SYST-SYSID COLOR COL_KEY INTENSIFIED.
      WRITE: / 'Date:  ' COLOR COL_HEADING INVERSE,
               20 SYST-DATUM COLOR COL_HEADING INVERSE.
      WRITE: / 'Time:   ' COLOR COL_HEADING INVERSE,
               20 SYST-UZEIT COLOR COL_HEADING INVERSE.
      ULINE AT (73).
      WRITE: /(73) SPACE COLOR COL_HEADING INTENSIFIED.
      WRITE: 1 'Cl.' COLOR COL_HEADING INTENSIFIED.
      WRITE: 4  SY-VLINE.
      WRITE: 5 'Encrypted Password' COLOR COL_HEADING INTENSIFIED.
      WRITE: 23 SY-VLINE.
      WRITE: 24 'Lock Status' COLOR COL_HEADING INTENSIFIED.
      WRITE: 49 SY-VLINE.
      WRITE: 50 'Last Used' COLOR COL_HEADING INTENSIFIED.
      WRITE: 60 SY-VLINE.
      WRITE: 61 'User Grp.' COLOR COL_HEADING INTENSIFIED.
      WRITE: 73 SY-VLINE.
      ULINE /(73).
    ENDFORM.                               " LISTTITEL
    Regards

  • HT4798 Does password reset with multiple Apple IDs work for you?

    I'm using 10.7.4. We have more than one valid Apple ID. Each when attached to one user profile can make use of the password reset feature using the Apple ID. If more than one Apple ID is assigned to a profile it no longer allows either to reset the profile. Is there something that I'm missing?

    Hmm if you've changed your password and go to the icloud preferences, it normally prompts you to input the password.  This didn't happen?  I would sign out of icloud and sign back in.  It'll warn you for some items they'll be removed from your computer, and that's fine.  They'll be stored in icloud and return when you sign back in.  If you want to make sure they're in icloud before signing out, go to icloud.com and sign in.  Poke around there to verify the data is there.

  • Password Reset Form for Multiple ABAP and Java Systems IDM 8.0

    Hi Friends,
    i have created Password reset form in IDM 8.0 , now i am able to reset password in systems but when i am resetting password IDM will reset password in ALL Connected server where his id is present.
    now i need that user can able to select system where he want to reset password through password reset form.
    Thanks,
    Mohinder

    Hi Tero,
    I tried both query and it worked for me,
    select right(mcattrname, len(mcattrname) - 7)
    from idmv_vallink_basic
    where mskey = %usermskey% and left(mcAttrName, 7) = 'account'
    select rep_name from MC_REPOSITORY where rep_name in (select right(mcattrname, len(mcattrname) - 7) from idmv_vallink_basic with (nolock) where mskey = %usermskey% and left(mcAttrName, 7) = 'account')
    May be Mohinder did not copy paste properly.
    Password reset task with option to select repository seems to be coming from many ppl. Will you be able to create a blog with details on how to achieve this, as it is your idea in 1st place?
    Kind regards,
    Jai

  • Multiple Password Resets for no reason?

    Why have I needed to go in and request a password reset 3 times since 9/15?  My outlook on my computer and phone have the passwords configured so I know it wasn't me entering in the wrong password to block the account.  The first time I got a notifcation saying there was a hack attempt on my account but what about the last two?  No notice no nothing.  Is there a security issue I should be concerned about?  Is this happening to others? 

    A large number of accounts reportedly had some information stolen a few months back.
    From what is reported by Verizon there is some form of account access occurring that has caused them to invalidate some accounts.  These should not just reset the account but also CHANGE THE PASSWORD.  Of course after you change your password they still might be under attack. Some have reported problems accessing from overseas as Verizon is trying to block these attacks.
    SEE http://forums.verizon.com/t5/Verizon-net-Email/Email-Account-Password-Lockout/td-p/744863

  • PI7.1 HU6 password reset not working

    Hi Guys
    I received password reset emails few days back. I was able to reset and change password for all system except PI 7.1 HU6 system. I have tried multiple times receiving new reset password but for some reason, I am not able to login or reset my PI 7.1 HU6 password. The client is 800
    Can you please let me know the solution if any you faced similar situation
    Thanks

    Hi Trevor
    I have 'S' User id...I cant create a message as you said..Seems like i dont have enough authorizations...Every time i request password reset to PI 7.1, I get all systems reset and only PI does not work
    can you let me know other possibilities
    Thanks
    Kishore

  • How to control one server with multiple clients via TCP/IP

    I am wanting to control a single server with multiple clients.  Only one client would be active at a time, so there would be no conflict.  I want to use TCP/IP.  So far, I have programmed a cluster that passes data back to the server with no problems.  The challenge come in when a second client is added to the mix.  I have't been able to figure out how to turn each client on and send the appropriate data and then turn it off so it doesn't keep sending the same data to the server. 
    Here are the things that I have considered and did some preliminary testing, but don't really know how to impliment:
    1.  Send a numeric on the front of the cluster packet that tells the server that data is on the way.
    2.  Send a boolean on the front of the cluster packet to somehow turn the server TCP/IP on.
    The problem I have found is that LabVIEW TCP/IP doesn't like to be turned on and off.  If it doesn't get the data it expects, it goes into a reset mode and that kills the response time.
    Any help?

    You should consider implementing a set of simple one-byte commands that can be sent back and forth between the Server and the Clients. You can base all of these ideas off the example in the Example Finder under Networking >> TCP and UDP called Multiple Connections - Server.
    You will have two loops in the server VI: one to wait for new connections, and one to send and receive data from the existing connections. For instance, after one of the clients connects, it can request control of the server to send data to it by sending the character "R" for request. Every time the send/receive loop of the Server executes, the first thing it can do is to check all the existing connections to see if any of the clients have sent a control request ("R"). If so, it will create a buffer (array) of control requests. This could be in the form of Connection IDs or indexes in the array for a particular Connection ID. Your choice.
    After the Server receives a request for contol, if it is not already under control by another client, then it can send a response to the first client on the control request list. For instance, the server could send the first client a "S" command for send. Note that after the clients send their control request, they should execute a TCP Read and wait indefinitely for the server to respond with the one-byte "S" command. Then, once the client in control is finished sending data to the server, it could send the character "X" telling the Server to release it from control.
    The example I mentioned above already does a similar thing. Note how when a client wants to disconnect, they send the letter "Q". You can see this in the Multiple Connections - Client VI. The Server then checks each individual connection to see if it's received this one-byte command, and if it has, it closes the connection to the client. This is what you would want to implement, but instead of having just one command, you'll have to distinguish between a few and build up a buffer of control requests.
    Finally, if a client does decide to disconnect in your application, they could send the command "Q" just like the example above. At this point, close the connection and remove that Connection ID from the array of connections. You will also have to handle the case that this client was in the request control waiting line when it disconnected, in which case you need to delete it from that array as well.
    This will definitely work for you, but it will take some work. Best of luck!
    Jarrod S.
    National Instruments

  • 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

  • End User Unlock and Password Reset in GRC AC 10.0

    Hi Dears,
    I have an issue related to End User Unlock and Password Reset.
    We maintained Data Source as SU01 in SPRO, So that User can able to access GRC Application through End User Login with ECC System login
    Details for raise a request.
    If user is locked or forget ECC system password, then user not able to access GRC Application through End User Login with ECC System login Details for Unlock or reset Password.
    In this situation, how user can unlock or reset the Password for ECC System.
    Could you please provide the solution to resolve the Issue.
    Note:- No LDAP or Acitive Directory.
    System Details :- GRC AC 10.0 , SP12.
    Regards,
    Karnatak.

    Hi Rupesh
    That was my warning on the post I linked you to
    Quite a few PSS solutions have this as a setup (even SCN). The key thing you are reliant on is that the email account must be restricted to only the user to receive the password/link as well as appropriate Challenge Response Questions defined as part of their registration.
    But yes, they can technically enter any User id to request the password and if they know the answers to the questions then they will get the password issue.
    Your alternatively is to introduce another system (i.e. AD which you ruled out) or see if there is a way to introduce a second factor authentication (I don't believe this is delivered with GRC).
    Regards
    Colleen

  • Program to Create Users in Multiple Clients at Once

    Hello experts.
    We have a multi-client architecture and I have to frequently create users in many of them at once.
    Is there a fast way or does anybody have ABAP code to create users in multiple clients by while also an existing users Roles?
    We have a program to copy the users, but I still have to go into every system and assign roles.  This is very tedious, so I would appreciate any help.

    Hello Valhalla,
    Try this way:
    BAPI_USER_CREATE1 is remote enabled so you can create RFC destination for the all the system
    you want to create users.
    Load all the rfc destination in one table.
    Load all the users need to be created in one table.
    Loop at rfc_dest_tab.
        loop at users_tab.
             CALL FUNCTION 'BAPI_USER_CREATE1' DESTINATION rfc_dest_tab-RFC_DESTINATION
      EXPORTING
        USERNAME         =  users_tab-USERNAME
      NAME_IN          =
        LOGONDATA        =
        PASSWORD         =
      DEFAULTS         =
        ADDRESS          =
      COMPANY          =
      SNC              =
      REF_USER         =
      ALIAS            =
      EX_ADDRESS       =
      UCLASS           =
    TABLES
      PARAMETER        =
      RETURN           =
      ADDTEL           =
      ADDFAX           =
      ADDTTX           =
      ADDTLX           =
      ADDSMTP          =
      ADDRML           =
      ADDX400          =
      ADDRFC           =
      ADDPRT           =
      ADDSSF           =
      ADDURI           =
      ADDPAG           =
      ADDCOMREM        =
      GROUPS           =
      PARAMETER1       =
      EXTIDHEAD        =
      EXTIDPART        =         .
    ENDLOOP.
    ENDLOOP.
    This will create required user in remote SAP systems.
    Hope this solves your issue!
    Thanks,
    Augustin.
    Edited by: Augustarian on Aug 22, 2009 11:52 AM
    Edited by: Augustarian on Aug 22, 2009 11:52 AM

  • Portal Password Reset problem

    Hi All,
    My scenario wants an automated process where the users can reset their own password. Do you know if the user password reset on the logon page is a automated process? Does the email with password go directly to the user or the email goes to the administrator and then the administrator has to reset the password? Do I need to configure the SMTP in my client system for this? If so can you give the steps involved for configuring SMTP?
    I have configured SMTP server by logging as Administrator in portal -> System Admin -> Sys Confgiruation ->
    Universal Worlist & Workflow -> Engine and gave the notification email as 'JavaMail'.
    The again portal -> System Admin -> Sys Confgiruation ->
    Universal Worlist & Workflow -> Email edit it gave the Host name as my SMTP mail server name. I checked my mail server through telner <mail server> 25 and it is opening in command prompt. Am I missing anything here in SMTP configuaration. Fileds like Pop3 User and Pop3 Password I wanted to leave as blank but when I click save in Portal , it self add some encrypted values.
    can Anybody has done the above scenario.Its urgent.
    I have read on help.sap.com and it looks like it sends an email to administrator and then the administrator resets the user password. Is my understanding correct on the above.
    Can anyone provide me a step by step approach on the same.
    Suitable answers will be rewarded definitely.
    Regards,
    Narayanan B

    I found some information about this on SDN and on the help.sap.com site that might help:
    First look at:
    Change/Reset password option on the login page
    and:
    Password Reset
    Then check here:
    http://help.sap.com/saphelp_nw04/helpdata/en/52/4c6c3e58d0d064e10000000a114084/frameset.htm
    and look at the description for: <b>ume.logon.logon_help</b>

  • Business Catalyst - not able to login, publish or receive password reset email.

    Hi,
    I'm not able to login to BC or publish edits to a client Muse site. When I try to log into BC manually, I am not receiving password reset email (not in spam folder). Never been a problem before and the status report says servers are all good. Any insight appreciated (client waiting).
    Thanks!
    Veronica

    Online Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

Maybe you are looking for

  • APSDAEMON.EXE w/message that MSVCR80.DLL is missing

    iTune will not open and I receive a message about APSDAEMON.EXE and the message states that MSVCR80.DLL is missing.  Any ideas how to rectify?

  • Privilege for truncating a table of other schema

    Hi friends I need to truncate a table of other schema. What privilege the other user has to give to carry out it. Thanks Edited by: user12892846 on 01-abr-2010 15:59

  • Apple Certified Tech grasping at Straws iMac 24" 8,1

    I have a 2.8 GHZ 24" 8,1 version iMac sitting on my bench.   This one has the upgraded video card 8800, 512k that was something like $800 new. Always Kernel Panics on startup just as the gear stops and the screen ordinarily goes to blue. Doesn't matt

  • @jc:sql statements

    hi. i had a question regarding return values of sql statements: i'm familiar with mapping return values from a SELECT statement into ResultSet objects, but what is returned when an INSERT or DELETE or UPDATE statement is performed? thanks. qin_23

  • Where is rmic in jdeveloper?

    jdevelper 10.1.3.0.4 where is rmic in jdeveloper? i want to create a stub and skeleton class, and i dont know where invoke the Rmic?