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

Rotated text not rendering properly

$
0
0

I'm using SSRS 2008 R2 integrated with SharePoint 2010. In Report Builder 3, i have set the text to Rotate270 and it looks fine. When i save file to sharepoint and view it in the browser, the text is no longer properly positioned in the cell, see below. Is this a bug? does anyone have any suggestions on how to fix this?

Image from Report Builder 3 preview mode (Business Development is rotated 270 and looks fine)

image from Browser - Business development is truncated

Browser verion- not the truncated text


Dean MCTS-SQL 2005 Business Intelligence, SharePoint 2010, Configuration


How to sum the data labels to a total in my chart diagram?

$
0
0

Hi

I am counting order type by a field which can have 3 different values.In a stacked column chart I am displaying the count of those different values, and showing a data label with the count for each order type. See screenshot.

Now I would like to show a line based on the total of each order type. I can see that SSRS already know the number of each order type as it is shown in the labels.How do I add those numbers (shown in the labels) together and get it into a Total field?I would prefer not to alter my SQL query, if possible.



Reporting Services Preview Failure

$
0
0

I am migrating RS reports from SQL 2008 to SQL 2012.  As a first step I created a new solution in Visual Studio 2012 (Install includes VS 2012 Premium 32 bit, VS 2012 Update 2, SSDT-BI for VS 2012, SSDT-BI for VS 2012 Update and BIDS). 

After creating the new solution I added existing rds and rdl files from my TFS production branch.  When I open a report in the VS designer it opens without a problem.  When I click on the preview tab the initial rendering of the report works fine.  After I enter the parameters (a beginning and ending date) and click the view report button I get the following error message:

"An error occurred during local report processing.  An error has occurred during report processing."

Consequently I'm unable to preview the report.  If I build the report and deploy the report I get no error messages.  If I run the report on the reporting services server it runs and renders the results without a problem.  I'm just unable to render the results within the VS Preview panel.

Given how uninformative the error message is does anyone have an idea what I should investigate next to track down the problem?





insufficient permissions for performing this operation through Windows Form application.

$
0
0

When accessing a report through the browser the user can view the report, however, have a report viewer in a Windows Form application get the below error when loading the report:

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.Web.Services.Protocols.SoapException: The permissions granted to user'domain\username' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'domain\username' are insufficient for performing this operation.

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at ReportServer.ReportService.ReportingService2010.GetReportServerConfigInfo(Boolean ScaleOut)

   at ReportServer.ReportItems.GetReportServerName()

   at Evolution2Application.FormMain.treeViewEvolutionReports_AfterSelect(Object sender, TreeViewEventArgs e)

   at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)

   at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)

   at System.Windows.Forms.TreeView.WmNotify(Message& m)

   at System.Windows.Forms.TreeView.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

C# code I use to connect to the reporting service

ReportingService2010rs =newReportingService2010();

rs.Credentials=System.Net.CredentialCache.DefaultCredentials;

rs.Url=http://sqlserver01/reportserver/reportservice2010.asmx;

Can someone explain what I need to do to prevent getting this error, the user has ContentManager rights on the server through a security group.

Removing arrows next to report date fields in SSRS report

$
0
0

Hello

I have annoying up/down arrows appearing beside each date in a column in a report.

Does anyone have any idea how to get rid of them please?

John

MSSQLSERVER Event Not Seen In Event Viewer

$
0
0

Hello Everyone,

I have IIS and Sql server installed on windows server. How can I make MSSQLSERVER source to show up in the Event Viewer? Because I need to find the "User" so that I can add in the sql server. Even though I have added "Network Service" user account and also "ApplicationPool" user account with admin rights, but still login doesn't work. I see the last MSSQLSERVER event on the event viewer was yesterday night, but it's not related to my task.

I am trying to host an intranet site.

Please someone assist. 

Thank you.


Why no 'Back' button?

This Month - This Year expression

$
0
0

Hi,

I need to setup an expression (which will colour some numbers) according to whether the numbers are earlier than what the time dimension is showing for each line - fx.

200908            10.000,-

200912            20.000,-

201409            10.000,-    (this should be colour - as the number is in the current month - current year))

I know how to setup an expression in the font - but I can't figure out how to setup up the expression for current month, current year - when my time dimension is structured as follow (from a SSAS cube):

[Time].[YearMonth].&[200905]

Please advise


Join Multivalue Parameter Values Into a String and LTrim Whitespace

$
0
0

Hi

In my reports i like to print the values of the paramters used to generate the report at the top of my reports.

I've just written a report usuing MDX and one of the Parameters is a multivalue list based on a hierachy. The problem i have is when i join the parameter label values together it's bringing through the indenting preceeding whitespace. I've been struggling for a while now to try and trim this off

Anyone have any suggestions??

=JOIN(Parameters.Sites.Label,", ")

results in

  Head Office,      Branch 1,            Subbranch 1 etc

If i put =JOIN(LTrim(Parameters.Sites.Label),", ") i get the error

Overload resolution failed because no accessible 'Join' can be called with these arguments

cheers

Matt

rrRenderingError after upgrading to SQL Server 2008 R2

$
0
0

Hi you all,

 

We upgraded from SQL Server 2008 to SQL Server 2008 R2, we exported and imported our reports and most of them worked but some of them don't.

 

The problem occurs when we provide multiple values for a parameter (We want to view values of more then 1 Machine), we then get the error: 

The value '4' is invalid.  Valid values are between '0' and '1'. ---> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The value '4' is invalid.  Valid values are between '0' and '1'. 

(--> from the log file)

 

The weird thing is that when only 1 machine is selected, the report works correctly. 

I hope somebody can help me because I'm searching for the cause for almost a day now.

 

Kind Regards,

Lennart

 

If you have any further questions, don't hesitate to ask!

 

Additional Information:

- When more then 1 machine is selected, 1 page per machine and per day is shown

- Stacktrace below the error: (from logfile of Reporting Services)

   at Microsoft.ReportingServices.OnDemandReportRendering.InternalTablixMemberCollection.get_Item(Int32 index)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.Tablix.GetTablixMembersInstanceIndex(TablixMemberCollection rowMembers, Int32 level, List`1 instanceState)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.Tablix.GetTablixMembersInstanceIndex()

   at Microsoft.ReportingServices.Rendering.SPBProcessing.Tablix.WritePaginationInfo(BinaryWriter reportPageInfo)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.PageItemContainer.WritePaginationInfoProperties(BinaryWriter reportPageInfo)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.ReportBody.WritePaginationInfo(BinaryWriter reportPageInfo)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.ReportSection.WritePaginationInfo(BinaryWriter reportPageInfo)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.Report.UpdatePagination()

   at Microsoft.ReportingServices.Rendering.SPBProcessing.SPBProcessing.PaginateReport(Int32 startPage, Int32 endPage)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.SPBProcessing.InitializeForInteractiveRenderer(Report report, CreateAndRegisterStream createAndRegisterStream, Boolean registerEvents, Hashtable& renderProperties)

   at Microsoft.ReportingServices.Rendering.SPBProcessing.SPBProcessing..ctor(Report report, CreateAndRegisterStream createAndRegisterStream, Boolean registerEvents, String rplVersion, Hashtable& renderProperties)

   at Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream)

   --- End of inner exception stack trace ---

Event 142 Report server windows service

$
0
0

Hi Guys,

Please check the following issue.

Schedules, events, and subscriptions processing may be delayed because processing queue reached the maximum item count = 24. Items currently being processed: 
#0, Microsoft.ReportingServices.Library.NotificationQueueItem
#1, Microsoft.ReportingServices.Library.NotificationQueueItem
#2, Microsoft.ReportingServices.Library.NotificationQueueItem
#3, Microsoft.ReportingServices.Library.NotificationQueueItem
#4, Microsoft.ReportingServices.Library.NotificationQueueItem
#5, Microsoft.ReportingServices.Library.NotificationQueueItem
#6, Microsoft.ReportingServices.Library.NotificationQueueItem
#7, Microsoft.ReportingServices.Library.NotificationQueueItem
#8, Microsoft.ReportingServices.Library.NotificationQueueItem
#9, Microsoft.ReportingServices.Library.NotificationQueueItem
#10, Microsoft.ReportingServices.Library.NotificationQueueItem
#11, Microsoft.ReportingServices.Library.NotificationQueueItem
#12, Microsoft.ReportingServices.Library.NotificationQueueItem
#13, Microsoft.ReportingServices.Library.NotificationQueueItem
#14, Microsoft.ReportingServices.Library.NotificationQueueItem
#15, Microsoft.ReportingServices.Library.NotificationQueueItem
#16, Microsoft.ReportingServices.Library.NotificationQueueItem
#17, Microsoft.ReportingServices.Library.NotificationQueueItem
#18, Microsoft.ReportingServices.Library.NotificationQueueItem
#19, Microsoft.ReportingServices.Library.NotificationQueueItem
#20, Microsoft.ReportingServices.Library.NotificationQueueItem
#21, Microsoft.ReportingServices.Library.NotificationQueueItem
#22, Microsoft.ReportingServices.Library.NotificationQueueItem
#23, Microsoft.ReportingServices.Library.NotificationQueueItem." 

Please provide solution how to resolve it, is the above issue related to SQL DBA, i haven't any idea about SSRS.

Thanks


DBA

Migration

$
0
0

Dear All,

I really appreciate everyone to clarify my issue asap.

My client is having SQL server 2000, planning to move to 2008R2 server.  As per client discussion they said to migrate data from old to new environment without down time needed. Is it possible to perform the migration activity without downtime? They provided to me source and destination of VM servers (which are not production servers but these are replicas of the originals)

Do I need to run upgrade advisor on new server or do I need to continue installation and migrate all the data from older version to newer version.

Please tell me any important considerations to take from SQL 2000 to 2008r2

Thanks


DBA

Calculated Field formula not appearing in Power View Field List panel

$
0
0

Hi,

On Power View1 sheet of this workbook, the two PowerPivot calculated Field formulas (First Visit and First date of FY) are not appearing in the Power View Fields panel on the right hand side.

I want to drag client and First Visit (calculated Field) to the Power View.

Why is this happening?


Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com

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

How to hide Tablix without taking white space.

$
0
0

Hi,

          I'm creating report using VS 2012. I have two Tablix inside list. I would like to hide the second Tablix base on condition. Before I do the condition I did hardcode to hide the second Tablix. Tablix is hide but still consume the space. I'm trying to many times but not luck. That mean SSRS cannot be use more than Tablix in one report. Am I right to say that? If can hide the tablix without consume the space please let me know the method. What wrong on my report?

       I set below properties on my second tablix.

1. Hidden true on whole tablix

2. Visibility true on "Row" and "Column".

3. ConsumeContainerWhiteSpace = true

Margin and Height

Total Hight  - 29.7cm

Top Margin   - 1.27cm
Botton Margin  - 0.635cm
Header Height - 11.88211cm
Footer Height  - 3.1cm
Body Height  - 12.795cm
=============================
Total Height - 29.68211cm

Before add Second Link

Perview Mode

Add Second Tablix

Preview Mode

If I increase the second Tablix height and then "LightSteelBlue" box is increase.

Regards,

Yukon


Make Simple & Easy




Parameter Error using Date Format in value

$
0
0

Hi  All,

I am trying to create a parameter for selecting months.  ( Oracle table -  date values are like aug-2014  ) 

The WHERE clause is :   Where To_Date(x.The_Month, 'mm-yyyy')  >  :monthyear 

When I run the report the following error:

Error returned is: ORA-01858: a non-numeric character was found where a numeric was expected..

Here are my parameter settings:

How can I use the parameter so the WHERE clause will accept the paramter values like "Add_Months(Trunc(Sysdate,'mm')-1,-7)" ?

Thanks in advance.

Collimax


M Collier

Positioning the label of a bar of a range bar chart - SSRS 2012

$
0
0

Hi,

is it possible to center the label of a bar belonging to a range bar chart, in order to position it inside the bar area?

Thanks

How to render reports in xlsx extension to a sharepoint library

$
0
0

 

I set up a report subscription to a sharepoint library and would like to have the reports render in Excel.  But the problem is sharepoint only render it in xls file extension and not xlsx file extension, which is Excel 2007. 

I would like to have it Excel 2007 file format so that this workbook can be called from the dashboard Excel web part.

 

How can I have the reports render in Excel 2007 file extension?

Set default value for date/time to previous month

$
0
0

Hi All

I have two date/time parameters in my report and I want to set the default value for both the parameters

For start date parameter I want the first date of previous month and for end date parameter I want the last date of previous month.

Can someone please point me to the right direction

Thanks


Rone

How to convert switch statement into iif than else statement in SSRS

$
0
0

Hi All;

How do i convert switch statement into iif statement in ssrs

=

Switch(
Fields!createdonValue.Value = Now(), "Today",
Fields!createdonValue.Value = DateAdd("d",-1,Today()),"Yesterday",
Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -6,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and 
Fields!createdonValue.Value <=  FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Week",


Fields!createdonValue.Value >= FORMATDATETIME(DateAdd(DateInterval.Day, -13,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate) and 
Fields!createdonValue.Value <=  FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.ShortDate),"Last Fortnight",

Fields!createdonValue.Value >= DateValue(DateAdd("M",-1,DateAdd("D",-(Day(Now)-1),Now))) and 
Fields!createdonValue.Value <= DateValue(DateAdd("D",-1,DateAdd("D",-(Day(Now)-1),Now))),"Last Month",


Fields!createdonValue.Value >= DateSerial(Year(Now()), 1, 1) and 
Fields!createdonValue.Value <= DateSerial(Year(Now()), 12, 31),"Year to Date"

)

Any help much appreciated

Thanks


Pradnya07

Viewing all 10045 articles
Browse latest View live


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