ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    iPhone won't download from Exchange

    Scheduled Pinned Locked Moved IT Discussion
    iphoneexchange
    16 Posts 6 Posters 3.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gjacobseG
      gjacobse
      last edited by

      But did they work?

      1 Reply Last reply Reply Quote 1
      • DashrenderD
        Dashrender
        last edited by Dashrender

        Yes, removing all the entries there then re-adding the phone worked.

        DustinB3403D 1 Reply Last reply Reply Quote 0
        • art_of_shredA
          art_of_shred
          last edited by

          That makes sense. Thanks for posting the directions!

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

            scottalanmillerS nadnerBN 2 Replies Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Dashrender
              last edited by

              @Dashrender said:

              This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

              Probably a practical number, but I doubt that there is a hard one.

              1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                I wish I would have noted how many that user had. They had at least 6, maybe more.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Dashrender
                  last edited by

                  @Dashrender said:

                  I wish I would have noted how many that user had. They had at least 6, maybe more.

                  That is not so high that I would expect a problem. I've probably had nearly six.

                  1 Reply Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403 @Dashrender
                    last edited by

                    @Dashrender said:

                    Yes, removing all the entries there then reading the phone worked.

                    What did you read on the phone?

                    DashrenderD 1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @DustinB3403
                      last edited by Dashrender

                      @DustinB3403 said:

                      @Dashrender said:

                      Yes, removing all the entries there then reading the phone worked.

                      What did you read on the phone?

                      There is a 'd' missing from that.. it should have been then re-adding the phone

                      1 Reply Last reply Reply Quote 0
                      • nadnerBN
                        nadnerB @Dashrender
                        last edited by

                        @Dashrender said:

                        This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

                        10

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @nadnerB
                          last edited by

                          @nadnerB said:

                          @Dashrender said:

                          This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

                          10

                          20

                          nadnerBN 2 Replies Last reply Reply Quote 0
                          • nadnerBN
                            nadnerB @Dashrender
                            last edited by

                            @Dashrender said:

                            @nadnerB said:

                            @Dashrender said:

                            This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

                            10

                            20

                            It can be, but you have to change the throttling policy.
                            https://social.technet.microsoft.com/Forums/exchange/en-US/65a65df9-eb9a-41f5-bd9a-ea114cceb4e9/limit-number-of-mobile-phonesdevices-that-user-can-connect-through-activesync-mailbox-policies

                            By default, the maximum is set to 10.

                            Other linkies for further reading:

                            • https://support.apple.com/en-au/HT203398
                            • http://terenceluk.blogspot.com.au/2013/07/maximum-allowed-partnerships-exceeded.html
                            • http://thoughtsofanidlemind.com/2014/01/15/eas-device-partnerships/
                            1 Reply Last reply Reply Quote 0
                            • DashrenderD
                              Dashrender
                              last edited by

                              LOL, thanks, you gave me the exact result my post of 20 was wanting, links to where you found the info about a limit of 10. 🙂

                              1 Reply Last reply Reply Quote 1
                              • nadnerBN
                                nadnerB
                                last edited by

                                I fought a similar battle yesterday and after an hour of mental gymnastics, I found the solution.

                                In my case, I discovered Event 1053 in the Application Logs on my Exchange box.
                                Resolution was two part

                                1. https://support.microsoft.com/en-us/kb/2579075

                                To work around this issue, assign the Exchange Servers group the right to change permissions against msExchActiveSyncDevices objects. To do this, follow these steps:

                                1. Start Active Directory Users and Computers.
                                2. Click View, and then click to enable Advanced Features.
                                3. Right-click the object where you want to change the Exchange Server permissions, and then click Properties.

                                Note You can change permissions against a user, an organizational unit, or a domain.
                                4. On the Security tab, click Advanced.
                                5. Click Add, type Exchange Servers, and then click OK.
                                6. In the Apply to box, click Descendant msExchActiveSyncDevices objects.
                                7. Under Permissions, click to enable Modify Permissions.
                                8. Click OK three times.

                                1. https://social.technet.microsoft.com/Forums/exchange/en-US/6c7636ae-f41d-4f62-90c0-a3c9613f22d2/exchange-activesync-doesnt-have-sufficient-permissions

                                Are you trying to setup a new ActiveSync device?
                                If so, please check the following in your active directory:

                                • Open the Active Directory Users and Computers and go to “View” and select “Advanced Features”
                                • After that, find the user who is not able to use the ActiveSync, and double-click him, and go to “Security” tab then click “Advanced”…
                                • Then just check the ckeck-box “Include inheritable permissions from this object’s parent” and click OK to close all the other windows…
                                • After this, the user should be able to connect to the server using ActuveSync with no problems…

                                Check your event log with Powershell:

                                Get-EventLog -LogName 'Application' -Newest 1 -EntryType 'Error' -Source 'MSExchange ActiveSync' | Select EventID,EntryType,TimeGenerated,Category,Message | FL
                                
                                1 Reply Last reply Reply Quote 0
                                • nadnerBN
                                  nadnerB @Dashrender
                                  last edited by nadnerB

                                  @Dashrender said:

                                  @nadnerB said:

                                  @Dashrender said:

                                  This makes me wonder if there is a limit to the number of devices you can attach to an Exchange account?

                                  10

                                  20

                                  btw...

                                  0_1447982619839_iseewhatudid.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  • First post
                                    Last post