Auto discover seems not to send correct information

Suppose my domain is contoso.com, when I use my browser to access https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user?sipuri=[email protected]
THIS IS THE RESPONSE:
{"User":{"Links":[{"href":"https:\/\/lyncdiscover.contoso.com\/Autodiscover\/AutodiscoverService.svc\/root\/user","token":"Redirect"},{"href":"https:\/\/lyncdiscover.contoso.com\/Autodiscover\/AutodiscoverService.svc\/root\/user","token":"Self"}],"SipClientExternalAccess":null,"SipClientInternalAccess":null,"SipServerExternalAccess":null,"SipServerInternalAccess":null}}
It seems to lack information to access the edge server ( from the Internet).
Using the Microsoft Lync Connectivity Analyzer, it shows me this error:
[22/12/2014 17:38:41] [CRITICAL] Reached maximum redirections for 10
[22/12/2014 17:38:41] [ERROR] 
What can be wrong?

Changed my configuration so the reverse proxy uses 4443 on the frontend server . And then visiting https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user it now shows:
Server Error
401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.
This is my current configuration in the reverse proxy:
<IfModule mod_ssl.c>
<VirtualHost *:443>
        ServerAdmin [email protected]
        ServerName lyncdiscover.contoso.com
        SSLProxyEngine On
        ProxyPass / https://10.43.4.125:4443/
        ProxyPassReverse / https://10.43.4.125:4443/
#       ProxyPass / http://10.43.4.125:8080/
#        ProxyPassReverse / http://10.43.4.125:8080/
        ProxyReceiveBufferSize 4096
        ProxyPreserveHost On
        KeepAlive On
        ErrorLog ${APACHE_LOG_DIR}/lyncdiscover-ssl_error.log
        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn
        CustomLog ${APACHE_LOG_DIR}/lyncdiscover-ssl_access.log combined
        #   SSL Engine Switch:
        #   Enable/Disable SSL for this virtual host.
        SSLEngine on
        SSLCertificateFile      /etc/apache2/certificados2014/lyncdiscover.contoso.com_publica.crt
        SSLCertificateKeyFile   /etc/apache2/certificados2014/lyncdiscover.contoso.com_privada.key
        SSLCACertificateFile    /etc/apache2/certificados2014/globalsign_root.crt
        SSLCertificateChainFile /etc/apache2/certificados2014/globalsign_intermediaria.crt
        <FilesMatch "\.(cgi|shtml|phtml|php)$">
                SSLOptions +StdEnvVars
        </FilesMatch>
        <Directory /usr/lib/cgi-bin>
                SSLOptions +StdEnvVars
        </Directory>
        BrowserMatch "MSIE [2-6]" \
                nokeepalive ssl-unclean-shutdown \
                downgrade-1.0 force-response-1.0
        # MSIE 7 and newer should be able to use keepalive
        BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost>
</IfModule>
THIS IS THE ERROR FOR THE TEST NOW:
[23/12/2014 11:10:39] Cleared the log file
[23/12/2014 11:10:40] [DEBUG] Logging test parameters:
[23/12/2014 11:10:40] [DEBUG] SIP Uri: [email protected]
[23/12/2014 11:10:40] [DEBUG] User Name: MP\bruno.guimaraes
[23/12/2014 11:10:40] [DEBUG] Discovery Type: Automatic Discovery
[23/12/2014 11:10:40] [DEBUG] Network access: NetworkAccessExternal
[23/12/2014 11:10:40] [DEBUG] Selected client: ApplicationLyncMobile2013
[23/12/2014 11:10:40] [SUBHEADING] Starting Lync server autodiscovery
[23/12/2014 11:10:40] [INFO] Please wait; this test may take several minutes to complete...
[23/12/2014 11:10:40] [SUBHEADING] Starting automatic discovery for secure (HTTPS) internal channel
[23/12/2014 11:10:40] [SUMMARY] lyncdiscoverinternal.contoso.com can't be resolved by the DNS server. Skipping internal discovery.
[23/12/2014 11:10:40] [SUBHEADING] Starting automatic discovery for secure (HTTPS) external channel
[23/12/2014 11:10:41] [DEBUG] Sending HTTP request to https://lyncdiscover.contoso.com/[email protected]
[23/12/2014 11:10:43] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
  Pragma: no-cache
  X-MS-Server-Fqdn: GARNAC.intranet.contoso.com
  X-Content-Type-Options: nosniff
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Cache-Control: no-cache
  Date: Tue, 23 Dec 2014 14:10:42 GMT
  Server: Microsoft-IIS/8.5
  X-AspNet-Version: 4.0.30319
  X-Powered-By: ASP.NET
  Content-Length: 658
  Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
  Expires: -1
[23/12/2014 11:10:43] [DEBUG] Parsing the response for URL https://lyncdiscover.contoso.com/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link token="Domain" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/domain" /><Link
token="User" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="OAuth" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/oauth/user"
/><Link token="Self" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root" /></Root></AutodiscoverResponse>
[23/12/2014 11:10:43] [DEBUG] Autodiscover URL https://lyncdiscover.contoso.com/[email protected] redirected to https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user
[23/12/2014 11:10:43] [DEBUG] Sending HTTP request to https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
[23/12/2014 11:10:43] [DEBUG] Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
  X-MS-WebTicketURL: https://lyncdiscover.contoso.com/WebTicket/WebTicketService.svc
  X-MS-WebTicketSupported: cwt,saml
  X-MS-Server-Fqdn: GARNAC.intranet.contoso.com
  X-Content-Type-Options: nosniff
  Vary: Accept-Encoding
  Date: Tue, 23 Dec 2014 14:10:42 GMT
  Server: Microsoft-IIS/8.5
  X-Powered-By: ASP.NET
  Content-Length: 1293
  Content-Type: text/html
[23/12/2014 11:10:43] [DEBUG] Authorization required for https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
[23/12/2014 11:10:43] [DEBUG] Obtaining WebTicket from https://lyncdiscover.contoso.com/WebTicket/WebTicketService.svc
[23/12/2014 11:10:44] [DEBUG] StatusCode=Forbidden, Reason=Forbidden
[23/12/2014 11:10:44] [DEBUG] System.Exception: Exceção do tipo 'System.Exception' foi acionada.
   em Microsoft.LyncServer.WebServices.WebTicketManager.WTExceptions(String exText)
   em Microsoft.LyncServer.WebServices.WebTicketManager.<GetMexDocumentAsync>d__0.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<AuthenticationRequired>d__2a.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendRequest>d__d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<ParseResponse>d__16.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<StartDiscoveryJourney>d__0.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em LyncConnectivityAnalyzerCore.Utilities.<RetrieveUserLocation>d__3e.MoveNext()
[23/12/2014 11:10:44] [SUMMARY_ERROR] Server discovery failed for secured external channel against https://lyncdiscover.contoso.com/
[23/12/2014 11:10:44] [SUBHEADING] Starting automatic discovery for unsecure (HTTP) external channel
[23/12/2014 11:10:44] [DEBUG] Sending HTTP request to http://lyncdiscover.contoso.com/[email protected]
[23/12/2014 11:10:46] [DEBUG] Cookie  found in autodiscover response: StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
  Pragma: no-cache
  X-MS-Server-Fqdn: GARNAC.intranet.contoso.com
  X-Content-Type-Options: nosniff
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Cache-Control: no-cache
  Date: Tue, 23 Dec 2014 14:10:46 GMT
  Server: Microsoft-IIS/8.5
  X-AspNet-Version: 4.0.30319
  X-Powered-By: ASP.NET
  Content-Length: 658
  Content-Type: application/vnd.microsoft.rtc.autodiscover+xml; v=1
  Expires: -1
[23/12/2014 11:10:46] [DEBUG] Parsing the response for URL http://lyncdiscover.contoso.com/[email protected].  Full response: <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link token="Domain" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/domain" /><Link
token="User" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user" /><Link token="OAuth" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/oauth/user"
/><Link token="Self" href="https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root" /></Root></AutodiscoverResponse>
[23/12/2014 11:10:46] [DEBUG] Autodiscover URL http://lyncdiscover.contoso.com/[email protected] redirected to https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/user
[23/12/2014 11:10:46] [DEBUG] Sending HTTP request to https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
[23/12/2014 11:10:46] [DEBUG] Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
  X-MS-WebTicketURL: https://lyncdiscover.contoso.com/WebTicket/WebTicketService.svc
  X-MS-WebTicketSupported: cwt,saml
  X-MS-Server-Fqdn: GARNAC.intranet.contoso.com
  X-Content-Type-Options: nosniff
  Vary: Accept-Encoding
  Date: Tue, 23 Dec 2014 14:10:46 GMT
  Server: Microsoft-IIS/8.5
  X-Powered-By: ASP.NET
  Content-Length: 1293
  Content-Type: text/html
[23/12/2014 11:10:46] [DEBUG] Authorization required for https://lyncdiscover.contoso.com/Autodiscover/AutodiscoverService.svc/root/[email protected]
[23/12/2014 11:10:46] [DEBUG] Obtaining WebTicket from https://lyncdiscover.contoso.com/WebTicket/WebTicketService.svc
[23/12/2014 11:10:47] [DEBUG] StatusCode=Forbidden, Reason=Forbidden
[23/12/2014 11:10:47] [DEBUG] System.Exception: Exceção do tipo 'System.Exception' foi acionada.
   em Microsoft.LyncServer.WebServices.WebTicketManager.WTExceptions(String exText)
   em Microsoft.LyncServer.WebServices.WebTicketManager.<GetMexDocumentAsync>d__0.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<AuthenticationRequired>d__2a.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendRequest>d__d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<ParseResponse>d__16.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<TryNextUrl>d__3.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em Microsoft.LyncServer.WebServices.AutoDiscoverManager.<StartDiscoveryJourney>d__0.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
   em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   em LyncConnectivityAnalyzerCore.Utilities.<RetrieveUserLocation>d__3e.MoveNext()
[23/12/2014 11:10:47] [SUMMARY_ERROR] Server discovery failed for unsecured external channel against http://lyncdiscover.contoso.com/
[23/12/2014 11:10:47] [DEBUG] None, AutoInternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalSecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET,
AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST, MobilityUCWAExternalCheckPOST
[23/12/2014 11:10:47] [SUMMARY] 
[23/12/2014 11:10:47] [SUMMARY_ERROR] Automatic discovery of the Lync server failed. Please verify the server requirements at http://go.microsoft.com/fwlink/?LinkId=278998 . Lync mobile apps do not require automatic discovery. You could enter the server FQDN
manually and test connectivity again.
[23/12/2014 11:10:47] [SUMMARY_ERROR] 
Microsoft Lync Connectivity Analyzer cannot analyze deployment readiness until a discovery test has completed successfully.

Similar Messages

  • Mail notifications for Eudora clients not displaying correct information in message subject

    I have been using PMDF from Innosoft with Netscape Calendar Server 4.0. I
    recently upgraded from Calendar Server 3.51 to 4.0, and I am using the
    sendmail command to
    send out email notifications. When I send out email notifications, clients
    who use Eudora and who are on a Windows platform do not see the correct
    information in the Subject line of the emails. This problem does not occur
    with other email clients, including Eudora clients on Macintosh platforms.
    This problem also does not occur when I send email using the natives endmail
    binary.
    <P>
    The following line is an example of the Subject line that is displayed when
    a Eudora client on Windows views an email notification:<BR><P>
    Subject: Wallace (xsw),Brian SmlhbiBT
    <P>
    Is there is a way to configure how Calendar Server writes the Subject lines
    for email notifications?
    <P>
    Check the setting for the character set that is being used for the content
    portion of email messages. This setting is in the Calendar Server
    configuration file, which is located at<BR>
    <P>
    /users/unison/misc/unison.ini
    <P>
    The mimecontentcharset
    parameter under the [CWS]
    section determines what character set is used to encode the content and subject
    portion of a (MIME) email message.<BR>
    <P>
    The accepted values for the mimecontentcharset
    parameter are as follows:<BR>
    <P>
    ISO-8859-1
    Shift_JIS
    MSCP932
    <P>
    The default value is ISO-8859-1
    .<BR>
    <P>
    For more information about the steps for configuring the Calendar Server,
    please see the Netscape Calendar Server 4.0: Administrator's Guide at
    <BR>
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ncs40/ag/chapter7.htm#1019632

    Try first disabling any custom rules you may have, and see whether that makes a difference. If the problem persists, proceed as follows.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, and ensuring that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is locally stored.
    3. Locate Envelope Index and move it to the Trash. If you see any other “Envelope Index”-named file there, delete it as well.
    4. Move any “IMAP-”, “Mac-”, or “Exchange-” account folders to the Trash. Note that you can do this with IMAP-type accounts because they store mail on the server and Mail can easily re-create them. DON’T trash any “POP-” account folders, as that would cause all the mail stored there to be lost.
    5. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index — Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    6. As a side effect of having removed the IMAP account folders, those accounts may be in an “offline” state now. Do Mailbox > Go Online to bring them back online.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

  • IPhone sending user information to...?

    Hello all,
    I love my iPhone, but lately I have been haunted by the static interferences with it and my table-top speakers. However, that isn't the primary concern for now - I am concerned as to why the iPhone seems to be sending my information (without permission) out to service-provider/Apple/Government?
    Many of us have noticed a string of static when a call, or data packets, is/are about to come (on almost any make/model of cellphones), or when we make a call etc. Considering that the phone conversation(s) require sending signals back and forth between the parties communicating, it makes sense for the speakers to have static. However, when a simple alarm goes off on the cellphone, that doesn't require any network's attention and/or talking to another cellphone user, what reason is there for the static to appear? What information is being sent when a simple alarm goes off, or even when I turn the phone on or off? Where is this information going to?
    I have been noticing that since I got the iPhone, anytime I do almost anything with it, the static appears. It is as if all the "moves" are being recorded somewhere... Has anyone else noticed this? If you haven't, please do try it out...
    I have nothing top secret going on in my life, but it feels weird to go through this...
    PS: The static goes away when the phone is in Airplane mode

    Whenever you use the Stocks or Weather app, a logging post is made to an Apple server:
    [Read updated article on data logging|http://blogs.zdnet.com/Apple/?p=1041]
    At first, it was feared that the phone IMEI id was being sent as well. Just knowing that someone important was checking a certain stock could be valuable information. Turns out not to be the case, although of course it's not necessary to embed the IMEI since they could, in theory, simply cross-check the request IP with the currently assigned carrier IP of your phone and id you that way.
    But no need for conspiracy theories. Almost always any "spying" like this is simply something an engineer left in, possibly without managerial knowledge, to help with debugging and so forth.
    In short, Nathan's explanation stands.
    On the other hand, it's a good bet that governments sometimes use tower location logging to check on what other persons' phones come near, say, a terrorist or drug dealer's phone.
    When I was with NSA back before its existence was revealed, we were forbidden to monitor U.S. citizens. In today's Patriot Act atmosphere, that's no longer true.

  • Airport utility doesn't show the correct information

    Hi - I am trying to get Airport Utility to work on my iMac (3.4 GHz Intel core i7, OS 10.8.4) but it does not show the correct information about my network. On my iMac, the utility consistently shows my Airport extreme and three Airport express as "Device Not Found". Yet the data suggests that is not correct: 1) Airport Utility on my older Macbook Pro shows all that all the devices are running fine; 2) Airport Utility on my iPhone shows that all the devices are working; 3) all the airport devices are showing green lights; 4) the wifi internet on my iMac works fine through my Airport Extreme; and 5) my music utility, Airfoil, routinely connects to all my airport express devices without a problem.
    The only problem then is the Airport Utility on my iMac. How do I fix it?

    If you are using 6.3 airport utility you must use ipv6 local link connection..
    http://support.apple.com/kb/TS4597

  • HT204053 How can I delete my iCloud account which I do not remember anything about the information that I entered about 4 years ago. It always asks my birth date but it seems I did not enter my correct date how can I bypass this question???

    How can I delete my iCloud account which I do not remember anything about the information that I entered about 4 years ago. It always asks my birth date but it seems I did not enter my correct date how can I bypass this question???

    You cannot delete the account from the server (partly to prevent the username from becoming available again and some-one else using it to pretend to be you).. Having disengaged your devices from it, go to http://icloud.com and delete any data in there such as contacts and calendars. Then just ignore it.

  • TS1307 I am holidaying in Auckland using my daughters orcon internet account for sending mail but it will not send. I am sure I am putting in the correct information but it still says orcon offline. I have spent half an hour with Orcon putting in correct

    I am holidaying in Auckland using my daughter's Orcon internet account for sending mail but it will not send. I am sure I am putting in the correct information but it still says mail.orcon.net.nz(Offline). I have spent half an hour with Orcon putting in correct info. They do not know how to help me further and neither does telstra clear, my own internet provider.
    Any advice appreciated.

    On the Mail menubar > Mailbox, make sure Take all accounts online is selected.

  • Outlook anywhere, auto discover and multi CAS's that are not an array

    exchange forest: 4 X exchange 2010 SP3. root is HQ, sites are B, C & D.
    I set up auto discover by a SRV record in DNS and auto discover works perfectly for HQ users. 
     But when a user from Site B  tries it, the delivered XML sent to  their Outlook will redirect that person up to the Site B's server where it fails due to a mutual
    validation error. This is because Outlook is expecting the SSL cert from HQ but gets Site B's. 
    In exchange 2007 this would not be a problem as there were no redirects, the  client access server that hosted the autodiscover service would fetch the email and send it onto outlook from Site B's mailbox. So what I am looking for is either a setting that
    will stop this redirect or a work around, one that I can think of is to turn off Outlook Anywhere on other CAS’s, leaving it only running on the root, HQ.
    I’m not worried about capacity we have at most at any one time 10 Windows Outlook users outside the office as all the rest the remote users are either using IMAP or ActiveSync.  So is shutting down outlook anywhere on B,C &D. Or is there a setting
    that I can change on HQ to make it that it always goes through HQ.
    thanks

    Hi,
    Firstly, I’d like to explain, internal users in site B can always find the CAS serve in site B. Because Outlook clients firstly find the SCP records of the in-site list.
    To make them use HQ site SCP record for its Autodiscover requests, we can set Site Affinity: 
    Set-ClientAccessServer -Identity "CAS in site HQ" –AutodiscoverServiceInternalURI "https://internalsitename/autodiscover/autodiscover.xml" -AutodiscoverSiteScope "site B",”site HQ”
    http://technet.microsoft.com/en-us/library/aa998575(v=exchg.141).aspx
    The previous command only ensures the following:
    • If an Outlook client is a member of the HQ Active Directory site, it will use the HQ SCP record for its Autodiscover requests.
    • If an Outlook client is a member of the Active Directory site B , it can use the HQ SCP record for its Autodiscover requests.
    For more information, you can refer to the partition named configuring the Autodiscover service to use site affinity for internal communication in the following article:
    http://technet.microsoft.com/en-us/library/jj591328(v=exchg.141).aspx#BKMK_ConfiguringSiteAffinityInternal
    For external users, we can make the host name Autodisocver.domain.com points to the IP address of CAS sever in site HQ.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Just updated to my macbook pro to 10.8.2. ical not synching with my Exchange 2010 server. Worked flawlessly prior to the upgrade. Settings set to auto discover. I matched settings of a partner in my who is still using 10.7.1 without issues. Help!

    Just updated to my macbook pro to 10.8.2. ical not synching with my Exchange 2010 server. Worked flawlessly prior to the upgrade. Settings set to auto discover. I matched settings of a partner in my who is still using 10.7.1 without issues. Help!

    Also - my battery has been telling me "service battery" for a LONG time and then it switched to "replace soon" som time ago. Can't really see what this has to do with anything but whatever.
    That could conceivably explain all the problems you're describing. Replacing a Mac's battery should not be postponed since a failed battery will cause other problems to occur. It is also possible that its hard disk has failed, which means the information on it may soon become unrecoverable.
    ... my latest TM back up was from April 2014, can I just run this when I have rescued everthing and then it might not be as slow?
    If that Time Machine backup remains intact, it may be the only viable means of recovering that Mac's information. I suggest you do not attempt to restore its contents to your ailing Mac.
    Given that you are having trouble creating a newer Time Machine backup you should stop using that Mac immediately and have it serviced as soon as you are able. Do not take it to anyone other than Apple or a service facility authorized by Apple, for the very reasons you explained. If there are no Apple Stores in your vicinity search for an Authorized Apple Service Provider using the Contact Us link below. Use one of the options that appear under Contact Apple Support. The language on that page will be different for your location.

  • I am unable to purchase anything because " I do not have the correct privelages".But when I check in properties and the security tab, everything seem to be checked. Also the read only box is checked and when I uncheck it seems ok but it has not unchecked

    I am unable to purchase anything because " I do not have the correct privelages".But when I check in properties and the security tab, everything seems to be checked.
    Also the read only box is checked and when I uncheck it seems ok but if I check again it is still checked.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly

    The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly.
    When the Quciktime 10.3 start playback my audio-only .ts file. The qucktime seem to be muted on a about 70% of progress bar. or sometime will fast-forward for a while. (not stop playing. just muted or fast-forward and the progress bar keep going on)
    but, it's playback well on Quicktime 10.2.
    this audio-only ts file as my dropbox:
    http://dl.dropbox.com/u/68121779/mp2lc-3.ts
    I have try to download the fileSequence0.ts ~ fileSequence10.ts (from http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) and combined this .ts as followings command on Win7:
    copy /b fileSequence0.ts+fileSequence1.ts+fileSequence2.ts+fileSequence3.ts+fileSequenc e4.ts+fileSequence5.ts+fileSequence6.ts+fileSequence7.ts+fileSequence8.ts+fileSe quence9.ts+fileSequence10.ts fileSequence-0-10.ts
    the Quciktime 10.2 (Mountain Lion), and Media Player 12.0.7601.18150 (Win7 64bit) seem playback well.
    but, Qucitime 10.3 (Mavericks) seem muted at about 70% of progress bar.
    I think quciktime 10.3 do something changed. and make some behavior incompatible.

    The Quciktime 10.3 playback the audio-only stream of mpeg2ts seem not playback correctly.
    When the Quciktime 10.3 start playback my audio-only .ts file. The qucktime seem to be muted on a about 70% of progress bar. or sometime will fast-forward for a while. (not stop playing. just muted or fast-forward and the progress bar keep going on)
    but, it's playback well on Quicktime 10.2.
    this audio-only ts file as my dropbox:
    http://dl.dropbox.com/u/68121779/mp2lc-3.ts
    The downloaded TS file contains AAC which uses ADTS—a self synching Audio Data Transport Stream format. According to Wikipedia, "This file and streaming-based format are defined in MPEG-2 Part 7, but are only considered informative by MPEG-4, so an MPEG-4 decoder does not need to support either format." Based on this statement, my guess is that Apple now considers such support to be no longer needed in the QT X v10.3 media player since AAC content is, by default, normally found only in MOV, MP4, M4V, M4A, M4B, and similar containers which are not only supported by the system player but all Apple mobile device players. Even the latest version of VLC seems to have dropped this support for the AAC ADTS audio found in your downloaded TS file.
    As to audio dropout in QT X v10.3, the problem you describe seems to be a "sync" associated issue. On my system clicking the playhead to move its current position resets the sync and audio becomes playable again.
    I have try to download the fileSequence0.ts ~ fileSequence10.ts (fromhttp://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) and combined this .ts as followings commandon Win7:
    copy /b fileSequence0.ts+fileSequence1.ts+fileSequence2.ts+fileSequence3.ts+fileSequenc e4.ts+fileSequence5.ts+fileSequence6.ts+fileSequence7.ts+fileSequence8.ts+fileS e quence9.ts+fileSequence10.ts fileSequence-0-10.ts
    Somewhat confused by your playlist URL reference here. Reference is for the following:
    which is a QuickDraw video file which might be more easily captured as a QT X player screen rendering at a desired playback resolution. Since you say you are dealing with other TS sequences here, I am not even certain this is the playlist file you really wanted to reference.

  • SCSM Query shows correct information in SMportal but sends only user name back to scorch

    When creating a services request in SMportal it will send back correct information to scorch and make configution change if I use use text and not query in the request. When using query it will show the information the users should see but SCSM sends only
    the user name back to scorch and not the value that was selected.
    Thanks for the help 
    Hans Petter

    When you create a Request Offering that uses a query, that item is added to the Service Request as a related item. In your case you will need to get the related Active Directory Users for your service request. See the link below for more details on this.
    http://blogs.technet.com/b/servicemanager/archive/2012/05/22/working-with-relationships-in-the-scsm-orchestrator-integration-pack.aspx
    Matthew Dowst |
    Blog | Twitter

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • I can not view emojis correctly on my brand new iPhone 6 and happens no matter what generation phone and my txt are freen when I send them to someone instead of the normal color. Plz helpu

    I can not view emojis correctly on my brand new iPhone 6 and happens no matter what generation phone and my txt are freen when I send them to someone instead of the normal color. Plz helpu

    Hey John,
    If you are having an issue with emojis on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    iOS: Troubleshooting emoji issues - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • Why is my billing information not being review correctly...like it sayes my apple id has not yet been used in the itune store and it tells me to review my account info but for some reason it doesnt work

    why is my billing information not being review correctly...like it sayes my apple id has not yet been used in the itune store and it tells me to review my account info but for some reason it doesnt work

    Hi there ethangabe,
    You may find the information in the article below helpful.
    Using an existing Apple ID with the iTunes Store, Mac App Store, and iBooks Store
    http://support.apple.com/kb/ht2589
    -Griff W. 

  • I seem to not enter the correct answers to my security questions for itunes to buy an in-app purchase and also cannot answer the questions exactly like i answered them when creating the account for my ipod, how do i find out what answers i put

    I seem to not enter the correct answers to my security questions for itunes to buy an in-app purchase and also cannot answer the questions exactly like i answered them when creating the account for my ipod, how do i find out what answers i put for my ipod touch and itunes?

    Try these previous discusssions:
    recover answers to security questions: Apple Support Communities
    how do i change apple ID security...: Apple Support Communities

Maybe you are looking for