Unable to run locally when using cloud input and output
See original GitHub issueWhenever I try to run a Stream Analytics locally with cloud input / output I get an error about missing reference /
Failed to convert input 'myinput' : Die Datei oder Assembly "Azure.Core, Version=1.9.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040).
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
Unable to Start Input/Output Repository Server in BOXIR2
Hi Moinuddin, I checked CCM. All the services are running except Input/Output file Repository server. Tried to start but no luck?. Regards ...
Read more >Sharepoint Input. Runs on local, fails on server
Hi, I'm using SharePoint Input v2.3.0 and created a simple WF that successfully runs on my local Designer. For automation purposes, I'm ...
Read more >Troubleshooting | Cloud Storage
Issue: Requests to a public bucket directly, or via Cloud CDN, are failing with a HTTP 401: Unauthorized and an Authentication Required response....
Read more >gcsfuse Input/Output error - linux
It appears from the Insufficient Permission errors in your debug output that gcsfuse doesn't have sufficient permissions to your bucket.
Read more >Error "One or more input files aren't in your organization's safe ...
One or more input files aren't in your organization's safe list. The flow will fail when run in Tableau Server. Upload the files...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @denisulmer , we recommend that you migrate your job to VS Code and try again, as it provided the best local development experience for Azure Stream Analytics.
Here’s the doc about how to create a job in VS Code: https://docs.microsoft.com/en-us/azure/stream-analytics/quick-create-visual-studio-code
Then you can start your job locally by clicking the
Run locally
CodeLens and selectUse Live Input and Live Output
: