Impossible to load dataset [dataset name] due to the following service errors: Method not supported in All-In-One SpagoBI 5.1 - spagobi

I am creating cockpit in SpagoBI 5.1. But, it through a error like:-
"Impossible to load dataset [dataset name] due to the following service errors:
Method not supported;"
Why it is occurred?
Please let me know the solution, if anybody knows.
Thanks
Aman

Related

Azure App Service recently started throwing an error: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.1.4.0

I didn't change anything, and my Azure App Service started throwing the error:
An error occurred while starting the application.
FileLoadException: Could not load file or assembly'Microsoft.EntityFrameworkCore, Version=2.1.4.0 ...
Which seemed odd, so I tried adding Microsoft.EntityFrameworkCore v2.1.4 with Nuget, and from that i just get a white error screen with
This page isn’t working
[WEBSITE] is currently unable to handle this request.
HTTP ERROR 500
With no other errors.
This all works perfectly fine locally (as always...) - I am not sure where to go from here? Any ideas? Thank you.
The error is because of the different versions between packages.
Please use this command in PM.
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.0.3
For more details, you could refer to this issue.

hortonwoks sandbox hcatalog error when creating table from file

Hi I am trying to do tutorial from hortonworks; i was able to upload nyse.tsv.gz into sandbox hue
and view the data
but the step of creating table from this file with HCatalog fails with error 500 timeout
it seems many users ran into this problem but i could not understand the solutions suggested
can any one please advice me how to resolve this problem
Try to enable Ambri (first tab) and then disable it back.
It works for me.

Oracle ADF Image Upload

I tried all the things
Oracle Fusion Developer Guide 11g in working with oracle multimedia types
I am getting error in image upload with Oracle Multimedia Attributes....I am getting error in:
<af:inputfile tag with
<binding:convertOrdDomain bindingRef="{bindings.Image}">
No namespace grammer defined ..help me in detail
You are trying to save the uploaded image in database or application server..? What approach you have tried, if you have some sample code, please post so that we can look into it.

Kendo spring demo project missing database

I'm trying to run Kendo spring demo application, most of the demos works but whenever I run remote binding examples I'm getting
[SQLITE_ERROR] SQL error or missing database (no such table:
Employees)]
It seems like it couldn't find the database, where can I find the database or how can I fix this?
The database should be available under the following folder:
spring-demos\src\main\webapp\WEB-INF\sample.db

ASP.NET MVC3: System.NotSupportedException: Specified method is not supported

Hello I am Developing a ASP.NET MVC3 application and MYSQL Database accessed by entity framework. I am done with the deployment part and now i am trying to deploy it on GO DADDY server after deploying it so far every page is working fine but only in one page the following error is coming
Specified method is not supported.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NotSupportedException: Specified method is not supported.
i have tried a lot searching to find the solution of the error please help me with this
following is the snap shot of the error
You happen to have a query that results in the DbApplyExpression node in the command tree. This node is typically translated to CROSS/OUTER APPLY construct in SQL however MySQL does not support CROSS/OUTER APPLY. Most likely you will have to change your query a little bit to avoid the CROSS/OUTER APPLY. Take a look a this msdn article for more details. I also found something at DevArt website that can be helpful

Resources