Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all 24955 articles
Browse latest View live

SSRS ServerReport.SetParameters nulls the last parameter in the list

$
0
0

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?



CHAR(13)+CHAR(10) New line works in SQL 2012 but not in SQL 2008

$
0
0

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

Need Help with a Parameterized Query in SSRS (Sales Quarter)

$
0
0

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 = @Quarter
Error Source: .Net SqlClient Data Provider
Error Message: Must declare the scalar variable "@Quarter"


Midani222

How can I deploy a report to another SSRS?

$
0
0

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 Designer
------------------------------

Could not connect to the report server http://xxxxxxxx/Reports/browse/. Verify that the TargetServerURL is valid and that you have the correct permissions to connect to the report server.

------------------------------
ADDITIONAL INFORMATION:

Unable to connect to the remote server (System)

------------------------------

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.24.42.14:443 (System)

------------------------------
BUTTONS: OK
------------------------------

I am sure the TargetServer URL is correct.

How do I know what are the "correct permissions"?

Thanks! your help is much appreciated

SSRS 2008 R2 - Matrix column group page break for different excel spreadsheet tab?

$
0
0
This forum is same as my post:

I have SSRS 2008 R2 Visual Studio 2008 R2 project. My Report has matrix on it. Matrix has row group by Month-Year & PostedDate and Column Group by : Country, State and City. In Column group property on Page Breaks tab, I selected Between each instance of a group. But when I export report to excel file, it does not create seperate excel spreadsheet tab for each column group by.
Output of my matrix looks like:
                                                Australia                 
                                                New South Wales                                       Queensland                         Tasmania   
                                                Sydney     New Castle     Wollongong     Brisbane       Gold Coast      Hobart
May-2011 01-May-2011   15               12                45               10              15                    45
               02-May-2011   18               56                89               15              28                    68
               ......
               ......
I follow below below links but no help:
http://msdn.microsoft.com/en-us/library/ms156434.aspx
http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/ea9d795b-8d17-41d2-a1d7-a4069ebb4539

 
Any idea how to add page break in matrix column group by to export in individual spreadsheet tab byCountry? so for each country colmun group will be created in new spreadsheet tab ? Thanks.

SQL Server Reporting Services - Web portal not working - ReportingServiesWebApp is not configured - not listening on any URLs

$
0
0

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:

Object Explorer

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.

SSRS 2016 with SSL Prompting for Credentials

$
0
0

I have a test server set up with SQL Server 2016 and SSRS 2016.  I have the SSRS instance in native mode set up with SSL.    Whenever I go to the Web Portal URL or the Report Server URL, I get prompted for my credentials.  I have verified that the rsReportServer.config file has only <RSWindowsNTLM/> for the AuthenticationType.  The SSRS instance is in the domain and the non-SSL URLS do not prompt for credentials.  I have tried Kerberos by having the SPNS created for the SSL URLs and adding  <RSWindowsNegotiate/>. This doesn't work either.  I don't see any errors in the log files either.

I have scoured posts about SSL and SSRS and the settings for the rsReportServer.config file.  I am sure I am just missing something.  Can someone give advice?  

Thanks in advance.

jbud55


Microsoft SQL Reporting Services: Something Went Wrong, Please find detail in Setup Log

$
0
0

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 &gt; v6.1" Message="This application is only supported on 64-bit Windows 8, Windows Server 2012, Windows 10 or higher." />
  <WixBalCondition Condition="Netfx4x64FullVersion &gt;= 394802" Message="This installer requires .NET 4.6.2 or higher." />
  <WixBalCondition Condition="Netfx4FullVersion &gt;= 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 &gt;= 460798 OR Netfx4x64FullVersion &gt;= 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 = &quot;True&quot;)" 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



The underlying connection was closed: An unexpected error occurred on a receive.

$
0
0

I have SSRS 2008 running on a Windows 2008 server.  Recently when trying to access the report manager site, I get the following error:

The underlying connection was closed: An unexpected error occurred on a receive.

When I try to render reports, I get the following error:

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

I have no idea where to begin; my IT department will not allow me access to the logs, so I'm hoping to do some troubleshooting online so I can point them in the right direction. 


paul truland

While using HTTP in the Web URL, I get a warning from Chrome that the site is not secure

$
0
0
I am learning SSRS, for the web URL, is http secure if I am doing everything on a local PC? If I need https, how do I get a SSL Certificate? For example: is http://myserver01/reportserver secure enough or do I need https://myserver01/reportserver?  I used the defaults in the Report Server Configuration Manager to get the URL.

Enable HttpOnly and Secure Cookie Settings

$
0
0

Hi,

We have a requirement to enable the HttpOnly and Secure attribute in the Cookies Storage setting for XSRF-NONCE and XSRF-TOKEN for our SSRS Application. Can someone please help? I can't seem to find the settings for this.

Thanks in advance.

SSRS - DateTime Format

$
0
0

Hello everyone,

I am working on the issue related to DateTime. The requirement is to display the Report Generated datetime in the footer of the report,  in the user's TimeZone. The time zone is passed as a parameter.

Now the problem is, the date should be formatted based on the time zone, i.e. for IST TimZone, the datetime should be formatted as "dd/MM/yyyy", same way if the time zone is CDT the date format should be "MM/dd/yyyy" and like wise for other time zones too. 

Please guide how can I achieve this.

Reporting Services – Export to PDF problem

$
0
0

We use Windows server 2016 and SQL Server 2017 Reporting Services Version 14.0.600.1453

The database includes specific symbols such as “š”,”ž” and .rdl files are written in Calibri font. By checking report in “Print layout” using Report Builder, it seems correct, meanwhile exporting it to PDF leads to the problem with text, precisely there are extra spaces between symbols. The current problem remains unchanged despite the testing different ways of export (Report Builder and server with a web interface). The problem appears only in PDF, other formats like “Word” and “Excel” work fine.

The text in Print layout:

The text in PDF:

Taken measures:

  1. Reinstalled font  and reloaded server
  2. Downloaded latest cumulative Update for windows server, sql server and reporting services.
  3. Set value „True“ for „HumanReadablePDF“ and „AccessiblePDF“, additionaly tried to set UTF-8 or ASCII in RSreportserver.config file.

By now, there is a potential solution to current problem: Export the PDF 1.3 version to 1.5. It can solve the issue, since exporting the same report into pdf on the other server, the PDF having the 1.5 version, and this problem is not observed. The current problem does not appeared in theReporting Services Version13.0. Unfortunately, there are no ideas how to change the render’s version in order to test this assumption.

Could you help us to fix this PDF bug or may be you have any ideas why it may have appeared?

Our PDF settings after exporting:

Can SSRS reports triggered from Shell scripts?

$
0
0

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.

How to update version of JQuery and Bootstrap on SSRS2016

$
0
0

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.


Formatting question for ssrs

$
0
0

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 ?

Report builder: parameters in a query & how to export excel workbook with several worksheets

$
0
0

Hello all

I have 2 questions.

first,

I have 5 datasets in my report.

each dataset contain a query for example: AlertDescription LIKE '%power%' AND Path LIKE 'abc%'

the 'abc' prefix represent a group of server names.

instead of creating additional 5 datasets for each group, i want to use parameters (but with no user input)

how can i do that?

Question 2:

I want to create a report, that when i export it to excel. the result will be excel workbook with several worksheets

(each sheet contain info on each group of servers)

how can i do that?

Thanks a lot.

Is there a way I can show data one below another

$
0
0

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


Automatically view SSRS report after selecting parameters

$
0
0

Hi Team,

Is their any option to Automatically view SSRS report after selecting parameters.


Thanks Bala Narasimha

ORA-01008: not all variables bound

$
0
0

Hi,

We are in the mid of upgrade from SQL Server 2012 to 2016. Backed up and restored report server database from old to 2016 environment and during remediation we do observe one of the .rdl that is sourced from 'Oracle' DB is throwing the above mentioned error (ORA-01008: not all variables bound). The dataset in question has one parameter(:Year) passed in its 'where' clause.

I tried,

1, Executing the particular dataset's query in source database(Oracle) providing 'year' value - Runs fine and return data

2, Preview the .rdl in local 'Visual Studio 2017(SSDT)' - Works fine and return data (Tested all the datasets in 'Query Desginer' as well)

Only when published to report manager we are facing this error.

Any suggestion is much appreciated.

Viewing all 24955 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>