0
votes

I try to get into Microsoft Azure. For that i just set up the demo application described under

https://azure.microsoft.com/de-de/documentation/articles/iot-hub-csharp-csharp-getstarted/

now i want to try out stream analytics, for that i configured an input, listening to the IoT Hub and an Output writing to a DB.

Whenever i start the Stream Analytics Job i got an error like that:

Stream Analytics job has validation errors: Unable to load type Microsoft.Streaming.StreamingExceptions.Exceptions.Job.ObjectModelValidationException required for deserialization.

Why is that? What did i miss here?

2

2 Answers

3
votes

A fix has been deployed to production. This happens when the query fails validation, instead of showing user the error message we end up showing the exception. Sorry for the inconvenience, please try again.

1
votes

I got the same error when I selected a SQL Database as output for my job. I simply recreated the output and it started working. Make sure the alias you assign for your output match the one you indicated in your job query (INTO).

Hope this helps!