Report Services generate a page in blank

Hi,
I do download the Oracle9ids for evaluation, create myreport.jsp with Report Builder e run to web, OK,
but I try request with URL in browser or rwcliente, the report services generate a report (htm,pdf and mail) in blank.
I'm use OC4J and Windows 2000 Professional.
Thanks,
David Lins - [email protected]

david,
reports now has two layout areas. one for the web, called the web-source, and one for paper, called the paper layout (for page oriented output such as PDF, RTF, Postscript). if you want to generate web and paper, you have to create a layout in both areas. when you run through the wizard, you will see, that on the first panel it asks you, if you want to create paper, web or both layouts. according to your choice, it will then add a layout to either one or both areas.
since PDF is using the paper layout to generate the output, you need to have a paper layout in order to be able to run to PDF.
regards,
philipp

Similar Messages

  • Reporting Services Site Role Setup: Instance Blank/Empty

    SCCMserver01
    SQLDBserver01
    Background info:
    We have a strict policy that states we cannot load additional software packages on our SQLDB servers. So with that being said I need to have the
    SCCM Reporting Services Point reside on a server that is not our SQLDB server. I do have the SSRS SQL components installed on the SQLDB server.
    With that being said.......when I go to add the SCCM Reporting Services Point to our SCCMserver01 as described above the I get the "specify reporting services settings" within that menu down where it says "reporting services server instance"
    it is blank and all I see is a red exclamation mark. When I hover over it the error is "Unable to locate any configured SRS instances on the server.  Verify SRS is installed, accessible, and correctly configured."
    Has anyone else seen this? What am I missing? Thank you.....

    So I can install just SSRS on my SCCM server and then point to the DB on my SQL server? Is SSRS a licensed product?
    Yes SSRS is a licensed product.
    Although technical possible to install SSRS on your CM12 server and point the db to SQL. This would NOT be a recommend solution.
    I'm not sure how you policy apply when CM12 itself MUST be full Administrator and SA on your existing SQL servers, And it install SW on SW server too, so...
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Reporting Services Generates HUGE nasty looking error

    "System.Net.WebException: The request failed with HTTP status 401: Unauthorized. 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 ReportServices2008.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties)...."
    So on the project I'm working there is a .net app that incorporates reporting services. I can run previously developed RS reports with no issue. If I try to develop a new RS report  or if I try to copy an existing report to a new location, it fails
    with the error above.
    I have already done several hours of research and it appears that an account associated with the Reporting Service service maybe the issue. My question is how do I verify what accounts are associated with which services within the Reporting Services?
    I have gone through the logs and it dosen't really point me in any specific direction. Same for the event log.
    Any help would be greatly appreciated.
    Thanks

    Hi BI-Bill,
    According to your description, you encountered the "The request failed with HTTP status 401: Unauthorized" when creating or copying a report to new report. Right?
    Generally, "The request failed with HTTP status 401: Unauthorized" occurs when
    The service account used to connect to the Report Server is not authorized.
    The Reporting Services is configured to use Kerberos, however, we didn't register Service Principal Name (SPN) for the account the Reporting Services is running under.
    So, to fix this issue, we can refer to the follow steps:
    Make sure the user is able to connect to the Report Server.
    If using Kerberos authentication, please make sure SPN is configured correctly. If using Kerberos authentication, please make sure SPN is configured correctly.
    For more information about Kerberos Authentication and how to register SPN for a report server in Reporting Services, please see the articles below:
    Configure Windows Authentication on the Report Server
    Register a Service Principal Name (SPN) for a Report Server
    Also since you want to create/copy a report to a new location, please make sure the service account has permission on the new location.
    Reference:
    The request failed
    with HTTP status 401: Unauthorized + Reporting Service
    Enabling Kerberos Authentication for Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Report.Services 2008 - get page-count or row-count in the c#-code

    hello
    is it possible to get from the ReportViewer-control / ServerReport the page-count or row-count after the
    reportViewerCheck.ServerReport.Refresh();
    statement ??
    many thanks in advance for any clue & regards
    Michael

    Hi Michael,
    Yes, you can get them. For row count, you can add a parameter to store the row count of your dataset in your report.
    Here are the steps:
    1.     Add 2 datasets in your report, one for report use and the other on is to row count use. For instance:
    DataSet1: SELECT     HumanResources.vEmployee.* FROM         HumanResources.vEmployee
    DataSet2: SELECT     COUNT(*) FROM         HumanResources.vEmployee
    2.     Add a parameter, set the parameter’s default value set to Get Values from a query and select DataSet2.
    Then, in your ASP.NET web application code you can use the following function to get the row count of the report:
    private int GetReportRowCount(ReportViewer report)
                return Convert.ToInt32(report.ServerReport.GetParameters()[0].Values[0].ToString());
    For page count, you can refer to the following code:
    private int GetReportPageCount(ReportViewer report)
                return report.ServerReport.GetTotalPages();
    You may not get the correct row count and page count in after executing Refresh () method, that’s because when you run this method, it will start another thread to refresh the report and the code below Refresh () method will not wait refreshing complete but run it. For instance, you may get the page count as o if you run the following code in the Button event:
    // Click this Button to refresh the ReportViewer1
            protected void btnGetPageCount_Click(object sender, EventArgs e)
                // Refresh the ReportViewer1
                this.ReportViewer1.ServerReport.Refresh();
                // Get ReportViewer1's page count and display in the txtPageCount TextBox
                this.txtPageCount.Text = this.ReportViewer1.ServerReport.GetTotalPages().ToString();
    You can run the refresh in separate events and get page count in another event, such as below code:
            // Click this Button to refresh the ReportViewer1
            protected void btnGetPageCount_Click(object sender, EventArgs e)
                // Refresh the ReportViewer1
                this.ReportViewer1.ServerReport.Refresh();
            // Display the txtPageCount's text to ReportViewer's page count
            protected void btnGetPageCount2_Click(object sender, EventArgs e)
                // Get ReportViewer1's page count and display in the txtPageCount TextBox
                this.txtPageCount.Text = this.ReportViewer1.ServerReport.GetTotalPages().ToString();
    Hope this helps! I would suggest you post a new thread in Visual Studio Report Controls forum if you need more help about using ReportViewer in ASP.NET web application.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Blank first page in reporting services

    I have an SSRS 2008R2 report that displays a blank page in Report Manager but not in the PDF export.  I have tried all of the online solutions I have seen but still haven't found the cause.  About my setup is I have one rectangle overlapping
    3 tablixes.  I understand that I really need to have these 3 tablices contained within this rectangle, but I can't figure out how to do this for already existing tablices.  Is this possible?  And is this the cause of the extra blank page?
    Ryan D

    Hi ironryan77,
    According to your description, you get an extra blank page in your report when viewing in Report Manager. But it works properly when exporting into PDF file. Right?
    In this scenario, how does your report looks like in SSDT(developing environment)? Please check if you add any page break before the rectangle. Also please check a page size of the report. Make sure "Page Width >= Body Width + Left Margin +
    Right Margin".
    I have also seen this kind of strange issue, please see a similar thread below:
    http://social.technet.microsoft.com/Forums/en-US/a3633629-74dd-437d-bec9-131285f83f35/report-viewer-shows-blank-page-but-the-blank-page-is-skipped-when-exported-to-pdf?forum=sqlreportingservices
    If possible, please share some screenshots about the report design and report view in Report Manager and PDF. That may help us figure out the reason. Thanks.
    Best Regards,
    Simon Hou

  • SSRS 2008 Report with two tablix have extra blank pages

    I am working on a report in SSRS 2008 that has two tables (or tablices?). My report is set to a width of 11 and height of 8.5, left and right margins of 0.25, top and bottom margins of 0.5. Paper size is Letter, Orientation is landscape.
    With margins accounted for, I basically have 10.5 of workspace for the Body. The first tablix's width is way under 10.5 but the second tablix has lots of columns and would have to span two pages so the Body goes past 10.5 but I
    kept it under 22 (twice one page).  I put a PageBreak after the first tablix. When I run the report and do a Print Layout, the first tablix prints with a blank page after every printed page of that table. The second tablix prints just fine, no extra
    blank pages in between. So I suspect that it is the "empty space" to the right of the first tablix, which is caused by the second tablix's width, that is the problem.
    However when I tried to switch the tables in my report and have the wider tablix print first and the narrower tablix print after it, I did not get any extra blank pages on both; the reports prints just fine.
    Unfortunately, I cannot have the wider tablix print first with the report I need. I would like to know if this is a bug in SSRS 2008? It appears that there is something with the order report objects are printed and their size. Has anyone figured this out
    yet?  Thanks.

    I found
    this post on the MSDN forum that offers the following solutions that worked for a few people responding to that thread.  You might want to try one of these:
    "I found the problem cause.  In Reporting Services, report body width must be <= (report width - report margins width).I reduced the margins to zero width, and the pagination problem disappeared!"
    "I have solved my problem. With SSRS you must be very careful with the way you place objects
    Growing objects will push those on their right, even if they are not on the same line /!\
    Consider a textbox 2 inches large centered, and a growing matrix beneath it. on the left, 1 inch large. At run time the matrix will grow and the title will be pushed aside. And this may cause blank pages.
    A workaround is to create 1 rectangle per object. The rectangle should occupy all the body space available while objects occupy only a part of their embedding rectangle."
    Carla
    Carla Sabotta

  • Report Services Install - SQL Server 2012 instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Hi Jo75,
    According to my understanding, you get the error message “Unable to connect to the database: Network error IOException: Connection refused: connect” when you connect to the SQL Server database
    during installation of Trend Micro's DSM.  
    Based on my test, I was able to connect to the SQL Server database with the user name “sa” during the installation of Deep Security Manager and no error message appeared. Besides, I created
    a new SQL Server login and it also worked fine.
    Make sure you can connect to the SQL Server instance successfully, you can follow these steps:
    1. Open SQL Server Management Studio and click Database Engine from pull-down menu of Connect in Object Explorer.
    2. In the Server name box, you should type hostname\instance name. And you should choose SQL Server Authentication in Authentication box and type “sa” in Login box, then type your password
    and click Connect.
    If you can’t connect to SQL Server, you can try to create a new login and give it full permission. Please follow these steps:
    1. Open SQL Server Management Studio and connect to SQL Server with administrator account.
    2. Click Security and right click Logins then choose New Login.
    3. In General page, type your new Login name and choose SQL Server Authentication, then set your password.
    4. Click Server Roles
    at
    the
    top-left
    corner
    and check the dbcreator box.
    5. Click Status at the top-left corner and check enabled under the login, then click ok.
    6. Click the database you want to connect during the installation of Deep Security Manager, expand the security and right click the users, then choose New User.
    7. Type your user name and login name in General page. Click Owned Schemas page and check db_owner. Also check db_owner in Membership page then click ok.
    8. Retry install Deep Security Manager.
    Please follow these steps and how it works.
    Best regards,
    Qiuyun Yu

  • 1st page is blank in crystal reports?

    Post Author: bhappy
    CA Forum: Formula
    Hi All,
    I am generating a report using crystal reports formula fields and parameter fields, i am getting 1st page as blank and remaining pages im getting data??Here i am not using any groups/subreports.
    Any body have any idea plz..........
    Thanks,Aswath.

    Post Author: bhappy
    CA Forum: Formula
    Hi,Thanks for ur replay,I had unchecked all check boxes in the details section except "Suppress Blank Section", Still i donot get any solution....In formula fields im giving space(chrw(13) ie newline character) between one record and another may be that is the problem.I dono what iam going to do now??? Iam displaying records like this,abc    100    200 .......xyz     200   300 ......Any idea plz................. Thanks,Aswath. 

  • 1st page is blank in crystal report?

    Hi All,
    I am generating a report using crystal reports, i am getting 1st page as blank and remaining pages im getting data??
    Any body have any idea plz..........
    Thanks,
    Aswath.

    Hello Aswath,
    please also see if you observe the behaviour in some of our sample reports.
    Can you see them properly ?
    The samples reports come with every default installation of the CR Designer. You should see them on he start page if you simply open the designer.
    Alternatively you can download samples from [here|https://smpdl.sap-ag.de/~sapidp/012002523100005852352008E/cr_xi_xtreme_rep_smpl_en.zip].

  • SharePoint Reporting Services Integration - System Settings Page Issue

    Hi All,
    A client of mine has setup Reporting Services (SQL Server 2012 SP1) integration on a SharePoint 2010 environment and this has been working fine for a while now. This includes viewing SSRS reports and also creating PowerView reports from the SharePoint interface.
    The only issue that we have is when we browse to the SQL Reporting Services service application via SharePoint Central Administration and select 'System Settings' we receive an error and can't configure any of the settings located on this page.
    Looking at the ULS logs I can see the following error is raised:
    System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.InitStrings()     at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs
    e)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    43aaadcd-fc67-420e-a30f-2e174f151084
    I removed the existing service application and uninstalled the SharePoint Services (using Install-SPRSService). I then reconfigured the RS services and created a new service application but the error is still raised. All other pages under the service application
    can be loaded. We also tried setting the reporting services diagnostic logs to verbose but couldn't see any further information.
    Has anybody seen this before? I'm thinking that perhaps some of the configuration settings for this page actually carry a null value when it should be configured with something. Does anybody know where these settings are saved?
    Cheers,
    Tom

    Just thought I'd provide an update, we ended up resolving this, problem was related to an incorrect ID one one of the fields in ReportingServicesSystemSettings.aspx.
    Updating this to the correct ID resolved the issue. Weird thing was that the file was incorrect on more than one server, only had to obviously update it on the CA server though. After this the System Settings page opened without any problems.

  • Reporting Services install on SQL 2012 SP1 instance blank

    Sorry for the duplicate . . . didn't think the first on posted due to VDI locking up.
    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Hi,
    How are things going? Please let us know if there is any progress.
    Regards.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Reporting Services SQL Instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Duplicate post of
    http://social.technet.microsoft.com/Forums/en-US/5da8e51c-578e-42a8-9419-4a9c02be65e0/reporting-services-install-on-sql-2012-sp1-instance-blank?forum=configmanagergeneral
    http://www.enhansoft.com/

  • Sccm 2012 reporting services server instance blank

    Hi guys,
    Can anyone provide me tips to install reporting service point on SCCM 2012 server.
    P.S: SRS instance configured in SQL server 2008 R2 SP2 and it can accessible (http://<SQLserver>/Reports/) in SCCM 2012 server
    Please help me!
    Thanks,

    If you don't have DNS entry for your Report Service Point (SQL server), the instance field can be blank too.
    Can you expand on this as I have never heard of this issue before.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Reporting Services R2 log entries have stopped generating on report execution.

    Hi -
    I have a new instance of a reporting server and the log files have quit generating on report execution. 
    When the services restart this is the log file:
    rshost!rshost!8e8!01/22/2014-17:08:33:: i INFO: CLR runtime is initialized.
    rshost!rshost!8e8!01/22/2014-17:08:33:: i INFO: Derived memory configuration based on physical memory as 3931704 KB
    rshost!rshost!8e8!01/22/2014-17:08:33:: w WARN: Failed to initialize performance counters: ffffffff. Possible setup issue.
    rshost!rshost!8e8!01/22/2014-17:08:33:: e ERROR: Failed to start service, error=1063.
    We have logging turned on on the server.  Report Server Mode is Native.  Dont see anything in the application log about failed service.
    Any ideas?

    Hi dwrco,
    Have you recently install any update such as MS12-070 (KB2716440)? If so, it is a known issue for some patches for SQL Server. The reason is as follows:
    When a .NET application starts up, the .NET Framework tries to check if the Microsoft assemblies are right and have not been modified, this is done through connecting to a server that has a revocation list in internet. When the framework tries to connect
    to the server to check if it has access to internet with an elevated timeout, this makes that any other .NET application that has less timeout setting fails (such as SSIS or SSRS) with timeout error.
    For example, the error message "The request failed or the service did not respond in a timely fashion." means that the SSRS timeout is lower than the timeout of the connection to the revoke list server established by .NET Framework.
    To work around the issue, we usually use two approaches:
    Increase the value of ServicesPipeTimeout registry key of Reporting Services
    Disable generatePublisherEvidence element of ReportingServicesService.exe.config file
    For the detailed steps, please see:
    http://blogs.msdn.com/b/mariae/archive/2012/11/12/reporting-services-service-doesn-t-start-after-the-installation-of-ms12-070-security-patch.aspx 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Reporting Services - Horizontal Scrollbar not scrolling sometimes fields exceed page width

    We have a landscape report with lots of fields, causing report to span in width, more than page width. We don't print the report, just view it. Problem is that sometimes when previewing the report, the horizontal scroll bar opens to a size of the whole report
    window and there's no actual scrolling functionality to have the report show what's to the right of the data shown.
    We checked this with IE8, IE9, and as it seems there are entries on the internet about such problem, but we haven't encounted an entry with solution / bypass to this problem, when relating to preview within report builder / VS / Reporting Services in
    IE (they relate there only to reportviewer control if at all).
    We did find that in this event, manually zooming the IE window where the report result is shown, helps the horizontal scroll bar go back to what it should be, and work, e.g. zooming down to 75% and returning in zoom up to 100%....
    Can you please advise ? Thank u

    Hi moital,
    Just as you said, I still think the issue is caused by Internet Explorer. We can try to
    run IE in
    compatibility mode or
    disable third party add-ons
    of Internet Explorer (IE) to check the issue again. If this issue
    is still existed, I suggestion you post the question in the following forum:http://social.technet.microsoft.com/Forums/ie/en-US/home?category=internetexplorer.
    It is appropriate and more experts will assist you. 
    Thank you for your understanding and support.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • How to use commons.logging in weblogic (8.1)?

    Greetings, I'm trying to use commons.logging framework to manage the logs of my application. With Weblogic I will use an implementation that works with weblogic.logging package but with other J2EE products I'll use another native log implementations

  • Photoshop CS5 Crashes When Trying to Print

    I don't know what anyone needs in order to solve this problem so I'm going to paste the details because it seems like what some people are using. Process:         Adobe Photoshop CS5 [344] Path:            /Applications/Adobe Photoshop CS5/Adobe Phot

  • E1000 Log Problem

    I just bought the Linksys E1000,I have it hooked up to a desktop PC through a cable modem. The problem is when I go to Administration then to my Log, my Incoming log and Secuity log isnt logging anything , no IP's or anything. Ive tried hitting refre

  • How is COGS calculated?

    Hello, In the Sales Quotation UI we can go to Form Settings and add COGS column to the grid UI. This COGS is a calculated field. How is it calculated and when the user enters a value in this column which database table/column gets updated? Thanks, Sh

  • Do I need to get a subpoena to obtain copies of older text messages?

    I need records of some text messages for a civil suit that aren't recent.  Does Verizon require a court subpoena to get these records?