Hi there,
in one of our Workspaces we have trouble with setting up streaming dataflows. One issue is, that I'm not able to start a Streaming Dataflow. In the edit mode, I can set up the Streaming Dataflow. I can even see preview data, coming from an Azure Event Hub and there are no errors shown in the edit mode - not in any stage of the flow.
However if I want to start the Streaming Dataflow from the Workspace list view, the refresh circle is running for some time:
However after some time, the Streaming dataflow "refresh" failes:

When having a look to the refresh history, it can be seen, that it usually failes after 14 seconds. However there is also one single event, which took much longer to fail. This trial has been the first one on this day. All the other events failed exactly after 14 seconds:
Here is the content of the details csv-file (I changed the Name and the RootActivityId):
Requested on,Dataflow name,Dataflow refresh status,Table name,Partition name,Refresh status,Start time,End time,Duration,Rows processed,Bytes processed (KB),Max commit (KB),Processor Time,Wait time,Compute engine,Error,
NA,StreamingDataflowName,Failed,,NA,Failed,NA,NA,00:00:00.0000,NA,NA,NA,NA,NA,NA,There was a problem refreshing your dataflow. {"RootActivityId":"some GUID" "ErrorMessage":"Streaming model definition is syntactically or semantically incorrect."}
Since everything is fine in the edit views preview, I'm wondering about the given ErrorMessage. Furthermore, a month ago, I created a running Streaming Dataflow in a straight forward way and this one worked already for some days. So in general, I know what to do, to get a Streaming Dataflow up and running. However I'm struggeling with them since some weeks.
For the single event, for which it took longer to fail, all the csv-details are the same, but the ErrorMessage differs:
"ErrorMessage":"Cannot acquire lock for model 'WorkspaceGuid/StreamingDataflowGuid' because it is currently in use."
Does anybody know how to get this Streaming Dataflow running?
I created another Subject concerning another Stremaing Dataflow, which can't be deleted or edited in the same Workspace. Maybe the different issues are related to the same root cause. But as long as this is not clear, I want to keept things separated.
Best regards!