Cannot Get AD Password Sync to Function

I have install the AD Password connector s that I can syncronize passwords from AD to OIM and the otherway as well. When I change the password in OIM, it works fine. But when I try to chane it in AD, I get the following error:
Debug [05/16/12 16:30:34] Inside sgsladac destructor
Debug [05/16/12 16:30:34] Datastore --- About to Instantiate Object
Debug [05/16/12 16:30:34]
Inside sgslpascexecute
Debug [05/16/12 16:30:34] GUID outside -->
Debug [05/16/12 16:30:34] Jv1Gnn5DC0SzEn1jS11pAw==
Debug [05/16/12 16:30:34] KERMIT
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] Inside sgsloidi::sgsloidiupdateOIM
Debug [05/16/12 16:30:34] Inside sgsloidi::getConfigParamters
Debug [05/16/12 16:30:34] Start getting config parameters from registry
Debug [05/16/12 16:30:34] oimhost is
Debug [05/16/12 16:30:34] oimserver.test.mydomain.local
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] oimport is
Debug [05/16/12 16:30:34] 14000
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] oimuserattr is
Debug [05/16/12 16:30:34] Users.User ID
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] oimusessl is
Debug [05/16/12 16:30:34] N
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] oimappservertype is
Debug [05/16/12 16:30:34] 1
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] End of sgsloidi::getConfigParamters
Debug [05/16/12 16:30:34] Inside sgsloidi::setParameters
Debug [05/16/12 16:30:34] The SOAP start element is
Debug [05/16/12 16:30:34] <processRequest xmlns=""><sOAPElement>
Debug [05/16/12 16:30:34] The SOAP end element is
Debug [05/16/12 16:30:34] </sOAPElement></processRequest>
Debug [05/16/12 16:30:34] The path is
Debug [05/16/12 16:30:34] /spmlws/OIMProvisioning
Debug [05/16/12 16:30:34] End of sgsloidi::setParameters
Debug [05/16/12 16:30:34] Found User ID:
Debug [05/16/12 16:30:34] Users:26
Debug [05/16/12 16:30:34] <env:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header/><env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><m:processRequestResponse xmlns:m="http://xmlns.oracle.com/OIM/provisioning"><setPasswordResponse xmlns="urn:oasis:names:tc:SPML:2:0:password" error="customError" status="failure"><errorMessage>exception=OIMEventException;errorMessage=Method not found: 'setXelleratePasswordx(JLjava.lang.String;ZLjava.lang.String;)'; nested exception is: java.rmi.UnmarshalException: Method not found: 'setXelleratePasswordx(JLjava.lang.String;ZLjava.lang.String;)'</errorMessage></setPasswordResponse></m:processRequestResponse></env:Body></env:Envelope>
Debug [05/16/12 16:30:34] Inside sgsloidiOIMGeneralErrorHandler
Debug [05/16/12 16:30:34] Unable to update KERMIT. The OIM server rejected the setPasswordRequest. Please check the OIM server log for more details
Debug [05/16/12 16:30:34] Inside sgsladds::sgslperwriteData YOOOO
Debug [05/16/12 16:30:34] Inside sgsladac c-tor
Debug [05/16/12 16:30:34] AD Host
Debug [05/16/12 16:30:34] X.X.X.X
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] AD Port
Debug [05/16/12 16:30:34] 389
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] AD Base DN
Debug [05/16/12 16:30:34] dc=oimpoc,dc=mydomain,dc=local
Debug [05/16/12 16:30:34]
Debug [05/16/12 16:30:34] Only dataattribute
Debug [05/16/12 16:30:34] Got Registry enteries
Debug [05/16/12 16:30:34] contact
Debug [05/16/12 16:30:34] description
Debug [05/16/12 16:30:34] Got Entiredn
Debug [05/16/12 16:30:34] OU=oimpwdsyncoimpoc.mydomain.local,ou=psync,ou=IAM NEW USERS,dc=oimpoc,dc=mydomain,dc=local
Debug [05/16/12 16:30:34] Encrypted record already exists in Datastore
Debug [05/16/12 16:30:34] Already Exists
Debug [05/16/12 16:30:34] Encrypted record already exists in Datastore
Debug [05/16/12 16:30:34] Already Exists
Debug [05/16/12 16:30:34] Inside sgsladdsSearchUser
Debug [05/16/12 16:30:34] Firing Search Request
Debug [05/16/12 16:30:34] AD search for a user objectGUID is successfull
Debug [05/16/12 16:30:34] Adding a new node to datastore
Debug [05/16/12 16:30:34] Inside sgslutilconcatData
Debug [05/16/12 16:30:34] Entire dn is ==>
Debug [05/16/12 16:30:34] cn=KERMIT,OU=oimpwdsyncx.x.x.x,OU=oimpwdsyncoimpoc.enbridgedv06.local,ou=psync,ou=IAM NEW USERS,dc=oimpoc,dc=mydomain,dc=local
Now when I look at the documentation, I see that the error is for one of three reasons. The first is that the password does not meet password policies set on OIM. I left the settings as default and have made sure that the password I'm reseting it to does conform to this. In fact, I have even turned off the password policies on AD so that nothing on the AD interferes with this. The second issue mentioned is that it contains characters that Oracle doesn't support. I cannot get any more generic than upper case, lower case, numeric and no special characters but maybe I'm missing something here. The last one is _"the user ID of an OIM User contains characters in the non-native encoding of the Microsoft Active Directory system."_ Again, I couldn't be more generic and I'm only changing one character at a time.
Now I'm a complete n00b when it come to OIM but I do have a lot of Microsoft AD experience. So if you can answer, please use small words. ;-)
Edited by: 935038 on May 17, 2012 8:56 AM
Edited by: 935038 on May 17, 2012 8:57 AM
Edited by: 935038 on May 17, 2012 8:57 AM

Hi,
I have the same error with AD password sync connector (The OIM server rejected the setPasswordRequest).
But I have changed the password for account AD with the same password from OIM (and in my case tree reasons of error are false).
Can You help me please?
Thanks
Marianna

Similar Messages

  • HT1750 I purchased a new iMac, I have  an old iPod mini I am trying to sync my iTunes library on my new Mac with my iPod. I purchsed additional music yesterday but I cannot get it to sync to load the music from my computer to my iPod.

    I purchased a new iMac, I have  an old iPod mini I am trying to sync my iTunes library on my new Mac with my iPod. I purchsed additional music yesterday but I cannot get it to sync to load the music from my computer to my iPod.

    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • I cannot get my password reset to start using iphone. Tried website and asked to send to my email address /also my user id and nothing coming. i called 800-275-2273 and guy said apple having issues no est time of fix?

    I cannot get my password reset on apple itunes to start using my iphone. Tried website to reset password and asked to send email/same as user. Never getting email. Tried with my birthdate but that is not accepting. Called apple 8002752273 and guy told me Apple has had problems with this for weeks. Nothing he could do for me - i could answer all his security questions but birthdate. He said send a letter to itunes help , he could not provide. Could be weeks before anyone gets back to me? I checked itunes an of course there was not itunes email help available.  Anyone have email for customer relations or phone# or know how to fix this?

    "Could be weeks before anyone gets back to me?"
    Where did you get that nonsense?  Your involved question sounds like a hoax.  Regardless, the phone number for Apple Customer Relations is: 800-767-2775.

  • I recently purchased Windows 8 laptop and installed Office 2013. I then installed iTunes. After moving all my music to the new PC, I got iTunes to import it and sync it to my iPod (3rd gen).  However, I cannot get iTunes to sync my Outlook Contacts

    I recently purchased a Windows 8 laptop and istalled Office 2013.  I then installed iTunes. After moving all my music to my new PC I got iTunes to import it, and then synced it to my iPod (3rd gen.) However, I cannot get iTunes to sync my Outlook Calendar or Contacts with my iPod.  When I try it crashes Outlook.  iTunes continues to try to sync, but when it finishes my Calendar and Contents are empty (ERASED!).  I have de-installed and re-installed iTunes (according to Apple's instructions), repaired Office 2013 and Outlook, scanned for viruses (etc), cleaned out temp folders, defragmented, etc., etc., etc. Has anyone seen this before, and does anyone know houw to fix it?  (HELP!)

    Well, I guess I have to download some other software to make my apple product work. Really great stuff you guys sell. I will never buy another apple product. My Iphone, Ipod and Itunes are junk

  • I use the older style firefox and cannot get the password manager to remember one of my passwords, how do I do this

    I use the older style Firefox browser and cannot get the password manager to remember one of my main site's password. how can I do this?

    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • I am new to this. I downloaded Itunes and have a new ipod shuffle. I cannot get it to sync. Downloaded music to computer but now I am stuck! Help?!

    I downloaded Itunes for 64 bit OS windows. Bought a shuffle, downloaded music to computer, but cannot get shuffle to sync.  Looked at FAQS it says to go to "DEVICES" on Itunes store, but I don't even see that anywhere.  Can someone help?

    Where did you download it from and how ? If you downloaded it from the ibookstore in the iBooks app then it should be on the bookshelf back in the iBooks app (tap the Library button at the top left of the store if you are still in it). Only ibooks that you buy from the ibookstore or your computer's iTunes will show in the cloud for redownloading in the Purchased tab in the ibookstore in the iBooks app (and they will only show there whilst they remain in your country's store).
    If you were using a site on Safari then unless you specified an app to download it into then it will only be in Safari's cache and will you won't be able to access it. If you did buy it via Safari then depending upon the site that you bought/downloaded it from then it might have digital rights management on it that will tie it to that store's apps/ereaders - if the site has its own app in the app store then download that and you might be able to download the book directly in it.
    There is a FAQ for iBooks here : http://support.apple.com/kb/HT4059

  • I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work eve

    I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work even when i try to change the font on the content tab, nothing. I have reinstalled firefox still no luck help,!!!!!
    == This happened ==
    Every time Firefox opened
    == this month ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I cannot get iCloud to sync my mac reading list (bookmarks).

    I cannot get iCloud to sync my mac reading list (bookmarks) with my iPad and have tried several times unsuccessfully. Have had it connected to a power source AND have enabled the documents section on the iCloud backup. What am I doing wrong? Do I need to upgrade to Lion?

    I have installed and signed in to sync on both PC and Android tablet. My history has been synced but bookmarks have not come across to the tablet, although the appropriate box is ticked on both.
    I tried entering about:sync-progress on both machines. "Setup Complete" appears on the PC but on the tablet I am told that the address isn't valid.
    The sync tab that opens up lists my "Firefox Account" with no option to manage or disconnect.
    How can I get round this?

  • I lost my mail and i cannot get my password from the game center

    i lost my mail and i cannot get my password from the game center

    Was it working before? Do you have an internet connection? Do other apps which require a connection work OK?

  • Cannot get mail password incorrect?

    Cannot get mail password incorrect even though I submit correct password?

    I happened to stumble upon the answer. I would imagine a lot of other Gmail users are going to have this problem soon so here is the answer.
    Gmail has just recently changed their security settings and they use what they're calling a "2-step verification" process. Because of this, certain apps like iOS Mail cannot verify passwords because they can't use the same process.
    To fix this, Gmail now provides something called an "app specific password" that will be generated by Gmail and will allow iOS Mail to verify your Gmail account.
    To set this up, go into your Gmail account settings on the Google website and click on privacy. Set up the 2-step verification process and it should be self explanatory from there.

  • Getting the "cannot get mail, password is incorrect" message with my AOL account only.

    Getting the "cannot get mail, password is incorrect" message with my AOL account only. Could this have something to  do with the iOS 7 update? When I log into my mail through safari it's fine, and I deleted it from my phone and went to go add it back but now I can't because it keeps telling me my password, which is correct, is incorrect. Has anyone else had this issue since iOS 7? How can I fix it?

    I have had issues of "password incorrect" and mail not being sent, after doing the latest IOS 8 update to both my iPhone and iPad.  I tired all the different suggestions I found (deleting and re-adding my AOL account, changing my password, etc) and nothing fixed it until now!  While searching around for a solution, I happened upon a post from someone.  I tried doing this to all three of my AOL email accounts (on both my iPhone and iPad) and now it works great!  Here what that post said to do:
    "1. Set up your AOL account(s) using the AOL option
    2. Go into each AOL account(s) and under the "Outgoing Mail Server" section, press the SMTP entry
    3. Set the "Primary Server" to "Off"
    4. Press "Add Server" and provide the following information in the "Outgoing Mail Server" section
        a. Host Name - type in:  smtp.aol.com
        b. User name - type in your user name WITHOUT the "@aol.com" - that was the problem/change!
        c. Password - type in your password
        d. Use SSL - On
        e. Authentication - Password
        f. Server Port - 587 (mine automatically set it to port 587)
    After you enter in the above info, the Primary Server will still be set to OFF, but the new server you set will be set to ON, just doesn't show up in the Primary Server section.  Be sure to do the above steps for each one of your AOL accounts (if you have multiples ones).
    Apparently, in the main AOL Account Information section you need to use your user name and the "@aol.com", but you need to leave the "@aol.com" out of the SMTP.  However, the Primary Server has that whole section grayed out so you need to ignore that one and create another one."
    Good luck!  Worked for me and now I am as happy as a Lamb!!

  • I cannot get iBooks to sync between my iPhone 4 & IPad

    After reinstalling iBooks on my iPhone and iPad, I still cannot get them to sync between one another via ios5. Syncing is even on in settings on both devices.

    I'm having a similar problem. None of my music from my CDs is syncing and it gets stuck on the "waiting for changes to be applied" stage. It's also rendered some music already on my iPod unplayable, but not deleted it. It just skips through it quickly when I click on it.
    I don't have many suggestions for help, none have worked for me, but some people say maybe try and restore from a past back up? It could iron out any bugs in the newest updates. Didn't work for me, but worked for others. If you look through the fourm though, you'll find loads od people with similar problems to ours and more problems. Apple really need to sort there sh*t out.

  • I have a 80gb ipod classic and i cannot get it to sync anymore since I updated my itunes. Does anyone have any suggestions on what i should do

    I have a 80gb ipod classic and i cannot get it to sync anymore since I updated my itunes. Does anyone have any suggestions on what i should do?

    Does the device show up in Windows Explorer when connected?
    Have you tried going into Control Panel > Programs & Features > iTunes > Repair?
    Have you proved the cable with a different device, or the device's connectivity with a different computer?
    tt2

  • AD Password Sync connector functionality

    Hi,
    I have installed AD Password Sync connector as per the documentation. I have added the User Defined field USR_UDF_PWDCHANGEDINDICATION and also field USR_UDF_PASSSTATUS.
    After installation I have done changes in the xlconfig.xml file and in that file under <Results></Results> tab i specified results to be shown in the USR_UDF_PASSSTATUS field.
    now when i am changing the user's password in Active Directory natively then i can find from log that it is first setting the value of USR_UDF_PWDCHANGEDINDICATION filed to ADSYNC_TRUE and then after changing password in OIM, it is setting it back to ADSYNC_FALSE.
    But I am getting error in updating USR_UDF_PASSSTATUS field... follwoing error come in log file:
    22 Aug 2008 09:36:35 INFO Set the value of UDF field to ADSYNCH_TRUE value
    22 Aug 2008 09:36:35 INFO Going to update the USR_UDF_PWDCHANGEDINDICATION to ADSYNCH_TRUE
    22 Aug 2008 09:36:37 INFO update the value of USR_UDF_PWDCHANGEDINDICATION to ADSYNCH_TRUE
    22 Aug 2008 09:36:37 INFO Invoking OIM API for setting Password
    22 Aug 2008 09:37:01 INFO Password changed
    22 Aug 2008 09:37:01 ERROR Unable to update status
    Thor.API.Exceptions.tcStaleDataUpdateException
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown Source)
         at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(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:324)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:154)
         at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:54)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
         at org.jboss.ejb.Container.invoke(Container.java:873)
         at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
         at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805)
         at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406)
         at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:534)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
         at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
         at sun.rmi.server.UnicastRef.invoke(Unknown Source)
         at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
         at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:119)
         at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:227)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:167)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
         at $Proxy4.updateUser(Unknown Source)
         at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy2.updateUser(Unknown Source)
         at com.thortech.xl.integration.adpasswordsynch.ChangePassword.changePassword(Unknown Source)
         at com.thortech.xl.integration.adpasswordsynch.ChangePassword.main(Unknown Source)
    22 Aug 2008 09:37:01 INFO Set the value of UDF field to ADSYNCH_FALSE value
    22 Aug 2008 09:37:01 INFO Going to update the USR_UDF_PWDCHANGEDINDICATION to ADSYNCH_FALSE
    22 Aug 2008 09:37:01 INFO changed the USR_UDF_PWDCHANGEDINDICATION to ADSYNCH_FALSE
    22 Aug 2008 09:37:01 INFO Password synch over
    22 Aug 2008 09:37:01 INFO Before System.exit(0):
    Also, when I am changing password in Active Directory in OIM, Change User Password is task run for Active Directory and it is updating the password in Active Directory again.
    Can someone please tell me, is it proper functionality of AD Password Sync. Actually I am really confused with the functionality of this AD password sync connector.
    Thanks & Regards,
    Yash Shah

    That is the problem...
    When I installed the connector I didn't get any error and I get a message the connector was installed ok. I think I will reinstall it.
    Thanks,
    Renato

  • I don't get "Manage my Account" when I select the Sync tab, but if I try to create a new account it says my userid is already in use. How can I get my password & sync key?

    My OS is Windows 7 Home Premium.
    My Firefox version is 4.0.1.
    When I try to setup Firefox Sync, I get a choice of "Create a new account" or "Connect".
    The first tells me my email address is already in use, but selecting the Sync tab does not give me "Manage my Account."
    How can I find out my password and sync key?

    Hi Russ!
    Apparently you already configured your account but you don't have nor the key or the password. You can get the password in the [https://account.services.mozilla.com/forgot following link] but you would need the Sync Key to sync your device to the rest of your devices.
    If you don't have the Sync Key the best thing you can do is to reset it, by deleting the previous account and creating a new one with the same user. You can perform this tasks from your [https://account.services.mozilla.com/ account dashboard].

Maybe you are looking for