Crystal Reports 2008 - IsNull Problem

Hello all. Hope this is the correct forum for this. I have searched but not not find it previously reported.
Or users can amend existing reports, which are maintained and executed by a VB.NET 2005 program.
We have discovered an issue in  using Crystal 2008. Some selection formulas that worked fine in Crystal XI donu2019t seem to work in Crystal 2008.
The issue that we have found is mainly with the ISNULL function. A report has the function
Not Isnull({EeAEOs.AEOID})
But when it our code gets the formula from the report the Not part is removed thus producing incorrect results.
The syntax
Isnull({EeAEOs.AEOID})=false
works fine
The relevant dll version is
CrystalDecisions.CrystalReports.Engine.dll
File Version 12.0.2000.549

Hello Tom
I dont really have experience of running reports from VB but i know that in CR 2008 parameters can be tested with hasvalue
eg
if hasvalue(({EeAEOs.AEOID}) then
or
if not hasvalue(({EeAEOs.AEOID}) then
It may be that these come into play, but i am fairly certain that you would also need to set the parameter as an Optional parameter to invoke the hasvalue property
I hope this helps you somehow (probably not the answer but...)
Best regards
Patrick

Similar Messages

  • Crystal Reports 2008 Some problems

    I'm facing few problems with Crystal Reports 2008 :
    1. When you desing a reports that have its page height greater than its width the reports force you to use a Landscape even if you select portrait. this cause problem on most dotmatrix printers as they prints Landscape pages Veritically.
    2. When you design a reports with paper sise A4 and set it to Landscape you cannot drow a box or line that can be longer than the page width or even move it to the right edge or the report.
    3. When you double click on a report to open it with Crystal reports 2008 it bacame busy and you have to Switch to Crystal reports 2 or 3 times before it open the report.
    Thanks

    Hi
    This is with reference to your first query:
    Printing issues usually depend on the printer drivers; so would suggest you to update the driver to the latest version; For more information related to the Printer.
    http://help.sap.com/businessobject/product_guides/cr2008/en/xir3_cr_usergde_en.pdf.
    The issue occurs when width(Horizontal) is greater than height(Vertical).
    then it takes the page orientation as Landscape automatically however with Crystal Report Base version it gives the desired output.
    Hope this informationis helful to you.
    Regards
    Asha.

  • Crystal Reports 2008 - startswith problem

    Hi,
    I'm encountering a problem with the "startswith" function.
    We have an application that is capable to run custom made reports by our users.
    One of this reports has used the record selection formulas to filter out some data. And here is where the fun starts. When we open the report with our application (VB.Net 1.1) it works fine.
    Meaning that when we leave some parameters empty, he doesn't take those for the filter.
    Now when we open the same report under our newer application (VB.Net 2.0) without changing any code (to fill in the parameters etc.), it doesn't work anymore.
    Here is the formula that is used in the record selection:
    {Command.breedtecode} startswith {?breedte} and
    {Command.lokatie} startswith {?lokatie} and
    {Command.stocktype} startswith {?stocktype} and
    {Command.materiaalgroep} startswith {?materiaalgroep} and
    {Command.kwaliteitscode} startswith {?kwaliteit} and
    {Command.kleur} startswith {?kleur} and
    {Command.conformiteit} startswith {?conformiteit}
    The user told me he had used startswith, because the parameters are optional.
    The other thing is, that if i run the report in the designer, it works fine.
    Is it possible that there is a change in filling in parameters between 1.1 and 2.0?
    Any help would be most appreciated.
    Grtz Tsjelle

    Hi there,
    Here's the information:
    The working application in 1.1 is:
    VS2003 --> v 7.1.6030
    .NET Framework 1.1 --> v 1.1.4322 SP1
    The not working application in 2.0 is:
    VS2008 --> v 9.0.21022.8 RTM
    .Net Framework 3.5 (no extra version info found)
    It's a windows application.
    It's a development issue.
    We're now working with CR Developer 2008, v 12.0.0.549 and the product type is the Full Version.
    Grtz Tsjelle

  • Crystal Reports 2008 weird problem?

    Hi,
    i'm using CR2008 on a Windows 2008 server 64-bit. I installed the necessary MSI (cr121). When I use CR for normal printing it works great.
    But im getting an error when i want to print barcodes. I'm using Azalea barcode for printing. When i test it on my development machine, it works. When i try to print on the server, i'm getting the error that i have to install the correct CRRedist version. Or when installed on a client which connects to the server, i will get the following error :
    Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbda5521f1304' or one of its dependencies. The system cannot find the file specified.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value HKLM\Software\Microsoft\Fusion!EnableLog (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value HKLM\Software\Microsoft\Fusion!EnableLog.
    I used the Azalea dll and the Azalea dll what is shipped with CR2008
    I'm now searching for an answer the last days.
    Please, who can help me with this problem?
    Regards
    Christian

    Your dev machine is 32bit or 64? I am not master in this but maybe there is a different version file in the downloads section which you might have to use?
    As I said I don't have much knowledge about this however I would check the download section and see if I can find any downloadable file which works with 64bit.
    Regards
    Jehanzeb

  • Crystal Report 2008 export to text problem

    Hello,
    I am using Crystal Reports 2008 for generating reports in our WPF application. In this application, we are exporting the report to txt file on a button click. Now the application contains a form called u2018Print Manageru2019, through which the user can print the exported report(text files). Now the issue, when we try to the any of the exported report file through the application, the printer leaves alternate blank pages. The printer used in this case is DOT MATRIX EPSON LQ-1150II ESC/P2. We even tried printing the text file on HP Laser jet 4600, but the same issue is faced.
    Also, please note that when I try to read the exported txt file, a formfeed(u2018\fu2019 page break) character  can be seen  at the place where the printer leaves a blank page. Hence, my concern is, Is there any property of crystal report that I am missing on or is this a printer driver issue? But if it would have been a driver issue, then changing the printer might have solved the issue.
    I also  tried  doing u2018Keep Togetheru2019 property = false of all the sections of the report. Also, I found that the u2018New Page Afteru2019 property = true and disabled for the u2018Page Footeru2019 section. So I set u2018New Page Afteru2019 property = false programmatically as
    rdTest.ReportDefinition.Sections["Section5"].SectionFormat.EnableNewPageAfter = false;
    but no luck.
    If anyone has faced similar problem or have any clues, please help!
    Any kind of help in solving this issue will be highly appreciated.
    Thanks in anticipation!

    Good morning.
    We've got something to get straight first
    When you say "...from the Report Viewer. The report printed as expected on HP printer...", do you mean the viewer of the .NET app, or the viewer of the CR designer?
    And version 12.0.0.683, is very old (well as far as CR is concerned anyhow   ). That version is SP 1, we are now on SP 2. So that will be the place to start. Get to SP 2 which can be downloaded from here;
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    Ludek

  • Problem in Crystal Report 2008 selectionFormula

    Post Author: saro_j
    CA Forum: Crystal Reports
    Hi,
    I am having a strange problem in Crystal report 2008. Earlier I was using VS 2005 Crystal report. Then we purchased Crystal report 2008.
    When I open the VS 2005 projects it asks the reports to convert into Crystal report 2008. I did that.
    Earlier I was using the following syntax for passing the date as selectionFormula
    Dim selectionFormula As String = "{tblClient.Name} = '" & ddlClient.SelectedItem.Text & "' and {TBILL_File_Format.Week Ending Date} = #" _& Convert.ToDateTime(DtCtrlProDateFrom.DateTimeValue) & "#u201D WeeklyReportByClientNameReport.DataDefinition.RecordSelectionFormula = selectionFormula
    But now when I run this same it says
    This field name is not known. Details: errorkind Error in the file rptWeeklyReport.rpt: Error in formula Record_selection: 
    u2018{tblClient.Name} = 'ABC10' and "{TBILL_File_Format.Week Ending Date} = #04/20/2008#u2019 This field name is not known. Details: errorkind
    I have no idea about this
    Even If I tried to pass as follows
    selectionFormula = "{TBILL_File_Format.Week Ending Date} = DateTime (2008, 04, 25, 00, 00, 00) and {TBILL_File_Format.Client Code} = 'ABC10' "
    I couldnu2019t see any record on the report except Grouptree of the report. If I export the report it has all the data as I expected.
    Please help me out on this regards.
    Thanks in advance
    Saravanan

    Post Author: jehanzeb
    CA Forum: Crystal Reports
    Hello,
    I use CR2008 and VS2005, it never asked me to convert the file into VS2005. What do you mean by VS 2005 asked you to convert the file? Did you make the file in CR2008 and then imported it into VS2005 as a Report Document?
    I usually create a report on CR2008 and then move that report (copy) to the same folder as VS project folder, then from there I create a new Report Doc in VS and open the file.
    As you mentioned when you export the report it works fine but when you run it it gives errors. I think it is because of the import of the report. Look at the error message as it says the field name is not known, I suspect it is not connected/imported properly.
    "This field name is not known. Details: errorkind Error in the file rptWeeklyReport.rpt: Error in formula Record_selection: 
    u2018{tblClient.Name} = 'ABC10' and "{TBILL_File_Format.Week Ending Date} = #04/20/2008#u2019 This field name is not known. Details: errorkind"
    I think it is becasue of the import of the report or could be becasue you didnt save the report with an option of "save report data". Check your report and reimport it. might fix the problem:D

  • Problem with keydecoder.dll in Crystal Reports 2008 Trial Version

    Hello,
    My company is interested in purchasing Crystal Reports 2008 and has asked me to download and try the trial version.  However, I have been running into a keydecoder.dll problem.  Setup was smooth and here are the details:
    Problem message:
    "Crystal Reports: Application Error Couldn't load keydecoder.dll"
    I have Windows Vista and I have already configured all permissions and administrative rights to the problem to full control.  I have also attempted to drag the keydecoder.dll application extension out of win32_x86 to the file folder crystal reports 2008.  I have also already attempted to reinstall and making a new program file location named 'Crystal Reports 2008'. 
    I'm running out of ideas and would appreciate some help.  Thank you

    Hi Key,
    I have found a business objects Note 1198801.
    Please have a look to it.
    We can find Business objects Note/KBase from here
    [https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_ossnotes&query=&adv=true#]
    For your reference have a look to content of that Note:-
    1198801 - Error: "Crystal Reports: Application Error - Couldn't load the keydecoder.dll" when attempting to start Crystal Reports XI
    Symptom
    When attempting to start Crystal Reports XI, the following error message appears:
    "Crystal Reports: Application Error - Couldn't load the keydecoder.dll".
    Cause :
    The error message occurs because the CommonFiles entry has the wrong path in the registry.
    Resolution :
    CAUTION The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk. It is strongly recommended that you make a backup copy of the registry files before you edit the registry. For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    To resolve the error message
    Click Start > Run. The Run dialog box appears.
    Type "regedit" in the Open: text field. Click OK. The Registry Editor appears.
    Navigate to the following key: HKEY_LOCLAL_MACHINESOFTWAREBusiness ObjectsSuite 11.5Crystal Reports.
    Double-click the CommonFiles string. The Edit String dialog box appears.
    Ensure that the path points to the location of <installation directory>Common3.5 in.
    For example, the default location is the following: C:Program FilesBusiness ObjectsCommon3.5 in.
    Edit the path as necessary.
    Click OK. Close the Registry Editor.
    Crystal Reports starts successfully.
    Hope that helps!!
    Regards,
    Shweta

  • Landscape Problems with Crystal Reports 2008 SP3

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

  • Probleming Installing Crystal Reports 2008 Service Pack 1 to Vista 64bit OS

    Hi There,
    Whenever I attempt to install SP1 to Crystal Reports 2008 I am unable to get past the disk space check.  It just continues to display the message below.
    "please wait while the installer finishes determining your disk space". 
    I found this to be an issue on the 64bit OS only because I can install to Vista 32bit no problem. 
    Please help.
    Thanks
    Mark

    Hi Mark,
    Try with this:
    Run a command prompt as administrator. From the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:
    bcdedit.exe /set nx AlwaysOff
    Keeping your command prompt open, run your setup or other process being stopped by DEP. Then, to turn it back on again, do the same and run the following:
    bcdedit.exe /set nx AlwaysOn
    Now try to install Crystal reports.
    Regards,
    Shweta

  • Crystal Reports 2008 sp2 PrinterDuplex problem

    All,
    I'm working on a .NET 3.5 application (upgrade from 2.0) with Crystal Reports in it.
    Since we just upgraded the code from 2.0 to 3.5, I thought it would be intresting to also upgrade from Crystal Reports 2005 to Crystal Reports 2008.
    This transition worked flawlessly, except for 1 thing which I can not wrap my head around: I am unable to change the PrinterDuplex in the report.PrinterSettings since the upgrade !!
    report.PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Horizontal; // does not work anymore
    Message: COMException: {"Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))"}
    Source: "CrystalDecisions.ReportAppServer.Controllers"
    Stacktrace: "   at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrintOptions
    (PrintOptions newVal)\r\n   at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterDuplex
    (PrinterDuplex value)\r\n   at Gui.Reporting.ReportPrinter.PrintOnly (ReportInfo info, IList`1 paramValues, Int32 nCopies) in C:
    data\ \tcm_1.0
    Generation
    TCM
    src
    Gui
    Reporting
    ReportPrinter.cs:line 91"
    Anybody here who had the same problem or knows where I could find an answer or what I'm doing wrong ?
    cheers and thanks in advance,
    Andy

    Just did a quick test on it. Works for me fine. Using CR 2008 SP 2.
    If you do not have SP 2, it is available from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    Ludek

  • Just installed Crystal Reports 2008...problem

    We just installed the crystal reports 2008 to use with EVO - problem - screen comes up and that's it!  Can not click on anything...what are we doing wrong????
    Thanks

    The first time (to answer your questions) no, yes & yes
    Uninstalled Crystal Reports and reinstalled - as per your instructions...
    still no go.

  • Crystal Report 2008 Area Chart Data Label Problem

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

  • Problems with consuming SAP BW WSDL in Crystal Reports 2008

    Hello,
    I am trying to use the WSDL generated from the SAP BW in Crystal Reports 2008 using the XML and Web Services driver, but when I input the WSDL url Crystal does not interpret the url passed in as a WSDL url and the Services, Port and Method drop downs are blank.
    If I manually input the values I get the error below from Crystal
    "Logon failed.
    Details: Web Service Location is invalid
    WSDL Exception (at /wsdl:definitions/wsdl:portType/wsp:Policy): faultCode=INVALID_WSDL:Encountered unexpected element
    'Policy'."
    I know this is a valid WSDL as I have tested it with Xcelsius 2008 and I am able to get data back in Xcelsius. I found SAP note 1485601 that talks about Crystal Reports not being able to reading a WSDL generated by a SAP system.
               https://websmp230.sap-ag.de/sap/support/notes/1485601
    Based on the error message from Crystal above I feel that Crystal is unable to read the WSDL URL, has anyone else encountered this issue, if so is there a possible work around.
    We are running Crystal Reports 2008 V1 SP3 FP 3 and the SAP Integration Kit is also on the same service pack and patch level.
    Any help or insight into the issue will be very helpful.
    Thanks,
    Kumar

    Ingo,
    I am using the "XML and Web Services" connection option in Crystal Reports, and using a HTTP WSDL.Here is a sample of how WSDL url generated by SAP BW.
    http://servername:8000/sap/bc/srt/wsdl/bndg_DF6E553E117931F19C6B001560A1B616/wsdl11/allinone/ws_policy/document?sap-client=100
    We have a two structure BW query (one for keyfigures and one as characteristic structure ), I know that this will cause the structure for the characteristics to show up as a single field and each element of the structure will result in a row of data, but we need the individual elements on the structure and we were hoping to get around the MDX driver limitation by using the web service connection.
    The data in the Crystal Reports 2008 needs to be in a crosstab layout as shown below, but if we use the Crosstab expert the key figures are stacked one under the other and also we cannot get the labels from the KPI structure to show up on the Crystal Reports.
                   Characteristic Structure
                 Column1            Column2                     Column3     
    Label 1          KeyFigure 1          KeyFigure 2                    KeyFigure 3
    Label 2          KeyFigure 1          KeyFigure 2                KeyFigure 3
    Label 3          KeyFigure 1          KeyFigure 2                    KeyFigure 3
    This layout is already built in a Web Template and therefore we were planning on using the WSDL to get the layout directly into Crystal report, but I keep running into the WSDL error when I try to consume the WSDL in Crystal.
    Thanks,
    Kumar

  • Problems installing Crystal Reports 2008 Server on Windows Server 2008 serv

    I attempted to install the Crystal Reports 2008 product on one of our Windows Server 2008 servers.
    After installing disk 1
    Crystal Reports 2008 Server attempts to open up in IE...... but opens up to a blank page
    http://bmlfileserver:8080/CmcApp/
    anyone have any idea why? why does it not prompt for the second CD?
    Is this a compatibility with Windows Server 2008?

    I'm attempting to install CRS 2008 on Windows Server 2008 as well, and I'm running into a few issues.  Did you ever get yours resolved?  I started by trying to use IIS, but I'm uninstalling it completely now and will try Tomcat instead.  Which route did you go?

  • Problem using Crystal Reports 2008 with DB/C FS ODBC Datasource.

    HI,
    I'm trying to use Crystal Reports 2008 to connect to an ODBC datasource that using the DB/C FS driver from dbcsoftware (www.dbcsoftware.com).  When I connect to the source and add a table it shows all string fields as 255 characters long when that is not the case in the data definition for the driver.
    This issue has been brought up and resolved in previous versions of Crystal Reports.  In Crystal Reports XI it was ADAPT ticket 00307997.  It's worth noting that even though this issue says it was resolved in version XI with service pack 4 I still experience it in that version of CR as well. 
    If anyone has a solution to this for Crystal Reports 2008 please share.
    Thank you,
    David Guthu

    Hi David,
    Looking over the Adapt it was fixed in CR XI R2 Service Pack 4. CR XI is not the same so not sure if this is a typo or not.
    I don't see a branch for CR 2008 so I'll create one for you but this may be a different issue. The adapt was for all fields coming back as 65K and not 255. Also this was tracked in 2004 and fixes created for all versions of Cr at the time. These fixes get rolled forward so I'm thinking FS changed their driver with their latest build or at some earlier build.
    Note from Developer:
    DBCFS ODBC driver return meta data (e.g. column type) as SQL_DOUBLE instead of SQL_NUMERIC.
    ODBC bind as SQL_DOUBLE or SQL_NUMERIC but always retrieve data (in this case column type) as SQL_NUMERIC.
    Have you contacted FS to see if they have any patches or updates available? Are they following ANSII 92 Standards?
    To build a business case for this issue can you purchase a single support case, once it's been resolved you can get a refund, the reason being it adds more weight to the issue and we can escalate it at a higher level. Otherwise it goes in as a low priority issue and no fix date set.
    Also, we can then pass files back and forth etc. which we can not do through forums.
    Can you turn on ODBC tracing? I would like to see what the trace file shows.
    Thank you
    Don

Maybe you are looking for

  • Vista Upgrade - No Longer Synchs Files iTunes to iPod Nano

    What a nightmare - iTunes/iPod worked beautifully with XP - but when I upgraded to Vista it stopped synchronising all my files onto my iPod. Some files says "I am not authorised to use on this computer". Tried to re-authorise but iTunes (despite reco

  • Lightroom 4, Book Module, Importing text

    I want to create a poetry and photo book in Lightroom 4 and send to Blurb.  How do I import text not as a caption but as a whole page?  Thanks.   Tim

  • Lion mail smart folder updating

    I have performed a clean install of Lion and noticed the new Mail client is not auto-refreshing smart folders. In Snow Leopard (and earlier) a smart folder created to show unread messages would update any time a new message arrives.  In Lion the only

  • Photoshop Elements Organizer Catalogues

    I have several different catalogues within the Elements Organizer 9. I recently restored one catalog from a DVD backup. Now, none of my catalogs are availabe for viewing. There doesn't seem to be an option anywhere within the catalog menu for locatin

  • Business Objects Temporary License Keys no longer support OpenSQL

    Hello All Using a Temporary License Key I have been working on a demonstration for a potential customer showing how CR2008 can link to SAP. This has worked perfectly until today when I had to utilize a new Business Objects Temporary License Key. Now