I have a SharePoint site which has two kinds of SSRS reports public and private. Public reports does not need any kind of authentication, they should be visible to anyone visiting the site. Basically Anonymous access for public reports and secure access for private reports.
I have searched a lot about anonymous access for SSRS reports in SharePoint and found out that it is one of the requirement for Reporting Services Integration with SharePoint. Is there any work around for this, so that I could display public reports in my SharePoint Site? Any help on this very much appreciated!!
I am using SharePoint Server 2010, SQL Reporting Services 2008 & SQL Server 2008. I can use SQL Reporting Services 2012, if needed.
Thanks
AJ
Related
I was wondering if it's possible to connect to an Azure SQL database from a Nintex Workflow running on Sharepoint 2013 on premise. I have multiple workflows where I connect to an on premise MS SQL server, but cannot get this to work with Azure SQL.
I've tried using many different connection strings, but keep getting "Unexpected SQL error occured". I know that the account I use has access to the database, so there might be other issues like firewall settings.
However, before I start messing with the firewall, can anyone tell me if it is even possible to connect to Azure SQL from Nintex 2013?
I found that you have post the same question in Nintex 2013 forum.
Just for now, no one reply you and there's no documents talk about this, none Azure documents or Nintex documents.
So we may assume that on-premise Nintex 2013 doesn't support Azure SQL or Azure SQL database doesn't support Nintex 2013 for now.
I have installed SQL server on server (nvsql01) with the following features:
Database engine services
Analysis services
then i installed Sharepoint 2013 under server(nvsp01) and connected to default sql instance found under server (nfsql01)
Now i want to add features under sharepoint server(nvsp01)
reporting services sharepoint
reporting services add-in sharepoint product
I installed them using sql 2012 r1 but only check these features but did not ask where to add them under which sql instance
so i use sharepoint management shell and type install-SSRSservices
give error.
so i remove them.
Dear my friend
is anyone can help me how to enable Bi features under sharepoint 2013.
Really need to activate sql server reporting services service application.
best regards
the following article is a good place to start
Install Reporting Services SharePoint Mode for SharePoint 2013
http://msdn.microsoft.com/en-us/library/jj219068.aspx
I need to change the From: address for report subscriptions on SharePoint (running in integrated mode). I believe you can do this in Reporting Services Config Mgr, but am wondering if there is a way to do this from SharePoint or Sharepoint Config Mgr.
I'm using SSRS 2008 R2 on Sharepoint 2010.
Thoughts?
For SSRS 2008 R2, there is nothing in SharePoint 2010 or SharePoint 2010 Central Admin that allows you to change the From address. It's strictly controlled through the SSRS Configuration Manager. Your other option is to edit the rsreportserver.config file directly, but why do that when it's safer to use the Configuration Manager? Or you can write an application. You could theoretically create a Web form that you display in SharePoint that would update the server settings. See Method 3 here: http://www.dbafarm.com/blog/2011/02/03/setupdate-the-from-address-email-ssrs-subscriptions/
I am setting up SharePoint 2010 on one machine with SQL Server on a separate box to server as both the data store and serve reporting services (through SSRS/SP Integration).
In the past, I would install the WSS 3.0 for SharePoint 2007 on the SQL Server Box. It appears that there is no existing option for SP 2010. Am I missing something? Thanks.
It is possible, I believe you can specify a Database server when you are configuring the product.
This is probably a good start: http://technet.microsoft.com/en-us/library/ee667264.aspx
There are a number of "buried" articles ( for some reason I couldn't google them) in the Microsoft Sharpoint Documentation Tree:
(since I could not pust multiple links youre stick with this one)
Configuring on Multiple servers - my specific case
How can i trasform a microsoft sql server report service in web application or something that i can access on the net?
thanks to all that would help me
You've got a bunch of different options - see:
Integrating Reporting Services into Applications
Using the Report Server Web Service/SOAP APIs
Extending/Integrating Reporting Services using RS Programming
There's a asp:ReportViewer control, which allows you to either display a local *.rdlc file containing a report definition, or you can also hook that up to a server-side *.rdl file on your reporting server.
Is that what you're looking for? It can render and show the report you defined on a ASP.NET page.