Getting garbage when trying to view a report

I'm trying to get an ASP.NET application onto a new server. I've been playing with permissions and I think I've finally got that dragon licked in every place that it might need to be done. Now, it actually goes to the report without complaining. The only problem is the report is total garbage. As in it looks to me as though it's trying to view the raw data of a binary file. How do I fix this?
This app uses Crystal Reports for .NET 4.0, and is written in Visual Studio 2010.

Well, I just took another look at it, and this time it came up fine. So I'll close this topic under the assumption that it's really a non-issue.

Similar Messages

  • Getting "The Report Application Server failed" when trying to view a report

    I'm getting an error pop up:
    Crystal Report Windows Forms Viewer
    The Report Application Server failed
    OK  
    When trying to display a report using the Crystal Reports viewer (as shipped with VS2008)
    The stack trace implies it's having problems rendering the first page of the report:
         System.Windows.Forms.dll!System.Windows.Forms.MessageBox.ShowCore(System.Windows.Forms.IWin32Window owner = null, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool showHelp) + 0x220 bytes     
         System.Windows.Forms.dll!System.Windows.Forms.MessageBox.Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) + 0x18 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.MainReportDocument.GetPage(CrystalDecisions.Shared.PageRequestContext context = {CrystalDecisions.Shared.PageRequestContext}) + 0x6a9 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.ReportDocumentBase.GetPage(int pageN = 1) + 0x1a3 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.DocumentControl.ShowNthPage(int PageNumber = 1) + 0x79 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.DocumentControl.ShowFirstPage() + 0x48 bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.PageView.ShowFirstPageEx() + 0x1ec bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowReport() + 0xea bytes     
         CrystalDecisions.Windows.Forms.dll!CrystalDecisions.Windows.Forms.CrystalReportViewer.OnPaint(System.Windows.Forms.PaintEventArgs evtArgs = {ClipRectangle = {System.Drawing.Rectangle}}) + 0x182 bytes     
         System.Windows.Forms.dll!System.Windows.Forms.Control.PaintTransparentBackground(System.Windows.Forms.PaintEventArgs e, System.Drawing.Rectangle rectangle, System.Drawing.Region transparentRegion = {System.Drawing.Region}) + 0x16c bytes     
    Any ideas how to fix this?

    There is a good process for getting bugs fixed. However, you will have to provide a reliable way of reproducing the issue. E.g.; I can not go to R&D and ask that they fix a bug with a report that sometimes works and sometimes does not work.
    I suspect the best way to approach this, will be to actually see the report and try to determine what part of the report may be the issue. To be able to share the report, you will have to create a phone case here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    and discuss this at length with a support engineer.
    Ludek

  • Urgent!!Error in the front end when trying to view a report

    Hi All,
    I am getting this error when I am trying to view a report in the front-end.
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    Please let me know if you have any ideas.
    Thanks.
    Vinay Sai Konduru

    Have a look at your login crenditals in the Connection Pool.
    Regards
    John
    http://obiee101.blogspot.com/

  • Database error when trying to view Crystal Report from InfoView

    I am receiving the following error when I try to view or run a Crystal Report from the InfoView.  The report is based on an SAP InfoSet.
    "Failed to load database information."
    The report data can be refreshed with no trouble from within the Crystal Reports designer on my local machine, but the error occurs after it is published to the InfoView.  The same error appears when trying to import into Excel using LiveOffice.
    Server details:
    -Edge 3.1
    -Windows 2003 64-bit
    -SAP Integration kit installed
    Local Crystal Reports machine details:
    -Windows XP
    -SAP Integration kit installed
    -Crystal Reports 2008
    My steps to troubleshoot so far:
    -Checked Database Logon details in CMC for the report.  Username and password are entered correctly.
    -Cycled all CrystalReports background services off and on again from the CMC
    -Rebooted server
    Have I missed anything?  Any help would be appreciated.

    Hi,
    do you have any connectivity from your EDGE to the SAP System ? Like can you import roles or run a WebI ?
    Regards
    -Seb.

  • Getting NullPointerException when trying to view wsdl on browser.

    I have an enterprise application which is basically a spring web service.
    I have used "org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition" for dynamic wsdl generation.
    I use the following spring libraries spring ,
    spring-jpa.jar
    spring-oxm-1.5.8.jar
    spring-oxm-tiger-1.5.8.jar
    spring-web-2.5.jar
    spring-webmvc.jar
    spring-ws-1.5.8-all.jar
    spring-ws-core-1.5.8.jar
    spring-ws-core-tiger-1.5.8.jar
    spring-ws-security-1.5.8.jar
    spring-ws-support-1.5.8.jar
    spring-xml-1.5.8.jar
    spring.jar
    And I use xmlparserv2.jar as xml library. Because If I don't use this library I get "oracle.xml.jaxp.JXDocumentBuilderFactory not found" exception.
    Other xml libraries I use are: xercesImpl.jar, xml-apis.jar, XmlSchema-1.3.2.jar, xalan-2.7.0.jar, xdb.jar, xml.jar, xschema.jar
    The issue is, application is deployed in weblogic 10.3.2 on a linux box.
    Application is deployed fine, it is working fine. Request and response all are working as expected. But when I want to see wsdl, I am getting NullPointerException.
    Application is deployed in the url: http://localhost:7001/springws-example
    The exception I am getting is at the url: http://localhost:7001/springws-example/springws.wsdl
    where springws.wsdl would be the wsdl name, with which it could be accessed.
    This exception is occuring only on linux boxes. I have tested in two linux boxes, it behaves the same way.
    In windows I have weblogic 10.3.3 , where everything is working fine. Wsdl is loaded on browser and soap end point address is updated with correct hostname, port and context root.
    The exception I am getting is as follows,
    Exception
    java.lang.NullPointerException
    at oracle.xml.parser.v2.XMLDocument.getDocumentURI(XMLDocument.java:2114)
    at org.springframework.ws.transport.http.LastModifiedHelper.getLastModified(LastModifiedHelper.java:50)
    at org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter.getLastModified(WsdlDefinitionHandlerAdapter.java:113)
    at org.springframework.ws.transport.http.MessageDispatcherServlet.getLastModified(MessageDispatcherServlet.java:245)
    Has anyone come across this issue?
    Even if not, people having knowledge on linux and weblogic.. please help.
    Thanks in advance.
    Edited by: 851334 on Apr 11, 2011 4:07 AM

    How did you map your spring-ws servlet?
    <servlet>
            <servlet-name>spring-ws</servlet-name>
            <servlet-class>org.springframework.ws.transport.http.MessageDispatcherServlet</servlet-class>
    </servlet>
    <servlet-mapping>
            <servlet-name>spring-ws</servlet-name>
            <url-pattern>*.wsdl</url-pattern>
    </servlet-mapping>and what properties did you configure?
    <bean id="something" class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
        <property name="schema" ref="schema"/>
        <property name="portTypeName" value="MyPort"/>
        <property name="locationUri" value="http://localhost:7001/springws-example/service/"/>
        <property name="targetNamespace" value="http://middlewaremagic.com"/>
    </bean>In this case the WSDL could be reachable at http://localhost:7001/springws-example/service/something.wsdl

  • Get error when trying to publish crystal report to infoview

    Hi, Gurus,
    I got an error while trying to publish a Crystal report.
    The error message says: Fail to read data from report file C:\TEMP~crw{70BDE794-E283-4773-A259-BA810F3E1697}.rpt. Failed to read parameter object.
    I'm using a dynamic cascading parameter. The report runs fine in development enviornment.
    I'm using Crystal 2008 SP2 and XI3.1
    Thank you.
    Kiki

    There are several SAP NOTES (KB articles) on this error, have you tried searching Knowledge base ?
    Most likely it's due to the fact that you have a verson mismatch between CR 2008 and XI3.1.

  • HTTP Error 400 when trying to view a report

    We use MS Dynamics CRM 2013 SP 1 Rollup 2 on Windows Server 2012 and separate SQL Server 2012 on Windows Server 2012 as well.
    Only one user is affected by the issue. Other users with exactly the same Security Roles in CRM and Groups in Active Directory are not affected whatsoever. I've read that this issue may occur if the user is a member of too many groups in AD but in this case
    it's only 7 groups.
    This is the second time the issue occures with the same user. The first time it was resolved by deactivating/activating the user in AD. Not this time, unfortunatly.
    I have no more ideas what to try and where to look. Help would be greatly appreciated.

    Hi,
         Have you checked the DNS entry for this particular user? Few things you can try from following link:
    http://www.getnetgoing.com/HTTP-400.html
    Hope this helps.
    Minal Dahiya
    blog : http://minaldahiya.blogspot.com.au/
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • Error message when trying to view/print Crystal reports in B1

    I get the following Error message when trying to view/print crystal reports in SAP B1/Crystal Reports Integration Tool for SAP Business One:   
    " Could not load file or assembly 'Crystal Decisions Windows Forms, version=12.0.2000.0, Culture=neutral, Public Key Token=692fbea551e1304'  or one of its dependencies.  The system cannot find the file specified.  ????

    Hi
    Common issues for this :
    1. Once you install crystall add on ,you need to go to Crystal report Administration >Account setup .
    Put on the user name and password and click on creating ext tables
    Try then running the report .
    If not the case ,
    make sure you install runtime .
    You need :
    1.Crystal report basic from SAP download -(Not necessary if you want only report viewer >
    2.You need to have crystal integration addon (I think service pack is SP1)
    3.Make sure you have runtime install
    When you are installing ,make sure you restart your PC before you do or remove temporary file s
    Hope this solves your issue
    Bishal

  • When trying to view a pdf from IE10 I get a small square with an X and not the document.

    When trying to view a pdf from IE10 I get a small square with an X and not the document. I have removed reader completely from the control panel and reinstalled version 11.0.4. I have IE 10 10.0.9200.16721. Need assitance in getting Reader XI setup.

    Hi,
    We have heard few users having similar issue as yours and found out the problem for one of the users is this: http://support.microsoft.com/kb/2716529 .
    I was able to reporduce this problem(square with a 'X') by changing the TabProcGrowth registry entry to 0.
    This tool provided by Microsoft is for Win 8, to run this on Win 7 you can manually change the registry setting : please see " Let me fix it myself" in above url.
    Before running these steps please make sure yours indeed is the same problem.
    Please be very careful as some registry settings (not this one) can create serious problems on a Windows system including causing it to no longer boo
    Let me know how it goes.
    Thank You.

  • Why do i keep getting this message when trying to view a movie: The shared library "iCloud Purchases" is not accepting connections at this time. Please try again later.

    why do i keep getting this message when trying to view a movie: The shared library “iCloud Purchases” is not accepting connections at this time. Please try again later.

    Same issue. What are they doing?
    Macbook Pro Retina Yosemite 10.10.2

  • I get a 'blocked plug in' message when trying to view video. I have updated adobe flash, and have enabled

    I get a 'blocked plug-in' message when trying to view video, such as youtube. I have updated adobe flash, and have enabled plug-ins - still doesn't work.

    Hey reslosson,
    The article linked below provides more information about the blocked plug-in alert that you are seeing and will walk you through the process of changing the security settings in Safari. 
    Safari: "Manage Website Settings…" lets you enable the Java web plug-in website-by-website
    Cheers,
    -Jason

  • Keep getting msg safari unable to download file when trying to view MP4 videos?

    I keep receiving message 'safari unable to download file' when trying to view MP4 videos. Does anyone know why this could be? Only a recent issue. Thanks

    Try another browser as a test.
    Firefox

  • CE10 Enterprise error "Object Expected" when tyring to view a report.

    I'm getting an error when I try to view a report connecting to Crystal Enterprise that states "object Expected". 
    However I can schedule the report and see the results so the ONLY problem is trying to view the report.
    Now, I have searched these forums and I came across and thread with the title "CE10 - Automation server can't create object Error " and the person responding says "...Your solution might be in note #1216330".
    So how do I find that note in these forums?
    I really need to get this issue resolved.

    Hi Debbie,
    The note means the SAP note (Knowledge based article)
    You can access the SAP note by going to the Service Market Place (SMP) by using the below link
    http://www.service.sap.com
    Click on the SAP note search and put in the above number to search the note.
    In case you are not able to get it below is the content of the same note.
    1216330 - Err Msg: "...Automation Server can't create object." when launching ePortfolio
    Symptom
    In Crystal Enterprise (CE) 8.5 or 9 when ePortfolio is clicked on the Crystal Enterprise Launchpad, the following error occurs:
    "There was an error retrieving data from the server: Automation Server can't create object."
    Why does this error occur and how can it be resolved?
    Resolution
    This error occurs if a Hot Fix is installed under a user account that does not have sufficient rights to correctly install it. If this occurs, Enterpriseframework.dll is not registered with the operating system and Sessionmanager.dll is not loaded correctly.
    To resolve this error message, do one of the following things:
    " Log on to the CE server using the local administrator account and run the Hot Fix executable again.
    - OR -
    " Reregister Enterpriseframework.dll
    To do this:
    1. Log on to the CE server with the local administrator account.
    2. Open Microsoft Windows Explorer and navigate to C:\Program Files\Crystal Decisions\Enterprise 9\win32_x86. Leave Windows Explorer open while performing the rest of this procedure.
    3. Click 'Start', and then click 'Run'. The 'Run' dialog box appears.
    4. In the 'Open' field, type "REGSVR32". Do not click 'OK' yet.
    5. Drag Enterpriseframework.dll from the Windows Explorer window into the 'Open' field of the 'Run' dialog box behind REGSVR32.
    You will see the following after you drag the DLL into the 'Open' field:
    REGSVR32 "C:\Program Files\Crystal Decisions\Enterprise9\win32_x86\
    Enterpriseframework.dll"
    6. Click 'OK'.
    The following confirmation appears:
    "DLLRegisterServer in C:\Program Files\Crystal Decisions\Enterprise 9\win32_x86\Enterpriseframework.dll succeeded."
    Now you can successfully launch ePortfolio from the Crystal Enterprise Launchpad.
    Keywords
    LAUNCH PAD OPEN LOG ON LOGON LOGIN LOG IN Crystal Enterprise ePortfolio User Rights , c2013852
    Regards,
    Aditya Joshi

  • Error when trying to open a report

    Hello,
    We have installed Oracle Discoverer Desktop on a Windows Vista 32bit following the documents from the oracle support page.
    We are able to connect to the database and see all available report but we get a "Program has stopped responding" message when trying to open certain reports.
    For other reports it works great.
    Do we need to check something in our windows ? Change something in the Discoverer install or in Windows ?
    Please advice.
    Thank you and regards,
    Sorin Miroiu

    We are running a 10.2.0.4.0 Database on a Red Hat Linux 3.2.3-47
    cat /proc/version
    Linux version 2.4.21-27.ELsmp ([email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)) #1 SMP Wed Dec 1 21:59:02 EST 2004
    The discoverer version is 10g.
    There is nothing special to those reports we can't open. We aren't able to open them just on Windows Vista. They open just fine on a Windows XP.
    Also Discoverer Administrator is working OK on the Windows Vista machine.
    Is there an Oracle bug listed for this issue ?
    Thank you and regards,
    Sorin Miroiu

  • ERROR (0×0107, 0×0000) WHEN TRYING TO VIEW A VM CONSOLE

    Hi,
    Getting error (0×0107, 0×0000) when trying to view  vm console via vmm installed on a machine registered to different domain.
    When tried  to connect to the VM it will be asked to authenticate against the host and then we will see a warning about an un trusted certificate
    and once we click OK we will receive the (0×0107, 0×0000) message.
    Tried importing certificate of the hosts to the Trusted Root still seeing the same error. Can anyone please help?

    Hi sathish777,
    Because each domain has its secure boundary ,domain trust is needed for comunication between different domain .
    As a workaround , you may try to logon the "client" locally to be a workgroup machine then use hvremote.swf to manage the hyper-v server remotely :
    https://code.msdn.microsoft.com/Hyper-V-Remote-Management-26d127c6
    Best Regards
    Elton Ji
    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.

Maybe you are looking for

  • Help needed using content and structure functionality

    Several times now I have had users who wanted to move libraries or lists, etc. from one place within a site collection to another. The problem is that often, when they go into content and structure, select their source, the only action that appears i

  • No Price List Line Item in Price List detail page

    Hi I just started with Oracle ON Demand so my question my look silly but I couldn't find solution myself and I have to ask. When I created Price List and Product now it is time to connect one to another. But, when I went into Price List list page, cl

  • Why does plugin-container.exe so often crash when closing PDF files?

    When I load multiple PDFs in Firefox to check their content for errors one by one, closing one PDF tab to reveal another PDF tab very often causes plugin-container.exe to crash, which means I have to reload each remaining PDF tab to view the remainin

  • Fast Entry Screen for infotype

    Dear Freinds,               I want to have Fast entry for infotype 0008 . Could any one let me know whether Fast entry is possible for 0008. I can see there is fast entry for 0014 and 0015. If possible for infotype 008 can you please let me know how

  • Scroll Pane Dreamweaver 8

    Just wanted to know how can we add a scroll pane in Dream weaver 8. Any other way we can avoid a vertical scroll for the content, and by freezing its size at 1024 by 768 and a scroll pane inside the same. San