Blank first page on DHTML viewer in Crystal 2008

I have seen some threads regarding this issue but no real resolution.
We are using Crystal 2008 running in a Windows 2003 web server and IIS 6. With the base version of Crystal 2008 installed, everything worked fine when rendering reports in the DHTML viewer. As soon as we upgraded to Crystal 2008 SP2, all reports now show a blank first page.
If you page back and forth or do an export, the data on the first page are displayed.
Does anyone have any ideas what caused this and how to fix it other than uninstalling the service packs?

Let's back up a bit. How did you actually deploy the Crystal Reports 2008 .NET Runtime to your web server? Based on your last message it sounds like you use the original CD media? If so this is incorrect.
You mentioned you copied the crv.js from a cab file from the install media. This might account for your problems because you are using an old of out date .js file with newer engine components.
The way I always suggest to deploy to a web server is to use our server redist files. Below are a few of the files you could use. I've listed FP3.3, SP 3 and SP 2. I don't know what patch level you want to be at so the decision is up to you.
Service Pack 3, Fix Pack 3.3 Server Redist
https://smpdl.sap-ag.de/~sapidp/012002523100016807202010E/cr2008fp33_redist.zip
Service Pack 3 Server Redist
https://smpdl.sap-ag.de/~sapidp/012002523100007123592010E/cr2008sp3_redist.zip
Service Pack 2 Server Redist
https://smpdl.sap-ag.de/~sapidp/012002523100009159002009E/cr2008sp2_redistinstall.zip

Similar Messages

  • Blank first page

    When I import an existing PDF (from a set of customer supplied PDFs) into the Designer I consistently get a blank first page that I am unable to get rid of. In the hierarchy view there is only one page showing. If I click on that page I go to the page with the controls on it (the second page). The page counter at the bottom shows 1/2 for the blank page and 2/2 for the page that the controls are on. I have tried dragging and cut/paste the controls to the top (blank) page. If I try to create a control on the blank page, it shows up on the Hierarchy tree under the the "topmostSubform level, between the Master Pages node and the Referenced Objects node - but the controls are invisible on the Body Pages design area.
    It seems completely unrecognized in the environment, except by the page number counter.
    This does not happen on all PDF's - I tried a similar one from another source and it imported fine.
    So 2 questions -
    1. What would be wrong with the customer PDF original that would cause this problem?
    2. How do I get rid of the blank page?

    I also had this problem after converting some existing pdfs into Livecycle Designer 7.1. I tried the same conversion in v7.0, and it didn't do this, so I suspect an undocumented feature may have crept into version 7.1. ;)
    I found that the problem was that somehow the subform for the first ACTUAL page was longer than the bottom of the page. After re-adjusting the subform to something just under the bottom of the page, my extra page vanished and all was good again.
    My clue was the fact that when I was on that page and clicked down towards the very bottom, the size in the bottom status line showed 8.5in X 11.014in.
    Hopes this helps someone out there. I spent almost a whole day trying to figure it out. :( I looked through seemingly endless XML code and never saw it. It was probably there but I just didn't see it.
    Regards,
    Ray

  • Forms that previously worked, print a blank first page.

    I have numerous forms that were created in LiveCycle Designer 8 that worked perfectly, but suddenly they all are printing a blank first page.  When I am in LiveCycle in the Design view, I am able to print both pages but when I go to the Preview PDF view, the first page is blank on print preview.  I'm stumped. There are no security settings around printing.  Any help would be greatly appreciated.

    This seemed to be a property that is causing an additional page to be printed.. If you can send the form to [email protected] , I can have a look at it..
    Thanks
    Srini

  • Blank second page and export error in Crystal 10 Web Report Viewer

    We have a customer that is having 2 issues viewing an .rpt file in the Crystal 10 Web Report Viewer.  When they view a report that is 12 pages, the first page appears OK.  When they click Next to go to the Next page, the page shows as blank.  The second issue is that If they try to export the .rpt they get this error:
    Exception Details: System.Runtime.InteropServices.COMException: Access denied Error in File UNKNOWN.RPT:
    Access to report file denied. Another program may be using it.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack trace:
    [COMException (0x80000220): Access denied.
    Error in File UNKNOWN.RPT:
    Access to report file denied. Another program may be using it.]
          CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export (ExportOptions pExportOptions, RequestContext pRequestContext) +0
    CrystalDecisions.ReportSource.ErrorReportSourceBase.ExportToStream(ExportRequestContext reqContext) +133
    [LoadSaveReportException: Access denied.
    Error in File UNKNOWN.RPT:
    Access to report file denied. Another program may be using it.]
    CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) +661
    CrystalDecisions.ReportSource.ErrorReportSourceBase.ExportToStream(ExportRequestContext reqContext) +186
    CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExplortRequestContext reqContext) +20
    I can view and export the same .rpt file in my environment without any issues.  Has anyone seen these errors before and have any ideas on how to resolve them?  They seem to be environment related since I can view the same report OK on my machine.
    This is using Crystal 10 on Windows Server 2003.

    Hello,
    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    The basic code is:
    Private crReportDocument As ReportDocument
        Private Sub ConfigureCrystalReports()
            'Check to see if the report exists
            If (Session("crReportDocument") Is Nothing) Then
                crReportDocument = New ReportDocument()
                crReportDocument.Load("C:\1 - Report\CRParams.rpt")
                'Do anything required for the report
                'Logon to the database
                'Pass parameters
                'Assign the report into Session
                Session("crReportDocument") = crReportDocument
                'Assign the report to the Viewer
                myCrystalReportViewer.ReportSource = crReportDocument
            Else
                'Assign the report that is stored in Session to the report instance.
                crReportDocument = CType(Session("crReportDocument"), ReportDocument)
                'Assign the report to the Viewer for each postback
                myCrystalReportViewer.ReportSource = crReportDocument
            End If
        End Sub
    Elaine

  • Blank first page and chart printing on the second page

    I have a subreport in my report footer that displays a chart.  The detail section is suppressed in the main report.  For some reason the chart displays on the second page of the report and the first page is blank except for the report header and page footer.  In the section expert the 'new page after' box is checked and grayed out so I can't remove the check to see if that solves the problem.  I've never been particularly skilled in regards to reporting and in addition it's been quite a few months since I've even worked on a report.  I'm using Crystal XI. Can anyone provide suggestions on where I might look to solve this problem.

    Main Report
    Report header--suppress blank section
    Page header --suppress blank section; supress (no drill down) - page number = 1
    Detail--Suppress (no drill down); suppress blank section
    Page Footer--suppress blank section
    Report Footer--suppress blank section
    Sub Report
    Report header a--suppress (no drill down) - {?Pm-?Graph Type}<>"Pareto" ; suppress blank section
    Report Header b - suppress ( no drill down) - {?Pm-?Graph Type}<>"Pareto-Top 5" ; suppress blank section
    Report Header c--Suppress blank section
    Group Header #1a--Suppress (no drill down) - If {?Pm-?Graph Type}="Pareto-Top 5" or {?Pm-?Graph Type}="Pie-Top 5" then
    {@nIncrement}>5
    ) ; Suppress blank section
    Group Header #1b--Suppress ( no drill down) - {?Pm-?Graph Type}="Pareto" or {?Pm-?Graph Type}="Pie" ; Supress blank section
    Detail--Suppress (no drill down); suppress blank section
    Group Footer #1--Suppress (no drill down) ; suppress blank section
    Report Footer--suppress blank section

  • Blank First Page in Sub Report

    Hi,
    My sub report display the first page blank with data starting from the second page. The first page just displays the Report Header. How can I fix this?
    Thanks.
    Reena

    Is it possible that there is a group in the subreport and you have Keep Group Together set in the Group Options?
    Fuskie
    Who would bet the group data is larger than what fits on a single page and Crystal reacts to that by pushing the whole thing to the second page...

  • Blank first page of pdf

    Diadem 2012
    I've had a recurring issue which I've l lived with for quite a while and have not been able to narrow down what causes it.
    Sometimes a report exported as a PDF has a blank page 1 (missing what should be on page 1 - I only see a black border outline when opening the PDF) and from page 2 on looks normal. Originally the reports were created from a template TDR. After we upgraded to Diadem 2012 I rewrote the report code to dynamically create each report from scratch and the problem happened using both methods. I run this code on different computers and using a variety of source files and I haven't been able to figure out a pattern. 
    All the reports are being automatically generated so I don't have a TDR to compare to the PDF. 
    For example, today I generated an Attribute, a dirty and a clean report. Page 1 of the attribute report was blank, but the dirty and clean reports look fine. Page 1 for all 3 reports is a page containing the serial numbers which were used to generate the rest of the report. If there are enough serial numbers to require more than one page, the second page prints fine.
    I have a different product which page 1 of the dirty report is blank. There is no attribute report for this product. It's almost like there is some initialization code that needs to happen is not happening, but it fixes itself once it goes on to page 2, and all future reports for the product work fine. But I'm using the same code on a different computer and it is not generating blank pages. 
    The code for the first page of the attribute, dirty and clean is the same code. The attribute and dirty/clean routines are in different code files so the routine which generates the serial number page is copied.
    Looking for any ideas.
    thanks,
    James

    James
    I feel for you, this looks like a hard one to narrow down to a solution.  I have made automatically generating reports to PDF as well.
    It does sound some initialization code is not being ran consistently.  With my limitations of can't see code, and really do not have the time if did have code.  But I can offer some tips used to trouble shoot similar issues.
    1)  As far as comparing the tdr to PDF. You can add right before the PDF is made, a command to save the tdr file. That will allow you to verify that the PDF output command is not the issue. It will also allow code to be developed to detect it missing, and log it.
    2) Once you have a TDR of the first page not happening, you can develop code to look at the report objects to check that the first page has values in it. 
    3) Once you have the code that will detect the first page not being present, then this sub or function can be can at various pages of the app, with results logged to DIAdem log or other fie.  This has the potential to reduce the possible area causing the issue.
    General notes: 
    a) When you are refering to the specific pages. Is this by page number or by page name?  I usually use page name to get the page I want.
    b)  When it builds the report and report objects, Is the app naming the objects as it makes them?  If it was then it would make is more straightforward to check for them missing. 
    I am thinking that once you have a sample TDR with the missing first page information, It opens up the troubleshooting options.
    If some examples of the above are helpful. Just let me know.
    Paul

  • 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

  • Blank first page problem

    Hi, all! We have a problem in Report Builder 6.0.8.22.0. This problem didn�t occur with Report Builder 3.0.5.11.4. The problem is:
    there is a number of reports supporting data output into the txt. file. The support is arranged in the following way:
    1.frames, which are to be represented in the report when the MODE parameter value is set to �bitmap� are located in the main section of the layout model;
    2. frames which are to be represented in the report when the MODE parameter value is set to �character� are located in the header section of the layout model;
    Each frame has a format trigger set in such a way that the first group of frames is launched only when the MODE parameter is set to �bitmap�, and the second group is launched only when the MODE parameter is set to �character�.
    Everything was alright with Report Builder 3.0.5.11.4, but in Report Builder 6.0.8.22.0 when we output the report in the �bitmap� mode, there is always one empty page before the report body.
    It seems that in spite of the fact that format triggers in header section returns FALSE, the page with the header section is still represented in the report.
    Does anybody know how we can avoid this problem with Report Builder 6.0.8.22.0.

    1)When you are using runtime (rwrun60, rwcli60 etc) please give the command line parameter "blankpages=no". This will suppress the blankpages. Please refer docs for details on this parameter.
    2) Just to rule out this possibility.. Please ensure that in the header page and its margin there are no 'hidden' items like a textbox with whitespace etc.
    Thanks
    The Oracle Reports Team

  • Folio appears as blank gray page in DESKTOP Viewer

    Hello,
    I am working on OSX Mountain Lion 10.8.2
    InDesign 8.0.1 (CS6)
    Adobe Air 3.5
    Adobe Content Viewer.app 2.9
    Recently I reformatted my hard drive to make a very clean install of OSX Mountain Lion. Then I installed the CS6 (Creative Cloud Suite). Everything works fine except the desktop viewer.
    I re-installed several times InDesign, Adobe AIR and AdobeContentviewer.air.
    Have an idea?

    Hello Pierre,
    Check whether adobe content viewer is there in application folder. If yes, then install Adobe content viewer try to view folio.
    If Adobe content viewer is not listed in Application folder.
    Remove com.adobe.dmp.contentviewer from below location
    Mac: /Users/{username}/Library/Preferences/com.adobe.dmp.contentviewer
    Empty trash
    Reboot Mac.
    Downloaded http://www.adobe.com/support/downloads/product.jsp?product=182&platform=Macintosh
    Once downloaded and go to below location and Installed Adobe content viewer manually.
    Click/open downloaded folder and got to folder -AdobedigitalPublishingCS-6-Autoupdate/Payloads/AdobeDigitalPublishing-mul-131112114335/A dobedigitalPublishing-131112114335.dmg/Assets2/AdobeContentViewer-mul/Adobecontentviewer.a ir

  • Ssrs 2008 r2 rectangle causes first page to be blank

    In an SSRS 2008 r2 report I have 6 matrixes that I placed into 1 rectangle so that all the individual items do not float.
    The problem is that the first page of the ssrs 2008 r2 report is blank when the report is executing.
    I have set the report properties to: landscape, custom paper size, width 14" and height = 11". The report properties are width 14 inches and the height is 11 inches. The body properties keep changing to 26.75719 inches and width = 13.54667 inches.
    When I set the border of the rectangle to solid,  I can see the rectangle when the SSRS report is executing. The rectangle appears before any of the matrixes are displayed. However when I look at the rectangle in design mode, the rectangle is around all
    6 of the matrixes.
    Thus could you tell me why the rectangle is displayed in a different location when the report is executing and not around all the matrixes at that point?
    If there is no property that can be set, then should I have more than one rectangle? To place the objects into separate rectangles, I want to mention that that there is a header matrix and a summary rectangle that need to be shared. Matrix #2 and Matrix #3
    are for students in grades 01 to 08. Matrix #4 and #5 are for students in grades 09 to 12.
    Can you tell me what I can do so that I do not have a blank first page when the SSRS 2008 R2 report is executing?

    Hi wendy,
    If we want to use a rectangle as a container for other items, we should drag them into the rectangle. When we move the rectangle, the items that are contained within the rectangle move along with it. An item within the rectangle shows the name
    of the rectangle in its Parent property.
    For more information about using a rectangle as a container, please see:
    Add a Rectangle or Container (Report Builder and SSRS)
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • My company recently loaded foxfire and I cannot have two applications open in foxfire, the second page overlays the first and I cannot go back to the previous page or reduce the first page to view the first.

    My pages in Foxfore are overlaying one another which is normal but you cannot get back to the previous page. An example is if I have a page opened in a program and open something totally different it replaces the first page and I cannot reduce the size to see the first page I was viewing nor go back to it. I did open a page with audio and opened another application in foxfire and the replacing went on as usual but the audio continued to play so the page is stinn there. Also the tool bar page showing icon is replaced with the newly opened page not an additional page opened being shown as a tab. It's like the newest page or site I open in Foxfire replaces the one that is currently opened.
    == This happened ==
    Every time Firefox opened
    == I first had sites opening with Foxfire

    This might be caused by a recent Flash 11.3 update.
    See:
    *https://support.mozilla.org/kb/flash-113-doesnt-load-video-firefox
    *https://support.mozilla.org/kb/keep-flash-up-to-date-and-troubleshoot-problems
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Websites+look+wrong

  • How can I view a PDF file on my IPad? I only get the first page.

    How can I view a PDF file from my Ipad, both in email and Internet links? I only get the first page.

    Support for viewing PDFs in emails and web-pages is built in to the iPad. You need not have bought an app for that.
    There are PDF apps that provide more features than the built-in functionality, but for basic viewing of multi-page PDFs no app is required.

  • How to take image(screenshot) of first page of any file

    Hi all,
    I am doing a project work and I need to take the image(just as screenshot) of the first page of any file so that contents of that first page can be viewed by that image .
    And finally i want to set that image as an icon for that file.
    I have used "java.awt.Robot" class for taking desktop screenshot but I am not able to find out the way how we can take image of first page of any file by just giving the url of that file even if file is closed. Can any one help me? Waiting for your kind reply..........
    Thanks in advance!!

    Please don't double-post. http://forums.sun.com/thread.jspa?threadID=5430733&tstart=0
    Are you asking whether you can take an icon from a file in the filesystem and store and subsequently display it? Conceptually, not a problem. You would want to determine the extension and then use either JNA or JNI to access the registry (or use an existing API [http://www.dzone.com/links/access_windows_registry_using_pure_java.html]) and find where that extension is associated to a file type. That is usually linked to another registry key that has the icon to display (and its path). Use a FileInputStream to get that icon on the filesystem. You can Google around for how to navigate the Registry, I'm not a Microsoft expert, but I know it can be done.
    Or are you asking whether the contents of the first "page" of an arbitrary file (Word doc, PDF, image, etc.) can be discerned and then stored and subsequently displayed? If this is the requirement, it will be very difficult to support more than a few formats. And many formats that are native to a given O/S will cause you issues.
    - Saish

  • Only the first page for a particular site prints. All other sites are fine.

    I'm running Firefox 10.0.2 on Windows 7 SP1 and when I try to print the web page of the affected URL ( http://windows.microsoft.com/en-US/windows-vista/Connect-to-another-computer-using-Remote-Desktop-Connection ), only the first page is printed. It prints fine in IE 9. I tried printing in safe mode and it still only prints the first page. I only tried printing it once, after that I used print preview alone. I used print preview on a dozen other sites and it works fine. By the way, on the web page I'm trying to print you must "Show All" at the bottom to expand all of the text. It's just this one web page. Can someone else with a similar setup try print preview on this page for me? I just want to know. I printed it using IE. Interestingly, if you scale the print preview down enough, all of the text shows up. Thanks...

    Well, I've made a little progress. I saved the web page source locally and then added the following HTML snippet to the <head> section:
    <style type="text/css">
    div
    page-break-before:always;
    </style>
    When I display this, the "Show all" does not work, but the page text is still long enough to do "Print Preview" and expect more than one page. The result is a blank first page (expected) and then ALL of the page text is printed on the next two pages.
    But I think you are correct "the-edmeister" in saying that Firefox may have a problem when the DIV tag spans more than one page. The reason is that the third page only contains the footer, so I can't say for sure if the whole DIV block was printed. But at least the footer did show up this time.
    If I can get the "Show all" block to expand then maybe that question will be answered. Any thoughts?

Maybe you are looking for

  • Contextual event - handler called before producer bean's setter

    I am trying a simple contextual events usecase: Page A.jsff has an input text field whose value is directly stored in a bean variable (bean is in pageFlowScope). Contextual event is defined on value change event for this input field. A.jsff has taskf

  • Tables Disappeared???

    I have a problem... I have 10g installed and have created a database of music with BLOB (mp3 files). The table has 1204 rows in it, making it a pretty large table. I got the bright idea to create another table using the unique column and the blob col

  • HT204389 Different languages on Siri...

    Hi everyone, Today Siri can talk nearly 15 different languages except ours. Siri can find places or locations in many countries, but in my country, Turkey/Turkiye, Siri can not find any locations. I am asking to Apple Team that in the future will Sir

  • Photos missing randomly

    I upgraded my iphone 3 to iOS 4 and some of the pics are missing from camera roll. The surprising fact is that the missing photos are random, I mean they not not most or least recent, nirther it is a contionous chunck of photos. For each of the event

  • INNER JOIN, MX 7, column name error

    I am running or attempting to run the att'd query in CF MX 7.0 and getting an error because I then run: <CFOUTPUT QUERY="getNutes" group="NUTR_NO"> <CFSET VALUE = 0> <CFOUTPUT> <CFIF Day EQ "T"> <CFSET VALUE = VALUE + (getNutes.Total_WT * getNutes.NU