Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure 将cosmos db中copyactivity的数据工厂用作源时出错_Azure_Azure Cosmosdb_Azure Data Factory_Azure Data Factory 2 - Fatal编程技术网

Azure 将cosmos db中copyactivity的数据工厂用作源时出错

Azure 将cosmos db中copyactivity的数据工厂用作源时出错,azure,azure-cosmosdb,azure-data-factory,azure-data-factory-2,Azure,Azure Cosmosdb,Azure Data Factory,Azure Data Factory 2,为什么在data factory v2的复制活动中使用cosmos DB作为源时不断出现此错误 [6/26/2018 4:59:37 AM] "errorCode": "2200", [6/26/2018 4:59:37 AM] "message": "ErrorCode=UserErrorFormatIsRequired,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Format s

为什么在data factory v2的复制活动中使用cosmos DB作为源时不断出现此错误

[6/26/2018 4:59:37 AM]   "errorCode": "2200",
[6/26/2018 4:59:37 AM]   "message": "ErrorCode=UserErrorFormatIsRequired,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Format setting is required for file based store(s) in this scenario.,Source=Microsoft.DataTransfer.ClientLibrary,'",
[6/26/2018 4:59:37 AM]   "failureType": "UserError",
[6/26/2018 4:59:37 AM]   "target": "CopyFromCosmosDB"

此错误是什么意思?

它意味着您需要为接收器数据集指定格式。如果要将其复制为json、csv或其他格式。您需要明确指定格式。您可以使用ADF V2 UI编写管道。

是的,我缺少这个。现在工作!