Pentaho BI Server - JPivot View - windows-ce

Is it possbile to desactivate/disable the plugin JPivot View in Pentaho .
PS: the version of Pentaho : BI server CE 5.0.1
Thanks

Related

Migration from DB2 10.05 to 10.5 Windows

We have a DB2 version 10.05.0008 running on Windows 2008R2 in a SAP ECC installation on premise. We want to migrate to cloud using Windows 2016 with DB2 10.5. Is it possible to migrate from 10.05 to 10.5? If yes, what is the correct method to do this?

MS Management studio import wizard External table is not in the expected format. Excel (XLSX)

I am using the SQL managment studio to run the import wizard to get data from excel file (XlSX). I get the following error:
External table is not in the expected format. (Microsoft Office Access Database Engine)
The excel file is not password protected and it was created in office 2003 (95% sure)
I have read articles suggesting missing drivers. I have installed all the following:
Microsoft Office version Download
2016 Microsoft Access 2016 Runtime
2013 Microsoft Access 2013 Runtime
2010 Microsoft Access 2010 Runtime
2007 2007 Office System Driver: Data Connectivity Components
Nothing of these worked for me. However; if I open the excel file, click save, close it and then import it using the wizard it works.
The problem is that I would like to automate this process. So opening 200 files, save them, and then close them is not an option.
My specs:
windows 10,
Microsoft SQL Server Management Studio 12.0.4459.0
Microsoft Analysis Services Client Tools 12.0.4459.0
Microsoft Data Access Components (MDAC) 10.0.14393.0
Microsoft MSXML 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 9.11.14393.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.14393
The only thing that I found starnge here is the following:
Microsoft MSXML 3.0 4.0 5.0 6.0.
Is this the correct value. If not, how do I update it?
This is my second day looking for a solution to this problem with no luck. If anyone could help.

JasperReports 6.3 and DataStax DDC Cassandra 3.9.0

I would like to connect to Cassandra 3.9.0 (DataStax DDC) from JasperReports Server community edition (Product Version: 6.3.0, Build: 20160629_1853) and from Jaspersoft Studio 6.3.1.final.
When I create a Data Adapter for Cassandra Connection (no user/no password) and then click Test it works OK and says Successful. The same connection works well from cqlsh and from DatastaxDevCenter 1.6 as well.
But when I write a CQL query for my report and click "Read fields" it does not show anything. So I cannot even see Fields in my report.
My CQL query is simple:
select customer_name, bs_customer_id, crm_customer_id, my_id from customers
I could see similar questions on this forum already but no helpful answer :(
Any ideas where the issue might be? Are there any more detailed logs in Jaspersoft Studio to see what is going on when I click "Read fields"?

The data source provider for data sources of type 'ADOMD.NET' is not registered

I am working on sharepoint 2013 ,while working on Performance Point Service when i amd connecting to a new Analysis source in Dashboard Designer ,it is not loading databases.
I have googled the problem and found the in my EventLogs it appears
"The data source provider for data sources of type 'ADOMD.NET' is not registered. Please contact an administrator.PerformancePoint Services error code 10115."
I downloaded and installed latest version of ADOMD.NET but it didnt worked.Please Help
If you are using SQL Server 2012 or newer, and SharePoint Server 2013, it will try to load the SQL Server 2008 version of the ADMD.NET dll.
Try to install the SQL Server 2008 R2 ADMD.NET component from here: http://www.microsoft.com/en-us/download/details.aspx?id=16978 and restart IIS.

Where does Orchard CMS create its built-in SQL Server Compact Database

You can configure Orchard CMS to use a built-in SQL Server Compact database.
I want to connect to, and query, this database.
Where does Orchard create it?
The database is created in:
src/Orchard.Web/App_Data/sites/YourSiteName
To connect to it I use the following plugin for Visual Studio:
SQL Server /SQLite Toolbox
For other ways to open SQL Compact databases see this SO question:
How do you open an SDF file (SQL Server Compact Edition)?
Using the development installation of Orchard, the CMS creates the SQL Server CE .sdf file in the src/Orchard.Web/App_Data/sites/NameOfTheSite directory.
You can connect to it using SQL Management Studio (up to 2012) by following these steps:
1. File -> Connect Object Explorer...
2. Change 'Server Type' to 'SQL Server Compact Edition'
3. Select < Browse for more...>
4. Browse to and select your .sdf file.
For versions of SQL Management Studio 2012 and above, a third-party tool is required.
See this question for further details.

Resources