Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 28687 articles
Browse latest View live

User Was Not Found when trying to run SSRS report!

$
0
0

I'm trying to run SSRS report (Custom Reports) for Dynamics CRM 2011. However, when I try to run the report from the Reporting Manager it errors out "User Was Not Found"! Here's the complete error log:'

  • An error has occurred during report processing. (rsProcessingAborted)
    • Query execution failed for dataset 'DSMain'. (rsErrorExecutingCommand)
      • Microsoft.Crm.CrmException: An unexpected error occurred. System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: User Was Not Found <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> <ErrorCode>-2147220969</ErrorCode> <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><KeyValuePairOfstringanyType> <d2p1:key>CallStack</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string"> at Microsoft.Crm.ServerLocatorService.GetCrmUserId(Guid organizationId, String authenticationInfo) at Microsoft.Crm.Sandbox.SandboxHostSids.IsCallerAllowed(SandboxSdkContext requestContext, String&amp; expectedSidSddlForm, String&amp; callerSidSddlForm) at Microsoft.Crm.Sandbox.SandboxSdkListener.AuthenticateCaller(SandboxCallInfo callInfo, SandboxSdkContext requestContext, String operation) at Microsoft.Crm.Sandbox.SandboxSdkListener.Execute(SandboxCallInfo callInfo, SandboxSdkContext requestContext, String operation, Byte[] serializedRequest)</d2p1:value> </KeyValuePairOfstringanyType></ErrorDetails> <Message>User Was Not Found</Message> <Timestamp>2014-05-09T21:37:02.5487525Z</Timestamp> <InnerFault i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>
        • An unexpected error occurred.
          • User Was Not Found


clustered (grouped) stacked column chart SSRS 2012

$
0
0

I've found a few instructions for this but am struggling to follow them

I have a dataset with fields

Month

ContractType (with values of either Perm or Temp)

DepartmentStaff

CompanyStaff

The Staff columns are a count of staff at the start of the month for that contract type. What I want to show is a chart showing two columns for each month, one for company and the other for the department (which is selected as a parameter) with each column broken down by the contract type.

It's expected to be expanded to include a filter for job band so the values will be sum(DepartmentStaff) and sum(CompanyStaff) with the report having a filter for the job bands to be included in the comparison.

Can anyone help?

Authorization in SSRS Report.. see onloy reports according to user role...

$
0
0

Role base subscription in SSRS reports,

Example only authorized users can reports  relating to their respective roles.

I have assigned two role for below like

Group or UserSort
Role(s)
EditBUILTIN\AdministratorsSystem
Administrator
 Editpc-PC\AdministratorSystem Administrator, System
User

Please suggest.


Reporting Services Client-Side Printing

$
0
0
All my BI users should be able to print SSRS directly from their Local PC. Right now they do not have administrative rights on their PCs.  How do I install  the print- client  SSRS files on the client machines. Also, what and where are the files I need to install in order to enable client-side printing. I am using SSRS 2012 SharePoint integrated mode.

Dropdown parameter fro report builder

$
0
0

I have a report (written in SQL Report Builder 3.0) that lists multiple items that currently lists all items and I can sort by city. I would like to create a drop-down parameter that will let a user select a city, then click View Report and it list only the items from the report for that city.

Is this possible and how do I set it up.

Thank you for the help in advance.

Power View - cant create Data Source for SSAS MD cube - Internal error: An unexpected exception occurred

$
0
0

I'm unable to create a Data Source for Power View to connect to a particular SSAS Multi-Dimensional Database and cube. I get the following error (after clicking Test Connection):

Internal error: An unexpected exception occurred. ---> Microsoft.ReportingServices.DataExtensions.AdomdTestConnectionException:

Internal error: An unexpected exception occurred.

I have been able to create a Data Source for Power View to another SSAS Database & Cube on the same server, and build Power Views from it, so I think my environment is generally OK.  I'm able to browse the problem SSAS database/cube using other tools e.g. SSMS, Excel.

Any hints? I'm stumped.


SSRS 2012 authentication through forms

$
0
0
Hi All,

I am going through a requirement to configure SSRS reports to actually allow outside domain people, so we took approach of using Forms authentication. 
We created a page in ASPX to connect to AD LDS which works well when we tested in visual studio. 
Now we are trying to use the webpage to configure through SSRS reports. 
So i have update the web.config file in Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer
to include: <authentication mode="Forms" />
<identity impersonate="false" />
and then i changed the rsreportserver.config file to 
<Authentication>
<AuthenticationTypes>
<Custom/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>

and i then restarted the SSRS services. 
now when i open the SSRS reports page i get error: 
Help 
Error 
Error







The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. 

Home 


I am sure i am missing something here.
Can you please help to achieve this successfully. Also attached the web.config and rsreportserver.config.
Please suggest what i am missing. 
web.config<?xml version="1.0" encoding="utf-8"?><configuration><system.web><pages validateRequest="false"><controls><add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /></controls></pages><authentication mode="Forms" /><identity impersonate="false" /><compilation defaultLanguage="c#" debug="false" tempDirectory="D:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\RSTempFiles\"><assemblies><clear /><add assembly="ReportingServicesWebServer" /><add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /><add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></assemblies></compilation><trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /><sessionState mode="Off" /><httpHandlers><add verb="*" path="Reserved.ReportServer" type="Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler, ReportingServicesWebServer" /><add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /><add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" /></httpHandlers><httpModules><clear /><add name="OutputCache" type="System.Web.Caching.OutputCacheModule" /><add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /><add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /><add name="PassportAuthentication" type="System.Web.Security.PassportAuthenticationModule" /><add name="RoleManager" type="System.Web.Security.RoleManagerModule" /><add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /><add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" /><add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" /><add name="Profile" type="System.Web.Profile.ProfileModule" /><add name="ErrorHandlerModule" type="System.Web.Mobile.ErrorHandlerModule, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></httpModules><globalization requestEncoding="utf-8" responseEncoding="utf-8" /><httpRuntime executionTimeout="9000" /><securityPolicy><trustLevel name="RosettaSrv" policyFile="rssrvpolicy.config" /></securityPolicy><trust level="RosettaSrv" originUrl="" /><webServices><soapExtensionTypes><add type="Microsoft.ReportingServices.WebServer.RsSoapExtension, ReportingServicesWebServer" priority="1" group="1" /></soapExtensionTypes><soapExtensionReflectorTypes><add type="Microsoft.ReportingServices.WebServer.RsSoapExtensionReflector, ReportingServicesWebServer" /></soapExtensionReflectorTypes></webServices></system.web><runtime><alwaysFlowImpersonationPolicy enabled="true" /><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.Interfaces" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="8.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingObjectModel" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingObjectModel" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="msmgdsrv" publicKeyToken="89845dcd8080cc91" /><codeBase version="9.0.0.0" href="C:\Program Files\Microsoft Analysis Services\AS OLEDB\110\msmgdsrv.dll" /></dependentAssembly></assemblyBinding></runtime></configuration>

rsreportserver.config<Configuration><Dsn>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFPPYkR/YMESBM1LJJq8HXAQAAAAiAAAAUgBlAHAAbwBy
AHQAaQBuAGcAIABTAGUAcgB2AGUAcgAAAANmAADAAAAAEAAAAB1/k+5ESRm3Kd26XcLitTIAAAAA
BIAAAKAAAAAQAAAAKNUvDAokgS9q2ZBCkLNHb+AAAAA9rCWlUAifc2Xc6EUXIvaBwMrKkD+FTlNI
eHrF7QthXTbyzh8mwp2ZCs5RLdrQk4kk3lQE5+/7x7qUbSvXwWmbxvteCEKC5v1S5SLRF+iQ627A
xWegehtVnmt7aiOLLO/6W1I7irsP/kYpCBfNeZxCAAUD3jc0Uy4Qa6hN4Q898PGVvWI9QMqv/AGT
iGAK+5pdsY/QgMEloL0Z6ZBP7B33Y5shsb6TBRojjzNXyGjduh0yCDG64YL7Vud9u2w4or5BO8HT
5NaAT2WC2LUIAH4/CJfNBUOFy8nBABA2TGe1pRQAAAAi0UZbsGHxwltj6rwfxhONtRpwtg==</Dsn><ConnectionType>Default</ConnectionType><LogonUser></LogonUser><LogonDomain></LogonDomain><LogonCred></LogonCred><InstanceId>MSRS11.MSSQLSERVER</InstanceId><InstallationID>{d64c99e9-ad35-4c89-ac9a-d95674ca6a69}</InstallationID><Add Key="SecureConnectionLevel" Value="0"/><Add Key="DisableSecureFormsAuthenticationCookie" Value="false"/><Add Key="CleanupCycleMinutes" Value="10"/><Add Key="MaxActiveReqForOneUser" Value="20"/><Add Key="DatabaseQueryTimeout" Value="120"/><Add Key="RunningRequestsScavengerCycle" Value="60"/><Add Key="RunningRequestsDbCycle" Value="60"/><Add Key="RunningRequestsAge" Value="30"/><Add Key="MaxScheduleWait" Value="5"/><Add Key="DisplayErrorLink" Value="true"/><Add Key="WebServiceUseFileShareStorage" Value="false"/><!-- <Add Key="ProcessTimeout" Value="150" /> --><!-- <Add Key="ProcessTimeoutGcExtension" Value="30" /> --><!-- <Add Key="WatsonFlags" Value="0x0430" /> full dump--><!-- <Add Key="WatsonFlags" Value="0x0428" /> minidump --><!-- <Add Key="WatsonFlags" Value="0x0002" /> no dump--><Add Key="WatsonFlags" Value="0x0428"/><Add Key="WatsonDumpOnExceptions" Value="Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException"/><Add Key="WatsonDumpExcludeIfContainsExceptions" Value="System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException"/><URLReservations><Application><Name>ReportServerWebService</Name><VirtualDirectory>ReportServer</VirtualDirectory><URLs><URL><UrlString>http://+:80</UrlString><AccountSid>S-1-5-21-1905169256-1362042593-2789336069-3489</AccountSid><AccountName>cokeonena\sec_sql_reporting</AccountName></URL></URLs></Application><Application><Name>ReportManager</Name><VirtualDirectory>CONA_SEC_SSRS</VirtualDirectory><URLs><URL><UrlString>http://+:80</UrlString><AccountSid>S-1-5-21-1905169256-1362042593-2789336069-3489</AccountSid><AccountName>cokeonena\sec_sql_reporting</AccountName></URL></URLs></Application></URLReservations><Authentication><AuthenticationTypes><Custom/></AuthenticationTypes><RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel><RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario><EnableAuthPersistence>true</EnableAuthPersistence></Authentication><Service><IsSchedulingService>True</IsSchedulingService><IsNotificationService>True</IsNotificationService><IsEventService>True</IsEventService><PollingInterval>10</PollingInterval><WindowsServiceUseFileShareStorage>False</WindowsServiceUseFileShareStorage><MemorySafetyMargin>80</MemorySafetyMargin><MemoryThreshold>90</MemoryThreshold><WorkingSetMaximum>7000000</WorkingSetMaximum><WorkingSetMinimum>2400000</WorkingSetMinimum><RecycleTime>720</RecycleTime><MaxAppDomainUnloadTime>30</MaxAppDomainUnloadTime><MaxQueueThreads>0</MaxQueueThreads><UrlRoot></UrlRoot><UnattendedExecutionAccount><UserName></UserName><Password></Password><Domain></Domain></UnattendedExecutionAccount><PolicyLevel>rssrvpolicy.config</PolicyLevel><IsWebServiceEnabled>True</IsWebServiceEnabled><IsReportManagerEnabled>True</IsReportManagerEnabled><FileShareStorageLocation><Path></Path></FileShareStorageLocation></Service><UI><CustomAuthenticationUI><loginUrl>/Pages/UILogon.aspx</loginUrl><UseSSL>False</UseSSL><PassThroughCookies><PassThroughCookie>cookiename1</PassThroughCookie><PassThroughCookie>cookiename2</PassThroughCookie></PassThroughCookies></CustomAuthenticationUI><ReportServerUrl>http://cwssrs001/CONA_SEC_SSRS/Pages/Folder.aspx</ReportServerUrl></UI><Extensions><Delivery><Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider,ReportingServicesFileShareDeliveryProvider"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><FileShareConfiguration><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats></FileShareConfiguration></Configuration></Extension><Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><RSEmailDPConfiguration><SMTPServer></SMTPServer><SMTPServerPort></SMTPServerPort><SMTPAccountName></SMTPAccountName><SMTPConnectionTimeout></SMTPConnectionTimeout><SMTPServerPickupDirectory></SMTPServerPickupDirectory><SMTPUseSSL></SMTPUseSSL><SendUsing>2</SendUsing><SMTPAuthenticate></SMTPAuthenticate><From></From><EmbeddedRenderFormats><RenderingExtension>MHTML</RenderingExtension></EmbeddedRenderFormats><PrivilegedUserRenderFormats></PrivilegedUserRenderFormats><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats><SendEmailToUserAlias>True</SendEmailToUserAlias><DefaultHostName></DefaultHostName><PermittedHosts></PermittedHosts></RSEmailDPConfiguration></Configuration></Extension><Extension Name="Report Server DocumentLibrary" Type="Microsoft.ReportingServices.SharePoint.SharePointDeliveryExtension.DocumentLibraryProvider,ReportingServicesSharePointDeliveryExtension"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><DocumentLibraryConfiguration><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats></DocumentLibraryConfiguration></Configuration></Extension><Extension Name="NULL" Type="Microsoft.ReportingServices.NullDeliveryProvider.NullProvider,ReportingServicesNullDeliveryProvider"/></Delivery><DeliveryUI><Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider"><DefaultDeliveryExtension>True</DefaultDeliveryExtension><Configuration><RSEmailDPConfiguration><DefaultRenderingExtension>MHTML</DefaultRenderingExtension></RSEmailDPConfiguration></Configuration></Extension><Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareUIControl,ReportingServicesFileShareDeliveryProvider"/></DeliveryUI><Render><Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering"/><Extension Name="NULL" Type="Microsoft.ReportingServices.Rendering.NullRenderer.NullReport,Microsoft.ReportingServices.NullRendering" Visible="false"/><Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering"/><Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="false"/><Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering"/><Extension Name="RGDI" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.RGDIRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false"/><Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false"><Configuration><DeviceInfo><DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing></DeviceInfo></Configuration></Extension><Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering"><Configuration><DeviceInfo><DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing></DeviceInfo></Configuration></Extension><Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false"/><Extension Name="EXCELOPENXML" Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering"/><Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" LogAllExecutionRequests="false"/><Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering"/><Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" Visible="false"/><Extension Name="WORDOPENXML" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlDocumentRenderer,Microsoft.ReportingServices.WordRendering"/></Render><Data><Extension Name="SQL" Type="Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.DataExtensions.SqlAzureConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SQLPDW" Type="Microsoft.ReportingServices.DataExtensions.SqlDwConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="OLEDB" Type="Microsoft.ReportingServices.DataExtensions.OleDbConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="OLEDB-MD" Type="Microsoft.ReportingServices.DataExtensions.AdoMdConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="ORACLE" Type="Microsoft.ReportingServices.DataExtensions.OracleClientConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="ODBC" Type="Microsoft.ReportingServices.DataExtensions.OdbcConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="XML" Type="Microsoft.ReportingServices.DataExtensions.XmlDPConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SHAREPOINTLIST" Type="Microsoft.ReportingServices.DataExtensions.SharePointList.SPListConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SAPBW" Type="Microsoft.ReportingServices.DataExtensions.SapBw.SapBwConnection,Microsoft.ReportingServices.DataExtensions.SapBw"/><Extension Name="ESSBASE" Type="Microsoft.ReportingServices.DataExtensions.Essbase.EssbaseConnection,Microsoft.ReportingServices.DataExtensions.Essbase"/><Extension Name="TERADATA" Type="Microsoft.ReportingServices.DataExtensions.TeradataConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/></Data><SemanticQuery><Extension Name="SQL" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MSSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MSSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="SQLPDW" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQLADW.MSSqlAdwSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="ORACLE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Oracle.OraSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>True</EnableMathOpCasting><DisableNO_MERGEInLeftOuters>False</DisableNO_MERGEInLeftOuters><EnableUnistr>False</EnableUnistr><DisableTSTruncation>False</DisableTSTruncation></Configuration></Extension><Extension Name="TERADATA" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Teradata.TdSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>True</EnableMathOpCasting><ReplaceFunctionName>oREPLACE</ReplaceFunctionName></Configuration></Extension><Extension Name="OLEDB-MD" Type="Microsoft.AnalysisServices.Modeling.QueryExecution.ASSemanticQueryCommand,Microsoft.AnalysisServices.Modeling"/></SemanticQuery><ModelGeneration><Extension Name="SQL" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MsSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MsSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="ORACLE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Oracle.OraSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="TERADATA" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Teradata.TdSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="OLEDB-MD" Type="Microsoft.AnalysisServices.Modeling.Generation.ModelGeneratorExtention,Microsoft.AnalysisServices.Modeling"/></ModelGeneration><Security><Extension Name="Forms" Type="Microsoft.Samples.ReportingServices.CustomSecurity.Authorization, Microsoft.Samples.ReportingServices.CustomSecurity"><Configuration><AdminConfiguration><UserName>username</UserName></AdminConfiguration></Configuration></Extension></Security><Authentication><Extension Name="Forms" Type="Microsoft.Samples.ReportingServices.CustomSecurity.AuthenticationExtension, Microsoft.Samples.ReportingServices.CustomSecurity"/></Authentication><EventProcessing><Extension Name="SnapShot Extension" Type="Microsoft.ReportingServices.Library.HistorySnapShotCreatedHandler,ReportingServicesLibrary"><Event><Type>ReportHistorySnapshotCreated</Type></Event></Extension><Extension Name="Timed Subscription Extension" Type="Microsoft.ReportingServices.Library.TimedSubscriptionHandler,ReportingServicesLibrary"><Event><Type>TimedSubscription</Type></Event></Extension><Extension Name="Cache Refresh Plan Extension" Type="Microsoft.ReportingServices.Library.CacheRefreshPlanHandler,ReportingServicesLibrary"><Event><Type>RefreshCache</Type></Event></Extension><Extension Name="Cache Update Extension" Type="Microsoft.ReportingServices.Library.ReportExecutionSnapshotUpdateEventHandler,ReportingServicesLibrary"><Event><Type>SnapshotUpdated</Type></Event></Extension></EventProcessing></Extensions><MapTileServerConfiguration><MaxConnections>2</MaxConnections><Timeout>10</Timeout><AppID>(Default)</AppID><CacheLevel>Default</CacheLevel></MapTileServerConfiguration></Configuration>



Create a chart report using XML Source with data available at multiple nodes

$
0
0

I know how to create a ssrs report using xml source. I am facing a problem to get the data at all the node level. My ssrs report is fetching data only at the top node level, its not moving to the child node once it got some value at the parent node.

My xml source structure is like

parent node a

value (avg of his child nodes)

child node a-a

value (avg of his child nodes)

child node aa-a

values

child node aa-b

values

child node a-b ....

Currently I am getting fields for my dataset as (a, values) where as i want my fields should be (a,a-a,aa-a,values).

I am not that much good in .net coding, so i want solve as much as in sql and ssrs option only.

Please help me to solve out this problem. Thank You...


Record-Specific Values in Page Header/Footer

$
0
0

I would like to display information in the page header and footer that changes based on the current record being displayed on that page.

For example there is a date and a name that are part of each record returned by the underlying query and I'd like to display these fields in page header, footer or both.

Is there a way to do this?

Column break in nested matrix

$
0
0

Hi guys,

I created a report of some quality test results containing table with nested matrix for details. I need thesub-matrix to be grouped by row and by column and limit the number of result columns in row (to fit the width of report neatly). I went trough the articles about doing column group break already:

  • http://social.msdn.microsoft.com/Forums/sqlserver/en-US/32f28407-e1ca-457e-92fd-d292e32dde4e/limit-no-of-columns-in-ssrs-matrix-report?forum=sqlreportingservices 
  • http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ea9d795b-8d17-41d2-a1d7-a4069ebb4539/forum-faq-how-do-i-achieve-column-break-in-a-matrix?forum=sqlreportingservices (I have used the 2nd workaround)

My solution without the column count limit feature works perfectly. But when trying to break, the report seems to associate the column groups related to another parent table row, because the number of result grouped columns in row is less or equal to the set number (=4) as follows:

Test type---Test

A -------------A1

---------------Parameter ----- A1-1----- A1-2----- A1------ A1-4 // OK - break made after 4 columns of A1

--------------- Min ---------------  x --------- x----------- x---------- x

--------------- Max --------------  y --------- y-----------y---------- y          

--------------- Measured --------  z --------- z----------- z----------  z       

---------------Parameter ----- A1-5----- A1-6 // OK - break made after test type A1 (?Bug cause: "column count 2 for now")

--------------- Min ---------------  x --------- x

--------------- Max --------------  y --------- y

--------------- Measured --------  z --------- z

-------------- A2

---------------Parameter ----- A2-1 // OK - break made after test type A2  (?Bug cause: "column count 3 for now")

--------------- Min ---------------  x

--------------- Max --------------  y

--------------- Measured --------  z

B -------------B1

---------------Parameter ----- B1-1    // Not OK - breakalready made after 1st column  (?Bug cause: "column count 4 for now:"=>BREAK)

--------------- Min ---------------  x

--------------- Max --------------  y 

--------------- Measured --------  z

---------------Parameter ----- B1-2 ---- B1-3---- B1-4           // OK - break made after test type B1

--------------- Min ---------------  x --------- x-----------x

--------------- Max --------------  y --------- y-----------y  

--------------- Measured --------  z --------- z----------- z

C -------------C1

---------------Parameter ----- C1-1 ---- C1-2 ----C1-3 ---- C1-4// OK - break made after 4 columns of C1

--------------- Min ---------------  x --------- x---------- x----------- x

--------------- Max --------------  y --------- y----------- y---------- y 

--------------- Measured --------  z --------- z----------- z----------  z 

---------------Parameter ----- C1-5 ---- C1-// OK - break made after test type C1

--------------- Min ---------------  x --------- x

--------------- Max --------------  y --------- y

--------------- Measured --------  z --------- z

I modified the proposed function script for my purposes - set the reset of ID counter in the header of  parent row test, set the column ID  as concatenation of all level values (test type, test and watched parameter),  played with the ordering of data, but with no success.

Does anybody have a suggestion what is going on and how to solve this issue?

Thanks,

Marion

PS: I'm sorry for the table illustration (done the best that I could). As a newbie I'm not allowed to post with picture. 


Tootip shows wrong data point in bar chart

$
0
0

I have a line chart with a secondary axis. I created a tooltip for the secondary y-axis and it shows the 2nd data point value at first data point and also again at 2nd. From there after it shows everything correctly. For some reason it skips the first data point tooltip and everything in the rest of the chart is correct. Can anyone advice me?

Thanks

ylsv

Report Builder 2012 - Omit Certain Fields

$
0
0

I'm using SQL Server Report Builder 2012 to make a bar chart from a query I ran off. The table is great but the nature of it causes some problems in Report Builder without some tweaking which I've never used before (new to SQL in fact). Apologies for what is a difficult question to put into words and in fact took me a while to grasp in my mind.

I've got a table with three date fields in it:

REC_NO    OPEN       IN_PROGRESS    CLOSED
000111   01/01/2000  01/01/2000       01/01/2000
000112   01/01/2000 
000113   01/01/2000   01/01/2000


If there's a value in OPEN in all three cases in the above then it will count that three records are open. However, one is CLOSED and one is IN_PROGRESS. In the case above, record 00111 is closed, 000112 is open and 000113 is in progress.

My question is, is there a way to filter the results of a query in Report Builder 2012 so that if a field is populated, not to use the previous in the chart? E.g. if IN_PROGRESS is populated but CLOSED isn't, don't use OPEN.

I know that was probably a very convoluted and difficult explanation but I don't know how else to explain it.

Thanks in advance
Adam


About Report Builder

$
0
0

 I goes to report server URL and clicked on Report Builder. It downloaded a small ReportBuilder.exe file. When I tried to run that it showed me a following error. What is the problem here?


nravhad

Can't access Report Admin URL (HTTP 500)

$
0
0
I have a SSRS serverthat is working fine for viewing reports through the WEB Service URL but I get HTTP 500 when I try to access the Report Manager URL.  I added the default IIS install but that didn't change anything.  Is IIS required for the Report Manager?  I've been looking for a solution but so far I haven't found anything that helps.  Any help or advice would be greatly appreciated.  I can post the ReportServerService weblog if that helps.  Below are some errors I'm seeing in the log.


Here is some system info:

OS: Windows Server 2008 R2 Standard 64-bit

SQL Server: Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64)   Sep 21 2011 22:45:45   Copyright (c) 1988-2008 Microsoft Corporation  Workgroup Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )



Here are some errors from the log:

ERROR: Error searching the SPN for service account System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.

ERROR: AppDomain ReportManager_MSSQLSERVER_0 failed to start. Error: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format.

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0. , Failed to create HTTP Runtime;
 Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0.  ---> System.Web.HttpException: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format. ---> System.Configuration.ConfigurationErrorsException: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format. ---> System.BadImageFormatException: Could not load file or assembly 'Repor

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportManager within the Report Server service., Failed to create Report Server HTTP Runtime;
 Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportManager within the Report Server service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0.  ---> System.Web.HttpException: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format. ---> System.Configuration.ConfigurationErrorsException: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format. ---> System.BadImageFormatException: Could not load file or assembly 'ReportingServicesFileShareDeliveryProvider' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'ReportingServicesFileShareDeliveryProvider'

ERROR: Failed to create HttpRuntime 80131500.

ERROR: Failed to get appdomain 80131500, pipeline=0x0000000003182080.

ERROR: Error state. Internal abort for pipeline=0x0000000003182080 ...


how to print multi-page by 1 record

$
0
0

Hi expert,

  I need create a report by SSRS that can print multi-page control by a parameter.

For example, we have a pallet sheet, and this record has a field to show total pallet is 10, how to print the pallet sheet by 1-10, 2-10. 3-10...... ?

Thanks


James Liang


SSRS Preview Error - WindowsBase.dll

$
0
0

Whenever I try to preview a SSRS report in Visual Studio 2010 Ultimate I get the following error: -

"An error occurred during local report processing. Could not load file or assembly 'WindowsBase.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.".

I have repaired .Net, SQL Server and Visual Studio. I 've even run 'sfc /scannow', but still the error persists.

I was previously given this as a suggestion:  In this scenario, if we get the error "Could not load windowsbase.dll", we should add reference in Visual Studio. Please see the link:Finding WindowsBase.dll . If the .dll file is corrupted, you can download this file on Microsoft site:http://www.microsoftfixit.us/windowsbase-dll/

Unfortunately there is no way to add a reference to windowsbase.dll in the report services project, well not one I could find, and the Microsoft fixit link does not work for me, possibly because I'm in the UK?

Has anyone any ideas? The reports work on my localhost server.

cheers,

Anthony

SQL Server 2012 Reporting Services, Report Manager - Page not found

$
0
0

Hi all,

I am working on migrating reports to a new server so we can upgrade to a new machine and to SQL Server 2012 SP2.  The machine is up and running on Windows Server 2012 and I have installed SQL Server EE 2012 SP2.  I have imported the three databases from 2008R2

* Report Server

* ReportServer TempDB

* RSSubscribers

I have re-applied the encryption keys and I was thinking that everything was good to go until I went to try and manage the subscriptions on a report.  I select a report, use the drop arrow to get to manage

and then try to select any of the options such as subscriptions and I get a "Page Not Found Error"

If I take the URL and paste it in another browser, putting the previous server name in, it works fine.  So, the URL works fine...  I have no idea as to what I should do to figure out the problem.  I am considering rebuilding the whole install just to see if that would fix it.

Thanks

use css in SSRS Report project on project level.

$
0
0

How to make global changes in entire Rdl reports like report header background colors etc.

I want to apply CSS on SSRS 2012 on project level..

Please suggest

cell data is blank while printing

$
0
0

Hi All,

When i print my report only one is cell data is getting blank. rest everything is fine.

Is there any possibilities to solve the issue.

Using SSRS 2008R2

Can you customize Print functionality to only print some portion in SSRS?

$
0
0

Hello,

I have a drill down SSRS report and my client requirement is to Print ONLY what is expanded on the report.  Anything that is collapsed, DO NOT PRINT. I have been researching online a lot but nothing has found yet.

I wanted to check with you if you have any idea or suggestions on how to do it in SSRS?

Thank you for your time and help!


MDeveloper

Viewing all 28687 articles
Browse latest View live


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