Hi Team,
How to migrate SSRS 2008 R2 reports to 2014 or 2016.
Thanks Bala Narasimha
Hi Team,
How to migrate SSRS 2008 R2 reports to 2014 or 2016.
Thanks Bala Narasimha
Hello,
i have a matrix report where i need to group the data based on location column and show row level attributes based on expression.
Is it possible to get a report of type of example given below where row attributes are shown and are grouped on location?
For example,
Year 2001 2002 2003
Location1 purchase
Sales
Total
Location2 Purchase
total
Location3 Sales
total
I have a report that the user wants to be emailed to him automatically at two different times
1. 3 business days before quarter end - 10 am
2. first business day after quarter end - 11 am
we use sharepoint where we schedule the delivery of ssrs reports (not any reporting server)...where I can see Add data driven subscription ...is data driven subscription the right approach to schedule this ? I think I can write a sql to input the dates on which report needs to be sent out ? pls advice
Hello
I have a sub report that receive two parameter from the main report but the sub report only show the first parameter information the main report works perfect showing both parameters. Please advise
Thanks
We're running into issues after installing the KB on our SSRS servers. We're currently considering several resolution routes, from backing out the patch to fixing issues as they come in.
We want to find out how many users are trying to use the lowercase http;//ssrsserver/reports/... instead of the correct uppercase http://ssrsserver/Reports/...
Looked in RSReportServer catalog table, found the path with the folder and etc, but not the prefix to see which 'r's were lower case.
Any suggestions? Thanks
I am able to navigate the web server and select and view a report. I cannot add a new data source but I CAN add a dataset and a new report.
The error is:
Something went wrong. Please try again later.
The log shows:
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!2f!03/30/2020-15:54:02:: i INFO: [au0o7k99]: 128.194.248.131: GET /api/v1.0/catalogitems%28fdab0559-ed69-4a5e-9e56-c190a1c53fe2%29/Model.Folder/catalogitems/ - Response 200 - 0:00:00.1271615
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!5!03/30/2020-16:05:05:: i INFO: [rk37duga]: 128.194.249.48: GET /api/v1.0/reportserverinfo/model.DataExtensions - Response 500 - 0:00:00.1128191
Please advise what I can do to identify where the problem is. I have not changed anything in configuration but perhaps additional security was added to the server for more secure telecommuting.
Malinda
Can (.rsmobile be deployed without Internet access ??
Thank you - Ian
I installed SSRS 2017. When creating a new subscription, it defaults to a report-specific schedule that is set to start at 2 AM. Is there a way to change the time or make a new subscription page default to a shared schedule?
Thank you!
--Lana
Hello,
I'm trying to troubleshoot a problem with SSRS 2016. Our firewall is shutting down traffic to SSRS server because, as seen in Event Viewer Security Logs, SSRS is performing ~200 logons when the HOME folder loads. Any idea why this would be happening?
Thanks,
Lance
if i have an expression column1 &""& column2
data appears like datacolumn1datacolumn2
is there a way data can be shown, in the single cell as follows
datacolumn1
datacolumn2
one below the other, but in the same cell
I'm running some automatic reports on SSRS 2012. The problem I appear to be hitting is that when I set the list of parameters for the report, the last parameter value disappears. The report runs fine when using the Report Viewer interface. I know that the parameter names are case-sensitive and that their order should match the order in the report. I've added several pieces of additional logging just to confirm what's going on. In the first screenshot, you can see the order of parameters (and their names) from the report builder:
In
my GenerateReport() method, I have two key blocks of logging - the first displays the list of parameters and their values before setting this list on the ServerReport object. The second displays the list of parameters immediately after calling the
rv.ServerReport.SetParameters(paramList);
method.
In
the log extract shown, we can see the logging corresponding to blocks 1 and 2 of the code. Clearly, in the first block we can see the five required parameters for this report and their values.
However, after calling rv.ServerReport.SetParameters(paramList);
the last parameter value is missing and an exception is thrown, identifying the cause as the missing value on this parameter.
Why does this happen, has anyone come across this issue and is there a fix?
Help me
select 'first'+CHAR(13)+'two'
Output in SQL 2012
first
two
Output in SQL 2008
first two
Desired output in SQL 2008
first
two
I developed my report with its datasource and datasets, debugged, tested and approved on my local instance of SQL Server 2018 installed on my PC. All good.
I now try to deploy it to the production server. The production server already has the Reporting Services up and running.
On my local instance of Visual Studio, I switch the properties for the remote server.
When I click on deploy solution I get the error below:
TITLE: Microsoft SQL Server Report DesignerI am sure the TargetServer URL is correct.
How do I know what are the "correct permissions"?
Thanks! your help is much appreciated
Hi I need help with this query:
SELECT * FROM (SELECT CASE WHEN InvoiceMonth IN (1,2,3) THEN 1 WHEN InvoiceMonth IN (4,5,6) THEN 2 WHEN InvoiceMonth IN (7,8,9) THEN 3 WHEN InvoiceMonth IN (10,11,12) THEN 4 END as Quarter FROM viewSalesTracker_Model1 WHERE Quarter = @QuarterError Source: .Net SqlClient Data Provider
Midani222
I freshly installed SQL Server 2019 Enterprise and SQL Server Reporting Services 2019 to a fresh Windows 10 installation, but I don't seem to be able to run the web portal.
Everything seems to be set up alright. Report Server Configuration Manager managed to perform the set-up for me.
However, when I follow the hyperlink suggested by Report Server Configuration Manager (http://devtest:1088/ReportServer
), all I get is quite an empty web page, displaying only this:
devtest/ReportServer - /
Microsoft SQL Server Reporting Services, Version 15.0.1102.675
SQL Server seems to be set-up fine:
The RSPortal log reads:
2020-03-31 23:27:17.9970|INFO|1|File Logger created: C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\LogFiles\RSPortal_2020_03_31_23_27_17.log - level Info, will roll at 32 Mb, process id 8076 2020-03-31 23:27:18.0134|INFO|1|Provider name 2020-03-31 23:27:18.0134|INFO|1|Container name Microsoft SQL Server Reporting Services Key Container 2010 2020-03-31 23:27:18.0282|INFO|1|Setting up Hosted Process State 2020-03-31 23:27:18.6537|INFO|1|Starting ReportServerWebApp 2020-03-31 23:27:19.2475|INFO|1|ReportingServiesWebApp is not configured - not listening on any URLs 2020-03-31 23:27:19.2475|INFO|1|Ensure the database instance hosting the catalog is running, and URLs are configured via RSConfig tool.
What's wrong?
Your help is very much appreciated.
Hi All,
Having this problem when Im installing SQL Server Express 2019 ..
Microsoft SQL Reporting Services: Something Went Wrong, Please find detail in Setup Log ..
It stated that the error code below
Microsoft SQL Server Reporting Services, errorCode: -2147483648 .. How to resolve this error?
Attach the log file - SSRS_20200401131352.log
[28FC:2B40][2020-04-01T13:13:48]i001: Burn v3.9.1208.0, Windows v10.0 (Build 18362: Service Pack 0), path: C:\Users\DT\Desktop\SQL Reporting Services\SQLServerReportingServices 2019.exe, cmdline: '-burn.unelevated BurnPipe.{A39A6302-18C6-4DED-A15F-8D2DE7B0D7CB}
{07D6BD44-50B6-4B4B-A663-E3313971BF02} 10312 '
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'ProductName' to value 'Microsoft SQL Server Reporting Services'
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'ProductMode' to value 'SSRS'
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'ScheduleMSIChangeEdition' to value 'False'
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'SKU' to value ''
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'PID' to value ''
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'Edition' to value ''
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'IAcceptLicenseTerms' to value 'False'
[28FC:2B40][2020-04-01T13:13:48]i000: Initializing string variable 'InstallFolder' to value ''
[28FC:2B40][2020-04-01T13:13:52]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\DT\AppData\Local\Temp\SSRS\SSRS_20200401131352.log'
[28FC:2B40][2020-04-01T13:13:52]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\DT\Desktop\SQL Reporting Services\SQLServerReportingServices 2019.exe'
[28FC:2B40][2020-04-01T13:13:52]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\DT\Desktop\SQL Reporting Services\'
[28FC:2B40][2020-04-01T13:13:52]i000: Loading managed bootstrapper application.
[28FC:2B40][2020-04-01T13:13:52]i000: Creating BA thread to run asynchronously.
[28FC:4068][2020-04-01T13:13:52]i000: Setup: Performing action: Install
[28FC:4068][2020-04-01T13:13:52]i000: Setup: Starting loading the file BootstrapperApplicationData.xml
[28FC:4068][2020-04-01T13:13:52]i000: Setup: Completed loading BootstrapperApplicationData.xml content: <BootstrapperApplicationData xmlns="http://schemas.microsoft.com/wix/2010/BootstrapperApplicationData">
<WixBalCondition Condition="VersionNT64 > v6.1" Message="This application is only supported on 64-bit Windows 8, Windows Server 2012, Windows 10 or higher." />
<WixBalCondition Condition="Netfx4x64FullVersion >= 394802" Message="This installer requires .NET 4.6.2 or higher." />
<WixBalCondition Condition="Netfx4FullVersion >= 394802" Message="This installer requires .NET 4.6.2 or higher." />
<WixBundleProperties DisplayName="Microsoft SQL Server Reporting Services" LogPathVariable="WixBundleLog" Compressed="no" Id="{a2375e8e-b219-4268-9921-799f93bdd998}" UpgradeCode="{CDFB16AB-2502-4628-B527-2731933DE11C}"
PerMachine="yes" />
<WixMbaPrereqInformation PackageId="DotNetFx" LicenseUrl="NetfxLicense.rtf" />
<WixPackageProperties Package="DotNetFx" Vital="yes" DisplayName="Installing Microsoft .NET 4.7.0" Description="Microsoft .NET Framework 4.7 Setup" DownloadSize="1426720" PackageSize="1426720"
InstalledSize="1426720" PackageType="Exe" Permanent="yes" LogPathVariable="WixBundleLog_DotNetFx" RollbackLogPathVariable="WixBundleRollbackLog_DotNetFx" Compressed="yes" DisplayInternalUI="no"
Version="4.7.2053.0" InstallCondition="NOT (Netfx4FullVersion >= 460798 OR Netfx4x64FullVersion >= 460798)" Cache="yes" />
<WixPackageProperties Package="vc_redist.x64.exe" Vital="yes" DisplayName="Installing Microsoft Visual C++ redistributable" Description="Microsoft Visual C++ 2017 Redistributable (x64) - 14.16.27012"
DownloadSize="15329280" PackageSize="15329280" InstalledSize="15329280" PackageType="Exe" Permanent="yes" LogPathVariable="WixBundleLog_vc_redist.x64.exe" RollbackLogPathVariable="WixBundleRollbackLog_vc_redist.x64.exe"
Compressed="yes" DisplayInternalUI="no" Version="14.16.27012.6" Cache="no" />
<WixPackageProperties Package="SQLSysClrTypes.msi" Vital="yes" DisplayName="Microsoft System CLR Types for SQL Server 2019 CTP3.0" DownloadSize="4263936" PackageSize="4263936" InstalledSize="10479964"
PackageType="Msi" Permanent="yes" LogPathVariable="WixBundleLog_SQLSysClrTypes.msi" RollbackLogPathVariable="WixBundleRollbackLog_SQLSysClrTypes.msi" Compressed="yes" DisplayInternalUI="no" ProductCode="{95F92233-C25F-4722-B43B-3F736459DA3F}"
UpgradeCode="{B6DA578A-35EE-4F9E-9531-796DEA2F9F5C}" Version="15.0.1600.8" Cache="yes" />
<WixPackageProperties Package="adalsql.msi" Vital="yes" DisplayName="Active Directory Authentication Library for SQL Server" DownloadSize="2203648" PackageSize="2203648" InstalledSize="1886247"
PackageType="Msi" Permanent="yes" LogPathVariable="WixBundleLog_adalsql.msi" RollbackLogPathVariable="WixBundleRollbackLog_adalsql.msi" Compressed="yes" DisplayInternalUI="no" ProductCode="{AA4514EC-4DB3-43F9-9FB8-C3C0C720D1D6}"
UpgradeCode="{F2F0959D-4722-40B0-A8DA-FDC674FA0B32}" Version="14.0.3015.40" Cache="yes" />
<WixPackageProperties Package="SSReportingServicesSetup" Vital="yes" DisplayName="Microsoft SQL Server Reporting Services" DownloadSize="0" PackageSize="0" InstalledSize="11527928" PackageType="Msi"
Permanent="no" LogPathVariable="WixBundleLog_SSReportingServicesSetup" RollbackLogPathVariable="WixBundleRollbackLog_SSReportingServicesSetup" Compressed="yes" DisplayInternalUI="no" ProductCode="{65C09FD7-B3D4-4C4B-971B-48C2A38685F2}"
UpgradeCode="{F1975C4B-9A3B-4656-A1F9-8884F8B6EF90}" Version="15.0.7243.37714" InstallCondition="RSInstanceKeyFound OR (IAcceptLicenseTerms = "True")" Cache="yes" />
<WixPayloadProperties Payload="DotNetFx" Package="DotNetFx" Container="WixAttachedContainer" Name="NDP47-KB3186500-Web.exe" Size="1426720" LayoutOnly="no" />
<WixPayloadProperties Payload="vc_redist.x64.exe" Package="vc_redist.x64.exe" Container="WixAttachedContainer" Name="vc_redist.x64.exe" Size="15329280" LayoutOnly="no" />
<WixPayloadProperties Payload="SQLSysClrTypes.msi" Package="SQLSysClrTypes.msi" Container="WixAttachedContainer" Name="SQLSysClrTypes.msi" Size="4263936" LayoutOnly="no" />
<WixPayloadProperties Payload="adalsql.msi" Package="adalsql.msi" Container="WixAttachedContainer" Name="adalsql.msi" Size="2203648" LayoutOnly="no" />
<WixPayloadProperties Payload="SSReportingServicesSetup" Package="SSReportingServicesSetup" Container="WixAttachedContainer" Name="SSReportingServicesSetup.msi" Size="0" LayoutOnly="no" />
<WixStdbaOverridableVariable Name="PID" />
<WixStdbaOverridableVariable Name="Edition" />
<WixStdbaOverridableVariable Name="IAcceptLicenseTerms" />
<WixStdbaOverridableVariable Name="InstallFolder" />
</BootstrapperApplicationData>
[28FC:4068][2020-04-01T13:13:52]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files\Microsoft SQL Server Reporting Services'
[28FC:4068][2020-04-01T13:13:52]i000: Setting string variable 'SKU' to value 'SsrsEvaluation'
[28FC:4068][2020-04-01T13:14:02]e000: UnexpectedError: Current security context is not associated with an Active Directory domain or forest.
[28FC:2B40][2020-04-01T13:14:02]i100: Detect begin, 5 packages
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'VersionNT64' evaluates to true.
[28FC:2B40][2020-04-01T13:14:02]i000: Setting numeric variable 'vc14x64Exists' to value 1
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'VersionNT64' evaluates to true.
[28FC:2B40][2020-04-01T13:14:02]i000: Setting version variable 'vc14x64Version' to value '14.15.26706.0'
[28FC:2B40][2020-04-01T13:14:02]i000: Setting numeric variable 'RSInstanceKeyFound' to value 1
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'RSInstanceKeyFound' evaluates to true.
[28FC:2B40][2020-04-01T13:14:02]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files\Microsoft SQL Server Reporting Services'
[28FC:2B40][2020-04-01T13:14:02]i000: Setting string variable 'Netfx4FullVersion' to value '528040'
[28FC:2B40][2020-04-01T13:14:02]i000: Setting string variable 'Netfx4x64FullVersion' to value '528040'
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'Netfx4FullVersion >= 460798' evaluates to true.
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'vc14x64Exists AND vc14x64Version >= v14.16.27012' evaluates to false.
[28FC:2B40][2020-04-01T13:14:02]i103: Detected related package: {6BF11ECE-3CE8-4FBA-991A-1F55AA6BE5BF}, scope: PerMachine, version: 15.0.1300.359, language: 0 operation: Downgrade
[28FC:2B40][2020-04-01T13:14:02]w120: Detected partially cached package: SSReportingServicesSetup, invalid payload: SSReportingServicesSetup, reason: 0x80070570
[28FC:2B40][2020-04-01T13:14:02]i101: Detected package: DotNetFx, state: Present, cached: None
[28FC:2B40][2020-04-01T13:14:02]i101: Detected package: vc_redist.x64.exe, state: Absent, cached: None
[28FC:2B40][2020-04-01T13:14:02]i101: Detected package: SQLSysClrTypes.msi, state: Present, cached: Complete
[28FC:2B40][2020-04-01T13:14:02]i101: Detected package: adalsql.msi, state: Obsolete, cached: None
[28FC:2B40][2020-04-01T13:14:02]i101: Detected package: SSReportingServicesSetup, state: Present, cached: Partial
[28FC:2B40][2020-04-01T13:14:02]i052: Condition 'RebootPending = 1' evaluates to false.
[28FC:2B40][2020-04-01T13:14:03]i052: Condition 'VersionNT64 > v6.1' evaluates to true.
[28FC:2B40][2020-04-01T13:14:03]i052: Condition 'Netfx4x64FullVersion >= 394802' evaluates to true.
[28FC:2B40][2020-04-01T13:14:03]i052: Condition 'Netfx4FullVersion >= 394802' evaluates to true.
[28FC:2B40][2020-04-01T13:14:03]i199: Detect complete, result: 0x0
[28FC:4068][2020-04-01T13:14:08]i000: User: Repair clicked.
[28FC:2B40][2020-04-01T13:14:08]i200: Plan begin, 5 packages, action: Repair
[28FC:2B40][2020-04-01T13:14:08]i052: Condition 'NOT (Netfx4FullVersion >= 460798 OR Netfx4x64FullVersion >= 460798)' evaluates to false.
[28FC:2B40][2020-04-01T13:14:08]w321: Skipping dependency registration on package with no dependency providers: DotNetFx
[28FC:2B40][2020-04-01T13:14:08]w321: Skipping dependency registration on package with no dependency providers: vc_redist.x64.exe
[28FC:2B40][2020-04-01T13:14:08]i000: Setting string variable 'WixBundleLog_vc_redist.x64.exe' to value 'C:\Users\DT\AppData\Local\Temp\SSRS\SSRS_20200401131352_0_vc_redist.x64.exe.log'
[28FC:2B40][2020-04-01T13:14:08]i000: Setting string variable 'WixBundleLog_SQLSysClrTypes.msi' to value 'C:\Users\DT\AppData\Local\Temp\SSRS\SSRS_20200401131352_1_SQLSysClrTypes.msi.log'
[28FC:2B40][2020-04-01T13:14:08]i052: Condition 'RSInstanceKeyFound OR (IAcceptLicenseTerms = "True")' evaluates to true.
[28FC:2B40][2020-04-01T13:14:08]i000: Setting string variable 'WixBundleLog_SSReportingServicesSetup' to value 'C:\Users\DT\AppData\Local\Temp\SSRS\SSRS_20200401131352_2_SSReportingServicesSetup.log'
[28FC:2B40][2020-04-01T13:14:08]i201: Planned package: DotNetFx, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[28FC:2B40][2020-04-01T13:14:08]i201: Planned package: vc_redist.x64.exe, state: Absent, default requested: Repair, ba requested: Repair, execute: Install, rollback: None, cache: Yes, uncache: Yes, dependency: None
[28FC:2B40][2020-04-01T13:14:08]i201: Planned package: SQLSysClrTypes.msi, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: No, uncache: No, dependency: Register
[28FC:2B40][2020-04-01T13:14:08]i201: Planned package: adalsql.msi, state: Obsolete, default requested: None, ba requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[28FC:2B40][2020-04-01T13:14:08]i201: Planned package: SSReportingServicesSetup, state: Present, default requested: Repair, ba requested: Repair, execute: Repair, rollback: None, cache: Yes, uncache: No, dependency: Register
[28FC:2B40][2020-04-01T13:14:08]i299: Plan complete, result: 0x0
[28FC:2B40][2020-04-01T13:14:08]i300: Apply begin
[28FC:2B40][2020-04-01T13:14:08]i052: Condition 'RebootPending = 1' evaluates to false.
[28FC:2B40][2020-04-01T13:14:08]i000: Setup: Bundle action started
[2848:47F0][2020-04-01T13:14:08]i360: Creating a system restore point.
[2848:47F0][2020-04-01T13:14:08]w363: Could not create system restore point, error: 0x80070422. Continuing...
[2848:2878][2020-04-01T13:14:12]i305: Verified acquired payload: vc_redist.x64.exe at path: C:\ProgramData\Package Cache\.unverified\vc_redist.x64.exe, moving to: C:\ProgramData\Package Cache\68D8ED9AF12C2A015D96A3446878E139CE57294C\vc_redist.x64.exe.
[2848:2878][2020-04-01T13:14:12]i304: Verified existing payload: SQLSysClrTypes.msi at path: C:\ProgramData\Package Cache\{95F92233-C25F-4722-B43B-3F736459DA3F}v15.0.1600.8\SQLSysClrTypes.msi.
[2848:2878][2020-04-01T13:14:13]i304: Verified existing payload: SSReportingServicesSetup at path: C:\ProgramData\Package Cache\{65C09FD7-B3D4-4C4B-971B-48C2A38685F2}v15.0.7243.37714\SSReportingServicesSetup.msi.
[28FC:2B40][2020-04-01T13:14:13]i000: Setup: Repair Started for package Installing Microsoft Visual C++ redistributable
[2848:47F0][2020-04-01T13:14:13]i301: Applying execute package: vc_redist.x64.exe, action: Install, path: C:\ProgramData\Package Cache\68D8ED9AF12C2A015D96A3446878E139CE57294C\vc_redist.x64.exe, arguments: '"C:\ProgramData\Package Cache\68D8ED9AF12C2A015D96A3446878E139CE57294C\vc_redist.x64.exe"
/install /quiet /norestart'
[28FC:2B40][2020-04-01T13:14:14]i000: Setup: Repair Completed for package Installing Microsoft Visual C++ redistributable
[28FC:2B40][2020-04-01T13:14:14]i319: Applied execute package: vc_redist.x64.exe, result: 0x0, restart: None
[2848:47F0][2020-04-01T13:14:14]i323: Registering package dependency provider: {95F92233-C25F-4722-B43B-3F736459DA3F}, version: 15.0.1600.8, package: SQLSysClrTypes.msi
[28FC:2B40][2020-04-01T13:14:14]i000: Setup: Repair Started for package Microsoft System CLR Types for SQL Server 2019 CTP3.0
[2848:47F0][2020-04-01T13:14:14]i301: Applying execute package: SQLSysClrTypes.msi, action: Repair, path: C:\ProgramData\Package Cache\{95F92233-C25F-4722-B43B-3F736459DA3F}v15.0.1600.8\SQLSysClrTypes.msi, arguments: ' MSIFASTINSTALL="7"'
[28FC:2B40][2020-04-01T13:14:34]i000: Setup: A restart is required.
[28FC:2B40][2020-04-01T13:14:34]i000: Setup: Repair Completed for package Microsoft System CLR Types for SQL Server 2019 CTP3.0
[28FC:2B40][2020-04-01T13:14:34]i319: Applied execute package: SQLSysClrTypes.msi, result: 0x0, restart: Required
[2848:47F0][2020-04-01T13:14:34]i325: Registering dependency: {a2375e8e-b219-4268-9921-799f93bdd998} on package provider: {95F92233-C25F-4722-B43B-3F736459DA3F}, package: SQLSysClrTypes.msi
[2848:47F0][2020-04-01T13:14:34]i323: Registering package dependency provider: {65C09FD7-B3D4-4C4B-971B-48C2A38685F2}, version: 15.0.7243.37714, package: SSReportingServicesSetup
[28FC:2B40][2020-04-01T13:14:34]i000: Setup: Repair Started for package Microsoft SQL Server Reporting Services
[2848:47F0][2020-04-01T13:14:34]i301: Applying execute package: SSReportingServicesSetup, action: Repair, path: C:\ProgramData\Package Cache\{65C09FD7-B3D4-4C4B-971B-48C2A38685F2}v15.0.7243.37714\SSReportingServicesSetup.msi, arguments: ' ARPSYSTEMCOMPONENT="1"
MSIFASTINSTALL="7" INSTALLFOLDER="C:\Program Files\Microsoft SQL Server Reporting Services" SKU="SsrsEvaluation" CHANGEEDITION="False"'
[28FC:2B40][2020-04-01T13:14:59]i000: Setup: Removing callstack from message as callstack is available in MSI log.
[28FC:2B40][2020-04-01T13:14:59]e000: UnexpectedError: Burn engine encountered error. PackageId: SSReportingServicesSetup, ErrorType: WindowsInstaller, ErrorCode: -2147483648, Data: , ErrorMessage: Something went wrong, please find details in setup logs.CallStack:
Unhandled Exception: System.Exception: XmlException - at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at Microsoft.BIServer.Setup.MigrateSettingsStep.MigrateMachineKeyFromWebToRsConfig()
at SetupEngine.Install()
at SetupEngine.Execute()
at Microsoft.BIServer.Setup.Setup.Main(String cmdLine)
at Microsoft.BIServer.Setup.Setup.Main(String cmdLine)
, UIHint: 0
[28FC:2B40][2020-04-01T13:14:59]i000: User: Error: Microsoft SQL Server Reporting Services: Something went wrong, please find details in setup logs.
[28FC:2B40][2020-04-01T13:14:59]e000: UnexpectedError: setup failed for packageId: SSReportingServicesSetup, package: Microsoft SQL Server Reporting Services, errorCode: -2147483648, errorMessage: Something went wrong, please find details in setup logs.
[28FC:2B40][2020-04-01T13:15:01]i000: Setup: Repair Completed for package Microsoft SQL Server Reporting Services
[28FC:2B40][2020-04-01T13:15:01]i319: Applied execute package: SSReportingServicesSetup, result: 0x0, restart: None
[2848:47F0][2020-04-01T13:15:01]i325: Registering dependency: {a2375e8e-b219-4268-9921-799f93bdd998} on package provider: {65C09FD7-B3D4-4C4B-971B-48C2A38685F2}, package: SSReportingServicesSetup
[28FC:2B40][2020-04-01T13:15:01]i000: Setup: Package action completed.
[2848:47F0][2020-04-01T13:15:01]i351: Removing cached package: vc_redist.x64.exe, from path: C:\ProgramData\Package Cache\68D8ED9AF12C2A015D96A3446878E139CE57294C\
[28FC:2B40][2020-04-01T13:15:01]i000: Setup: A restart is required.
[28FC:2B40][2020-04-01T13:15:01]i052: Condition 'RebootPending = 1' evaluates to false.
[28FC:2B40][2020-04-01T13:15:01]i000: User: Bundle action completed with errors, please fix the issue then try repair.
[28FC:2B40][2020-04-01T13:15:01]i399: Apply complete, result: 0x0, restart: Required, ba requested restart: No
[28FC:4068][2020-04-01T13:15:01]i000: User: Opening url: C:\Users\DT\AppData\Local\Temp\SSRS
Danny
Hi,
Can we trigger the SSRS reports using a shell scripting language. I am aware about RS.exe will it be useful in the triggering the SSRS report thru Shell script?
Thanks in Advance.
Thanks, Franco.
Hi, we have a security issue using SSRS2016 on JQuery 3.3.1 and Bootstrap 3.3.5. Is there any way to update both version or find out which version are related to our installation of SSRS2016?
Many thanks,
Ricardo.
In the attached image, column 1 through column 3 is all one row in the ssrs tablix
question:
I have hardcoded some values under "Description" and Description y/n are the actual database values,
now, is it possible to have seperate cells within description and description y/n (as highlighted with red pen) ?
meaning, have one row when exported in excel, buy the values in description and description y/n should have seperate "rows" like how its shown in red pen ?