首页 > 解决方案 > 在 ADF 上创建 Web 表链接服务时出现 MashupValueException?

问题描述

我在创建 Web 表链接服务时遇到了 MashupValueException,我想知道这里是否有人遇到过同样的问题。

可以在此图片中找到错误消息的打印

链接服务的配置如下:

{
    "name": "WikipediaLS",
    "properties": {
        "annotations": [],
        "type": "Web",
        "typeProperties": {
            "url": "https://www.the-numbers.com/",
            "authenticationType": "Anonymous"
        },
        "connectVia": {
            "referenceName": "MySelfHostedIR",
            "type": "IntegrationRuntimeReference"
        }
    }
}

填写表格上的信息并单击“测试连接”后会发生错误。然后弹出如下错误:

Connection failed
'Type=Microsoft.Data.Mashup.MashupValueException,Message=The supplied URL must be a valid 'http:' or 'https:' URL.,Source=Microsoft.Data.Mashup.ProviderCommon,' Activity ID: c8d924b9-cc81-49c1-85c8-70abfa85c859.

我已经使用 Office 2016 测试了 web 表的提取,它工作正常。

目的是从“https://www.the-numbers.com/movie/budgets/all”中提取索引 0 表。

标签: azure-data-factory

解决方案


这就是你所面临的:

在此处输入图像描述

您可以尝试使用下面的网址,它可以在我这边成功连接到网络:

https://www.the-numbers.com/movie/budgets/all

在此处输入图像描述

您提供的网站似乎不稳定。有时您无法访问数据库。


推荐阅读