9iDS Release 2 Report Designer Crashes

I have had numerous crashes over the past few weeks using this tool. As a background, I now have about 25 reports. Sometimes, I go into each one and "tweak" the report to change parameter sizes, layout, footer, etc. I "hand" edit some of these because I never seem to be able to re-load the template without some error. I don't know the tool very well, but, it's got a lot of great features. If it didn't crash or hang, numerous times, it would be great. One morning, recently, I was trying to update all the reports (22 of them) and print a sample page for my customer. I was ensuring the logo was the right one, the page footer was right, etc. I recieved no less than 10 crashes, forcing a restart of the tool each time. Needless to say, I wasted a lot of time doing that and wasn't able to go through all 22 reports I am running under Windows 2000 SP2 (and also under Windows XP Pro, SP1). This is both before and after applying 9.0.2.0.4 patch. Note, now that I know how to create templates, the logo, footer, etc issues are really not the problem, rather the crashes.
Sorry for the long list here in one message, but it seems to be large pattern and can be frustrating at times.
Template "Reapplication" issues:
1) Reapplying self-made template after only changing font and font size in template to make it smaller: I get a "No column is selected in group 'my group name'. Each report produces a different result, but that's the error message -- actually, I just tested this again. I don't even have to try to open re-apply the template specifically. I open the report wizard and click finish and get this, no matter what I do in the wizard. Is that the only way to reapply the template (especially, since I only want to get the font changes and color changes).
2) Clicking OK to the above error OFTEN (most of the time), produces "Instruction at 0x64e39295 referenced memory at 0x8b501045. The memory could not be read. In some cases, this happens after I select cancel in the reports wizard, when I received the error #1 above.
Because I don't understand problem #1 very well and because I frequently receive error #2, I end up opening the "old" report, copying the SQL query, closing the "old" report and generating a new report, using the template and then re-sizing the columns of the report. If someone could help with #1, that would be most helpful. That may or may not prevent the errors below. Most of my reports are "paper and web layout" and "group left" with 2 or 3 levels of groups, if that makes a difference. Also, all of my queries have lexical parameter "where_clause", allowing dynamic augmenting of where_clause.
3) The pattern of operations is: open old report, Grab SQL, close old report, generate new report via reports wizard, make report look right (fix column widths, make count columns right justified and displayed with "0,0" formatting, insert bookmarks, update user_parameter where_clause (see below) to be 4,000 characters). Save as and pick old name, when complete, save report, close report and open next report. I get through 2, 3 or 4 reports and then I get a crash. There are a two errors that I consistently see:
a) During open of report: XML Parser failure, then the crash
b) Unable to load string resource, then crash.
c) During close of report, The instruction at 0x64af3d4f referenced memory at 0x00001f55. The memory could not be read.
4) the template has user parameter defined "where_clause" 4,000 characters. I thought the template would supply that, but every time the reports wizard takes my query with the &where_clause, it resets the parameter size to 40 characters. I think that's because I'm seeing the message: Note: the query Q_1 has created the lexical parameter(s) 'where_clause', and I think that's overriding my template because at this point in the wizard I haven't even picked my template.
5) Alt-tabbing away from Reports back and forth (while creating this message, in fact), I have received the following twice while in reports wizard, after getting the exact text of the lexical parameter dialog mentioned above. The error: "The instruction 0x65134268 referenced memory at 0x00000044. The memory could not be read.
I hope these issues will be resolved in the near future. This is a great reporting tool, but with these kinds of errors, it's frustrating to use.
Regards,
Jeff

Hi Jeff,
Issue #1 occurs because of the report wizard. When you need to make a change, not the entire report, you should not use the wizard, use the Layout editor instead, in your case you can open the report design in the layout editor to change the font size/color of the fields then run the report and save it.
The wizard, when invoked, will start the whole new report design and expect new selections for the design, in your case, it expects you to select the fields to be displayed in the group(s) again, that is why you got the error, and I belive this error is the cause to other errors. You can test to see in the wizard, after you apply the new template don't click Finish yet, but go to the Group and Field tabs you will see . Even after you select the fields for the group when you run you will see that the report has new layout which looks completely different from the previous layout.
Good luck.

Similar Messages

  • Viewing Report created in Crystal Report Designer

    <p>Hi,</p><p>I&#39;m new to CR4E and tries to work with existing report. I saw many error while trying this, please excuse me to the long email below that I explain all the errors I saw......</p><p>I have some reports that were created in Crystal Report Designer (CR XI Release 2) connecting to the Oracle Database using "Oracle Server" type connection. How can I access it from CR4E? I have the following problem (in the order I see them)</p><p>1) In the Eclipse&#39;s JSP page, I specified the full path to the report, but I get a report not found error. Must the report locate within the project? Is there any way we can open a report outside of the project?</p><p>2) I copied the report to the project, </p><p>    a) followed jrc_print_report example to print the report, get "JNDI name not found" error. </p><p>    b) then generate a viewer page, but I get the Driver "crdb_oracle.dll" is not supported error.</p><p>3) I setup the new JNDI followed the jrc_changedatasource.jsp example to change the datasource, but I still get the "JNDI name not found" error.</p><p>4) I imported the report intoEclipse and changed the connection. Then I can create a jsp page to print it to a printer (I still can&#39;t view it, but my goal is to print, so that&#39;s ok). However, </p><p>    a) the original report has a "Command" object from the Oracle database to control where to select the report&#39;s data, when I remap, this object disappear and I cannot see how to recreate it. Any suggestion?</p><p>    b) also, the report is very complex with many subreports and it will be nightmare to go in and change all of the datasource, also a maintenance nightmare to maintain two copies. Any better suggestions?</p><p>Thank you very much! Your help is very appreciated.</p><p>Celia</p>

    Hi Celia
    1. Yes the Java Reporting Component (JRC) which is the runtime component of the Crystal Reports for Eclipse can open reports outside the project.  Its often better to have the reports inside the project for deployment purposes but you are welcome to put the report where ever you need it.Â
    Note: To use absolute paths, ensure that the CRConfig.xml file does not contain a reportlocation tag.
    2. The JRC can't report off of Oracle directly, you would need to use a JDBC driver to connect your reports to Oracle. The crdb_oracle.dll will never connect because its not Java.Â
    3. When the JRC finds that the report is not using a supported database driver it will do a lookup to find the name of the report datasource. When it finds the datasource name it will then do a JNDI lookup for a JDBC datasource with the same name. If your Application server doesn't have a datasource with that name it will through the error you were seeing.Â
    4. I'm not sure about losing the Command object when changing the datasource but this is probably happening because the Command is linked to the database driver.
    5. What you could try doing is creating a JDBC Datasource on your application server where this app will run with a JNDI name that matches your report datasource name. If your reports datasource name is "MyOracleDatasource" then I believe the JNDI name for new JDBC Datasource would have to be "jdbc/MyOracleDatasource".
    You could give this a try.
    Rob Horne
    http://diamond.businessobjects.com/blog/10

  • Latest Front-End Support pack - Report Designer

    Hi,
    We are having some formating related issues in Report Designer in some of the Finance reports. I believe this is because of missing latest Support Packs or Patches front end.... for example, in report designer we unable to see the settings in the property window (on left) to display column headings on each page.
    We are on front-end pack: BI Add-on 7.10, Support Pack 5, Revision 529.
    Back-end: Support Pack 16.
    Is this the latest one (for Front-end)?
    If not, can you please let me know what is the latest support pack/patches available?
    Thanks. 
    Samay
    Edited by: Samay Mehta on Jun 11, 2008 10:28 PM

    service.sap.com/swdc
    Support packages and patches>Entry by application group>
    Support Packages and Patches"> SAP Frontend Components"> SAP GUI FOR WINDOWS" >SAP GUI FOR WINDOWS 6.40>win32
    also check
    Using the BI 7.x Add-On for SAP GUI 7.10 - Requirements
    hope this helps.
    In general, the frontend patches are released at the same time as backend patches...
    Therefore,usually
    FEP9 is released with SPS9.
    FEP10 is released with SPS10.
    FEP11 is released with SPS11
    FEP16 is released with SPS16
    Hope it Helps
    Chetan
    @CP..

  • Report Designer Control - Redistribution Issue

    Hi:
    I use Report Designer Control(RDC) in my program to allow user to modify reports.  I made a build and installed the build but when I try to access report designer from program I am getting the error about license. 
    "This system does not have a valid license, or the evaluation  copy of the license has expired. Please contact Business Objects to obtain a Report Design Control license."
    I do have valid KeyCode for RDC and i am supplying the same for the merge module too.
    My Development Environment
    Operating System            :     Windows XP (SP 2)
    IDE                                 :     VS 2005 Professional
    Crystal Reports                :      XI Release 2 Developer
    Deployment Software        :      InstallShield 12 Premier
    Can anyone please tell me why I am getting above message, I can able to distribute Report Designer Control with Crystal Reports 9 version without any problems, but it is not working with Crystal Reports XI.
    Thanks in Advance,
    Sriram.

    Hello,
    The Report Designer Component (RDC) was never designed to work in Visual Studios .NET.  This is because the RDC is an ActiveX COM component and Microsoft has been moving away from ActiveX.
    It is also my experience that RCAPI applications - "to allow user to modify reports" - will not work in a Visual Studios application.
    It is possible you're getting your error if you had an original CR XI (v11.0) keycode and upgraded to CR XI R2 (v11.5).  Original CR XI (v11.0) keycodes will not work. CR XI (v11.0) keycodes do not "unlock" RCAPI functionality in CR XI R2 (v11.5).  If you upgraded from CR XI (v11.0) to CR XI R2 (v11.5) you likely have an original CR XI (v11.0) keycode.  You will need to get a new CR XI R2 keycode from Business Objects.  You can contact the Customer Care team by email - customercareamericas @ businessobjects.com (rebuild the email address) - or by phone - 800-877-2340, option 5.  If they need additional information you can ask them to contact me.  I'm on the Developer Support team and they should be able to contact me internally.
    If you have an original CR XI R2 (v11.5) keycode please make sure to update to at least Service Pack 2 and download updated RDC merge modules from the [Business Objects Software Download Page|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm].
    Please remember that even if you get a new, original CR XI R2 keycode, and/or update your merge modules  you may still not be able to get your VS2005 RCAPI RDC application working.
    Sincerely,
    Dan Kelleher

  • Report designer - inserting problem

    hi,
    we want to use report designer for formatting reports. When we insert
    query to report then following error occurs: internal error
    ID: E-CREATEFROMQUERY and message: reference to object is not set to
    instance of the object. When I go through this errors and execute
    this report to web I get this error: Web Item Report error: Tag "band"
    with name "footer1": Tag "keyfigure": Nested tag "y" must not
    be empty. Have you any solution for this problem?
    Thanx

    Hi,
    I mean frontend SP 12 (is already released). You can stay on your SPS in ABAP, Java. Frontend is compatible with older backend.
    Regards, Karol

  • BI 7.0 Bex Report Designer

    Hello All
    I would like to know if anyone has any insight into the features of the "Bex Report Designer" scheduled to come as part of BI 7.0
    Regards
    Rakesh

    I suggest you look into the document that was released as part of upcoming features of BW7.0
    The design seems exciting but till we have atleast a sneak peek or an eval version no one can say...
    SAP any comments on when we can expect an Eval or a Sneak Peek other than PDFs ?
    Arun

  • Main Query modification result Report builder crash [Solved]

    Hi,
    I want to modify main Query of report builder because (it shows two columns which are not generated by query and when I run report it raises error that columns not found) but when I modify the query it result in report builder crash, plz give me any solution, I had experience same issue a month ago and I created new query with all formula columns but this time I have too much CF and CP columns is there any way to drop it from one group to another.
    Thanks and Regards, Khawar.
    Details:
    OS windows XP/2000
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Oracle Procedure Builder 10.1.2.0.2
    Oracle ORACLE PL/SQL V10.1.0.4.2 - Production
    Oracle CORE     10.1.0.4.0     Production
    Oracle Tools Integration Services 10.1.2.0.2
    Oracle Tools Common Area 10.1.2.0.2
    Oracle Toolkit 2 for Windows 32-bit platforms 10.1.2.0.2
    Resource Object Store 10.1.2.0.2
    Oracle Help 10.1.2.0.2
    Oracle Sqlmgr 10.1.2.0.2
    Oracle Query Builder 10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 10.1.2.0.2
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    Oracle Virtual Graphics System 10.1.2.0.2
    Oracle Image 10.1.2.0.2
    Oracle Multimedia Widget 10.1.2.0.2
    Oracle Tools GUI Utilities 10.1.2.0.2
    Message was edited by:
    S. Khawar

    Hi,
    I saved the report in JSP format and did the required change and it works great.
    Regards, Khawar.

  • Report designer requirement

    hi,
    in query data is displaying in this way
    matno     salesno       matquan        price
    m001        s001             10             1000
        -                s002             11             2000
        -                s003             12             3000
         -                s004             16             4000
    this requirement i am achieving by clicking on check box
    <b>'hide repaeted key values'</b>
    but in report designer level i am getting
    matno     salesno       matquan        price
    m001        s001             10             1000
    m001        s002             11             2000
    m001        s003             12             3000
    m001        s004             16             4000
    i want the same output which i am getting in query designer
    but i didnt find any option like <b>'hide repeated key values'</b>
    in the report designer level i want to know is it possible?
    or i will be possible in future release?

    can any expert or moderator tell me how to proceed further
    regards
    vishal

  • Can't merge cells in Report Designer

    Hi!
    I use Report Designer.
    I have 3 rows and 5 columns in the Header/Footer.
    I can't merge cells, for example cells from 2nd row, 2-4th columns.
    I need this format:
    AAA | BBB | DDD | EEE | FFF
    ssss | ffffffffffffffffffffffffffffffffff | gggg
    aaaaa| nnnn | mmm | kkk
    What can I do?

    Hi,
        Actually you can merge the Cells in Header and Footer. Just that, I think you have older version of the Report Designer.
    In 7.10 GUI Release there is now an option to Merge and Unmerge Cells in Header and Footer.
    Please check the Report Designer Version from HELP about. It should be atleast 7.1 with Front End Patch level 5 and Above.
    I have the same Issue. My Version of RD which is for Release 2004s it does not work but on another machine with GUI 7.1 it works so check that out.
    Hope it helps.

  • How to merge cells in report designer

    Hello BW Experts,
    How to merge cells in report designer.
    Thanks in advance
    BWer

    Hi BWer,
    I had to check for some details from Development.
    You also need to have FEP 14 for the BI 7.x tools on SAP GUI 6.40, which was just released on Friday. You can find it at service.sap.com/swdc. In the format menu, you will now see a "Link Cells" option.
    With the link cells option, you cannot merge across row patterns. That means that you will probably have to make some changes to your report before you can merge the cells, based on what you described.
    I imagine that you started out with a report section something like the following (dashes added for formatting purposes):
    G0 Header ...
    G1 Header -
    Controlling Area
    Detail -
    Func Area
    And then moved controlling area to the right to the same column as functional area:
    G0 Header ...
    G1 Header -
    Controlling Area
    Detail -
    Func Area
    Resulting in an output that would look like:
    CA1000
    FA ABCA
    FA ABCB
    FA ABCC
    CA2000
    FA ABCA
    FA ABCB
    FA ABCC
    As shown above, these cells cannot be merged because they cross row patterns. You would instead need to move the controlling area member down to the same row as functional area:
    G0 Header ...
    G1 Header      
    Detail -
    Controlling Area    Func Area
    You can now merge these cells, resulting in an output that would look like the following:
    CA1000 FA ABCA
    CA1000 FA ABCB
    CA1000 FA ABCC
    CA2000 FA ABCA
    CA2000 FA ABCB
    CA2000 FA ABCC
    To merge the cells, you would simply highligh both cells with your cursor and then select the option from the menu.
    Regards,
    Katie

  • Embeddable Report Designer Control with Windows 7

    I have a couple of questions.
    I am using Crystal Report XI in both Vb6 and VS2005. I am using the COM controls in both. The CRViewer and the Embeddable Report Designer Control. This has been working in XP fine. Not so good in Vista or Windows 7. I am upgrading to Crystal Reports XI R2 Sp6. For viewing reports in VB6 and VS2005 this working fine.
    I know that the Embeddable designer no longer exists in future Crystal Report versions or in the .net versions.
    In VS2005 the Embeddable Report Designer Control does not work in windows 7.
    Is there anything new that needs to be in the code then in the previous versions? What do I need to do to make the Embeddable Report Designer Control work with windows 7 correctly?
    Also I will need the merge modules for Crystal Reports XI R2 Sp6 for both the .net and RDC. Are they avalible?
    I need to be able to modify reports within the application. My clients have to be able modify existing reports to match state and federal laws and rules.

    Crystal Reports XI R2 Sp6 supports WIN 7, so it should work, though as far as I am concerned, the Embeddable Report Designer Control was always flaky. Also, it may be possible (perhaps even likely) that the RDC components were not tested by QA on WIN 7.
    What is the actual issue you are seeing? (errors, behavior, etc.)
    Are you seeing the issue on a development computer or after you deploy the runtime? I am assuming this is your dev box as you are asking about CR XI SP6 msm files, but I have to be sure.
    If at all possible, do not use the RDC in .NET. The RDC was never tested in .NET and thus is not supported. It may work, but using the Embeddable Report Designer Control in .NET gives me the creeps...
    See if you can get this to work in VB 6 first. If not, you at least have an escalation path for a fix. You do not have an escalation path with RDC in .NET. Please note that if a fix is accepted by R&D, the usual time frame for release of a fix is 6+ months.
    For the future, you will have to look into using the RAS report creation APIs in .NET. This will give you similar report creation abilities at runtime as the Embeddable Report Designer.
    Ludek

  • 9iDS Release 2 - what and when

    I read all this marketing hype with Forms/Reports 9 but the
    inference is that they are in a 9iDS Release 2. When will this
    be available and what exactly will it give me over ver 1.0.2.4
    (May-01).
    I have the same problem with 9iAS Release 2 - what components
    does it actually have. Trying to get an answer to that also.

    hello,
    check out
    http://otn.oracle.com/products/ias/content.html
    for further info !
    regards,
    the oracle reports team

  • Crystal Reports XI crashes says "Crystal Reports has stopped working"

    I'm on Crystal Reports Xi release 2 sp2, with windows 7, I also have visual studio 2008 installed.
    When I try to add any fields or objects to a report in crystal reports it crashes and throws up a windows generic error message that says "Crystal Reports has stopped working"  There is no additional error information besides that...  I've tried a number of fixes, too many to list here, but no go, and apparently calling for tech support requires me to pay more money! ack.  We've already paid for the product, I just want to use it..
    Does this version of crystal reports even work on windows 7?  if I could get a straight answer on that it would be a start anyway...
    Sorry to be snippy, I'm just frustrated!!!

    Upgrading to SP6 solved the issue.  I originally thought sp4 was the newest because of this page: http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp
    which is out of date...
    Thanks for the quick fix.

  • CR Pro XI Designer crashed on start with Exception 340

    Post Author: mage
    CA Forum: General
    Hello,i have installed CR Proffessional XI.On start of the Crystal Reports designer or open a report file on Windows Explorer the crw32.exe crashed with an exception 340.I have installed the old Version CR 8 (it runs) and Visual Studio 2005 Proffessional on Windows XP.anyone help ? 

    There is no update fix. To use Universal Binaries required a COMPLETE replacement of the entire Final Cut Studio. There will be no downloadable fix...
    Command: Motion
    Path: /Applications/Motion.app/Contents/MacOS/Motion
    Parent: WindowServer [54]
    Rosetta: Yes
    As to whether the non-universal binary nature of 2.0 is what is causing your problem, the line Rosetta: Yes is all you need to see. Motion will not run under Rosetta.
    Patrick

  • Reports Builder Crashes in XP Pro.

    I have Oracle Developer Suite 9i on Windows XP, Oracle Database Server 9i in Windows 2000 Server.
    Oracle Designer and Oracle Forms Runs nicely, but Oracle reports builder crashes when I connect to database and when run the assistant for reports.
    Anyone knows why?
    Thanks a lot...

    Javier,
    Not sure what you mean by run the assistant for reports.
    Reports builder works fine in XP
    Thanks
    Rajesh

Maybe you are looking for