I have created a drill down report in SSRS . Its working perfect. But when I export it to excel, it is showing only the expanded nodes. But I want the same functionality which gives user to expand or collapse the nodes in Excel as well. Can any one please
help me with this?
I set the X axis date value interval 1 so it can show as a daily "date", however, the chart is good if the data point is within 24 records. However, when I draw 7 days data (around 168 records), the x axis date lable will be messed up and cannot
view the actual date values.
Could you advise a formular to evaluate the returned data set, if it is bigger than a variable (e.g 168 or returned data set records is larger than 168 then it will set to auto) ??
I have configured my report server in native mode.
I set up subscription on one of my reports and Delivery method i configured is 'File share Delivery'.I have not configured email delivery for SSRS.
When i run the subscription i following get the error in -
Failure writing file xxx : The report server has encountered a configuration error.
When i check in ReportServer logs ,all i get is -
Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 110, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server
has encountered a configuration error.
I check in Even Viewer and get -
The Report Server Email extension failed to read its configuration settings from the RSReportServer.config configuration file. The extension is not available to users.
I already have a SSAS cube connection in my excel workbook, and I would like to create a Power View pointing to the same SSAS cube connection. Is that possible? If so, how do I link the PV to the existing data source
SSRS2012 fails to load my custom authentication assembly. I see this error in the logs:
extensionfactory!ReportServer_0-2!10d8!01/02/2015-23:34:49:: e ERROR: Exception caught instantiating Forms report server extension: System.IO.FileLoadException: Could not load file or assembly 'CT.Integrations.SSRS.Web.Impl, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
File name: 'CT.Integrations.SSRS.Web.Impl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' ---> System.ArgumentException: Invalid directory on URL.
Note, the DLL is purposedly not strong named as this an unfortunate ripple affect causing all referenced assemblies to also be signed.
The rssrvpolicy.config does have the following entry to hopefully allow for this:
<CodeGroup class="UnionCodeGroup" version="1" Name="SecurityExtensionCodeGroup" Description="Code group for the sample security extension" PermissionSetName="FullTrust"> <IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin\*.dll"/> </CodeGroup>
I have the DLL in both ReportManager\bin and ReportServer\bin folders. What might cause this error?
Fusion logs show the dll loads successfully so not sure why SSRS is not happy.
"The value provided for the StartDateTime field is not valid for its type. It cannot be converted from a string value to the type that is required. (rsElementTypeMismatch)
Get Online Help
I'm a noobie. Getting the above error message SS 2012. Here's what happened. About 20 minutes ago I created a data driven subscription which worked fine (I set it for every five minutes, it ran 3 times). Then I edited the schedule but made a typo generating
the above error. The report is still running every five minutes. I'm going to have to put a stop to SqlAgent.
When I click the Edit button I get the error message again, immediately - I never get a chance to edit the subscription. I suppose I could delete it, but isn't there a way to edit it?
So I am trying to work out the difference between today's date (GETDATE()) and a Target Date in a specific table (targetdate)
When I use the DATEDIFF function it is including non working days in the calculation (weekends and bank holidays). Although our date calandar table provided to us from a third party supplier will tell you the weekends, it does not tell you the bank holidays.
Luckily there is another table in the database called - ih_non_work_days.
The format of the date is "2014-12-25 00:00:00.000" for example in that table.
How do I using my "targetdate" and today's date calculate in days the differance - excluding the dates that exist in the ih_non_work_days database?
So for now my basic script looks like -
SELECT com.comm_reference AS'Referance',com.current_task_target_date AS'TargetDate',DATEDIFF(D,com.current_task_target_date,GETDATE())AS'Incorrect Date Calculation'FROM[dbo].[em_communication]as com
Please assist me to get the year, month, week to date to show like my example doeson the right below. What changes I can make to my query to get it to show as I need it to below.
DataSet:
SELECT DATEPART(YY,c.loandate) as YearLoan, DATEPART(MM,c.loandate) AS MonthLoan, DATEPART(WW,c.loandate) AS WeekLoan,a.SSN,A.[Borrower Firstname],a.[Borrower Email], a.[Home Phone], a.[cell phone], a.[marital status], a.[Date of Birth], a.[Current Street Address], a.city,a.[state],a.zip,a.Yearsatthisaddress, a.sex,a.ethnicity,a.race,a.isactive, b.MonthlyIncome,b.Bonuses,b.Commission,b.OtherIncome,b.[Rent or Own],b.Checking,b.Savings,b.RetirementFund,b.MutualFund, c.[Purpose of Loan],c.LoanAmount,c.[Purchase Price],c.CreditCardAuthorization,c.[Number of Units],c.Refferal,c.[Co-Borrower SSN],c.loandate, d.[Property Usage],d.[Property City],d.[Property State],d.[Property Zip],d.RealEstateAgentName,d.RealEstateAgentPhone,d.RealEstateAgentEmail FROMdim_borrower a LEFT OUTER JOINFact_Financial b ONa.BorrowerID=b.borrowerid LEFT OUTER JOINDim_Loan c ONb.LoanID=c.Loan_ID LEFT OUTER JOINDim_Property d ONd.property_id=b.propertyid
The cookie name is correct in the actual cookie but the domain is empty / not set for some reason. The empty cookie domain causes a subsequent error in ReportingServiceProxy when trying to add the auth cookie to the request.CookieContainer.
{
HttpWebRequest request;
request = (HttpWebRequest)HttpWebRequest.Create(uri);
// Create a cookie jar to hold the request cookie
CookieContainer cookieJar = new CookieContainer();
request.CookieContainer = cookieJar;
Cookie authCookie = AuthCookie;
// if the client already has an SSRS auth cookie
// place it in the request's cookie container
if (authCookie != null)
{
request.CookieContainer.Add(authCookie); //Exception thrown here because of empty cookie domain
}
request.Timeout = -1;
Why is the forms auth / ssrs cookie domain empty? How do you resolve this?
I have a SharePoint 2013 farm recently patched up to October 2014 CU. Before the upgrade, I had installed and configured SSRS 2012 SP 1 (RS in SharePoint integrated mode) to the farm and it was in SP1 + May 2014 CU. After patching, I notice the
site collection feature "SQL Server Report Integration feature" stops working. On new site collection, even it said feature activated, the SQL Server Reporting content type is missing.
Hello, I have a SSAS 2012 cube which has Mining structure. I've tried to create a PowerView report on top of this cube not because I want to use the mining structure but because I want to use the cube itself. When I tried this I got the below error:
Image may be NSFW. Clik here to view.
As you can see the issue looks like related to the "TheBIS time series Cluster" which is Mining structure, you can see it from the screenshot below:
Image may be NSFW. Clik here to view.
Now my next test was to remove all the Mining Structures to be sure that the structures was the issue and I was right, as soon as I removed all the structures I was able to create a report on top of the Cube.
Base on this looks like Power Views doesn't work with a SSAS cube that contain Mining structure.
Anyone has this issue already? any fix or workaround?
I have been working on this problem for days. I have a report that is grouped and will be printed duplex (front and back). There is a page break after each group. I want to ensure that the start of a new group does not end up printed on the back side of an old group. For example:
Page 1 (printed on front side of paper): group 1 Page 2 (printed on back side of paper): more group 1 Page 3 (printed on front side of paper): more group 1 Page 4 (printed on on back side of paper): group 2 <--- This is a problem
I need:
Page 1 (front side): group 1 Page 2 (back side): more group 1 Page 3 (front side): more group 1 Page 4 (back side): <This Page Intentionally Left Blank> Page 5 (front side): group 2
Issues that I've run into include the fact that SSRS renders the entire body first, before rendering the header/footer. This prevents the body of the report from knowing which page it will end up on when it is rendered (and is also why you cannot reference Globals!PageNumber from the body).
The restriction above also prevents using a variable in custom code to know when to generate a page break. If you set this variable in the header/footer then the body will never see it as the entire body is rendered first and will therefore only see the initial state of the variable.
I have seen this issue posted in a number of places, but no one ever has a solution to this (except switching back to Crystal Reports). Have any MVPs ever addressed this issue? I am really hoping someone can offer a good solution or work-around.