Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Assume that the Exchange server roles in a Microsoft Exchange Server 2013 environment access the Internet through a proxy. In this situation, the following issues occur:

  • When a user tries to install an app in Outlook or in Outlook Web App , the user receives the following error message:

    The app couldn't be downloaded.
    Error message: Marketplace web services are currently unavailable. Please try again in a few minutes.

  • When the administrator tries to run the New-App cmdlet in Exchange Management Shell to install an app, the installation process fails. For example, the administrator runs the following cmdlet in Exchange Management Shell:

    New-App -MarketplaceQueryMarket en-us -MarketplaceAssetID WA102996382 -MarketplaceServicesUrl "https://o15.officeredir.microsoft.com/config15"In this example, the installation process fails, and the administrator receives the following error message:

    The app couldn't be downloaded. Error message: Marketplace web services are currently unavailable. Please try again in a few minutes.

Note The issue occurs even when the WinHTTP proxy is configured on Exchange servers and when the marketplace URL can be accessed from the Exchange server by using a web browser.

Cause

This issue occurs because the account on the computer that Powershell or Exchange Control Panel (ECP) runs on does not use the WinHTTP proxy or the browser proxy.

Resolution

To resolve this issue, run the following command to configure the proxy for the accounts on the computer:

bitsadmin /Util /setIEProxy localsystem MANUAL_PROXY Proxy address "exceptions"For example, run the following command:

bitsadmin /Util /setIEProxy localsystem MANUAL_PROXY ISAPROXY "*.contoso.com;<local>"

More Information

For more information about the New-App cmdlet, go to the following Microsoft website:

General information about the New-App cmdletFor more information about the Bitsadmin /util command, go to the following Microsoft website:

General information about the Bitsadmin /util command

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×