Issued while provisioned AD account from OIM11g

Hi,
AD account was created successfull, but in the oim11g webinterface, below mesage displayed in the "Resource History":
Password never expires Updated     Rejected      September 10, 2010     System Administrator [XELSYSADM]     
User must change password at next logon Updated     Rejected      September 10, 2010     System Administrator [XELSYSADM]     
Account Expiration Date Updated     Rejected      September 10, 2010
I don't know why always rejected, actually the user of the account operation in AD could do the above 3 operations.
Thanks

Account Locked Out Troubleshooting-EventCombMT - Have a look for details.
http://social.technet.microsoft.com/wiki/contents/articles/4585.account-locked-out-troubleshooting-eventcombmt.aspx
Regards,
Biswajit
MCTS, MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, Enterprise Admin, ITIL F 2011
Blog:
  Script Gallary:
  LinkedIn:
Note: Disclaimer: This posting is provided & with no warranties or guarantees and confers no rights..

Similar Messages

  • Issue while deleting a row from a table

    Dear friends,
    i am getting an issue while deleting a row from a table, pls check screen shots , the first screen shot is my table contents
    when i delete 2 row , the second row is deleting properly like below screen shot
    but i want like below screen shot , Col1 contents should be like pic 1 . could any one pls let me know how to solve this issue.
    Thanks
    Vijaya

    Hi vijaya,
    please try this code, it will help you.
    DATA : it_rows  TYPE wdr_context_element_set,
              wa_rows LIKE LINE OF it_rows.
       DATA lo_nd_table TYPE REF TO if_wd_context_node.
        DATA lt_table TYPE wd_this->elements_table.
       DATA lo_el_table TYPE REF TO if_wd_context_element.
       DATA ls_vbap TYPE wd_this->element_table.
    DATA: ld_index TYPE i.
    data value TYPE sy-index.
    * navigate from <CONTEXT> to <table> via lead selection
       lo_nd_table= wd_context->get_child_node( name = wd_this->wdctx_table ).
    * @TODO handle non existant child
    * IF lo_nd_table IS INITIAL.
    * ENDIF.
    * get element via lead selection
    * alternative access  via index
    * lo_el_table = lo_nd_table->get_element( index = 1 ).
    * @TODO handle not set lead selection
       IF lo_el_table IS INITIAL.
       ENDIF.
    * navigate from <CONTEXT> to <table> via lead selection
       lo_nd_table = wd_context->get_child_node( name = wd_this->wdctx_table ).
    * @TODO handle non existant child
    * IF lo_nd_table IS INITIAL.
    * ENDIF.
       lo_nd_table->get_static_attributes_table( IMPORTING table = lt_table ).
    * @TODO handle non existant child
    * IF lo_nd_table IS INITIAL.
    * ENDIF.
    ** @TODO compute values
    ** e.g. call a model function
    * navigate from <CONTEXT> to <table> via lead selection
       lo_nd_table = wd_context->get_child_node( name = wd_this->wdctx_table ).
    * @TODO handle non existant child
    * IF lo_nd_table IS INITIAL.
    * ENDIF.
    ** @TODO compute values
    ** e.g. call a model function
    it_rows  =  lo_nd_table>get_selected_elements( ).
       CALL METHOD lo_nd_table->GET_LEAD_SELECTION_INDEX
       RECEIVING
         INDEX  = value .
      LOOP AT it_rows INTO wa_rows.
         CALL METHOD wa_rows->get_static_attributes
           IMPORTING
                  static_attributes = ls_table.
         READ TABLE lt_table INTO ls_table WITH KEY col1 = ls_table-col1.
          ld_index = value.
              ENDLOOP.
       CLEAR : ls_table-col2,
             ls_table-col2.
       MODIFY lt_table INDEX ld_index FROM ls_table.
      lo_nd_table->bind_table( new_items = lt_table set_initial_elements = abap_true ).

  • HT2534 While creating an account from my iPad there is no option for selecting none in the payment options. It states I have to give my credit card details. What's the procedure to open a free account?

    While creating an account from my iPad there is no option for selecting none in the payment options. It states I have to give my credit card details. What's the procedure to open a free account?

    It's in the article.  You must first sign-out your current account, then go to App store to purchase a Free App.  It will ask you to either Sign in or create a new AppleID.  That's when you start creating a new AppleaID and NONE will be available as a payment option.

  • Issue while printing to A4 from Xerox J75 (fiery) through Mac OSX 10.9.3.

    I've encountered an issue while printing to A4 from Xerox J75 (fiery) through Mac OSX 10.9.3.
    The document and printer settings are set for A4 but the print job goes to the printer as A3.
    The problem only occurs while printing through Adobe Photoshop CS6.

    I get into trouble if I choose A4 borderless instead of A4 in the Photoshop Print settings.
    There, Tray 2 is dimmed out
    To be honest, I don't see borderless in your settings, but my  doing that on my printer causes a default to the larger Tray 1.
    That's all I have tonight. If I think of anything else, I'll post it.  Here's thread on this issue as well.
    Wrong paper size sent to the printer

  • Issue while provisioning ADUSER in OIM11g.

    while provisioning ADUser to user i am getting this exception.
    Caused by: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0
    0002077: SvcErr: DSID-031907B5, problem 5003 (WILL_NOT_PERFORM), data 0
    ]; remaining name 'cn=ram charan'
    can any body please help me.

    thanks for reply kevin.
    I am new bie to OIM1g.
    i enabled the SSL.here i have taken USE SSL=true.In provisioning i am getting the exception, exception.ConnectionException: 172.16.30.123:636; socket closed
    if i take USE SSL=yes,i am getting the exception, .exception.ConnectionException: simple bind failed: 172.16.30.123:636
    how to solve this?
    Edited by: anu on Jul 15, 2011 11:00 AM
    Edited by: anu on Jul 15, 2011 11:08 AM
    Edited by: anu on Jul 15, 2011 11:30 AM
    Edited by: anu on Jul 15, 2011 2:44 PM

  • Facing issue while provisioning to AD which is in multiple domain in single forest

    Hi All,
    I am facing issue while user provisioning to AD which is in multiple domain in single forest.I can Synchronize the OU and Groups from Global Catalog i.e. root domain,but unable to Synchronize OU and Groups from child domains.Following is depict of my domain.
    Root -------   example.com
             |_______doamin1.example.com
             |_______doamin2.example.com
             |_______domain3.example.com
    My global catalog is example.com where I have configure my connector.Following is the snippets of it.
    Parameter
    Value
    ADLDSPort
    BDCHostNames
    Configuration Lookup
    Lookup.Configuration.ActiveDirectory.Trusted
    Connector Server Name
    Active Directory Connector Server
    Container
    DC=example,DC=com
    DirectoryAdminName
    DWPTEST\adm
      DirectoryAdminPassword
    DomainName
    example.com
    IsADLDS
    no
    LDAPHostName
      GlobalCatalog server name  -> where my root domain is present
    SyncDomainController
    SyncGlobalCatalogServer
    GlobalCatalog server name  -> where my root domain is present
    UseSSL
    no
    Above configuration I am using to Synch my OU and Groups using scheduler Job.Following changes I have made in connector configuration.
    1. Set the value of the SearchChildDomains entry to yes in one of the following lookup definitions:
    For trusted source reconciliation: Lookup.Configuration.ActiveDirectory.Trusted
    For target resource reconciliation: Lookup.Configuration.ActiveDirectory
    2. Specify the name of the domain controller that is hosting the Global Catalog Server as the value of the SyncGlobalCatalogServer IT resource parameter.
    For provisioning purpose I am trying to find following configuration which is mentioned in connector document,but unable to locate it.
    In the connector, the referral chasing option is set to All, which means that all referrals are chased when any referral is provided by the domain controller
    Thanks in advance.
    Regards,
    Nitin Natekar

    Hi All,
    Thanks all for the reply.I was not getting an error,but once I changed the connector configuration,It started working. I Kept the LDAPHostName parameter blank  in connector configuration.
    Thanks all for reply
    Regards,
    Nitin Natekar

  • Facing issue while provisioning to Exchange mail server in OIM 11gR2

    Hi All,
    I am getting following error while provisioning user in exchange.
    [2013-12-19T16:04:02.634-08:00] [oim_server1] [ERROR] [] [XELLERATE.DATABASE] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: edbbad62ee0b4f0e:5ae02d4e:14308416bb2:-8000-0000000000001313,0] [APP: oim#11.1.2.0.0] select orc_key, UD_EX_CH_VERSION from UD_EX_CH where orc_key=123[[
    java.sql.SQLSyntaxErrorException: ORA-00904: "UD_EX_CH_VERSION": invalid identifier
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
        at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
        at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:942)
        at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)
        at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1690)
        at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:446)
        at weblogic.jdbc.wrapper.Statement.executeQuery(Statement.java:506)
        at com.thortech.xl.util.JDBCUtils.executeQuery(JDBCUtils.java:159)
        at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(tcDataBase.java:760)
        at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(tcDataBase.java:271)
        at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:935)
        at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
        at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
        at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
        at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.getProcessFormChildDataData(tcFormInstanceOperationsBean.java:1271)
        at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.getProcessFormChildData(tcFormInstanceOperationsBean.java:1213)
        at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.getProcessFormChildDatax(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor904.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio
    Regards,
    Nitin Natekar

    Looks like some form version changes got corrupted.
    You can do following things..
    1) Make a new form version using Design condole
    2) Make Recon Profile Active in Resource Object.
    3) In Application Instance-> Form-> Create new Form.
    If its not solved, you can uninstall and install your connector again.
    ~J

  • Unknown user name or bad password issue while creating AD accounts

    Hi All,
    While creating accounts on AD through IdM, I am getting below error. Sometimes I don't see this error while sometimes I do. What could be the actual reason ?
    com.waveset.util.WavesetException: Error opening object 'LDAP://cn=ut9778ug,ou=Employee USA,ou=Users,ou=CorpHQ,dc=corpz,dc=utcz,dc=com': ADsOpenObject(): 0X8007052E: , , Logon failure: unknown user name or bad password.
    Please help me out.
    Thanks,

    Hi,
    I just faced the same problem while provisionning account on AD through Sun Identity Manager Gateway. (I'm in Oracle Waveset 8 patch 6)
    When I test configuration on the configuration page of my AD resource, everything was ok, but when i tried to create / update account on AD, i had the same error. (when i forced a bad password for example, the test configuration was in error, so i know that was ok)
    I resolved the problem using IP address in "LDAP Server Name" instead of url or host name. I don't understand because 'ping' on url and test configuration on resource were ok.
    I hope it will be usefull for you
    Nicolas

  • Issue while releasing to accounting

    Hi SAP SD GURUS,
    While releasing to accounting the following error araises 
    Error in account determination:table T030K key 1000 MW3
    Regards,
    Anand

    Hi,
    Go to VF02 and give your billing document number and execute it.
    Now go to environment u2013 account determination analysis u2013 revenue account.
    Check out whether any account has been determined by your account determination analysis.
    Then go to VKOA and select any of the table to store your account with your keys.
    Store this data and try to release your account document from VF02.
    Regards
    Raj.

  • Issue while Loading GL Account Hierarchies

    Hello All,
    We have a set of new GL Accounts created in ECC system. While extracting these GL accounts to BW, I am facing issue.
    The issue is the GL Accounts are available in the Texts. But while trying to add the new GL Accounts to the existing hier nodes, its not displaying those alongwith the other GL accounts.
    Also, I checked the datasource 0GL_ACCOUNT_T011_HIER, the new GL Accounts are not available in the Nodes.
    Please advice.
    Regards
    Sneha

    Hi Arvind,
    Thanks a ton for your immediate response. I have checked in FSE3. the data is not available.. Will update that and then check my BW data.
    Thanks again..
    Sneha

  • Error while copying GL Accounts from One Client to another client

    Hi,
    We are trying to copy GL accounts created in one client to another client (Company Code is same in both the clients). First we executed FS15 (send) and a file was created on the server. With the help of BASIS team we checked that file and it contained the required values. However, when we are doing FS16 (receive) we are getting following OK messages:
    File /usr/sap/DEV/SYS/global/FBISABC is being checked
    Session 1 session name RFBISA20 : No terminations have been found
    However, at the same time we are getting following error message:
    File name FI_COPY_COMPANY_CODE_DATA_FOR_GENERAL_LEDGER_0X is unknown
    Message no. SG001
    Diagnosis
    No entry was found in the conversion table for the logical file name FI_COPY_COMPANY_CODE_DATA_FOR_GENERAL_LEDGER_0X.
    Procedure
    Add an entry to the conversion table for the logical file name. Maintain the conversion table with the transaction SM30.
    Can someone please advice is there something wrong that we are doing for copying GL accounts from one client to another client.
    Thanks,
    Sanjay

    Dear Sanjay,
    Did you check the batch-input? SM35
    It could have happend that there was a mistake in the batch-input data and that the destination file has not been written. If this has not been written it could not be found.  (I.E. you tried to transport G/L Accounts with deletion flags but did activate the checkbox "Transfer deletion ****").
    There is another point: Did you activate the box "Datei nur prüfen" (English: Check file only)? If this box is activated the programm will check if the batch-input-file will be written without mistakes but it will not write the file. Only if the checkbox is not activated the batch-input-file will be written. (the same with FS16).
    Kind regards
    Maike
    Edited by: Maike Nemeyer on Dec 1, 2011 8:52 AM
    Edited by: Maike Nemeyer on Dec 1, 2011 11:45 AM

  • Issue while executing OS script from Oracle

    I am trying to execute the scripts provided at :
    http://github.com/xtender/XT_SHELL
    provided by xtender user.
    As required, I have asked my DBAs to grant privileges by executing the following scripts:
    Begin
      --change to needed permissions and execute
      dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/factiva/ODS/bin/CVIM_Rpt_ExportCSVFile’, 'read,write,execute' );
    end;
    /where CVIM_Rpt_ExportCSVFile is my script residing in the Unix server where my Oracle is installed.
    The error I am facing when I try to execute the following command is:
    select * from table(xt_shell.shell_exec('/var/scripts/CVIM_Rpt_ExportCSVFile',100))
    Exception:the Permission (java.io.FilePermission /var/scripts/CVIM_Rpt_ExportCSVFile execute) has not been granted to ODS. The PL/SQL to grant this is dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/scripts/CVIM_Rpt_ExportCSVFile', 'execute' )I have asked my DBA to also execute the following scripts: - But I still see the same error as above. I am not able to figure out whats going on. Can anyone pls help me out??
    EXEC Dbms_Java.Grant_Permission('ODS', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    EXEC Dbms_Java.Grant_Permission(ODS', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');
    dbms_java.grant_permission( 'ODS', 'SYS:java.io.FilePermission', '/var/scripts/CVIM_Rpt_ExportCSVFile', 'execute' )

    DUPLICATE
    =============================================================
    Issue with Executing OS commands from Stored Procedure
    ============================================================

  • Ibase/Component issue while creating a message from satillite system

    Hi experts,
    we have implemented the service desk functionality in solution manager system.
    User is able to create message in solution manager directly.
    While creating message from a satellite system IBASE/component fields are filled with incorrect values.
    Because of this user unable to create message from satillite system.
    Has someone any ideas where we do some settings to get correct Ibase/Component values while creating message from satillite system?
    Thank you in advance,
    Babu

    Hi  Babu,
    For Creating messages in SOLMAN make sure that in T code SM30  under the table BCOS_CUST data is maitained
    OSS_MSG     W     NONE     CUST620     1.0
    First your should make your solman ready for posting issues within.
    Then connect it to ECC systems and try posting issues there.
    Do not user Tcode NOTIF_CREATE for posting issues  always use HELP- Create Support message.
    Thanks
    Nand

  • Issue while taking goods back from customer ?

    Dear All ,
                          Client  had get back goods from customer  due to poor quality , now use is in user is taking bak these goods via delv created , so as user  clicks on POST GOODS RECIEPT  he is having an error that " You are not auth for this transaxction with mvmt. type 653, so i had consult to BAIS guy , he had well checked all roles given to the use r& sais that there is no issue with roles authourisation., Kindly guide how to do this process.
    thanx in advance
    sap11

    Processes are involved with Customer Returns:
    PGI (Post Goods Issue) may be cancelled by Transaction code VL09. The accounting document is just the reverse of the original PGI document.
    VL09 creates the movement type 602 Q. But rather than VL09, the generally accepted method for the reverse items is to use the movement type 653, "back to the to the storage location." The accounting document takes the cost "from" the project and moves it back "to" the storage location.
    The movement types are entered in the schedule lines in customizing, which are then assigned to the item categories. However, in this process, "no invoice" takes place. If you have a delivery related invoice, it should be cancelled beforehand.
    Check for the t-codes and this error comes even if u use a wrong mvt type in the right t-code.. like 311 in GR, jus as an exanple..
    Reward if helpful..
    Thanks,
    Srib

  • Issue while submitting concurrent program from OAPage

    Hi Team,
    In OApage in One LOV field is der. From that LOV we need to select one concurrent program and click next button. while clicking on the next button i am getting error like  below
    The data that defines the flexfield on this field may be inconsistent.
    Inform your system administrator that the segment referred to by the flexfield bind variable
    :$FLEX$.PFCPA_JOB_NUMBER.ID:NULL could not be found.
    Make sure this variable references the segment or value set name of a prior segment
    in the flexfield structure. This flexfield bind variable is in either a WHERE clause in a table-validated value set,
    or in a default value for one of the segments of this flexfield.
    Please help me in this issue.
    Thanks,
    Rajashekar

    Hi Team,
    In OApage in One LOV field is der. From that LOV we need to select one concurrent program and click next button. while clicking on the next button i am getting error like  below
    The data that defines the flexfield on this field may be inconsistent.
    Inform your system administrator that the segment referred to by the flexfield bind variable
    :$FLEX$.PFCPA_JOB_NUMBER.ID:NULL could not be found.
    Make sure this variable references the segment or value set name of a prior segment
    in the flexfield structure. This flexfield bind variable is in either a WHERE clause in a table-validated value set,
    or in a default value for one of the segments of this flexfield.
    Please help me in this issue.
    Thanks,
    Rajashekar

Maybe you are looking for