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

Deploy Report Model Project problem

$
0
0

I have deployed a Report Model Project to http://pc:8080/ReportServer

It is however opening up in xml. I am not sure what is the proper way of doing this.

I installed SQL Server 2008 R2 Developer and just now installed Report Builder 3.0, thinking that it was necessary, but it made no difference to the output.


How to add percentage values in the ssrs

$
0
0

How to add Percentages values in the SSRS .

because these are group values which calculated in query department and resource wise and are repeating in query .

and I need to sum the percentages of all resources of one department but these sum also all the repeating percentages values.

Getting the Oracle DB Name

$
0
0

Hi All,

In SSRS reports, i want to display the DB name. I am connected with the oracle DB. How can i implement this behavior.


Thanks -NK

hexadecimal value 0x00, is an invalid character

$
0
0

With 10.50.1702.0 RTM Data Center Edition (64-bit) and Report Builder 3, I'm getting the following error when I attempt to execute a report:

The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
There is an error in XML document (1, 4093).
'.', hexadecimal value 0x00, is an invalid character. Line 1, position 4093.

I see many many references to this error in these forums. But the answers there seemed garbled or not useful....

http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/a6b37758-5ced-4caa-8823-42f31fca0a96

http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/99a62d7e-5df3-43aa-8273-0a2bf418fbd3

http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/633cae79-665d-42a4-9c18-160bd69f2ddc

 

I've checked the report rdl file in question...

1) line 1 isn't that long. It's simply the xml directive.

2) If I go to the stream offset 4093 there's nothing interesting there.

3) If I upload the repot via RB3 or simply use the website to upload the report I get the same error or similar error (offset different) when I attempt to execute it.

4) I've scanned the file for illegal characters and came up with nothing. In particular there are no nulls in the file.

5) I loaded the cumulative update package #1 since there was a similar error KB 977889. But the error still occurs. Resetting the app pool didn't help.

I have a couple of observations to the problem:

A) Perhaps data is being pulled in from a query in the report that might have NULL's. I have no idea the transformations the rdl file goes thru as it becomes a report.

B) It doesn't seem particularly a RB3 issue since, since I'm uploading via the Reporting Services website on my server. It looks like the code that uploads the report is broken.

My Reporting Services installation is a boat anchor with this error. Any ideas?

Date formats and trying to determine 13 months from getdate

$
0
0

Hello,

Back story - we are trying to determine eligibility for 401K and our situation is is if they are hired on the first of the month, they are eligible that month of the following year, but if they were hired after the first they are eligible the next month of the following year:

EX: Hired 01/01/2012 - eligible 01/01/2013

Hired 01/02/2012 - eligible 02/01/2013

So I have the following lines of code:

and datepart(mm,start_date)=DATEPART(mm,getdate())

and datepart(YY,Start_date)=DATEPART(YY,DATEADD(YY,-1,getdate()))

This does return results, but they are not accurate, as the start date is in fact 01/03/2012 - so I have tried to change the second line of code to:

and datepart(YY,START_DATE)=DATEPART(MM,DATEADD(MM,-13,getdate())) but it returns folks with a start date in 01/01/2011, but I want it to show folks with a hire date of 12/02/12 and greater.

Thanks

SSRS Action to Open a URL in a New Window - Not Work In PerformancePoint 2010

$
0
0

Hi All,

Here is my issues:

1. Sharepoint 2010 - PerformancePoint 2010

2. SSRS 2008 R2 (Noted: Is run in native mode) - All my report hosted in ReportManager

I having a report which having a hyperlink(SSRS Action to Open a URL in a New Window - javascript) to call my custom application. This hyperlink work well in ReportManager. When I click the hyperlink, it manage to call my custom application.

But, when I deploy my report into PerformacePoint 2010, the hyperlink does not work (click on the link but nothing happen).

The SSRS Action to Open a URL in a New Window as ="javascript:void(window.open('"+ Fields!ReferURL.Value + "','_blank'))"

I have make a google and none of the solution work for me.

Could anyone provide some suggestion/solution.

Thanks

SQL v Oracle Reporting services

$
0
0

For our Configuration Management software, we currently use SQL reporting services for reporting against our clients Genesys environments. in a transition period, we are developing to become compatible with Oracle also. 

can anyone recommend a report service (Commercial or free) that would allow the running of reports regardless of SQL or Oracle. 

I am looking for the differences between specific SQL and Oracle report services, and whether separate report services is advised/beneficial. 

Any advice appreciated,. 

Best regards


Excel 2010 client cannot render SSRS report in Excel format

$
0
0
We have SQL Server 2008 R2. Most users have Office 2007, and there have been no problems for them to open a SSRS report and download to Excel. More users installed Excel 2010 on their PC lately,and they cannot export SSRS reports to Excel. It claims to be network issue "connection with the server was reset", but users with Office 2007 or earlier version don't have the same problem. Users made "Trust Center" setting change in protected view on their Excel 2010 which didn't help this problem. Please advise.

SSRS 2012 - The version of the report server database is either in a format that is not valid, or it cannot be read.

$
0
0

Hi All,

I've just installed SSRS 2012 onto a member server and installed SSRS 2012. I used SQL 2005 as the DB server to host the database.

Everything installed fine no errors, until i tried to run the ReportServer website.

"The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is '143'. The expected version is '162'"

I got the above error.

I read in the documentation that it supports 2005 onwards as the DB server. I have recreated the DB about 10 times now and rebooted the server at least 3 times. I have also found the Stored procedure that the DB runs to find it's version. Strangely enough the TEMPDB has the correct version 162, but the actual DB has 142.

I have also checked that the RSexecroles is configured correctly as per the link below.

http://support.microsoft.com/kb/956160

EDIT - I have also found in the SSRS log file the following errors when the server tries to update the DB 

library!DefaultDomain!598!05/08/2012-12:42:52:: i INFO: Starting upgrade DB version from C.0.9.45 to 162.
library!DefaultDomain!598!05/08/2012-12:42:52:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:, An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database.;

EDIT - I have also found that if i move the database location to a 2008 R2 server it works FINE! To be sure that this issue effects 2005 i also created a new instance with all the latest updates and CU3 SP4. It still gives the same error. I also installed SQL 2012 CU1, which also didn't help.

Can someone clarify if SSRS 2012 with on a 2005 DB is supported? the line from this article suggests it is.http://msdn.microsoft.com/en-us/library/ms143724.aspx -"Choose the Database Engine instance to use. SQL Server 2012 Reporting Services requires that you use SQL Server 2005, 2008, 2008 R2, or SQL Server 2012 to host the report server database. "

Any help much appreciated

Matt



Take the value from concern character SSRS

$
0
0

HI Experts, 

I have small issue like this 

Parameters!PropertyCodes.Label

I was placing this in the expressions to know what are the parameters I have selected in the report.

it is working fine 

The names are like this    

EVR-SRT-Hoursworkdone

SRK-TG-Twohoursworkdone

BJ-EXTRN-Fivehoursworkdone

so my question is    I want to display then till where second "-" will end

like this 

EVR-SRT

SRK-TG

BJ-EXTRN

How to write the expression for this.   I have tried left,MID but can not able to mention take till "-" symbol

Any Idea please

Report Manager - operation cannot run due to current state of the object

$
0
0

I have a On_hand_Quantity report which has a parameter drop down to select about 200 stores.

When i run this report in BI studio , selecting all the 200 stores for the parameter it works fine.

But when i upload the same report to report manager and try selecting all the store_numbers it errors out saying 'operation cannot run due to current state of the object '

This report was running fine since the past 2 years, on 30th dec we did some .NET updates (KB2656356 and KB2656351) after which this report stopped working.

I tried troubleshooting all ways but it erros out only in report manager which is very strange.

Please help!!

 

 

Stacked Bar Chart -SSRS

$
0
0

Hi,

I was trying to play around with stacked bar chart and got into a trouble when i tried displaying the below  data from the select query in to the chart

SELECT 65 Score,'Green' Signal, 2 Approved, 2 'Rejected', 1 'Pending'
  UNION ALL
  SELECT 70 Score,'Yellow' Signal, 1 Approved, 1 'Rejected', 3 'Pending'

I would like to have my output to look like below and on top of it Each bar should get stacked with its Status(Approved,Rejected,Pending) considering its deal length as 100% respectively.



i am not sure how to go further after getting the above result :(

Any help is highly appreciated.

Thanks.

Como poder agregar un salto en una cadena para pasarselo a un parametro

$
0
0

Buen dia a Todos

Ahora me encuentro con este problema estoy mandando una cadena de caracteres a un parametroy no se como hacer que de

un salto al momento de mandarle la cadena de datos.

Por ejemplo : Cadena de caracteres

param.values. add(Cadena) "1,2,3,4,5,6,7,8"

en el imforme me pone la cadena asi 12345678   

y lo que kiero es que se ponga de esta manera

1

2

3

4

5

6

7

8

o almenos que agregue un caracter para separarlos como un espacio o algo que haga que quede de esta forma o que me permita

acomodarlos de esta manera, cuando tengo unicamente un numero no hay problema


ssrs22008r2 error : Number must be either non-negative and less than or equal to Int32

$
0
0

Hello,

We Unable to access or deploy reports in ssrs22008R2 , which was working fine for us earlier. We are getting below error :

An internal error occurred on the report server.

See the error log for more details. (rsInternalError) Get Online Help Number must be either non-negative and less than or equal to Int32.MaxValue or -1. Parameter name: timeout

Also attached extract from log file :

crypto!ReportServer_0-2!11c8!11/29/2012-20:42:15:: i INFO: Exporting public key
crypto!ReportServer_0-2!11c8!11/29/2012-20:42:15:: i INFO: Performing sku validation
crypto!ReportServer_0-2!11c8!11/29/2012-20:42:15:: i INFO: Importing existing encryption key
library!ReportServer_0-2!11c8!11/29/2012-20:42:15:: Call to ListParentsAction(/).
library!ReportServer_0-2!11c8!11/29/2012-20:42:15:: Call to ListChildrenAction(/, False).
webserver!ReportServer_0-2!11c8!11/29/2012-20:42:15:: i INFO: Processed folder '/'
library!ReportServer_0-2!10c4!11/29/2012-20:42:15:: Call to GetPermissionsAction(/).
library!ReportServer_0-2!1734!11/29/2012-20:42:16:: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-2!10c4!11/29/2012-20:42:16:: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-2!10c4!11/29/2012-20:42:16:: Call to GetSystemPermissionsAction().
library!ReportServer_0-2!1734!11/29/2012-20:42:16:: Call to ListChildrenAction(/, False).
library!ReportServer_0-2!10c4!11/29/2012-20:42:16:: Call to GetSystemPropertiesAction().
library!ReportServer_0-2!10c4!11/29/2012-20:42:16:: Call to GetSystemPropertiesAction().
library!ReportServer_0-2!1734!11/29/2012-20:42:16:: Call to GetSystemPropertiesAction().
library!ReportServer_0-2!1734!11/29/2012-20:42:16:: Call to GetSystemPropertiesAction().
library!ReportServer_0-2!1734!11/29/2012-20:42:18:: Call to ListParentsAction(/BI_Automated_Reports).
library!ReportServer_0-2!1734!11/29/2012-20:42:18:: Call to ListParentsAction(/BI_Automated_Reports).
library!ReportServer_0-2!1734!11/29/2012-20:42:18:: Call to ListChildrenAction(/BI_Automated_Reports, False).
webserver!ReportServer_0-2!1734!11/29/2012-20:42:18:: i INFO: Processed folder '/BI_Automated_Reports'
processing!ReportServer_0-2!1734!11/29/2012-20:42:21:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: An unexpected error occurred in Report Processing. ---> System.ArgumentOutOfRangeException: Number must be either non-negative and less than or equal to Int32.MaxValue or -1.
Parameter name: timeout
   at System.Threading.Monitor.TryEnter(Object obj, TimeSpan timeout)
   at Microsoft.ReportingServices.Library.MultithreadedConnectionManager.AcquireLock()
   at Microsoft.ReportingServices.Library.MultithreadedConnectionManager.ConnectionLock..ctor(MultithreadedConnectionManager connectionManager)
   at Microsoft.ReportingServices.Library.MultithreadedConnectionManager.EnterThreadSafeContext()
   at Microsoft.ReportingServices.Library.ConnectionManager.BeginTransaction(IsolationLevel isoLevel)
   at Microsoft.ReportingServices.Library.ServerSnapshot.InitializeChunkConnection()
   at Microsoft.ReportingServices.Library.ServerSnapshot.GetChunk(String name, ReportChunkTypes type, Boolean supportReadWrite, WriteOptions updateMode, String& mimeType)
   at Microsoft.ReportingServices.Library.ServerSnapshot.GetChunk(String name, ReportChunkTypes type, String& mimeType)
   at Microsoft.ReportingServices.Library.ReportSnapshot.Microsoft.ReportingServices.ReportProcessing.IChunkFactory.GetChunk(String chunkName, ReportChunkTypes type, ChunkMode mode, String& mimeType)
   at Microsoft.ReportingServices.Library.ReadOnlyChunkFactory.GetChunk(String chunkName, ReportChunkTypes type, ChunkMode mode, String& mimeType)
   at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.DeserializeKatmaiReport(IChunkFactory chunkFactory, String chunkName, Boolean keepReferences, GlobalIDOwnerCollection globalIDOwnerCollection, IDOwner parentIDOwner, ReportItem parentReportItem)
   at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.GetAllDataSources(ICatalogItemContext reportContext, IChunkFactory getCompiledDefinitionFactory, OnDemandSubReportDataSourcesCallback subReportCallback, DataSourceInfoCollection dataSources, DataSetInfoCollection dataSetReferences, Boolean checkIfUsable, ServerDataSourceSettings serverDatasourceSettings, RuntimeDataSourceInfoCollection& allDataSources, RuntimeDataSetInfoCollection& allDataSetReferences)
   --- End of inner exception stack trace ---;

is it possible for SSRS 2005 to connect to SQL Server 2012 database

$
0
0

We have SSRS installed on Application Servers with version SQL Server 2005 and databases are on Different database servers( sql server 2005). Now we are planning to upgrade only databases servers to sql server 2012, and that means catalog databases( reportServer and ReportServertempDB) will also be moved to sql server 2012.

Is it possible to have SSRS on sql 2005 and Catalog databases on Sql Server 2012. If yes do I need to change compatibility of databases when they are moved to sql server 2012.

Thanks...



Issue with page breaks between objects inside a List

$
0
0

I have a List with a group only (No detail) that contains 5 subreports inside rectangles and a tablix. I need a page break between objects (after subreports, after list, etc.

I created the report in this manner because I need dynamic images in a header and the tablix data is not present on each page. The embedded objects in the list have allowed for the image to change in the header as planned, however page breaks are ignored within the list when the list is a group instead of detail List.

Any suggestions of a way around this mess?    Thanks!

SOLUTION - Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)

$
0
0

I've been pulling my hair out with this problem.  I can create reports in BI Studio and see them return data. After I deploy them to the Report Server I get this error message when I try to execute the report:

Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)

I played with the data source and tried every conceivable credential option.  Here's the fix (which I picked up on another forum):

  • Goto Reporting Services Configuration (in Start Menu->Programs->Sql Server->Config Tools.
  • Click on Execution Account
  • Uncheck "Specify an execution account"

That's it. 

SSRS Sum group by

$
0
0

Hi,

I have a report like below:

Cat | Sub Cat | Count
 A     
        B         50
        C         40
        D         30
        B         60

Is it possible to sum up the sub categories?

Cat | Sub Cat | Count
 A     
        B         110
        C         40
        D         30

1. tried giving the expression for count as =Sum(Fields!Count.Value,"Category") but this gives me the total count of (50+40+30+60)
2. by giving  =Sum(Fields!Count.Value,"Sub Category") gives me "the value expression for the textrun contains an aggregate function..."

Please help.

Thanks





Reporting Services regularly unresponsive until IIS Reset or Application Pool Recycle

$
0
0

Hi all,

I'm afraid I'm at wits end here, so hopefully someone can at least point me towards the right idea.

I'm currently running Reporting Services 2005, SP4, using IIS 6.0, on a Windows Server 2003 SP2 machine.

The issue that I'm facing is that, very regularly, the website where the reports are delivered (localhost/reports and the equivalent using the machine name for non-internal access) becomes completely unresponsive. The page is stuck loading, and never completes.I

I found a pseudo-solution to the problem recently. If I recycle the application pool associated to the reporting services IIS page, the website responds again - but only for a short time, after which it becomes unresponsive again. Restarting IIS also resolves the problem, but again, only for a short time.

I've checked the windows application logs, the IIS logs associated to the reporting services webpage, and the reporting services logs - none of them provide me with any additional information as to why this is happening.

Has anyone experienced this before? I have absolutely no idea where to look next.

Report Builder 3.0, need to display client machine date and time where the browser is launched from instead of the report server time

$
0
0

In Report builder 3.0, need to display the date and time from the client machine where the browser is launched from. The global.executiontime is displaying the report server time where the .rdl is stored. Tried Now() and it didn't help.

Viewing all 28687 articles
Browse latest View live


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