Change database source error for CommandTables with CRJ-Runtime v2.0.2

hello,
-1
INFO Befehl with FIELD: assek Type= StoredProcedureParameter
INFO Befehl with FIELD: jahr Type= StoredProcedureParameter
INFO Befehl with FIELD: monat Type= StoredProcedureParameter
INFO org.sis.assekuradeur.base.srv.KassoServiceImpl Drucke Versicherer Abrechnung für Assek: 990000029
ERROR CBR.sdk.JRCCommunicationAdapter  detected an exception: java.lang.NullPointerException
at CDR.reportdefinition.ParameterFieldDefinition.qJ(Unknown Source)
at CDR.reportdefinition.ParameterFieldDefinition.qL(Unknown Source)
at CDR.dataengine.f.hH(Unknown Source)
at CDR.dataengine.f.S(Unknown Source)
at CDR.dataengine.f.hN(Unknown Source)
at CDR.dataengine.DataSourceManager.int(Unknown Source)
at CDR.dataengine.DataSourceManager.a(Unknown Source)
at CDR.dataengine.DataSourceManager.if(Unknown Source)
at CDR.dataengine.y.byte(Unknown Source)
at CDR.dataengine.y.equals(Unknown Source)
at CDR.dataengine.i.if(Unknown Source)
at CDR.dataengine.i.do(Unknown Source)
at CDR.dataengine.DataProcessor2.a(Unknown Source)
at CDR.formatter.formatter.objectformatter.ObjectFormatter.(Unknown Source)
at CDR.formatter.formatter.paginator.PageFormatter.a(Unknown Source)
at CDR.formatter.export2.a.a(Unknown Source)
at CDR.formatter.export2.ExportSupervisorEx.if(Unknown Source)
at CDR.formatter.export2.ExportSupervisorEx.a(Unknown Source)
at CBR.sdk.requesthandler.ReportViewingRequestHandler.a(Unknown Source)
at CBR.sdk.requesthandler.ReportViewingRequestHandler.int(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.do(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.if(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.a(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter$2.a(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter$2.call(Unknown Source)
at CDR.common.ThreadGuard.syncExecute(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.for(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.int(Unknown Source)
at CBR.sdk.JRCCommunicationAdapter.request(Unknown Source)
at com.businessobjects.sdk.erom.jrc.a.a(Unknown Source)
at com.businessobjects.sdk.erom.jrc.a.execute(Unknown Source)
at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(Unknown Source)
at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(Unknown Source)
at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.ds.a(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
at org.sis.assekuradeur.utils.JRCHelper.print(JRCHelper.java:224)
at org.sis.assekuradeur.base.srv.KassoServiceImpl.erzeugeProvisionsAbrechnungVersicherer(KassoServiceImpl.java:2014)
ERROR com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
ERROR  at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(Unknown Source)
ERROR  at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
ERROR  at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
ERROR  at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
ERROR  at org.sis.assekuradeur.utils.JRCHelper.print(JRCHelper.java:224)
ERROR  at java.lang.Thread.run(Thread.java:595)
ERROR Caused by: java.lang.NullPointerException
ERROR  at CDR.reportdefinition.ParameterFieldDefinition.qJ(Unknown Source)
ERROR  at CDR.reportdefinition.ParameterFieldDefinition.qL(Unknown Source)
ERROR  at CDR.dataengine.f.hH(Unknown Source)
ERROR  at CDR.dataengine.f.S(Unknown Source)
ERROR  at CDR.dataengine.f.hN(Unknown Source)
ERROR  at CDR.dataengine.DataSourceManager.int(Unknown Source)
ERROR  at CDR.dataengine.DataSourceManager.a(Unknown Source)
ERROR  at CDR.dataengine.DataSourceManager.if(Unknown Source)
ERROR  at CDR.dataengine.y.byte(Unknown Source)
ERROR  at CDR.dataengine.y.equals(Unknown Source)
ERROR  at CDR.dataengine.i.if(Unknown Source)
ERROR  at CDR.dataengine.i.do(Unknown Source)
ERROR  at CDR.dataengine.DataProcessor2.a(Unknown Source)
ERROR  at CDR.formatter.formatter.objectformatter.ObjectFormatter.
Edited by: Markus Fieber on Aug 11, 2009 11:20 AM
Edited by: Markus Fieber on Aug 11, 2009 11:37 AM

I have solved the problem at last. Actually, I found lib of libstd_v2 for gcc can not be compatible with libocci. And I can not recomplie libocci with gcc. So I used aCC instead of gcc and all of things is ok now.

Similar Messages

  • Changing database server on a report with subreports = formula error

    Good morning,
    I currently have several reports that print out, and were developed attached to our development database. However, I need to be able to dynamically change the server that the report uses according to the server configured in our application. Each of these reports contains one or more subreports, which point to the same server and database as the main report. All reports, both the main and subreports, are based on manual SQL commands.
    I'm running into some significant issues. So significant, in fact, that we were forced to deploy our application with reports that had been switched to our production environment in the designer in order to get them functional. This is, obviously, not an acceptable or long-term solution.
    I've gone round and round a couple of times I get different results with different methods of changing this information. I'll outline them below. First, my current code:
    ConnectionInfo connectionInfo = new ConnectionInfo();
                    TableLogOnInfo logOnInfo = new TableLogOnInfo();
                    Console.WriteLine("Report \"{0}\"", report.Name);
                    foreach (Table table in report.Database.Tables)
                        logOnInfo = table.LogOnInfo;
                        connectionInfo = new ConnectionInfo(logOnInfo.ConnectionInfo);
                        connectionInfo.ServerName = "panthers-dev";
                        connectionInfo.DatabaseName = "Prosys";
                        logOnInfo.ConnectionInfo = connectionInfo;
                        //table.Location = "Prosys.dbo." + table.Location.Substring(table.Location.LastIndexOf(".") + 1);
                        table.ApplyLogOnInfo(logOnInfo);
                        table.LogOnInfo.ConnectionInfo = connectionInfo;
                        Console.WriteLine("\t\"{0}\": \"{1}\", \"{2}\", \"{3}\", {4}", table.Name, table.LogOnInfo.ConnectionInfo.ServerName, table.LogOnInfo.ConnectionInfo.DatabaseName, table.Location, table.TestConnectivity());
                    foreach (Section section in report.ReportDefinition.Sections)
                        foreach (ReportObject ro in section.ReportObjects)
                            if (ro.Kind == ReportObjectKind.SubreportObject)
                                SubreportObject sro = (SubreportObject)ro;
                                ReportDocument subreport = report.OpenSubreport(sro.SubreportName);
                                Console.WriteLine("\tSubreport \"{0}\"", subreport.Name);
                                foreach (Table table in subreport.Database.Tables)
                                    logOnInfo = table.LogOnInfo;
                                    connectionInfo = new ConnectionInfo(logOnInfo.ConnectionInfo);
                                    connectionInfo.ServerName = "panthers-dev";
                                    connectionInfo.DatabaseName = "Prosys";
                                    logOnInfo.ConnectionInfo = connectionInfo;
                                    //table.Location = "Prosys.dbo." + table.Location.Substring(table.Location.LastIndexOf(".") + 1);
                                    table.ApplyLogOnInfo(logOnInfo);
                                    table.LogOnInfo.ConnectionInfo = connectionInfo;
                                    Console.WriteLine("\t\t\"{0}\": \"{1}\", \"{2}\", \"{3}\", {4}", table.Name, table.LogOnInfo.ConnectionInfo.ServerName, table.LogOnInfo.ConnectionInfo.DatabaseName, table.Location, table.TestConnectivity());
    Using this approach, my console output prints what I expect and want to see: the correct server and database information, and True for TestConnectivity for all reports and subreports. The two reports I have that have no subreports print out correctly, with data from the proper server. However, all of the reports with subreports fail with formula errors. If this procedure is not run, they work just fine on either server.
    I had to place the assignment of table.LogOnInfo.ConnectionInfo = connectionInfo after the call to ApplyLogOnInfo, as that function did not behave as expected. If I perform the assignment first (or not at all), then calling ApplyLogOnInfo on the outer report's table did NOT affect the values of its ConnectionInfo object, but it DID affect the values of the ConnectionInfo object's of its subreports!
    In any event, if anyone could post a code sample of changing database connection information on a report containing subreports, I would appreciate it.
    Any help is greatly appreciated and anxiously awaited!

    Hi Adam,
    Code for changing database connection information on a report containing subreports :
    private ReportDocument northwindCustomersReport;
        private void ConfigureCrystalReports()
            northwindCustomersReport = new ReportDocument();
            string reportPath = Server.MapPath("NorthwindCustomers.rpt");
            northwindCustomersReport.Load(reportPath);
            ConnectionInfo connectionInfo = new ConnectionInfo();
            connectionInfo.ServerName = "localhost";
            connectionInfo.DatabaseName = "Northwind";
            connectionInfo.IntegratedSecurity = false;
            SetDBLogonForReport(connectionInfo, northwindCustomersReport);
            SetDBLogonForSubreports(connectionInfo, northwindCustomersReport);
            crystalReportViewer.ReportSource = northwindCustomersReport;
        private void Page_Init(object sender, EventArgs e)
            ConfigureCrystalReports();
        private void SetDBLogonForReport(ConnectionInfo connectionInfo, ReportDocument reportDocument)
            Tables tables = reportDocument.Database.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
                TableLogOnInfo tableLogonInfo = table.LogOnInfo;
                tableLogonInfo.ConnectionInfo = connectionInfo;
                table.ApplyLogOnInfo(tableLogonInfo);
        private void SetDBLogonForSubreports(ConnectionInfo connectionInfo, ReportDocument reportDocument)
            Sections sections = reportDocument.ReportDefinition.Sections;
            foreach (Section section in sections)
                ReportObjects reportObjects = section.ReportObjects;
                foreach (ReportObject reportObject in reportObjects)
                    if (reportObject.Kind == ReportObjectKind.SubreportObject)
                        SubreportObject subreportObject = (SubreportObject)reportObject;
                        ReportDocument subReportDocument = subreportObject.OpenSubreport(subreportObject.SubreportName);
                        SetDBLogonForReport(connectionInfo, subReportDocument);
    Hope this helps!!
    Regards,
    Shweta

  • How to change the source system for just a datasource

    Hi,
    Our test/development BI system ( BI 7.0 Unicode ) is connected to our development system and to our test system, 1 BI system connected to 2 R/3 systems.
    During some time, the test system won't be available so all datasources that point to the test system must be connected to the development system. In RSA1 is not possible to change the source system in a datasource: RSDS 057
    'Creation of DataSources for SAP source system D30CLNT007 is not permitted' , same error trying to copy the datasource,.
    Any idea about how to proceed ?
    Regards,
    Joan

    Hi,
    If I try to repliclate metadata in the datasource, message RSAR 051 appears: 'error when opening an RFC connection'. This error is expected because the logical system pointed in the datasource does not exist.
    Is not possible to change the source system in datasource ( in RSA1 ) because the field is always greyed, also if I try to copy the datasource the message RSDS 057 appears.
    Any idea about how to proceed ?
    Regards,
    Joan

  • Change of Source Structure for Partial Settled WBS elements - CJ02

    Hi
    As per standard SAP, the change of source structure under settlement perameters of WBS element is not supported when the settlement of WBS element is done either partial / full.
    However, the client needs this change by doing any Z-Development as one time activity (since the source structure was changed for certain WBS elements as per change in business process).
    Can i Know procedure to do the Z development to modify the source structure for partial settled WBS elements and also let me know the any side effects in this regard.
    Regards
    Anil

    Hi Anil,
    I agree with Ajay. You can try to change it in Debugging mode.
    The values are handed over from include LCJWBF5Q (form project_settle_single using)      
    Some customer have also made a modification as a permanent solution.    
    Unfortunately in the standard it is not possible.
    regards Bernhard

  • What's the Best Open Source DB for use with Kodo?

    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio

    I have been using postgresql 7.1 with Kodo for a while with mostly positive results, and currently
    have it deployed with Kodo 2.2.3. I prefer it to mysql because its feature set is a little richer,
    and supports transactions natively. My experience with mysql (without jdo - I haven't tried it with)
    is good, but there were little things missing in mysql 3.x, e.g. the ability do do a join in a
    DELETE statement.
    BTW, there are some severe problems somewhere in the 2.2.4 release with postgresql if you intend to
    eventually deploy on it. It also apparently has some problems invoking postgresql's indices, making
    it a little less than optimal. But as a learning environment, it's what I'd recommend.
    -Mike
    Marc Prud'hommeaux wrote:
    David-
    Here is the rundown of the databases I have experience with:
    MySQL: Fairly simple to install (especially if you run Debian Linux), but
    configuration, especially adding users, can be a pain. A separate open
    source project called "mysql-navigator" makes it fairly easy to do
    simple queries, inserts, etc. In most of my tests it outperforms
    PostgreSQL, but your mileage will vary. It has a sane CLI that supports
    modern features like line history, etc (unlike the horrific SQLPlus).
    PostgreSQL: People often say that it is a more "academically
    correct" database than MySQL. I've also found it to be quite a bit
    easier to set up. Their GUI (called "pgaccess") is simplistic, but does
    most things you need. Has a CLI similiar to MySQL's.
    HypersonicSQL: By far the easiest to set up (just drop the jar in your
    CLASSPATH), but is java only, can be rather slow, and has no GUI tools
    available that I know of (except various free vanilla-JDBC GUI tools).
    We feel that Kodo works quite well with all these DBs. The MySQL JDBC
    driver seems a bit less buggy than Postgres', but their transaction
    support is very recent and not very well tested. If I had to pick one or
    the other, I would probably go with MySQL.
    David Ezzio <[email protected]> wrote:
    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Kodo Java Data Objects Full featured JDO: eliminate the SQL from your code--
    Mike Bridge

  • How to change the source type for a primary key on a form?

    Hi,
    At the time of creating a form, I had set the source type for the primary key to an existing sequence.
    Now I want to change the source to a trigger.
    Can anyone suggest how to do it?
    Thanks in advance,
    Annie

    Annie:
    Define the trigger and then delete the page process named 'Get PK'
    Varad

  • Price Change in Framework Order for services, with Invoicing Plan

    Hi All,
    I create a F.O for a single item with Acct assignment"K" and Item Cat"D". The FO has two service masters with a common cost centre, with different tax codes. E.g.One with N2(19%) and the other with V0(0%). This FO is created with a periodic Invoicing plan.
    When I run MRIS for the first month, the invoice is posted with the correct values.For the second month when I change the prices randomly for the services at the service level, the invoice is posted with wrong values.
    But when I change the prices proportionately,e.g. for Serv1. from 100 to 200,300,400.. and for Serv.2. from 10 to 20,30,40.. respectively, the Invoices are calculated correctly.
    Could you please reply the reason for such a system behaviour and also the possible solution or the OSS notes for this issue. I am working in version 4.7.
    Thanks,
    Suresh Natarajan.

    Hi Steve,
    1) The invoice is calculated at a random value and I couldn't make out the proportions.
    2) Yes, the invoicing plan is Periodic with the Invoicing date as the last day of the month.The order is valid for 2 years(01.01.2007 TO 31.12.2009) and therefore in the invoicing plan of the PO, there will be invoices till 31.12.2009 with the Invoice Block. At the end of everymonth, the block will be removed for processing the Invoice(MRIS).During this time, if there is any change in the prices, we can change it and remove the Invoice Block and save the PO. Here when we change the prices randomly and execute the MRIS, it is throwing wrong values(i.e.the tax calculated is wrong)
    Thanks,
    Suresh.

  • Problem signing code for application with embedded runtime

    Hi,
    I have an Adobe Air application which I am publishing with the runtime embedded.  There are lots of reasons for publishing this way.
    I have already seen an unknown publisher message after signing on Windows 8 and a tester reported the same thing on Windows 7.  According to the cert issuer (DigiCert) I need to have an Extended Validation (EV) certificate to get by the Windows 8 issue, but there was no explanation on the Windows 7 issue. 
    As the windows file is essentially a folder wiith ".app" appended to it's name, I'm not sure how signing (which I am doing with the Signature tab on the Flash GUI) ensures that the executable contained in that file is signed.
    Can anyone tell me anything about code signing when publishing an AIR application with embedded runtime?
    Best,
    Chris McLaughlin

    Not that I can think of.  What OS are they running?  Do they have the shared runtime also installed?

  • RCA:Database Monitoring error for SAP Systems on OS/4000 with DB4

    Hello Experts,
    We are trying to add ECC systems in DATABASE monitoring(DBACOCKPIT) in RCA workcenter of solman 7.0 ehp1 sp26, the DBSID of the systems are shown as *LOCAL.hence the system is not getting added .This is the case only for system on OS/400 and DB4.
    The DBSID in RCA is fetched from SMSY-Which is fetched from SLD->The data supplier in  ECC pushing the data to SLD
    The DBSID in System(Menu)-Status is showing as LOCAL, hence this DBSID(LOCAL) is reported in SLD->SMSY
    any pointers on this?

    Hi Nilesh,
    Please have a look into below SAP note
    1887354 *
    [ODBC SQL Server Driver] Associated statement is not prepared
    Hope this helps.
    Regards,
    Deepak Kori

  • Cannot Change Data Source - Error The memory could not be "read"

    We have some reports that were created under Crystal Reports version 10 using a Sybase 12.5 database as the datasource.  We have since upgraded to Sybase 15 ASE and we are also attempting to upgrade these reports to Crystal Reports version 11.5.  The reports will convert to version 11.5 but will not work because of the following error:
    "Failed to load database information. Details: The database connector 'crdb_p2ssyb10.dll' could not be loaded"
    From previous experience we know that Sybase 15 is only supported via ODBC with Crystal Report 11.5, so we tried to change the datasource to ODBC, but when we do that we get the following error:
    The instruction at "0x0e864b11" referenced memory at "0x00000004". The memory could not be "read".
    Do we have any options at this point besides competely re-creating the reports?

    We are using CR 11.5 and trying to change the data source to ODBC.  I can create a new report and use the same stored procedures as a datasource via ODBC with no issues.  I only have an issue when trying to change the data source on these existing reports.

  • 8900 printer changed black cart. error code problem with printer system

    Changed black cartridge in 8900 series all in one printer error message says trouble with print system call HP.  Have removed and reinstalled catridge still same error message. HELP!!!!!

    Hi @melvinc 
    Welcome to the forums
    I read about the issue you are facing on your printer, as it's now showing a problem with the ink system. I cannot locate a "8900" printer, could you possibly have the Officejet 8600? If so, please try out the steps from the guide below. If you reach a step where it asks to replace the printhead or printer, call us directly to see what your replacement options are with HP.
    A 'Problem with Ink System' Error Message Displays on the Control Panel or Computer During Setup
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    Have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Changing JDBC Datasource Configuration for Report with Sub reports at once

    The Env  details are as follows
    CR Developer
    Version 14.0.2.364 RTM
    We are using JDBC Connection Datasource for our CR2011 report which contains 30+ sub reports. Each of the sub report uses a JDBC Datasource to connect to Postgres database and Since the JDBC connection string changes on each environment we need to edit each sub report every time we switch environments.
    Is there a easy way to accomplish this on all sub reports at one shot?
    I am aware that if we use ODBC connection it would be easy since we can just change the DSN config and it will start working. But we are not using ODBC connection since We are seeing that our report (with too many sub reports) crashes when we use ODBC driver for Postgres.
    Any help/suggestion would be appreciated.

    Hello,
    CR also has a fully support Java Reporting Engine. If you have Java developers available check out this forum:
    SAP Crystal Reports, version for Eclipse
    You can find more info and samples from here:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessIntelligence%28BusinessObjects%29+Home
    And help.sap.com for the SDK reference material.
    Don

  • Changing list of apps for Open With

    When I select Open With on a .jpg file, there are over 30 applications listed which is really annoying. I can't work out how to edit this list so that only the ones I want to appear do so without having to uninstall any software - it must be stored in the preferences or something but I just can't seem to work it out.
    Any help appreciated.
    PK

    Short of opening up the individual applications and changing a file therein (which I have done, but don't recommend) you cannot change the list. When you start your computer the system goes through the applications you have and queries them, by reading their Info.plist file, about the sorts files the application claims it can open. The system then includes the application in the launch services list for applications that handle those sorts of files. I'm afraid about half the applications in the universe are capable of opening a jpeg, and most say so. So they get listed in Open With, and, if you have a backup drive that includes copies of your applications, those will appear on the list too. I heard that the system isn't supposed to be that thorough, but I've had it list an old, forgotten, application that was buried 6 folders deep, none of the folders being an application folder, on a backup drive...
    Francine
    Francine
    Schwieder

  • Change the recording level for recording with Thunderbolt-Firewire-Mixer

    Hey,
    I just bought a PHONIC Helix Board 24 Universal for recording some music via Firewire.
    Because my IMac has no Firewire-slot, I am using a Thunderbolt-Firewire-Adapter and a Firewire 400-800 cable.
    If I try to record some music it sounds really horrible.
    It seems that the reason is the recording level which can be changed while using the internal micro but not with firewire-Thunderbolt.
    The recording level is set on max, resulting in overmodulation and noise.
    Is there any way to adujust the recording level?
    Thank you in advance!
    Kay

    Hello Jshen6,
    Have you tried looking at the examples in LabVIEW under Hardware Input and Output>>Synchronization? The Analog Input-Synchronization.vi example shows you how to synchronize AI across multiple devices in various configurations and for various types of hardware. Would you mind listing what hardware you are using? Are all three devices taking the same data (voltage, strain, acceleration, etc)?
    Jonathan L.
    Applications Engineer
    National Instruments

  • Database creation error: 9i RAC with Suse and LVM

    We have managed to install 9i on a 2 server Linux cluster. All indications are that both nodes and the shared storage are up and running correctly. When we use dbca to create a clustered database, both nodes show up as install options.
    However, when we attempt to create the new database, the install fails each time at 55% with a message regarding the file location <db name>rawtemp. The error is "The file cannot be reused; the file size does not match"
    We have deleted the database after it has failed, and also deleted and recreated the /dev/raw location as well as the actual logical volume, all without success. Does anyone have a suggestion.
    Thank you in advance!

    Update: The actual error is ORA 1257 "Cannot reuse raw_temp, unknown file size"

Maybe you are looking for