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

Facing issue while creating data source and connecting oracle

$
0
0

can any one suggest, i am facing issue while creating data source and connecting oracle.# error : System.Data. oracleclient requires oracle software version 8.1.7 or greater.

I am having oracle 11g installed in my system and using sql server 2008R2 version.

Let me know if any further information required for the issue.


Problem to Export Report in Word and image format

$
0
0

Hi All,

I have created a report by SSRS R2 Template, it has only one tabix control whose size detail is given below,
I am facing an issue When report is Exported in word format, it gets distorted(See Screen Shot Problem marked in Red), 




Probelm marked in Red

Tabix Size is:
Height: 
0.7025inWidth :74.81648in

Page Size(Landscape) :

Width:11 in
Height: 8in

Please help me on this it is very urgent for me....

Thanks in advance :)



shahsank

Fixing Table Header When Scrolling

$
0
0

How do you keep the table header visible on the page as you scroll the reports (like fixing pane in Excel)? Are these not the properties? because these options didn't fix the header. (So what are these options for?)

SSRS 2008 R2 - Default Multi Value Parameters are Not Selected

$
0
0

Hello,

I've been running into this issue quite a few times, and have been unable to solve it through reading various posts/forums.  Here is the issue

Software Details:

Datawarehouse Database - SQL Server 2008 R2

Reporting Services Version - SSRS 2008 R2

Development Environment - Visual Studio 2008

Problem Details:

I have been writing reports based of a Relational Datamart with dimensions and facts.  The report in question uses dimensions for parameters and facts for content.  Multi valued parameters are enabled in the report query by using the 'IN(@Paramenter)' statement within the report query.  It has a total of 6 multi-value parameters.  I assign the same available values from dimension datasets for each parameter to it's default parameter. Theoretically all the values in the option lists should be selected after first render.  This is not always the case.

Example:

SELECT *

FROM dbo.MyTable

WHERE

TableColumn0 IN (@Parameter0)

AND

TableColumn1 IN(@Parameter1)

AND ....N (continue syntax to 6 multi valued parameters)

 

Some of the multi-value drop down lists are defaulting to have every value selected, and some arenot.  The problem is I need to know why some parameters are not selecting all by default when specified.

 

Thank you in advance for your help.

 

Russ D

 

I need help with SSRS 2008 Simple Grouping

$
0
0

I was upgraded from BIDS 2005 to BIDS 2008 R2 and for the life of me, I cannont make a simple group work. I am trying to show a total of the items by location. See image:  I cannot total the items nor can I get the Location to repeat. Please help, this cannot be as hard as I am making it.

Reporting Services Error rsAccessDenied

$
0
0

Hello All,

 

I am having problem while opening the local report server page. Here is the error:

Reporting Services Error

  • The permissions granted to user 'Deepakxxx\xxxxx' are insufficient for performing this operation. (rsAccessDenied) Get Online Help

SQL Server Reporting Services

 

Can anyone help me out with this. I already tried opening with admin rights and also disabled the UAC, nothing worked for me.

 

Thanks! in advance


deepak

Need to open new report in New Tab.

$
0
0

Hi All,

I have created two report say Report A and Report B.Now i want to click link on Report A and report B will open on New Window or New Tab.

 

Please suggest hot to open Report B on New Window by clicking on Report A

 

 

Amit

Internet Explorer Script Error when Select Data Source Item on SharePoint 2010

$
0
0

I have SQL Server 2008 SSRS with SharePoint 2010 Integrated mode.

I can see all reports succesfully on Report Viewer, but problems occurs when manually selecting data source items. Why this occurs?

SharePoint Library->Report.rdl->Manage Data Source->Select Item->Click Folder DataSource

Internet Explorer Script Error
Line 329
Char 1
Object doesn't support his property or method.
Code 0
URL: http://portal.com/Name/ReportServer/RSItemPicker.aspx?Fallback=http%3a%2f%2portal.com%2fReportingLibrary
Do you want to continue running scripts on this page?


Kenny_I


Report Metadata Information

$
0
0

Hi All,

I am new to SSRS. I have a below scenario, any pointers on the same will be helpful

We have 600 reports in SSRS report manager. I was asked to make an excel containing all the report names with its parameters and shared data sources names.

Since the number of reports are high i cant manually go to every report and note the parameters, this very much time consuming process.

My Question is, Does SSRS store reports metadata like its name and parameter values any where in the Database ? If so please provide some pointers on the same.


Mark as answer if the post help you... Regards, Indraneel A

SSRS 2008 Iframe Question - Open link in the report(shown in Iframe) in a new parent window

$
0
0

I have a SSRS report that that has URLs as one of the column. This report is shown within an iFrame of some other page. I want that whenever users click on the URL field of the report, the link should open in a new Parent window rather than the existing window in which the report is shown. I have tried the following but none seem to work:

 

="javascript:void(parent.window.location.replace('http://www.xyz.com/"& Fields!Id.Value & "','_blank'))"



="javascript:void(parent.window.location.replace('http://www.xyz.com/"& Fields!Id.Value & "','_parent'))"



="javascript:void(window.open('http://www.xyz.com/"& Fields!Id.Value & "','_parent'))"



="javascript:void(window.open('http://www.xyz.com/"& Fields!Id.Value & "','_top'))"



="javascript:void(top.right_side.location('http://www.xyz.com/"& Fields!Id.Value & "','_blank'))"
 I am new to Javascript. Please help.

 

Shouldn't SQL Server take 2GB of RAM in this environment?

$
0
0

Hi All,

SQL Server 2008 Standard Edition (64-bit)

Windows Server 2003 SP Standard edition (64-bit)

I know that Windows Server 2003 Std edition has a 4GB memory limit, which we have.

I've set Max Memory in SQL to 3GB - BUT because i am not using /3GB switch i would only expect SQL server to take 2GB.

When i check Target Server Memory - it reports 1,211,171 and i can correlate that with the sqlservr.exe process in Task Manager (they align).

My question is, shouldn't this # be higher? SHouldn't SQL server try and get up to 2GB, not 1.2GB?

p.s. - i am considering putting on the /3GB switch as we have seen OutOfMemory errors in our SSRS logs recently..

Thanks in advance.

Mark

Unable to start SQL Server Reporting Services.

$
0
0

When I try to start Reporting services for SQL Server 2008 R2 its failing with error message.

" The SQL Server Reporting Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs. "


Checked with the application log which is coming up with below message.


Service cannot be started. System.Exception: Default appdomain failed to initialize.

at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start()

at Microsoft.ReportingServices.Library.ReportService.OnStart(String[] args)

at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)


Can any one please help me resolve the issue.

Thank,
Praveen


Praveen

URGENT: Unable to connect to SSRS instance within SSMS or launch Report Manager within IE

$
0
0

Hi,

I am running SQL 2014 on Windows 8.

I am unable to connect to an SSRS instance within SSMS or launch Report Manager within IE.

Within IE when I enter; - http://localhost/Reports/Pages/Folder.aspx the following message is returned; -

                                                                                

The website cannot display the page

<id id="http500"> HTTP 500</id>                    
                                     

Most likely causes:

  • The website is under maintenance.
  • The website has a programming error.
                                     

What you can try:

                                     

                              Refresh the page.<noscript id="refreshPage">Refresh the page.</noscript>                              
                                     

                              Go back to the previous page.<noscript id="goBack">Go back to the previous page.</noscript>                              
                                     

More informationMore information                                    <noscript>&lt;ID id="moreInformation"&gt;More information&lt;/ID&gt;</noscript>                                

This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented  the webpage from displaying.

For more information about HTTP errors, see Help.

This is a new install. I selected the default installation. Report Manager worked briefly then started to fail again.

SQL Server Configuration Manager still reports that the SSRS service is running.

Reporting Services Configuration Manager is not reporting any issues.

As always any help would be appreciated.

Kind Regards,

Kieran.


Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/


SQL Reporting Services: Hiding/showing columns when user click on collapse/expand rows

$
0
0

 

Hello,

 

I am working on a requirement that allow me to show columns when a user clicks on "+" (expand a row), and hides the column when a user clicks on "-" collapse a row.

 

So for example, when all rows are collapsed, report looks like:

 

COL1      COL2      COL3      COL4

+ A             B           C             D

+ A2           B2         C2            D2

 

When a user click on A to expand the a row in the report, then report should look like

 

COL1        COL5          COL6       COL2         COL3        COL4

-  A                                                 B           C             D

                  A_2             A_3

                  A_3             A_4

                  A_5             A_6

+ A2                                                B2         C2            D2

 

 

Please note that COL5 and COL6 only shows up when a row expands.

 

Any help is appreciated if this is doable in SQL reporting services.

 

Thanks

 

 

SSRS 2008 R2- Only show Columns when report is drilled into

$
0
0

Hi All,

I have a sales report with the following Columns

Store, ProductGroup, Brand,season, Sales Units, Sales Value.

Currently the user opens the report and the data (Sales Units & Value) are summed at Store and then expands the report to see the Productgroup Summary, then further down to see the Brand and again to see the season. 

I've been asked to hide the productgroup, brand and season columns until the info becomes relevant (until they reached that level of the report). I've tried going into the Column Visibility Window on the Productgroup column and setting Hide to true and Toggled by this report item to Storenumber but when i run the report i get the following error:

The Tablix "Table1" has storenumber as a toggle item. Toggle items must be text boxes that share the same scope as the hidden item or are in a scope that contains the hidden item, and cannot be contained within the current report item unless current grouping scope has a parent.

 

Does this mean that it can't be done or am i missing something?

 

Thanks in advance!


how do i achieve scroll down facility in SSRS 2008 r2?

$
0
0
Hi , i got one new requirement like 
i need to display 4 chart reports in each page , for this i need to provide scrolling facility at the left hand side .

usually if our table report is too big then automatically report will provide scroll down facility at the right hand side  to see the data from top to bottom .
but scrolling down facility is not coming for chart reports

franklinsentil

com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host has failed.

$
0
0
I am trying to connect to SQL Server 2005 Express with JDBC.   I am getting the following exception:
Code Snippet
String connectionUrl = "jdbc:sqlserver://localhost:1433;" +
            "databaseName=IFC3;";
        // Declare the JDBC objects.
        Connection con = null;
        Statement stmt = null;
        ResultSet rs = null;
       
            try {
                // Establish the connection.
                Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
                    con = DriverManager.getConnection(connectionUrl,"ifc2","password");




com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host  has failed. java.net.ConnectException: Connection refused: connect
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at connectURL.main(connectURL.java:43)

I am using the code example that came from Microsoft for making a JDBC connection.  I looked at my configuration of SQL Server and change to use a static port 1433.   I shut off Windows firewall to make sure it was not blocking communication.


When I try to telnet to port 1433 it says


Connecting To 1433...Could not open connection to the host, on port 23: Connect
failed


Any suggestions?
Thanks,
Tom

Addin Image from database to report

$
0
0
Hi Pals, I have an image in my database with the datatype varbinary(max). When I inported it into my report header using image control and specifying in the property the field which is in my dataset, it wouldnt show anything if i preview.

SSRS Report - controlling EVEN page numbers per group for printing purposes

$
0
0

Hi

I thought this would be a simple pagination parameter but I can't seem to find anything quite right.

I need to set an invoicing report to print out double sided for each customer. The report therefore needs to check the page number for each customer invoice and if it is not a multiple of 2 then add in a blank page to bring it up to a multiple of two.

Would anyone have an if statement that could achieve this in an easy way?

The only route i can seem to find is to set the number of rows returned on each page to X number

then find out how many pages that equates to and then insert a blank rectangle/sub report if not even but it seems a bit long winded and relies on the rows all being the same size?

Any help most appreciated

SSRS convert minutes into days

$
0
0

Hi folks,

I have a problem. I have a field in a report called "Estimated Time" which holds minutes in integer format.

I've tried a number of different VB / SQL functions and expressions to convert the minutes into days & hours, & displayed as "Days / Hours / Minutes", but with no joy!!!

I'm using SSRS report builder 3.0

I have checked all the forums on TechNet & other site regarding this problem but there not much to go on, which is why I am now asking the question.

Does anyone have any ideas on what I can do?

As always your feedback & advice is welcome.

Kind Regards,

Michael.


Michael MCP


Viewing all 10045 articles
Browse latest View live


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