FF Active Sync unable to find changes

Hi ,
My FF AS is unable to find changes and do not update my LDAP resource.
I can see in log everything looks good except it is unable to find changes. What I did wrong, I am missing?
I need your help. Can some one share their expertise?
Thx

I can update last name and fullname but other attributes are coming in changes.
I am not sure what is issue?
Any expert opinion

Similar Messages

  • Active Sync running when a change occurs on the target resource

    Does anyone have any insight on if I can configure an Active Sync to run when a target resource attribute changes? In the docs I only see manual running and scheduled running.
    Thanks
    Edited by: robspierre19 on Jan 25, 2008 12:35 PM

    Hello.
    Keep in mind that Sun IdM connects to resources via agent-less, over-the-wires connection. As such, there's no agent or software running on the managed system to "alert" IdM that a native change was made (e.g. a target resource attribute change).
    ActiveSync is in most cases a form of polling -- it periodically checks for native changes. How it checks depends on the resource. In some cases, it checks change logs (LDAP), in some cases it checks a last-modified flag (e.g. DB table), in some cases it looks for an HRMD_A message (SAP HR), etc.
    The Manual and Scheduled (Automatic) is how you want the ActiveSync process to start -- e.g. automatically start when IdM starts (Application Server is booted) or start only when you manually select it to start. The polling frequency is configurable for every ActiveSync adapter in the ActiveSync Wizard (Resources tab).
    Does that make more sense?

  • Ensure 1 Active Sync process runs against the change log before all others?

    He folks,
    We have a lot of LDAP active sync thread. We have a primary on that correlates to an individuals account. Then we have several that represent affiliations at our organization. The affiliations are represented in LDAP as subordinates of the main persons entry. These sets of data were set up as different resource adapters because the they are different object types in LDAP.
    Now we are running into a problem where the active sync threads for subordinates are running before the thread for the main entry. What this means, is that an affiliation thread might run, see a new person was added and ignore it (since that isn't it's resource) but find the affiliation subordinate entry and want to process it. However, the thread can't find an associated account in IDM yet, so no processing takes place on that change, ever..
    If the main account active sync thread had already run, it would see the main entry, and then make a correisponding IDM entry. If the IDM entry has been made, and the affiliation resource active sync adapter runs, it will then find the IDM entry and update that.
    So.. We are experience problems when the affiliation processes a new account before the main account sync process.
    Can we ensure somehow that the main account active sync process always runs first? These are all LDAP resources. If we could ensure the main account resource / sync happens before any other affiliation resource, then we would never ignore data, and would not have anyproblems.
    Does anyone know of a good clean way to do this?
    Thanks!

    I had a similar issue, and solved it by using post process workflows and starting and stopping resource adapters manually. This will allow you to start the first resource, and any others you want can be started/stopped manually via the workflow. You can effectively "chain" resource adapters to run in any order you'd like.
    On the first resource that you want to run before anything else, this will run as a post-process workflow:
         <Activity id='0' name='stopFirstResource'>
            <Action id='0' name='stop'>
              <expression>
                <block name='stop'>
                  <invoke name='stopActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                    <ref>displaySession</ref>
                    <s>%%FIRSTRESOURCENAME%%</s>
                  </invoke>
                </block>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='startSecondResource'/>
          </Activity>
          <Activity id='1' name='startSecondResource'>
            <Action id='0' name='start'>
              <expression>
                <invoke name='startActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                  <ref>displaySession</ref>
                  <s>%%SECONDRESOURCENAME%%</s>
                </invoke>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='end'/>
          </Activity>
    This will stop the first one (after it has run) and start the second one.
    Then, on the post process workflow of the second resource:
          <Activity id='1' name='stopSecondResource'>
            <Action id='0' name='stop'>
              <expression>
                <block name='start'>
                  <invoke name='stopActiveSyncOnResource' class='com.waveset.session.SessionUtil'>
                    <ref>displaySession</ref>
                    <s>%%SECONDRESOURCENAME%%</s>
                  </invoke>
                </block>
              </expression>
            </Action>
            <Transition to='Process Errors'>
              <ref>WF_ACTION_ERROR</ref>
            </Transition>
            <Transition to='end'/>
          </Activity>This stops the second one.

  • Active ID - unable to change no matter what I do

    I recently had to send my original blackberry 8900 back to the provider for a replacement model due to a fault it had developed. This has meant that the Active ID Desktop Manager (DM) uses to identify the device has changed. Since I dont now have access to the original device that DM was setup to work, with I am unable to use the Change Device feature to get this Active ID changed to the one of the new device. I have tried all number of ways of trying to do this including the following:
    Uninstalling current version (5.0) of DM and reinstalling it again
    Uninstalling current version of DM and installing version 4.7
    Generating a new email key
    When doing this I have followed the 'clean install' guides and removed all directories and keys from the windows registry and then rebooted before starting a new install. DM even recognises that its a new device and asks me do I want to change and even though I say [Yes] every time it still insists on using the original one.
    No matter what I do the same thing happens and the original Active ID is set. Does anyone know why this is happening and how to change it to the new one? Without changing the ID the redirection service will only try and send messages to the original device and not my current one.
    I have tried searching the net but all I can find is the steps I have already taken with no luck.
    Message Edited by agilestatueuk on 10-15-2009 09:05 AM

    I have the same problem and have been unable to find anyone with a solution.

  • Unable to run Active Sync -- Geting OutofMemoryError

    Dear All
    Urgent help needed....
    Can anyone of you please help us as we are facing issues with Active Sync.
    We are getting the below mentioned error and are unable to process any records.
    2011-04-28T10:18:43.905+0530: result from submit (blank means no errors):
    2011-04-28T10:19:36.348+0530: Error processing updates
    2011-04-28T10:19:36.358+0530: Java heap space
    2011-04-28T10:19:36.359+0530: java.lang.OutOfMemoryError: Java heap space
    Please suggest us what to changes to be made so as to procced ahead and get rid of the same.

    What about to increase your java heap space? How much is it set? You can do it from your application server (the Xmx jvm parameter).
    Anyway, tuning the jvm is not a simple thing and it change from one enviroment to another.
    Read this useful tutorial:
    http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html

  • HT4859 Last time I synced my IPad with my PC it migrated all my "Favorites" (about 100 folders) to the ICloud. I have searched and so far been unable to find out how to recover my "Favorites" list from the ICloud back to my PC. Any advice? Many thanks.

    Hi, Last time I synced my IPad with my PC, it (unknown to me) migrated all my PC "Favorites" (about 100 folders) to the ICloud.
    I have searched and so far been unable to find out how to recover my "Favorites" from the ICloud back to my PC. Any advice would
    be appreciated. Thank you.

    What did you do to get them synced to the Cloud.  Would that procedure help me get my favorites synced to my iPad2?

  • Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  Sy

    Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  System Library/Application Support/Adobe.  Any ideas?  I only have 16 days left on the trial and have been unable to get it to work on my Macbook Pro.  This is all I am seeing after Lightroom opens.  Thanks!

    Thanks to both of you for attempting to help.  I finally figured out what was wrong . . . it was a Permissions problem.  Very frustrating, but after scouring the troubleshooting tips I finally found the one that solved my problem.  I had to add a User and give it Read/Write privileges to Lightroom.  The file I had to add the User to was Hidden on my Mac, so that added an even bigger challenge to the mystery.  Only a few days left on my trial version!  I hope I have time to try it out!

  • Unable to find any active legal regulations for determination proc. "TEST1"

    Hi Guys
    This is in regards to a Customs document for a Payment doc
    We have just finished the configuration of the Finance integration which will stop blocked partners during the Payment run
    Now when we create a Proposal in the Payment run in ECC, the same document gets transferred to GTS, now even though the SPL is active when we check the Log there is a message Unable to find any active legal regulations for determination proc
    Upon further investigation of the customs document i found 2 things
    1) In the Geography section Country of Departure is populated with US, but the Country of destination is blank, this might be a reason as the Legal regulation checks both the countries and then activate, any idea how i can get the same to populate?
    2) If the above population does happen, from which partner type should it come from, as in my customs document only Vendor and Bank is there, in the PO customs document this is being populated properly
    Any idea what is wrong here?
    Thanks
    Carl

    Hi Dave
    Thanks for answering again.
    I have tried activating it at country level, country/country, country/group, Same result in case of all
    As i know now since the Country of Destination is missing, it cannot activate the last two, but the same is also not working at country level.
    So is there anyway to maybe have some partner function which can populate the Destination country.
    Any other advice will be really helpful..
    Thanks
    Carl

  • Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Gavin Lawrie wrote:
    Once it had been established that the iWork rewrite had resulted in some features being lost and others broken, and once Apple had acknowledged the concerns* and suggested they are working on fixes**, I'm not sure what else there is to achieve.
    You are writing that in the perspective of having read about it here already. Repeated often enough that you encountered it somewhere in the posts.
    Users are flooding in here and don't know any of this. Of course we have to repeat everything endlessly.
    Because I like to give precise, understandable and workable answers to repeated questions, and Apple doesn't allow sticky posts here, I created a separate forum which users can consult to look up real answers, and contribute for themselves if they have something valuable to add:
    http://www.freeforum101.com/iworktipsntrick/
    There is a section purely devoted to Pages 5. Add whatever answers you feel will lighten the problems of Apple's 'upgrades'.
    Peter
    * Where have they acknowledged anything?
    ** They have barely anything listed, compared to the massive list of deleted features, and nothing but an extraordinarily long time frame considering they created the problems here and now. Apple has not said they will do anything at all about fixing the real issues, the biggest of which is that the new iWork apps break virtually all the work of existing users.

  • Forest trust unable to find Active Directory Domain Controller

    I have two domains with a two-way forest trust. We'll call them ForestA and ForestB. They're on seperate subnets. ForestA's DCs are in one physical location. ForestB's DCs are in two locations, one of which is shared with A.
    I'm unable to route traffic directly from the remote DC in ForestB to the subnet ForestA is on, so I created a new DC in ForestA that sits on the subnet ForestB uses (basically, I can't route between subnets via the wireless bridge between locations, but
    can within the same location).
    I found this: http://www.neomagick.net/zen/2008/11/30/using-dns-to-force-a-domain-trust-through-a-specific-domain-controller-dc/
    I followed the instructions to set the new DC in forest A to be the only one the remote DC in forest B was aware of.
    Nslookup ForestA.com resolves correctly to this DC, but I'm unable to validate the trust relationship, getting the error:
    "Windows cannot find an Active Directory Domain Controller for the ForestA.com domain. Verify that an AD DC is available and then try again."
    I'd appreciate any help.

    In the event viewer, have you found any event id's that corrospond with this error? Have you ensured all ports required are open? Windows firewall is correctly setup? NIC is properly configured?
    Statement below taken from: http://technet.microsoft.com/en-us/library/cc961803.aspx
    If you receive the following error, ERROR_NO_LOGON_SERVERS while using the Nltest tool to query the secure channel, this is usually indicative of the inability to find a domain controller for that domain. Run nltest /dsgetdc: < DomainName > : to verify
    whether you can locate a domain controller. If you are unable to find a domain controller examine DNS registrations and network connectivity.
    ADDS Ports:
    http://msdn.microsoft.com/en-us/library/dd772723(v=ws.10).aspx

  • Unable to find TEXT target in Attribute change run screen

    Hi Experts,
    I have loaded the data successfully in to the TEXT target. When I go to the attribute change run screen to trigger manually I am unable to find the TEXT target in that screen.
    Kindly help me to resolve this problem.
    Thanks,
    Suresh.

    Hi Suresh,
    As Raman said, just run the attribute change of your object if you see the object in tcode RSATTR..
    Regards,
    Loed

  • Unable to find Active Users Concurrent Program in Submit Requests Form

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.
    However, we are able to submit the Active Users program using CONCSUB.
    Not sure if the patch has done anything.
    Please suggest.
    Regards,
    RA.

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.From which responsibility?
    Have you verified if the concurrent program is added to the Request Group which is linked to this responsibility?
    Not sure if the patch has done anything. I do not think so. Was the patch applied successfully included all pre-reqs?
    Thanks,
    Hussein

  • Active Sync delete/change command for contacts

    Hi,
    I am trying to write Active Sync client for exchange server. I am able to add contacts to server with help of sync command but facing issue in change/delete. I am sending delete command for 2:3 but i am getting same item in add command from server. Also
    item is not deleted from server. For change I am getting similarly status as 8. Below is request and response  xml for delete command:
    Request:
      <?xml version="1.0" encoding="utf-8"
    ?>
    <Sync xmlns:contacts="Contacts" xmlns="AirSync">
    <Collections>
    <Collection>
      <SyncKey>1895711361</SyncKey>
      <CollectionId>2</CollectionId>
      <DeletesAsMoves>0</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>512</WindowSize>
    <Commands>
    <Delete>
      <ServerId>2:3</ServerId>
      </Delete>
      </Commands>
      </Collection>
      </Collections>
      </Sync>
    Response:
    <Sync xmlns:airsyncbase="AirSyncBase" xmlns:contacts="Contacts" xmlns:contacts2="Contacts2"
    xmlns="AirSync">
    <Collections>
    <Collection>
      <SyncKey>1823493022</SyncKey>
      <CollectionId>2</CollectionId>
      <Status>1</Status>
    <Commands>
    <Add>
      <ServerId>2:1</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:FileAs>Jaiswal, Dhruv</contacts:FileAs>
      <contacts:FirstName>Dhruv</contacts:FirstName>
      <contacts:LastName>Jaiswal</contacts:LastName>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
    <Add>
      <ServerId>2:2</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:Department>Mobility</contacts:Department>
      <contacts:FileAs>Yadav, Pankaj Kumar</contacts:FileAs>
      <contacts:FirstName>Pankaj</contacts:FirstName>
      <contacts:MiddleName>Kumar</contacts:MiddleName>
      <contacts:CompanyName>Dell</contacts:CompanyName>
      <contacts:AssistantName>n/a</contacts:AssistantName>
      <contacts:LastName>Yadav</contacts:LastName>
      <contacts:JobTitle>S/W Dev Advisor</contacts:JobTitle>
      <contacts:OfficeLocation>Dell sec 125</contacts:OfficeLocation>
      <contacts2:ManagerName>Kamal</contacts2:ManagerName>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
    <Add>
      <ServerId>2:3</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:FileAs>lastname, pankajtest1</contacts:FileAs>
      <contacts:FirstName>pankajtest1</contacts:FirstName>
      <contacts:HomeAddressCountry>India</contacts:HomeAddressCountry>
      <contacts:HomeAddressStreet>dell</contacts:HomeAddressStreet>
      <contacts:CompanyName>dell</contacts:CompanyName>
      <contacts:OtherAddressCity>noida</contacts:OtherAddressCity>
      <contacts:OtherAddressCountry>India</contacts:OtherAddressCountry>
      <contacts:OtherAddressStreet>123</contacts:OtherAddressStreet>
      <contacts:LastName>lastname</contacts:LastName>
      <contacts:BusinessPhoneNumber>98615272327</contacts:BusinessPhoneNumber>
      <contacts:JobTitle>s/w</contacts:JobTitle>
      <contacts:OfficeLocation>dell</contacts:OfficeLocation>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
      </Commands>
      </Collection>
      </Collections>
      </Sync>
    Please tell me what I am doing wrong here.
    regards,
    pankaj

    Hi pankaj,
    Sorry for the lack of knowledge on coding. I suggest asking MSDN forum for help so that we can get more professional suggestions. For your convenience:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=exchangeserver&filter=alltypes&sort=lastpostdesc
    Thanks
    Mavis
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Syncing Calendar with Outlook keeps finding changes on BB device in Attendees

    Each time I sync my BB Tour with Outlook, the Sync program finds changes on many of my calendar items with the attendees.  Yet I haven't changed a thing.  In fact, I will sync twice in a row and the 2nd time it finds more changes.  I don't touch a thing in between syncs.  Makes no sense and concerns me that it's going to screw up my Outlook calendar scheduled meetings.  When I look at the details of what has changed, it looks like it's added my contact info as an attendee.  I could see if it did that 1 time for all scheduled meetings but each time I sync, it seems to go find 20 or so meetings, so in the past, som ein the future and tags them as being updated so it needs to update my Outlook.  This sound familar to anyone?  Any idea what's causing it and how to stop it?

    Blackberry Tech Support helped me solve this one.  Was due to me having my Name in my contacts in Outlook but the display name was not the same as my email name in our GAL.  Therefore it kept making changes back and forth to Outlook and then to the device.  Solved the problem by making sure my name / email info in Outlook was the same as in the GAL. 

  • Change of ISP - need to deploy new IP address or DNS name to Active Sync phones

    Greetings! We are changing ISP's tomorrow and we JUST finished deploying a bunch of new Galaxy S4's. Before, we were using Blackberrys and the thought never occurred to set up a DNS name for ActiveSync, we were just using the straight IP address. So
    it just hit me that, when we switch over tomorrow evening, all the ActiveSync devices will cease to connect. NOT a good thing! Is there a way to push out a DNS name (to replace the IP address), to all the Active Sync clients via a policy update, script or
    other mechanism? Otherwise we will have to contact each user and get them to manually update their accounts by entering the new DNS name. If anyone knows a method by which we can do this, please advise and thanks in advance!
    Mike
    Mike Vain

    Hello,
    I agree with Ed's suggestion. After you change ISP, please change your DNS entries to the new IP address.
    You can also change DNS A record for autodiscover to the new IP address.
    The activesync will use autodiscover service to update profile.
    Cara Chen
    TechNet Community Support

Maybe you are looking for

  • How do I know if junkmail and notjunkmail is working?

    If you don't install Spamtrainer, how do you know if the junkmail "Automatic" function is working? From the Manual: 6 Each day at 1 am, the junk mail filter will learn what is junk and what was mistaken for junk, but is not. 7 Delete the messages in

  • Overhead Cost in Process Order

    Hi All I need your expert inputs  / suggestions to apply the correct method of calculating overheads in process order. Requirement: To calculate a. Labor cost b. Overhead Cost c. Depreciation Cost of Machine in a process order. Also .b. and .c. are d

  • Does the Flashback malware have an effect on OS X systems without java installed?

    Does the Flashback malware have an effect on OS X systems without java installed? Just asking since i do not have java installed...

  • Cannot perform write  (ILLEGAL_INPUT)

    Hi Experts, I am getting error Cannot perform write (ILLEGAL_INPUT) while trying to input data via input template/flat file and BW. all members used are base level members. I also tried note 1759399, but still get the same error. Please help. Sonali

  • Moisture in the screen

    Found a foggy layer in the screen with two concentric circles exactly in the middle of the screen of my imac(Intel) yesterday was totally upset and tried calling Apple Support was not able to do so.It is after the storm happenned in chennai here (Nil