触发管道时出错 [英] Error triggering pipeline

查看:81
本文介绍了触发管道时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我根据GitHub repo中的文档创建了一个数据工厂:https://github.com/microsoftgraph/msgraph-training-dataconnect/blob/master/Lab.md。

I created a Data Factory as per the documentation from the GitHub repo: https://github.com/microsoftgraph/msgraph-training-dataconnect/blob/master/Lab.md.

但是当执行/运行管道时,它每次都会抛出以下错误:

However when the pipeline is executed/run, it throws the following error every time:

活动复制Data1失败:ErrorCode = UserErrorOffice365DataLoaderError,'Type = Microsoft.DataTransfer.Common .Shared.HybridDeliveryException,Message = Office365数据加载无法执行。出现意外的内部错误。请联系我们获取支持。,Source = Microsoft.DataTransfer.ClientLibrary,'

Activity Copy Data1 failed: ErrorCode=UserErrorOffice365DataLoaderError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Office365 data loading failed to execute. There is an unexpected internal error. Please contact us for support.,Source=Microsoft.DataTransfer.ClientLibrary,'

以下是工厂内元素的详细信息:

Below are the details of the elements within the factory:

{

    " name":" pipeline1",
    "properties":{

        "活动":[

            {

                "姓名":"复制数据1",
                "类型" ;:"复制和QUOT ;,

                "政策" ;: {

                     "超时" ;:" 7.00:00:00" ;,

                     "重试" ;: 0,

                 &NBSP ;  " retryIntervalInSeconds" ;: 30,

                 &NBSP ;  " secureOutput" ;:假,

                 &NBSP ;  " secureInput":false

                },b $ b                " typeProperties" ;: {

                     "源" ;: {

                         "类型" ;:" Office365Source"

                &NBSP ;   },

                    "水槽" ;: {

                         "类型" ;:" BlobSink"

                &NBSP ;   },

                    " enableStaging" ;: false

                },b $ b                "输入" ;: [

                     {

                    &NBSP ;   "引用名称" ;:" Office365Table1" ;,

                         "类型" ;:" DatasetReference"

                &NBSP ;   }
                ],$
                "输出" ;: [

                     {

                    &NBSP ;   " referenceName":" AzureBlob1",
                         "类型" ;:" DatasetReference"

                &NBSP ;   }
                ]¥b $ b            }
        ]¥b $ b    }¥b $ b}

{
    "name": "pipeline1",
    "properties": {
        "activities": [
            {
                "name": "Copy Data1",
                "type": "Copy",
                "policy": {
                    "timeout": "7.00:00:00",
                    "retry": 0,
                    "retryIntervalInSeconds": 30,
                    "secureOutput": false,
                    "secureInput": false
                },
                "typeProperties": {
                    "source": {
                        "type": "Office365Source"
                    },
                    "sink": {
                        "type": "BlobSink"
                    },
                    "enableStaging": false
                },
                "inputs": [
                    {
                        "referenceName": "Office365Table1",
                        "type": "DatasetReference"
                    }
                ],
                "outputs": [
                    {
                        "referenceName": "AzureBlob1",
                        "type": "DatasetReference"
                    }
                ]
            }
        ]
    }
}

{

    " name":"Office365Table1",
    "properties":{

        " linkedServiceName":{

            " referenceName":" Office3651",&
            "type":"LinkedServiceReference""
        },$
        "type":"Office365Table","
        "结构":[

            {

                "姓名":" ReceivedDateTime",
                "type":"DateTime",&
                "描述":"收到邮件的日期和时间。"&
            },b $ b            {

                "name":" SentDateTime",&
                "type":"DateTime",&
                "说明":"发送邮件的日期和时间。"&
            },b $ b            {

                "姓名":" HasAttachments",&
                " type" ;:" Boolean",
                "description":"指示邮件是否包含附件。""
            },b $ b            {

                " name":" InternetMessageId",
                "type":" String",
                "说明":"互联网邮件ID"&
            },b $ b            {

                "姓名":"主题",
                "type":" String",
                "description":""邮件的主题。"&
            },b $ b            {

                "姓名":""重要性",&
                "type":" String",
                "description":"消息的重要性:Low = 0,Normal = 1,High = 2."

         ;    },b $ b            {

                " name" ;:" ParentFolderId",
                "type":" String",
                "description":""邮件父文件夹的唯一标识符"。"
            },b $ b            {

                "姓名":"发件人",&
                "type":" String",
                "description":"实际用于生成消息的帐户。格式:STRUCT< EmailAddress:STRUCT<姓名:STRING,地址:STRING>>"

            },b $ b            {

                "姓名":""来自",&
                "type":" String",
                "description":"邮件所有者和邮件的发件人。格式:STRUCT< EmailAddress:STRUCT<姓名:STRING,地址:STRING>>"

            },b $ b            {

                " name" ;:" ToRecipients",&
                "type":" String",
                "description":""收件人的邮件。格式:ARRAY< STRUCT< EmailAddress:STRUCT<名称:STRING,地址:STRING>>>"

          &NBSP;&NBSP; },b $ b            {

                "姓名":" CcRecipients",&
                "type":" String",
                "description":"消息的抄送收件人"。格式:ARRAY< STRUCT< EmailAddress:STRUCT<名称:STRING,地址:STRING>>>"

          &NBSP;&NBSP; },b $ b            {

                " name" ;:" BccRecipients",&
                "type":" String",
                "description":""消息的密件抄送收件人。格式:ARRAY< STRUCT< EmailAddress:STRUCT<名称:STRING,地址:STRING>>>"

          &NBSP;&NBSP; },b $ b            {

                "姓名":"回复","
                "type":" String",
                "description":"回复时使用的电子邮件地址。格式:ARRAY< STRUCT< EmailAddress:STRUCT<名称:STRING,地址:STRING>>>"

          &NBSP;&NBSP; },b $ b            {

                " name":" ConversationId",
                "type":" String",
                "description":""电子邮件所属的对话的ID。"&
            },b $ b            {

                " name":" UniqueBody",
                "type":" String",
                " description":"对话特有的消息正文。格式:STRUCT<内容类型:INT32,内容:字符串>"

      ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; },b $ b            {

                "name":"IsDeliveryReceiptRequested","
                " type" ;:" Boolean",
                "description":"指示是否为该消息请求了已读回执。"&b。            },b $ b            {

                "名称" ;:" IsReadReceiptRequested" ;,

&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; " type" ;:" Boolean",
                "description":"指示是否为该消息请求了已读回执。"&b。            },b $ b            {

                "姓名":" IsRead",&
                " type" ;:" Boolean",
                "description":"指示邮件是否已被阅读。"
$
            },b $ b            {

                "姓名":" IsDraft",&
                " type" ;:" Boolean",
                "description":"指示消息是否为草稿。如果邮件尚未发送,则该邮件即为草稿。"

            },b $ b            {

                "姓名":""WebLink",&
                "type":" String",
                "description":"用于在Outlook Web App中打开邮件的URL。"&
            },b $ b            {

                " name":" CreatedDateTime",
                "type":"DateTime",&
                "description":""消息的创建日期和时间。"&
            },b $ b            {

                " name":" LastModifiedDateTime",
                "type":"DateTime",&
                "说明":""上次更改邮件的日期和时间"。"
            },b $ b            {

                " name":" ChangeKey",
                "type":" String",
                "说明":"邮件的版本。"&
            },b $ b            {

                " name" ;:" Categories",
                "type":" String",
                "description":"与消息相关联的类别。格式:ARRAY< STRING>"

            },b $ b            {

                "name":" Id",
                "type":" String",
                "description":""邮件的唯一标识符。"&
            },b $ b            {

                "姓名":"附件",
                "type":" String",
                " description" ;:\"FileAttachment和ItemAttachment附件的消息。导航属性。格式:ARRAY< STRUCT< LastModifiedDateTime:
STRING,名称:STRING,ContentType的:STRING,尺寸:INT,IsInline:BOOLEAN,ID:STRING>>"

&NBSP;&NBSP; &NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; }
        ],$
        " typeProperties":{

            " tableName":" BasicDataSet_v0.Message_v0"

        }
    }¥b $ b}

{
    "name": "Office365Table1",
    "properties": {
        "linkedServiceName": {
            "referenceName": "Office3651",
            "type": "LinkedServiceReference"
        },
        "type": "Office365Table",
        "structure": [
            {
                "name": "ReceivedDateTime",
                "type": "DateTime",
                "description": "The date and time the message was received."
            },
            {
                "name": "SentDateTime",
                "type": "DateTime",
                "description": "The date and time the message was sent."
            },
            {
                "name": "HasAttachments",
                "type": "Boolean",
                "description": "Indicates whether the message has attachments."
            },
            {
                "name": "InternetMessageId",
                "type": "String",
                "description": "The internet message id"
            },
            {
                "name": "Subject",
                "type": "String",
                "description": "The subject of the message."
            },
            {
                "name": "Importance",
                "type": "String",
                "description": "The importance of the message: Low = 0, Normal = 1, High = 2."
            },
            {
                "name": "ParentFolderId",
                "type": "String",
                "description": "The unique identifier for the message's parent folder."
            },
            {
                "name": "Sender",
                "type": "String",
                "description": "The account that is actually used to generate the message. Format: STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>"
            },
            {
                "name": "From",
                "type": "String",
                "description": "The mailbox owner and sender of the message. Format: STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>"
            },
            {
                "name": "ToRecipients",
                "type": "String",
                "description": "The To recipients for the message. Format: ARRAY<STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>>"
            },
            {
                "name": "CcRecipients",
                "type": "String",
                "description": "The Cc recipients for the message. Format: ARRAY<STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>>"
            },
            {
                "name": "BccRecipients",
                "type": "String",
                "description": "The Bcc recipients for the message. Format: ARRAY<STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>>"
            },
            {
                "name": "ReplyTo",
                "type": "String",
                "description": "The email addresses to use when replying. Format: ARRAY<STRUCT<EmailAddress: STRUCT<Name: STRING, Address: STRING>>>"
            },
            {
                "name": "ConversationId",
                "type": "String",
                "description": "The ID of the conversation the email belongs to."
            },
            {
                "name": "UniqueBody",
                "type": "String",
                "description": "The body of the message that is unique to the conversation.Format: STRUCT<ContentType: INT32, Content: STRING>"
            },
            {
                "name": "IsDeliveryReceiptRequested",
                "type": "Boolean",
                "description": "Indicates whether a read receipt is requested for the message."
            },
            {
                "name": "IsReadReceiptRequested",
                "type": "Boolean",
                "description": "Indicates whether a read receipt is requested for the message."
            },
            {
                "name": "IsRead",
                "type": "Boolean",
                "description": "Indicates whether the message has been read."
            },
            {
                "name": "IsDraft",
                "type": "Boolean",
                "description": "Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet."
            },
            {
                "name": "WebLink",
                "type": "String",
                "description": "The URL to open the message in Outlook Web App."
            },
            {
                "name": "CreatedDateTime",
                "type": "DateTime",
                "description": "The date and time the message was created."
            },
            {
                "name": "LastModifiedDateTime",
                "type": "DateTime",
                "description": "The date and time the message was last changed."
            },
            {
                "name": "ChangeKey",
                "type": "String",
                "description": "The version of the message."
            },
            {
                "name": "Categories",
                "type": "String",
                "description": "The categories associated with the message. Format: ARRAY<STRING>"
            },
            {
                "name": "Id",
                "type": "String",
                "description": "The unique identifier of the message."
            },
            {
                "name": "Attachments",
                "type": "String",
                "description": "The FileAttachment and ItemAttachment attachments for the message. Navigation property. Format: ARRAY<STRUCT<LastModifiedDateTime: STRING, Name: STRING, ContentType: STRING, Size: INT, IsInline: BOOLEAN, Id: STRING>>"
            }
        ],
        "typeProperties": {
            "tableName": "BasicDataSet_v0.Message_v0"
        }
    }
}

{

    "name":"AzureBlob1",
    "properties":{

        " linkedServiceName":{

            " referenceName":" AzureBlobStorage1",&
            "type":"LinkedServiceReference""
        },$
        "type":"AzureBlob","
        " typeProperties":{

            "格式":{

                "类型":"JsonFormat","
                " filePattern":" setOfObjects"

            },b $ b            " fileName":"",&
            " folderPath":" maildump"

        }
    }
}

{
    "name": "AzureBlob1",
    "properties": {
        "linkedServiceName": {
            "referenceName": "AzureBlobStorage1",
            "type": "LinkedServiceReference"
        },
        "type": "AzureBlob",
        "typeProperties": {
            "format": {
                "type": "JsonFormat",
                "filePattern": "setOfObjects"
            },
            "fileName": "",
            "folderPath": "maildump"
        }
    }
}

Eric Legault(MVP:Outlook)


尝试 MessageFiler for Outlook

推荐答案

嗨Eric,

我'我与产品团队合作,并在收到更多信息后再回复您。

I’m working with the product team and get back to you when I have more information.


这篇关于触发管道时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆