Reporting Services Issues when deploying to server - reporting-services

I created some SQL Server Reporting Services reports using Microsoft Visual Studio. Previewing the reports is working fine. But when i deploy the application, i get the following errors: The permissions granted to user 'PERSOLGH\SOMAD' are insufficient for performing this operation.
But the SQL Server Management Studio Reporting Services works fine.
What could cause the error or am I missing something?
Any help would be much appreciated.
Best Regards,
Somad

Related

Reporting Server deploy - Error: The given key was not present in the dictionary

I am trying to deploy a report from Visual Studio to a Reporting Server which is not running on my local computer and I am getting this error:
Error: The given key was not present in the dictionary
I can deploy the report to my local Reporting Server but when I tried to deploy the same report to another Reporting Server then is when I am getting that error message.
I am running Visual Studio 2017
I have installed Microsoft SQL Server Data Tools version (15.1.61707.200)
The Reporting Server where I tried to deploy the report is running Microsoft SQL Server 2012 Reporting Server.
Target SQL Server 2012
Please any advice or suggestion to fix this problem.
Regards;
Sergio
For those who are having the same problem as me, I have found the solution:
https://social.msdn.microsoft.com/Forums/en-US/68f09a17-23b6-4e2f-8dd2-f532e02eb563/unable-to-deploy-ssrs-report?forum=sqlreportingservices
Please install the latest package for Microsoft Reporting Services Projects.
https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio#overview

Standalone SSDT installation only shows Integration Service in SSCM

I have installed SQL Server Data Tools in standalone mode (SSDT 2012 11.0.3000.0) i.e. without it being part of any SQL Server or Visual Studio Package. All I'm seeing now in SSCM is Integration Services running. There is no SSRS, SSAS or for that matter not even Database Engine and Agent services running. Even when I create any analysis or reporting service projects, all I see is SSIS toolbox over there. I haven't done this kind of standalone installation before and don't know if I might be missing something. Really appreciate some help here
Thanks,
Pratik

SSDT 2012 - ssis deployment error

I am trying to deploy a SSDT 2012 SSIS project using Deploy option. But I am getting below error:
TITLE: SQL Server Integration Services
A .NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal":
System.ComponentModel.Win32Exception: A required privilege is not held by the client
System.ComponentModel.Win32Exception:
at Microsoft.SqlServer.IntegrationServices.Server.ISServerProcess.StartProcess(Boolean bSuspendThread)
at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName)
. (Microsoft SQL Server, Error: 6522)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.5058&EvtSrc=MSSQLServer&EvtID=6522&LinkId=20476
Any idea why this error? below is the screen shot of the error.
I have faced this issue after installation of Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012. After installation I started repair option of SQL server management studio by running SQL Server Setup. After restarting SQL Server Management studio issue resolved Now I can deploy SSIS package in Integration Service Catalog.
That error often means the SQL Server Agent account is missing a permission somewhere. The "A required privilege is not held by the client" in this case means the SQL Agent account is called to do something but isn't permitted to.
One thing to try is to use the SQL Server Configuration Manager, as administrator, to reset the account for SQL Server Agent (and possibly SQL Server itself). This will reinstate the required permissions if you have sufficient rights.
I have seen cases where Group Policy prohibited the assignment of the service account to needed permissions at the OS level, which really creates a problem.
Example: http://blogs.msdn.com/b/dataaccesstechnologies/archive/2012/08/20/error-while-deploying-ssis-2012-project-from-ssdt-to-ssis-catalog-system-componentmodel-win32exception-a-required-privilege-is-not-held-by-the-client.aspx
Went through most of the other solutions but using the repair option worked.
The problem could have been due to the installation of Visual Studio and SSDT after SQL was installed.
Would be nice if MS provided better support for their products rather than leaving to the community to fix the problem.
According to this Blog the required User Right may be
"Replace a process level token"
https://www.oraylis.de/blog/fixing-sql-2012-ssis-deployment-error-6522-a-required-privilege-is-not-held-by-the-client

Can't connect to CRM Online from Reporting Services Manager

I created report in VIsual Studio that connected to CRM Onlyne using FetchXML and it works good from visual studio. Now i'm trying to deploy it on Reporting Services server. I faced with issue that i can't create DataSource from Reporting Services Manager. Do you have any ideas how to fix it. See screenshot with error https://social.microsoft.com/Forums/en-US/35df977a-c903-4fec-89f6-2f0c6b7e5a10/cant-connect-to-crm-online-from-reporting-services-manager?forum=crmdevelopment
Thank you Donal. There is answer for my question. It was surprise for me that i can't use FetchXML datasource for connect to CRM online but i found workeround. I implemented a Data Processing Extension for Reporting Servies for request data from CRM Online. For a basis i get following article http://www.codeproject.com/Articles/22946/Implementing-a-Data-Processing-Extension

Issue with analysis services when setting up Reporting in TFS

I am having an issue getting reporting setup on my team foundation server because connecting to the Analysis Services throws the error
The SQL Server and Instance you specified does not exist or cannot be reached
However, I know the Server name and Instance are both correct and they connect fine for both the Warehouse and Reporting Services. I have made sure that analysis services are running in the services and that the username and password are correct.
Here is a screenshot of what I am experiencing:
just a guess but SSAS only works with windows authentication so try to use a AD user on your second tab
I found this blog in which this guy has the same issue as me and he said he finally solved it be running a repair on SSAS, could anyone tell me where I do a repair on Analysis Services in the SQL Server Configuration Manager?