Is it possible to publish reports to SharePoint if SQL Server 2012 reporting service is on native mode?
How to do it?
I have SharePoint 2013 and SQL Server 2012. I have created cube and reports with its data tools. This is single server environment.
This is what I have done:
A) I can successfully see from SQL Server installation tool that "Reporting Service-SharePoint" and "Reporting Services Add-in for SharePoint Products" are checked.
B) I don't see Reporting Services under the Manage Service Application of the SharePoint Central Admin.
c) When I choose report from reporting service project and I click deploy, it asks Reporting Services Login, but it does not accept admin logins. Server path should be valid.
I got idea from following instruction that I should register and start the Reporting Services SharePoint service
http://msdn.microsoft.com/en-us/library/jj219068.aspx
C) I tried to run command Install-SPRSService, but it was not recognized cmdlet command.
D) I see from Reporting Service Configuration Manager that Reporting Server Mode is Native. Report Service Status is Started.
Kenny_I