Forum Discussion
WhisperofCoding
3 years agoFrequent Visitor
MashupException.Error: an error occurred during the pre-login handshake
Hi guys, I keep receiving an error while fetching data with a Dataflow Gen2. I am trying to get data through our Gateway (version 3000.178.9) but keep hitting the same error over and over. I tr...
SidJay
Microsoft Employee
3 years agoWhen a dataflow is bound to a Gateway, all the read and write operations are executed via the Gateway.
To transfer data from staging to a warehouse without using the Gateway, you would currently need a separate dataflow that is not bound to a Gateway.
Dataflows are either executed entirely in the Cloud or entirely on a Gateway. There isn't a blended mode.
Thanks