Forum Discussion

LasseMr's avatar
LasseMr
Advocate II
5 years ago
Solved

Gateway Pipeline Error [GatewayPipelineErrorCode]=DM_GWPipeline_Gateway_CanceledError

Dear community,   I have been struggling with this for a while now.   We are running on a Power BI Embedded Dedicated Capacity and for some of our dataflows we keep getting this PipelineError  "...
  • LasseMr's avatar
    LasseMr
    5 years ago

    Hi collinq,

     

    In any case, much appreciated that you spent time looking into the issue!!

     

    I have learned that the problem usually occur when the dataflow needs to reload a full transactional dataset (e.g. added a column or other) or if a new large transactional dataset is added to the dataflow.

     

    Leads me to think that it puts an extra initial load to the server, mashup-wise, which it fails early, looking through documentation and community i concluded the following.

     

    I did two things at the same time;

    1. Upgraded server running gateway from 2 CPU to 8 temporary for the first succesful load
    2. Changed setting of MashupDSRTestConnectionTimeout from 50sec to 2min30sec in Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config

    Following night the scheduled refresh went through with success, 4 hours for the largest one.

     

    The night after the largest took 20 minutes, and been stable at that since - incremental refresh kicked in.

     

    If the solution was 1 or 2, or if I was just "luck" that night, I don't know, and can't reproduce the error now.

     

    In any case, next time, I'll take your lead on enabling advanced log, maybe it will provide better insight.

     

    Thanks anyways.