Skip to content

Troubleshooting Guide and FAQ List

Luong Hoang edited this page Jul 14, 2016 · 7 revisions

Known Issues

In some cases, the Azure services we rely on may themselves be down. This is not a problem with the Decision Service itself. Please retry your deployment at a later time; if the problem persists, please open an issue here if one does not already exist. Our Github issues page is also a good source for finding potential solutions to your problem.

"HTML5 Storage Disabled" in Internet Explorer (IE)

Cause: A limitation of certain versions of IE.

Solution: Run IE as administrator and/or check the “Enable DOM Storage” box in IE tools/Internet Options/Advanced/Security/.

Deployment fails because 'The location constraint is not valid'.

Cause: Your Azure subscription does not have the rights to deploy one or more of the Decision Service components in your chosen region. In particular, we make use of the "Classic Cloud Service" resource which by default is not always supported in all regions.

Solution: Retry in a different region, or open an Azure ticket to request additional account privileges. An alternative way to find out which region you have access to is to manually create a new Classic Cloud Service: In Azure portal, click on New -> Cloud service (classic) and select a location. If the location is not supported, you will get a red exclamation mark.

After clicking Deploy To Azure, I get redirected to the Azure portal page but nothing shows up, what to do?

The portal sometimes fails to open our deployment template, simply retrying should fix this.

Other FAQs

Where can I find my deployed Management Center?

  1. Go to the Azure portal at https://portal.azure.com .
  2. Click on Resource Groups in the left navigation menu.
  3. Find the resource group under which you deployed, and click on it.
  4. In the list of resources, find and click on the Management Center named mc-*, where * is the unique string generated during deployment.
  5. Click on Browse to open the website or copy and paste the URL displayed.

Where can I find the password for my deployed management center?

  1. Go to the Azure portal at https://portal.azure.com .
  2. Click on Resource Groups in the left navigation menu.
  3. Find the resource group under which you deployed, and click on it.
  4. In the list of resources, find and click on the Management Center named mc-*, where * is the unique string generated during deployment.
  5. In the settings, under General, click on Application Settings.
  6. Under App settings, you will see the Password.

If you happen to be in the Deployment panel, you can also click on the Management_Center from there, and find the MANAGEMENT CENTER PASSWORD among the Inputs.

How do I update my Management Center to the latest code from github?

  1. Open the Management Center resource from Azure portal as instructed above.
  2. Click on Settings to open the settings tab, then click on Deployment Source.
  3. Click on Sync, this will trigger a pull from github and redeploy of the website.

What are the parts of a default deployment, and how much do they cost?

An uncustomized instance of the Decision Service (DS) includes the following Azure resources:

There are many ways to get a free subscription on Azure. For non-free subscriptions, an uncustomized deployment costs around $0.20 per hour.

How many features/actions can I have?

How do I warm-start a model with a set of pre-existing examples?

What is the expected throughput / capacity?