ASP Crystal Report 2008 (12) Oracle 9 and Visual Basic!

Hi All,
I'm mainting an old application and I need to simulate the same client environment in my machine.
I have a VB application (with COM+ server components) that's creates a report object with parameters. But the only thing that this application does it's call an ASP page that contains all the logic to call a .rpt file, connect to Oracle 9i and then show the crystal report inside a MS webbrowser component (activeX) in the VB form.
I already setup the IIS, and the site there, I put all the .rpt files in the site and if you try to access without calling from VB you can run the asp pages, but the reports still doesn't appears.
These ASP pages should connect to Oracle and then show the rpt file, but I'm facing the following error:
The url that's the application creates is for example this: http://localhost/application1/createreport.asp?sSessionId=2&ReportName=TransactionsProcessed.rpt&parameter1&parameter2... etc etc...
Script Error Number: -21471922153
File could not be opened because the library "P2sora7.dll" cannot be found.
User Error Text: An error has ocurred in CreateReport.asp while logging onto the Oracle database server. Please try again.
I already check the database connection and it is working fine using ODBC, and the application works fine with the database.
The file p2sora.dll is in C:\WINDOWS\SYSTEM32, I already copied from another machine, and I have installed Crystal Report 2008 (12) in my server machine with Windows 2003 server, that's the application and web server where report should be run. I know that the old application was executed with Crystal 7, but I cannot found this version to buy.
Edited by: Don Williams on Mar 21, 2010 9:05 AM

This is the code of the createPage.asp that it's called from VB:
<%
On Error Resume Next
Dim sDLLName
Dim sDatabaseType
Dim sServerName
Dim sUserId
Dim sPassword
Dim arrayInteger
Dim sReportDbName
Dim oTransStore
Dim oReportObject
Dim oCRSections
Dim oCRSection
Dim oCRSubReportObject
Dim oCRReportObjects
Dim oCRReportObject
Dim oCRSubReport
Dim oCRPageEngine
Dim sSessionId, sReportPath, sReportName, sTablename
' Errorhandling Parameters
Dim lUserErrorNumber, sUserErrorText
' -- Get parameters --
sSessionId = Request.QueryString("SessionId")
sReportName = Request.QueryString("ReportName")
sStartDay = Request.QueryString("StartDay")
sStartMonth = Request.QueryString("StartMonth")
sStartYear = Request.QueryString("StartYear")
sEndDay = Request.QueryString("EndDay")
sEndMonth = Request.QueryString("EndMonth")
sEndYear = Request.QueryString("EndYear")
sAccName = Request.QueryString("AccId")
sUserName = Request.QueryString("UserName")
' -- Initialisation --
Session("ImageFolder") = ".\images"
sDatabaseType = Request.QueryString("DbType")
sServerName = Request.QueryString("ServerName")
sUserId = Request.QueryString("DbUserId")
sPassword = Request.QueryString("DbPassword")
sReportPath = Request.QueryString("ReportsFolder")
' -- Select DLL for DB Type
- Hide quoted text -
sDLLName = "P2sora7.dll"
Response.Write "DATABASE SELECCIONADA: " & sDatabaseType
Select Case sDatabaseType
Case "Oracle":
  sDLLName = "P2sora7.dll"
  sReportDbName = ""
        Case "SQLServer":
             sDLLName = "P2ssql.dll"
  sReportDbName = Request.QueryString("ReportsDbName")
        Case "Informix":
             sDLLName = "P2sifmx.dll"
End Select
' -- Set the ErrorNumber to 400 and sErrorText.
sUserErrorText = "An error has occurred in CreateReport.asp while loading the report details. CreateObject(CrystalRuntime.Application) . Please try again."
lUserErrorNumber = 400

Similar Messages

  • Crystal Reports 2008, Characteristic-Structure and LiveOffice Error

    Hi,
    I am trying to integrate a table from a Crystal Report (2008) in a powerpoint document using LiveOffice. The table uses a characteristic structure set up in the Bex Query. I.e. I created a structure for different nodes in a hierarchy to show the result on a row per node.
    As soon as I am using groups in the table based on the structure, there's an error upon refresh of the liveoffice object. It says something like "successful (with warning)" and then "Missing parts: GroupNameStruc" (using the geramn version so I have to guess the translation). As a result, the table or liveoffice object now is empty.
    When I use a group on a normal Characteristic which is not part of the structure (e.g. I have the year in free characteristics) there is no problem in liveoffice.
    I read somewhere, one should use self defined technical names on the structure and it's elements, so I tried that too but with no success.
    I don't see any other way than using a structure in the query, because I need to filter the nodes I need based on the underlying hierarchies. Since there's more than one hierarchy involved, I suppose I cannot even use the characteristic outside of a structure and then filter the hierarchies in Crystal...
    Crystal Reports 2008: 12.4.0.966
    Integration Kit: 12.4.0.966
    LiveOffice: 14.0.2.364
    Any help is appreciated!
    Thanks,
    Philippe

    Hi,
    Please try to apply fix pack on BOE and then try to apply it on Crystal Reports.
    Install teh corresponding fix pack to BOE first befor applying it to Crystal.
    Thanks
    Aniket Nagdeo

  • Crystal Reports 2008, mySQL, JDBC, and ODBC

    Hello everyone.
    I have just spent a very challenging few days getting Crystal Reports 2008 Developer (advanced version) working with a mySQL data source.  I fell into several pits and narrowly escaped being eaten by monsters. I thought I'd share my experience to spare others the same trouble.  All the stuff I'm writing about here applies to the runtime as well as the Developer UI.
    I'm working on Windows Server 2008 R2, 64 bit, standard edition.  The mySQL server is 5.1.42. The mySQL ODBC connector is version 5.1.6.  You need the 32-bit version of this connector, even if you're on a 64-bit machine.
    Lessons learned:
    1. JDBC connectivity in Crystal Reports doesn't work correctly.  It consumes excessive memory when a report  requires lots of rows from a data base.  Don't even think about using it.
    2. Crystal Reports has a problem with ODBC for mySQL in which it sometimes gives a dialog box with these words in it.
    The alias requested 'SOME_TABLE_NAME', contains a combination
       of characters which is not considered to be valid.
    This error message come up when using items on Crystal's "Database" menu like "Set Datasource Location..."
    To fix this you need to make a registry change.  As far as I know this has to be done for each account on each machine running the Crystal Developer. (insert usual warning about registry editor). Find the key named:
    [HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports\Database
    Create a new string value named InvalidAliasCharList Give it this value:
    .:{}()@&$#^!*~|%\\\"
    Notice that the last two characters are backslash double-quote.
    Good luck.  It actually works pretty well now that it's working.
    If any other community member can offer corrections or better ways of coping with this stuff, please do!

    Good morning,
    I was wondering if I may ask some additional help...
    We're on version 14.0.4.738 RTM and we are having the same issue.... need to enter the alias as table name with a backslash, ie serparate_work_orders\ for login credential reasons, but all the regedits listed seem to refer to locations in the registry that dont exist.
    Version 14 have two "database locations" from what i can see called...
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\DatabaseOptions
    and
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\DatabaseServer
    I've applied the patch to both these locations and still no joy, same error message!
    Any ideas?

  • Using Crystal Reports 2008 standalone to edit CR basic reports?

    Can I use a stand-alone Crystal Reports 2008 to edit reports created with Crystal reports Basic for Visual Studio 2008?
    On this project I am working with other developers who don't want to install the full CR 2008 and I really need to to use full CR 2008 to be able to edit a few things in reports I can't do with CR basic in Visual Studio (like changing colors for bars in charts which you can't edit in VS).
    I also don't want to use the CR 2008 runtime for running the application, just the runtime which comes with VS 2008.
    Is it safe to edit a report in CR 2008 and then use it within Visual Studio (assuming I don't add any CR 2008 specific functions)?
    I made a test and installed CR 2008 but without installing the .NET options (however only 1.1 and 2.0 was listed I guess I need to install SP0 to get VS 2008 support anyway). I could change colors for bars etc and save it and open it again in VS 2008. VS complained about
    The full CR designer is also much better to work with so if I can use full CR 2008 without affecting my VS application that would be nice (I guess installing the .NET components would force the use of CR 2008 runtime assemblies).
    Also another question:
    When you use datasets as datasource and use the preview in VS it will use some fake data. But in CR 2008 stand-alone you don't get any data at all. Is there a way to do the same with full CR?

    Hi Magnus,
    You can use CR 2008 to edit reports but there are warnings. .NET version of CR is 10.5, based on the CR version 10 functionality. CR 2008 has much more functionality so as long as you don't add any features of CR 2008 to the reports then it should work. But it is recommended that you use the same version for functionality and 100% compatability.
    Yes you do need SP0 installed.
    You should also upgrade to CR 2008 Developer then you can use the full SDK functionality within .NET and be able to support all the latest OS platforms.
    Please post a separate question for your database question. Use one posting for each question, if not the posts tend to get messy.
    Thank you
    Don

  • Integrate Crystal Reports version 11.5 and Visual FoxPro

    Post Author: landc50
    CA Forum: General
    I have developed several softwares in Visual FoxPro while using Crystal Reports Version 7 as the major reporting tool.   It was easy to invoike Crystal reports from my applications, simply by adding the Crystal OCX onto the VFP form. 
    Now --- I have added the ActiveXReportViewer from version 11.5 onto my VFP form.    Looks ok but it I am not sure how to invoke the reports in Maximized mode.   Seems like it will only show the report the same size as the object I placed on my VFP form.
    I need to know how to do this yesterday.   I must implement a new system and I do not want to revert back to Crystal reports version 7.   Any help would be appreciated. 

    Post Author: The Donger
    CA Forum: General
    Hi,
    I would recommend you have an empty form and drop the viewer on that form.  Set the form's state to Maximize. 
    Good luck,
    Brian

  • Crystal Reports 2008 Stored Procedure and Parameters from LOVs

    Quite simple report using stored procedure as data source. When editing some of the parameters we get this error when clicking OK to close "This stored procedure parameter can only accept multiple values. Please ensure that Allow Multiple Values is true."
    As we all know stored procedure parameters do not access multiple values at all, so this message is very hard to debug. The report does work if we set the 'Allow Multiple Values' to true, but only when using exactly one value for the parameter. We have tried verify database and other things, but cannot find any way around this issue.
    All ideas are appreciated as this is stopping us from utilizing the dynamic parameters.
    Thanks, Stig

    We managed to work around the issue by creating a new stored procedure. First we used the same parameter names and changed the data source to the new stored procedure. After renaming the parameter with the issue the problem then was resolved.
    Note that another parameter that was earlier affected by this issue in the way that it could not be edited and saved due to the same error message now also works fine. This even if this parameter has not changed names.
    Quite a complex situation to debug this. Maybe if the source of the error message is found in the code we could help testing.
    Stig

  • Exception with Crystal Reports 2008 Runtime SP2 and Export to Word/RTF

    When I export a report (DataSource ADO.NET DataSet) with many records (in my case about 17000 but the records are stretched from about 370 pages to about 800 pages ), I get an exception:
    System.Runtime.InteropServices.COMException: Ungültiger Zeiger (German, English: Invalid pointer?)
    When I dont't stretch the records (that means record by record without pagebreak) it works fine.
    Any ideas?
    I think the problem is the expected file size. When I export from the development enviroment the doc-file is 566 MB. Open this wiht MS-Word I get the Message: Word cannot open files > 512 MB.
    Somehow the problem seams to depend on this fact.
    Anyway, MS-Word cannot work with files > 512 MB. So I don't need to think about the problem further.
    Edited by: Sven G. on Mar 24, 2010 11:14 AM

    That is an interesting finding.
    One thing you may want to try is FP 2.5. Perhaps the exported file will be smaller and thus let you export more pages(?). Other than that, keeping the file size down via selection formulas or smaller datasets will be the way to go.
    FP2.5 is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975192010E/cr2008fp25.exe
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Crystal Reports 2008 crashes with blanked out areas when downloading data

    We have a pc installed with Crystal Reports 2008 v1 SP2, which is used for report creation, but after a few minutes of downloading data from the server to populate the report, the report crashes with black areas instead of data in the report.  Please can anyone offer possible solutions?
    Pc: workstation
    Os: Microsoft Windows XP Professional 32 bit
    Processors: 1 Intel Core(TM) i5 CPU 650 @ 3.20 Ghz
    Total Memory: 3264 Mb
    Total Hard Drive: 298 Gb
    Display 1680 x 1050 pixels 65536 colours]
    Display Adapters: Microsoft 4.0.5733.0
    driver date: 2-28-2007
    Crystal Reports version: 12.1.0.883
    Crystal Reports 2008 SP2
    Oracle in OraHome111
    file version: 11.1.0.6.0
    driver_ODBC_Version: 03.51
    connects to remote server on site with Oracle 11g database, via above ODBC driver.
    Many thanks, any ideas would be appreciated!
    David

    Hi David,
    I've seen this before, your Video driver is out dated and you need to update it. Typically the makers of the mother board or video card, which ever one you are using, will have updates for your specific OS. Appears you are using the default Window generic video driver which may not support what CR requires or you have an older usp10.dll. You will likely get a new one if you install Windows XP Service Pack 3.
    Also, Crystal Reports version: 12.1.0.883 is SP 1 and not SP 2., second number is the Service Pack, 12.x.x.x.
    Download SP 4 and see if that may help:
    https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    Or incrementally:
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    And you may need SP 3 or if you want to start off clean download the full build of SP 3 and then SP 4. Requires the keycode so make sure you have it, we can't give you a new one.
    Don

  • Crystal report 2008 on a 64 bits machine

    My company would like to develop a new .Net application which produce and view 
    some rountine crystal report on a 64-bits machine.
    At the same time, this machine will also install a stand alone full product crystal report
    2008 which allow to develope some adhoc report.
    I would like to ask whether the full product crystal report 2008 can install and
    run perfectly on a 64 bits machine. Do I need to have any special configuration during
    or after installation?
    On the other hand, I observe that the crystal report 2008 with service pack 0 can
    support 64 bits. Is it true that the evaluation copy of crystal report 2008
    on official site is that version and I can evaluate it on a 64 bits machine ?
    Ricky

    Hi Ricky,
    The full product Crystal Report 2008 can be installed and can run perfectly on a 64 bits machine.
    Hardware Support
    u2022 Crystal Reports® is supported running on 32-bit versions of Windows running on x86 and x64 CPUs made by AMD and Intel.
    u2022 Crystal Reports® is supported running on 64-bit versions of Windows running on x64 CPUs made by AMD and Intel.
    You can download the Crystal Report 2008 with Service Pack 0, evaluation copy from official site and can evaluate on a 64 bits machine.
    http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CR2008
    Hope this resolves your issue.
    Regards,
    Abhijeet T

  • Crystal Report 2008 IDE - JDBC connection issue

    Hello,
    I'm using Crystal Report 2008 IDE. I've created a report that goes against Oracle 11G database.
    I have installed Oracle Instant Client (32 bit) 11.2.0.2.0.
    I can establish and Oracle connection via the IDE.
    When I attempt to establish a JDBC connection through the database expert wizard, I keep getting JDBC driver not found message.
    I've updated my CRconfig.xml specifically the classpath to point to where my ojdbc5.jar file is located.
    What else do i need to do in order to establish a JDBC connection?

    Hi,
    First of all what is the service pack that you are using for Crystal Reports 2008, because Oracle 11g R2 is supported from Service pack 4 onwards in CR 2008.
    For JDBC connection with CR 2008 you can have a look at this link might this would help you:
    http://www.sheroz.com/articles/crystal-reports-2008-mysql-and-oracle-databases
    Regards,
    Kuldeep G

  • Print layout different with crystal report 2008 runtime

    Hi,
    I have reports which I print on a pre printed stationary. With Crystal report 11.5 run time it works fine.
    Now I am using Crystal Report 2008 run time and with this I found that layout on the print is different than the actual layout in the design.
    The print with CR 2008 run time is not exactly matching with the pre printed stationary. Whereas it is working fine with the 11.5 run time.
    Can anyone please help?
    Thanks,
    Abhijit Gorhe

    hi,
    you can verify the settings
    File -> Page Setup
    - Printer Options
    - Page Options
    - Margins
    Regards,
    Vamsee

  • Crystal reports 2008 sp3 : An error has occurred while attempting to load t

    Hello,
    Please forgive me for posting in the CR .NET forum because we are using the full Crystal Reports 2008 product and I did not see a category for it.  If there is a better forum for this question, please let me know or feel free to move it.
    We are having trouble deploying our crystal reports 2008 reports to a Windows Server 2008 R2 server in an aspx application...
    I have been working on this issue for 4-days and cannot seem to make any progress, so I would really appreciate your help.
    Our Environment:
    Development Computer (32-bit, WinXP)
      VS2008 (fully updated, was not installed with its Crystal Reports feature)
      Crystal Reports 2008 SP3 (downloaded and installed "cr2008_sp3_fullbuild")
    Database Server (64-bit)
      "SERVER2" is a Microsoft SQL Server 2008 server, fully updated
    Web Server (64-bit)
      "SERVER3" is a Microsoft Server 2008 R2 Web server.
    We have an application that is installed on the Web server and it pulls data from the database server.
    The webpages are accessing the database properly.  There is a ShowReport.aspx webpage that has the
    CrystalReportsViewer on it.  We send parameters and logon information to ShowReport.aspx.  ShowReport
    works properly on our development computer and the report looks good, but it fails on the web server.
    We downloaded CRRuntime_12_3_mlb.msi (X86) from SAP/CR and installed it on the web server without any issues.
    Our application pool on the web server for this application is set to 32-bit mode.  When I launch the
    application, it works properly with the database and displays data on web pages, but when I try to
    view a report on ShowReport, I get the following error message:
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.
    According to everything that I have read, I have properly matched the DLLs: On the development computer, "cr2008_sp3_fullbuild" was installed; On
    the web server, "CRRuntime_12_3_mlb.msi (X86)" was installed.  They are both Crystal Reports 2008 and not .NET.  CR.NET was not installed on our development computer, so our application was built with full Crystal Reports 2008 SP3.  On our development computer, .ENGINE is 12.0.2000.0 and
    the same version is on the web server.
    So, I am completely at a loss as to why we are encountering this error.  Help, Please!!!
    Thank you in advance,
    Mike

    Hi Mike,
    Did you set your project for X86 mode only? If not do so and rebuild and deploy your app.
    Thank you
    Don

  • Error in Crystal Reports 2008 Runtime Version = 12.2.3.467

    Dear Support Team
    <br />
    <br />
    I am making the setup for our application using InstallShield 2010.
    <br />
    <br />
    I recently updated the crystal reports 2008 runtime to version = 12.2.3.467.
    <br />
    <br />
    Based on this article
    <br />
    <br />
    <br />
    <br />
    Topic of the week (October 15, 2009)  
    <br />
    Date time field is blank when using ADO .NET dataset and Crystal Reports 2008, Service Pack 2.0
    <br />
    This is a new issue, very specific to CR 2008 and SP 2. Date time fields are stripped out of a report (or not
    <br />
    visible), if a report is consuming a .NET dataset which contains a date time field. A technical escalation has been
    <br />
    submitted and a work-around is detailed in note number 1392258
    <br />
    <br />
    <br />
    Since DateTime Column was not getting displayed in the deployment machine when running the report.
    <br />
    <br />
    So I downloaded the Crystal Report 2008 FP2.3 and merge module for the same and installed on my development machine
    <br />
    <br />
    where I am making the Setup.
    <br />
    <br />
    I am able to make the setup successfully without errors, but when I try to install the setup on the deployment machine I am getting
    <br />
    the errors as
    <br />
    <br />
    Error 1904.Module C:\Program Files\BusinessObjects\BusinessObjects Enterprise 12.0\win32_x86\CEReportSource.dll
    <br />
    failed to register
    <br />
    Same message pops up for N number of Crystal Dlls with message failed to register.
    <br />
    Even though as per article in your forums I am doing everything right.
    <br />
    I have correct Dll for VC++ 2005
    <br />u2022
    <br />
    Microsoft_VC80_ATL_x86.msm; version 8.0.50727.762
    <br />
    <br />
    u2022 Microsoft_VC80_CRT_x86.msm version 8.0.50727.762
    <br />
    <br />
    u2022 Microsoft_VC80_MFCLOC_x86.msm; version 8.0.50727.762
    <br />
    <br />
    u2022 Microsoft_VC80_MFC_x86.msm; version 8.0.50727.762
    <br />
    <br />
    u2022 Microsoft_VC80_OpenMP_x86.msm; version 8.0.50727.762 
    <br />
    <br />
    With exactly same versions as mentioned in the article.
    <br />
    <br />
    I followed the article in your forum
    <br />
    Building a deployment project with Crystal Reports 2008 (12.1.0.892) SP1
    <br />
    Posted on Mar. 09, 2009 08:22 AM in Business Objects
    <br />
    The same sort of errors is coming but I am doing everything right as per that article.
    <br />
    <br />
    To Inform you further before updating crystal reports 2008 runtime to version = 12.2.3.467.
    <br />
    <br />
    Everything was working fine, only problem was that Date Time column was not displaying at runtime on the deployment
    <br />
    <br />
    machine.
    <br />
    <br />
    With Regards
    <br />
    Arshad
    Edited by: arshhb on Dec 29, 2009 7:11 AM

    Dear Mr. Williams
    I dont think this is the issue related to MS Installer. Still based on your suggestion I downloaded the latest MS Installer from Microsoft Website and Installed on my setup machine and made the new setup with zero errors and warning.
    The deployment machine is having full rights and so there is no security issues  related to installation even though to clear the confusion I installed the setup on three other xp machines the result was same even after installing the latest MS installer on those machines as well.
    I wanrt to remind it again since I was facing the DATE TIME column Issue problem in reports on deployment machines so I updated the Crystal Reports TO CRFP 2.3 EXE AND MSM as mentioned in your forums regarding this known bug that if datetime column is getting from dataset then that column was not getting displayed.
    From that time onwards I am unable to install the setup on the deployment machines and I am getting errors unable to register errors crystal reports dlls.
    Apart from that I downloaded Crystal Reports 2008 Fix Pack 2.3 - Redist Install  (cr2008_fp23_redist.zip)  from the download page but i can't open it I am gettinig the error message doesnt appear to be a valid archive.
    Please help me and provide me some solution regardeing the issue I am stuck with.
    With Regards
    Arshad

  • [Crystal Reports 2008] - Logon failed in SAP system

    Hi everybody,
    I have installed on my notebook Crystal Reports 2008 trial version and the Integration Kit for SAP Solutions that I found on this web page: https://boc.sdn.sap.com/node/18962
    When I try to open a SAP Data Source, Crystal Reports finds the connections I have in my SAPLogon and ask me credential infos. I get the following credential error:
    "You do not have the necessary rights to design reports against the SAP System"
    The user I enter has full administration right on the system, which is a SAP R/3 Enterprise.
    Thanks,
    Valerio

    Hello Valerio,
    Please make sure you install the corresponding transports for the Driver you are trying to use in Crystal Reports.
    The transports are available on the SAP Integration Solution CD.
    thanks
    Mike

  • Crystal Reports 2008 SP2 Install Error

    When I try to install Crystal Reports 2008 SP2 I receive the following error...
    The feature you are trying to use is on a CD-ROM or other removable disk that is not available.
    Insert the 'Crystal Reports 2008 SP1' disk and click OK.
    SP1 was installed via the upgrade utility that launches with the software.  I found the package folder in C:\Documents and Settings\%username%\Local Settings\Temp but it did not contain the MSI SP2 is looking for.
    I've tried installing SP2 by both letting the update utility attempt to automatically install it and by just downloading it from the update utility and running the installation manually.
    Anyone experience this issue?
    -Chris
    Edited by: chris.murphy on Oct 20, 2009 10:18 PM

    Hi Chris,
    This is not a support site but a public place for all users to help each other. If you would like to talk to a support Engineer then please purchase a case.
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551
    Try downloading SP1 and installing it from your local hard driver and then install SP2. I'll mention this issue to the install team and see what they say about your issue.
    Thank you
    Don

Maybe you are looking for