AD user to OID. can not login.

that process works fine in developing system, but can not work at testing system.
both system is infrastructure 10.1.4.
mapping file in 2 system is same, and they connect to same AD.
the message at testing system sso page is Authentication failed, please try again
any suggestion?

The problem source could be found.

Similar Messages

  • R3trans & dbmcli schema user SAP SID can not login

    Hello Guru's,
    we have a problem with our MaxDB 7.6.6.6.
    We can not start SAP, because the default user password is wrong.
    But we can login with database studion to the schema user SAP<SID>.
    We can administrate the db with control & superdba.
    Has someone a suggestion, why dmbcli or R3trans can not login?
    kwtadm> dbmcli -u SAPKWT,SAP -d KWT
    Error! Connection failed to node (local) for database KWT:
    -24950,ERR_USRFAIL: User authorization failed
    kwtadm> R3trans -x
    This is R3trans version 6.14 (release 700 - 03.06.11 - 17:57:00).
    2EETW169 no connect possible: "DBMS = ADABAS D                         --- DBNAME = ''"
    R3trans finished (0012).
    trans.log
    4 ETW000  [     dev trc,00000]  Try to connect (DEFAULT) on connection 0 ...                              96  0.018268
    4 ETW000  [     dev trc,00000]  Wed Feb  8 17:06:23 2012                                             1089715  1.107983
    4 ETW000  [    dbsdbsql,00000]  *** ERROR => Connect to database failed, rc = -4008 (POS(1) Unknown user name/password combination)
    4 ETW000                                                                                75  1.108058
    4 ETW000  [     dev trc,00000]   -> SetSapdbCA(errcode=-4008)                                             27  1.108085
    4 ETW000  [     dev trc,00000]   -> freeConnection(con_hdl=0)                                             41  1.108126
    4 ETW000  [     dev trc,00000]   -> sdb_free(p=110f47270, size=608 (1017304 bytes allocated))            577  1.108703
    4 ETW000  [     dev trc,00000]   -> sdb_free(p=110f46730, size=1016 (1016272 bytes allocated))            59  1.108762
    4 ETW000  [     dev trc,00000]  } DbSlSdbConnect(rc=99)                                                   15  1.108777
    4 ETW000  [    dblink  ,00433]  ***LOG BY2=>sql error -4008  performing CON [dblink#8 @ 433]              66  1.108843
    4 ETW000  [    dblink  ,00433]  ***LOG BY0=>POS(1) Unknown user name/password combination [dblink#8 @ 433]
    regards
    chris

    solved
    xuser list entry for DEFAULT was wrong.

  • After install oracle 10g, enterprise manager web version, can not login

    Hi Guru,
    I have installed oracle 10g on windows xp pro sp2 successfully, can use sqlplus to connect to DB, but when using IE to login enterprise manager web version port 1158, it failed. The login page came out, but when I keyed in the right userid/password ie sysman/pwd1234, the login screen just refreshed, nothing happen. but if I purposely key in wrong userid or password, the message "invalid userid or password" comes out.
    Another "interesting" thing is, I can login web version isqlplus successfully using the same userid/password. but can not connect to web version isqlplus/dba, even I use user sys, also can not login.
    Need your urgent help to solve this problem.

    Hi.
    What does the log say?
    From %ORACLE_HOME%\opmn\logs folder.
    rgds
    Kjell

  • OID can not display some users - java.lang.ArrayIndexOutOfBoundsException:0

    We have set up AD to OID synchronization for users and groups using Import connector, and it worked fine. The users in OID can log into applications protected by OAM. But recently I found that some users that could be displayed in OID before can not be displayed now. If I click on the DN in Oracle Directory Manager, a error window pops up. It is a long error message, and the first a few lines are as follows :
    0
    java.lang.ArrayIndexOutOfBoundsException:0
    at oracle.ldap.admin.AttrOptions.<init>(entry.jave:3151)
    at Oracle.ldap.admin.Entry.getProp(entry.java:457)
    I don't see any error message in the integration profile or log files. I am testing things on an account that is having this trouble, and the strange thing is that it can not log into application protected by OAM any more, but it can log into OAM console.
    We use OID 10.1.2.3 on Windows, and OAM 10.1.4.0.1.
    I searched in Metalink but didn't find anything helpful. Any help is appreciated. Thanks for your time.
    Hailie

    Pramod,
    Thank you for your reply. Please see below my answers to your questions:
    -> Do you see any pattern in the users (DN) that are unable to be displayed/login?
    Yes I do see some pattern. There is one change on the problem user's dn - the "\" after the last name is gone.
    Before: cn=smith\, john, cn=users,dc=abc,dc=com
    Now: cn=smith, john, cn=users,dc=abc,dc=com
    However I check in Active directory "\" is presented. In OID if I right click on cn=smith, john and try to delete it, I got a error message "LDAP: error code 34 - Error in DN Normalization". Is that caused by the missing of "\"?
    -> Does ldapsearch on these users (with all attributes) show something (special chars, etc)?
    ldapsearch on cn=cn=smith, john,cn=users,dc=abc,dc=com returns no objects:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    ldap_search: No such object
    ldap_search: matched: cn=Users, dc=abc,dc=com
    Ldap search on cn=smith\, john,cn=users,dc=abc,dc=com:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith\, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    dn: cn="smith, john",cn=users,dc=abc,dc=com
    uid: [email protected]
    employeenumber: 916963
    cn: smith, john
    registeredaddress: 512
    krbprincipalname: [email protected]
    orclsamaccountname: ABC.COM$JSmith
    sn: johnsmith
    displayname: John
    orclobjectguid: lJO0N+8H4UW/30yHukSfsw==
    orclobjectsid: AQUAAAAAAAUVAAAAohxTYWIV3XFeP55cYjwAAA==
    orcluserprincipalname: [email protected]
    objectclass: oblixorgperson
    objectclass: inetorgperson
    objectclass: orcluserv2
    objectclass: person
    objectclass: orcladuser
    objectclass: organizationalPerson
    objectclass: top
    obver: 10.1.4.0
    -> Do you see the same behavior when you use any generic LDAP browser (Ex: Apache Directory Studio) instead of ODM?
    I don't have Apache Directory Studio installed yet. I will try that later.
    -> Does the changelog for the particular synch (for the affected users) show something?
    Here is what I found in ActiveChgImp.aud
    (weeks ago)
    97426524 : Success : MODIFY : cn=smith\, john,cn=users,dc=abc,dc=com
    (Recently change - The back slach after smith was gone, and "" showed up)
    97469970 : Success : MODIFY : cn="smith, john",cn=users,dc=abc,dc=com
    -> If login to OAM is possible, can the user modify his/her profile, and does it save the changes? If it does, can you try logging in to apps?
    This user can log into OAM identity system, but when I click on "My profile" under "User manager", I got a error message "You do not have sufficient access rights".
    If I log into identity system as orcladmin, I was able to modify it and save the changes. But in OID the user is still not displayed. Same error message. When I tried to add it as administrator, I could search on it, add it, but when I press "done", it didn't show up on the admin list. The users that can be displayed in OID can be added to admin list without a problem.
    Thanks,
    Hailie

  • Can not Login Dev or End user ID

    Hi all,
    I created a new WORKSPACE WS1 as the SUPER ADMIN.
    I then created an admin user WS1_ADMIN for this workspace (WS1).
    I also created a developer user WS1_DEV for this workspace (WS1).
    I also created a end user WS1_USER for this workspace (WS1).
    My problem is, I can login successfully using the userid "ws1_admin" , but I can not login to "ws1_dev" and "ws1_user" even if I tried changing password over and over again. It kept on saying "invalid credentials".
    Is there anything I missed out?
    Thanks
    Edited by: 843228 on May 27, 2011 1:52 AM

    Thanks,
    I have an application named ABC id 101, I developed in apex 2.0 in 10gXE database using the schema HR. I can run it on public using the id HR. Then I migrated it to APEX 4.0.2 in another database which is 11gR1. I migrated it using export/import. I imported it to my new worspace (WS1) and user "ws1_admin".
    My problem is when I run the application is still asking for the HR id.
    It will not accept the ws1_admin id in which It was imported anew, I am confused now where did it imported the old id "HR". How can I change the login id to the new ones?

  • Single CUPC user can not login

    Hi All,
    I have a CUPC user who can not login to the client software.
    She is getting login error:  username/password.
    She is connecting via a VPN and can ping both the CCM and CUPS directly using the IP address.
    She can also login to the CCM user page using a link to its IP address.
    I have ruled out incorrect typing because she used the same username/password to login to the vpn and the CCM user page. (email etc)
    Since she is in a process of logging in, I dont have the option of getting the log files from her client.
    Any ideas on how I can troubleshoot would be much appreciated.
    Thanks very much
    Regards,
    Amanda Lalli-Cafini

    Hi Amanda,
    Please add the host names of CUPS server and CUCM on the client machine in the hostname file and retry.
    Hope it helps.
    Anand
    Please rate helpful posts..

  • Can NOT login to portal

    Hi,
    I run portal 10.1.4 and its infra for developing on a win2k server.
    it works until yesterday: I can not login to portal sso.
    in %infra_home%\sso\log\ssoServer.log, i found a exception message like this:
    Thu May 08 15:34:30 CST 2008 [ERROR] AJPRequestHandler-ApplicationServerThread-5 Could not get attributes for user, PORTAL
    oracle.ldap.util.NoSuchUserException: User does not exist - SIMPLE NAME = PORTAL
         at oracle.ldap.util.Subscriber.getUser_NICKNAME(Subscriber.java:1159)
         at oracle.ldap.util.Subscriber.getUser(Subscriber.java:912)
         at oracle.ldap.util.Subscriber.getUser(Subscriber.java:859)
         at oracle.security.sso.server.ldap.OIDUserRepository.getUserProperties(OIDUserRepository.java:493)
         at oracle.security.sso.server.auth.SSOServerAuth.authenticate(SSOServerAuth.java:485)
         at oracle.security.sso.server.ui.SSOLoginServlet.processSSOPartnerRequest(SSOLoginServlet.java:796)
         at oracle.security.sso.server.ui.SSOLoginServlet.doPost(SSOLoginServlet.java:328)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    but odm can still login with PORTAL user / pwd.
    as i know, neither my colleagues modified oid settings.
    any suggestion?

    Check user is in user search base. If not go to oiddas admin --> configuration and change the searc base. If user container is outside of cn=users, make sure to configure aci.

  • Can not login access manager

    mail server version is JES messaging Server 6 2005Q4 :
    My Access Manager:http://hostname:8080/amserver
    last week, i login access manager, under the web label or configuration label�F
    in "ldap" item�Ci add new dc=xx,dc=xx,dc=xx�C
    then save configuration.
    but after that i can not login access manager.
    when i user admin login,it print:"
    Authentication failed".
    what should i do to restore access manage?
    thanks!

    javatoall wrote:
    Hi,
    I login Access Manager, access sample "realm" -> Authentication->
    Advance Properties -> User profiles and then I choiced "Dynamic with user Alias".
    Then I only configure JDBC authentication with mysql database that I don't used ldapservice.
    When I created a one new user in MySQL, I can login into web application that i security as "sample.war" successfull but new user don't right access resource that i protected before.
    When i login access manager with amdmin user, I can not find user that i has been created it in MySQL database. t
    When the users are created through the dynamic profile, the default cn/sn are set to "default" , after creation you need to login to amconsole as amadmin and change/add proper values for these attributes.
    Alternatively you can set the protected resource's policy subject to Authenticated users. This will work but not sure will meet your requirement
    >
    When i login access manager console with new user, it login successful, and view Profile of new user that I has been created.
    Can you tell me How to manage new user that I has been new in MySQL by Access manager console ?
    I want to configure access proteced resourse for that user. How to configure that ?
    read above use the authenticated users subject
    Thank for every help.
    VinhND.

  • Can not login to Oracle Application Express after upgrade to 3.2

    I installed oracle database express and then I upgrade APEX to 3.2 on it. I got the login page but I can not login by using any account, like SYS, SYSTEM. From the document, internal ADMIN account should exist but I did not see it from dba_users table.
    Thanks,
    Julie

    HI Don,
    I did run apxchpwd.sql to change the Application Express ADMIN user password. Then I invoked http://mymachine:8080/apex and got the Application Express login page. I put ADMIN in workspace and ADMIN in Username and the new password. But I still cannot login. I also tried http://mymachine:8080/apex/apex_admin page login. I typed ADMIN as username and the new password. Then I clicked on Login button. Nothing happened. No error message.
    Any idea?
    By the way, what does apxxepwd.sql do?
    Thanks,
    Julie

  • Database Login - Can not login as sysdba

    I have a userid for a database on a separate server. I can login as sysdba on the server with the database and from the OEM server. I can not login as sysdba from OEM. Is there a change that needs to be made to the password file or does there need to be password file on the OEM repository server?

    What do you mean with OEM server here? Centralized gridcontrol server? That's a different concept, you connect to a specific administration user (often SYSMAN), 'sysdba' is not applicable here. Otherwise a server, which hosts a standalone DBConsole is not different from any other database server.
    Werner

  • Can not login to OS X Server 10.4

    Hi, I'm using OX Server 10.4 with Open Directory.
    I've been experiencing a strange behaviour sometimes. Every other month or so, users stop being able to login via SSH to my server.
    Disabling and enabling SSH in sharing doesn't do the trick...maybe it is some ApplePasswordService issue.
    I just reboot the server as I never found any way to resolve this either here or at any other site.
    Today, feeling confident that it could be an ApplePasswordService issue
    I've done the following:
    prompt>NeST -stoppasswordserver
    prompt>NeST -startpasswordserver
    Didn't work either...
    I reboot the server and now I can not login locally with my personal or admin account, so now it's complicated.
    Booted in Safe mode (pressing shift when booting) but i get the same thing. After entering the username and password the server shows that progress colour circle spinning forever.
    Booting in single user I was able to check the logs.
    In /var/log/secure i get:
    SecurityAgent[104]:Showing Login Window
    SecurityAgent[104]:User Authenticated: continue login process
    And nothing else after that.
    I've done "fsck -fy" in single user also without any result. I really need some help here...
    Any ideas please ?
    Thank you very much.
    Regards
    David

    I think I made a mistake and typed a command made for NetInfo. Now, could that disable Open Directory authentication ? If so, How can I restore the Open Directory authentication ?

  • My question is- Why i can not login my yahoo account from yesterday?

    ''dupe of https://support.mozilla.org/en-US/questions/920319''
    I am cooljakaria from Bangladesh.I am a freelancer.
    Everyday i must use yahoo account.But i can not login my account form yesterday.As a freelancer, it is my great problem.
    Google account i can login.On the otherhand,I can login my yahoo account using google crome.
    Please solve my problem earlier.
    Thanks
    cooljakaria

    Hi,
    You may have to update Firefox to the latest version: https://www.mozilla.org/en-US/firefox/new/
    If Firefox is up to date, please try this: '''Tools''' ('''Alt''' + '''T''') > '''Clear Recent History''', choose '''Everything''' in '''Time range to clear''' and '''Cache''' and '''Cookies''' under '''Details'''. If the problem persists you may also have to [http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default reset] the corrupt [https://en.wikipedia.org/wiki/User_agent user agent] in [http://kb.mozillazine.org/About:config about:config].
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Can not login with email address and password registered with HP

    I set up an eprint D110 at another location.  I am trying to send to that printer.  I can not login to eprint with the email address and password that I set up.  What do I do now?

    Hi there, are you having trouble logging into the ePrint Center at this point (see the image below)?
    If so, you can click on the Forgotten your password link where you will be prompted to enter the e-mail address you used to setup your ePrint Center account. If you can't remember the e-mail you used to setup the account you can do the following:
    From the display on your printers front panel remove web services by clicking Setup>Wireless>Web Services
    Once this is done, re-enable web services by following the same path. The printer should print an information sheet once you've re-enabled web services. This sheet will contain a new printer code. 
    In ePrint Center click the Sign-In button and then select the Sign Up option at the top of the box
    Go ahead and setup a new ePC account and when prompted enter the new printer code from the information sheet
    Your printer is now no longer attached to your old ePC account and will show up in the Printers section of your new account.
    Just be aware that the printer now has a new e-mail address so if you've shared the previous address with family or friends you'll need to let them now the new one.  
    If you found this reply helpful please click the kudos button and if it solves your problem please click the Accept as Solution button so that other forum users may use the solution to help solve their problem.  
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Can not login to icloud at this time...

    Hi
    So, I do not get this. I have tried to setup an icloud account for my dad on his MacBook Pro running 10.8.2, using his Apple id.
    It just says that it can not login to icloud at this time, but I can login icloud.com using the same user/password via safari.
    So, what is this ?? Anyone with a similar experience ?
    Thanks.
    stj.

    Workaround - works
    I backed up and deleted the children's accounts on the Mac, recreated them as normal accounts with no Parental Controls and setup all of the iCould mail and other apps.
    I then locked down the browser for sites like google and youtube to use their explicit content blocking.
    I then added parental controls to the accounts.
    All is now working correctly although there is clearly an issue,
    If you can be bothered to do this, you'll be fine.

  • Apple tv 2 problem: I can not login with my ID account!!!!!

    apple tv does not login with my ID! Do you have a solution? Since a few weeks I can not login in with my password...
    I tried everything:
    - re-starting apple tv.
    - login on macbook with my apple ID with new password

    Signal Strengh on WiFi was great (its a new Apple Time Capsule and has to be reset often).  Checked the internet connectivity on other machines too (incase that was inop).   I checked the network first as that is typically a impediment to all other things working prior to my previous comment.  I logged in to iTunes and MobleMe to see that my password was correct and working.  hmmm.
    I reset the Apple TV next and again changed my iTunes password on my laptop, then ran a network test (which needs a itunes password to work).  Network check was successful and I am logged back in.
    Now it says...."Netflix is currently unavailable. Try again later".
    geez.

Maybe you are looking for