I'm using pentaho EE 6.1, and I'd like to setup an data source specific for an user, I'v seen in this link https://help.pentaho.com/Documentation/6.1/0R0/070/Multi-Tenancy
but I don't undersand how to make it.
Some help please.
Question is not clear.
But i had this same issue sometime back and i am sharing my research and understanding.
In Data integration we have option called parameterised connection and in this way you can achieve multitenancy but due to pentaho architecture of bi server we can't achieve the same in bi server.
you can achieve this in bi server through stored procedure this is one of the way.
Related
I'm not sure if this is the right place to ask this question. If not, please direct me to the right place.
We used to have an application that was created using VB and Microsoft Access. It was an application to score calls from Agents and would then run a few calculations and grade those agents based on a few algorithms.
We replicated all that Access data onto SQL but for some reason, we were just not able to connect the VB application to the SQL Database instead. The application was also outdated and we needed a change.
Can anyone suggest software/framework that can be used to create a new application with an ability to connect to a SQL database?
EDIT: We have a Microsoft Office 365 subscription. I was thinking of using PowerApps. I've never used it before. Does anyone think this could help serve my purpose?
I have extensive experience of using PowerApps to create applications connected to SQL Server (in my case Azure SQL Database), and am mostly satisfied.
There are some constraints, but not major. Please see these posts for some further information.
I would suggest PowerApps if you have Office365.
I'm using C# and asp.net with SQL Sever 2012 and want to log an environmental signals on a database (like temperature or humidity). I want to retrieve logged information to make reports and create charts. In your opinion what's the best method to do the job?
Thanks in advance
Go to this example hope it shall be helpful
http://stevenjohnston.co.uk/2012/12/12/net-gadgeteer-temperature-logger-example/
We are working on Sql Azure Reporting Services, we have a situation where we need to display client logo on report. We are passing Image path (URL) as parameter to the report which works fine on normal windows server reporting services, but when we move to Sql Azure Reporting it fails to show image on report e.g. image path can be like "http://p.lui.li/img-30718_images_j-r-full.jpg". Any help will be highly appreciated.
From what I can tell this is currently not supported in Azure SQL Reporting. I tried it in a sample report and I couldn't get it to work even if I use Azure Blob storage. You can upload the image to the reporting server as an alternative but external linking is still not implemented. I would vote here:
http://www.mygreatwindowsazureidea.com/forums/169380-business-analytics-sql-reporting/suggestions/2395600-support-external-image-in-reporting-services
This was similar to the Azure CORS problem that is finally going to be fixed soon. The nice thing is when they finally fix it you will get notified if you vote on it.
I solved this issue by moving the image to Azure Sql Server Database, and then populating the image from database resolved the issue.
After I've done developing my web site using Hibernate and Struts2, now I want to put it on Cloudbees hoster, the problem is that I don't know how to create my data base's tables?!!
I used the method shown in this video to create my tables: http://vimeo.com/33445098 But it doesn't work!!
It shows how to connect to my server by using MySQL WorkBench, when I created new Server instance the connection couldn't be established, although I used the appropriate informations.
Thank very much :)
After days of looking around on the web I found this, it's very useful
http://www.youtube.com/watch?v=oWE6s_FQBwA
So I've been trying to use federations in SQL Azure for my site.
I've been first trying to find a tool where i can test my coding with a full graphic interface.
I'm unable to find the context menu for edit top 200 rows in SSMS (SQL Server Management Studio).
Can anyone help?
There may not be exactly GUI interface to play completely with SQL Database federation through SSMS R2 however combining proper queries together with SSMS you may be able to get the results you are looking for. I am not sure how you are trying to display first 200 records with your federated data however if you provide more steps how do you do it, I may add more info.
FYI, here is how SSMS is used to work with SQL Database Federation.