XML Chart installation problem

Hi,
I am trying to do a installation for XML Chart Package, and hopefully I can use it to make my charts display more flexible.
I have download the file from http://www.maani.us/xml_charts/index.php?menu=Download.
However, when I run xml_chart_pkg.sql, I got below error message.
Any idea?
p.s,I will Oracle 9.2.0.6 database, and APEX 2.2
SQL> alter package XML_CHART_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY XML_CHART_PKG:
LINE/COL ERROR
0/0 PLS-00908: The stored format of XML_CHART_PKG is not supported by
this release
21/7 PLS-00114: identifier 'AP26WEV3LRCCSFF5QEBZOWG4PVOMCF' too long
21/7 PLS-00707: unsupported construct or internal error [2702]
Thanks,

Hi Jinyu
This is the java code loaded in the database using loadjava called by a wrapper oracle stored procedure
import oracle.xml.parser.schema.*;
import oracle.xml.parser.v2.*;
import java.net.*;
import java.io.*;
import org.w3c.dom.*;
import java.util.*;
import oracle.sql.CHAR;
import java.sql.SQLException;
public class SchemaUtil
public static String validation(CHAR xml, CHAR xsd)
throws Exception
//Build Schema Object
XSDBuilder builder = new XSDBuilder();
byte [] docbytes = xsd.getBytes();
ByteArrayInputStream in = new ByteArrayInputStream(docbytes);
XMLSchema schemadoc = (XMLSchema)builder.build(in,null);
//Parse the input XML document with Schema Validation
docbytes = xml.getBytes();
in = new ByteArrayInputStream(docbytes);
DOMParser dp = new DOMParser();
// Set Schema Object for Validation
dp.setXMLSchema(schemadoc);
dp.setValidationMode(XMLParser.SCHEMA_VALIDATION);
dp.setPreserveWhitespace (true);
StringWriter sw = new StringWriter();
dp.setErrorStream (new PrintWriter(sw));
try
dp.parse (in);
sw.write("The input XML parsed without errors.\n");
catch (XMLParseException pe)
sw.write("Parser Exception: " + pe.getMessage());
catch (Exception e)
sw.write("NonParserException: " + e.getMessage());
return sw.toString();
This is the code i used initially for validating a xml file against single xml schema (.xsd) file
In the above code could u tell how to specify the second schema validation code for the incoming xml.
say i create another Schemadoc for the 2nd xml schema.
something like this with another parameter(CHAR xsd1) passing to the method
byte [] docbytes1 = xsd1.getBytes();
ByteArrayInputStream in1 = new ByteArrayInputStream(docbytes1);
XMLSchema schemadoc1 = (XMLSchema)builder.build(in1,null);
DOMParser dp = new DOMParser();
How to set for the 2nd xml schema validation in the above code or can i combine 2 xml schemas.
How to go about it
Rgrds
Sushant

Similar Messages

  • XML/PLSQL installation problems

    Hi,
    I have problems with the XML Parser for PLSQL. When I try to load the jar files "xmlparserv2.jar" and "xmlplsql.jar" I have the follow error:
    ORA-29521 referenced name oracle/xml/* could not be found
    and the JDK 1.1.8 has already been installed. The user I use to load the jar files needs particular rights? Which is the order of the installation?
    Thanks

    It sounds to me like your Java installation is not complete, or you are using a different user than the one where the Aurora java package is installed.
    First, make sure that your Oracle 8i version and your jdk version are compatible:
    Oracle 8.1.5 matches jdk 1.1.8
    Oracle 8.1.6 matches jdk 1.2.x
    Then make sure that you have completely installed the correct version of Java into your database.
    Be sure your CLASSPATH environment variable includes all related class directories and archive (.jar, .zip) files.
    You might have to install the Oracle XML Utilities, again make sure the versions match.
    Finally, be sure the userID you are using has access rights to the Aurora java classes.
    I hope this helps.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tmx ():
    Hi,
    this is the error when I load a file from the jdk/demo directory:
    internal error: unanticipated exception: java.lang.NoClassDefFoundError: oracle/
    aurora/sqljdecl/SqljDecl
    java.lang.NoClassDefFoundError: oracle/aurora/sqljdecl/SqljDecl
    Thanks
    Bye<HR></BLOCKQUOTE>
    null

  • Installation problem on Vista

    I'm unable to successfully get the SOA server up and running on Vista using Oracle database 10.2.0.4.
    When starting the SOA or BAM server, the system responds after a while that the server started ok, but the deployments apparently fail.
    I have the following questions:
    1. I followed the document "Oracle Fusion Middleware Quick Installation Guide for Oracle SOA Suite" 11g Release 1 (11.1.1). The version is Beta Draft: 2009-03-27. Is this the version to use for the April 10 release?
    2. When installing, the only problem I saw was during the creation of the ESS schema with RCU. In the installation manual it is not listed as a required schema for BPEL or BAM. Is it ok to ignore this schema?
    Below you can find traces of warnings I get in the admin server log.
    When the admin server starts up I get
    oracle.bali.xml.grammar.GrammarException: Problem loading model for tag file /WEB-INF/tags/TVViewIview.tagx from file:/C:/oracle11
    g/user_projects/domains2/soadomain2/servers/AdminServer/tmp/_WL_user/em/jmb4hf/war/WEB-INF/tlds/tv.tld
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.preReadDocument(TldTagFileElement.java:470)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement._load(TldTagFileElement.java:328)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.<init>(TldTagFileElement.java:80)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.createElement(TldGrammarFactory.java:89)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar._getElementMap(TldGrammar.java:377)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar._populateElementMap(TldGrammar.java:346)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar.<init>(TldGrammar.java:76)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory$1._createGrammar(TldGrammarFactory.java:178)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory$1.createGrammar(TldGrammarFactory.java:168)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.createGrammar(TldGrammarFactory.java:70)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.createTldGrammar(TaglibGrammarProvider.java:74)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.addTaglibGrammars(TaglibGrammarProvider.java:51)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.addTaglibGrammar(TaglibGrammarProvider.java:42)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory._createContext(WebAppDesignContextFactory.java:460)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:1
    63)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:1
    28)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:9
    6)
    at oracle.adf.share.web.mds.ServletMetadataProvider.init(ServletMetadataProvider.java:33)
    at oracle.adf.share.http.ServletADFContext.registerServletContextMDSGrammar(ServletADFContext.java:516)
    at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:401)
    at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:315)
    at oracle.adf.model.servlet.HttpBindingRequestHandler.initADFContext(HttpBindingRequestHandler.java:53)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:102)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:187)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:527)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.IllegalArgumentException: Tag file "/WEB-INF/tags/TVViewIview.tagx" path not starting with /WEB-INF/tags.
    at oracle.jdevimpl.webapp.taglib.TaglibUtils.resolveTagFileLocation(TaglibUtils.java:37)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.resolveTagFileLocation(TldGrammarFactory.java:129)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.preReadDocument(TldTagFileElement.java:449)
    ... 51 more
    22-apr-2009 9:43:40 oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    After login in Enterprise Manager I see:
    WARNING: Unserializable value:oracle.sysman.core.view.tgtctls.common.DefaultTreeModel@1e054ce for key:UINodePropertyKey[value,17]
    PerfFilter: Time taken to render /em/faces/as/as/wlFarmHome: 28432
    After login I get repeatedly:
    21-apr-2009 9:09:32 org.apache.myfaces.trinidad.bean.PropertyKey saveValue
    WARNING: Unserializable value:oracle.sysman.core.view.tgtctls.common.DefaultTreeModel@2a80b2 for key:UINodePropertyKey[value,17]
    21-apr-2009 9:09:47 org.apache.myfaces.trinidadinternal.context.RequestContextImpl addPartialTriggerListeners
    WARNING: Kan gedeeltelijke trigger pmc_refresh van UIGraph[UIXFacesBeanImpl, id=performance_graph] niet vinden met de ondersteunde
    partialTriggers-syntaxis. De gedeeltelijke trigger is gevonden met de afgekeurde syntaxis. Gebruik de ondersteunde syntaxis.
    21-apr-2009 9:09:47 org.apache.myfaces.trinidadinternal.context.RequestContextImpl addPartialTriggerListeners
    WARNING: Kan gedeeltelijke trigger pmc_refresh van UIGraph[UIXFacesBeanImpl, id=performance_graph] niet vinden met de ondersteunde
    partialTriggers-syntaxis. De gedeeltelijke trigger is gevonden met de afgekeurde syntaxis. Gebruik de ondersteunde syntaxis.
    JSP Filter: JSP = /as/as/serverHome.jspx
    JSP Filter: JSP = /graph/region/performanceMetricChart.jsff
    JSP Filter: JSP = /as/as/serverHomeAppDeployments.jspx
    JSP Filter: JSP = /ai/sca/soainfra/core/serverComposites.jspx
    JSP Filter: JSP = /as/mostRequested/mostRequested.jsff
    JSP Filter: JSP = /sdk/templateDefNoForm.jspx
    JSP Filter: JSP = /as/sdk/progress/progressRegion.jsff
    JSP Filter: JSP = /sdk/globalNavigation.jspx
    JSP Filter: JSP = /sdk/topologyNavigation.jspx
    JSP Filter: JSP = /service/createService.jspx
    JSP Filter: JSP = /events/console/region/blank.jsff
    JSP Filter: JSP = /events/console/region/blank.jsff

    I also get an error with ESS schema - though a different one than you emailed to me. I'm using XE database and Windows XP.
    The document you have for installation is the right one and I agree that you don't need the ESS schema for SOA/BAM.
    I don't recognize the error you see in the Admin Server log. Would you confirm this is after the Admin Server is in the RUNNING state and while you are starting the managed server? Are there any errors in the managed server log?
    We did have one PM install on Vista and he had to disable ipv6 which is the default on Vista. Here is a forum discussion on it:
    SOA Suite for windows vista
    You may also encounter the network issue described in the known issues doc (eventually - you don't see the problem until you are deploying your project from jdev).
    Let me know if the ipv6 change helps.
    Heidi.

  • Installation problem sap 4.7

    hi all,
    i got installation problem while installing sap 4.7 on my pc
    the error is ,
    INFO 2008-03-21 00:03:16
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2008-03-21 00:03:25
    The 'saploc' share exists at directory 'F:\usr\sap'. Choosing drive F: as SAP System drive.
    INFO 2008-03-21 00:04:51
    Copying file E:/DUMP/db3/ker/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2008-03-21 00:04:51
    Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    INFO 2008-03-21 00:06:02
    Copying file E:/DUMP/db1/EXPORT1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-03-21 00:06:02
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2008-03-21 00:06:02
    Copying file system node E:\DUMP\db1\EXPORT1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2008-03-21 00:06:02
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-03-21 00:06:02
    Copying file E:/DUMP/db1/EXPORT1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2008-03-21 00:06:02
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2008-03-21 00:06:02
    Copying file system node E:\DUMP\db1\EXPORT1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2008-03-21 00:06:02
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-03-21 00:06:05
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:05
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:05
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:10
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:10
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:10
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:13
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:13
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:13
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:07:05
    Package table created
    PHASE 2008-03-21 00:07:11
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2008-03-21 00:07:11
    SAP Web Application Server
    PHASE 2008-03-21 00:07:11
    Request common parameters of SAP System
    PHASE 2008-03-21 00:07:11
    Create operating system accounts
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.2.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.2.XML.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.3.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.3.XML.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1002 ACCOUNTNAME=sap-r3\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1003 ACCOUNTNAME=sap-r3\SAP_ERP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1004 ACCOUNTNAME=sap-r3\SAP_ERP_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1005 ACCOUNTNAME=ORA_ERP_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1006 ACCOUNTNAME=ORA_ERP_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2008-03-21 00:07:15
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1007 ACCOUNTNAME=sap-r3\erpadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=sap-r3\SAP_ERP_GlobalAdmin,sap-r3\Users,Administrators,ORA_ERP_DBA,ORA_ERP_OPER,sap-r3\SAP_LocalAdmin,sap-r3\SAP_ERP_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*... succeeded.
    INFO 2008-03-21 00:07:15
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1008 ACCOUNTNAME=sap-r3\SAPServiceERP ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=sap-r3\SAP_ERP_GlobalAdmin,Administrators,ORA_ERP_DBA,ORA_ERP_OPER,sap-r3\SAP_LocalAdmin,sap-r3\SAP_ERP_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*... succeeded.
    INFO 2008-03-21 00:07:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    INFO 2008-03-21 00:07:30
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:30
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:31
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:31
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:32
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:32
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:33
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:33
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:34
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    PHASE 2008-03-21 00:07:34
    Adapt filesystem
    PHASE 2008-03-21 00:07:34
    Prepare check/adapt SAP instance filesystem
    INFO 2008-03-21 00:07:34
    File system node F:\usr\sap exists.
    INFO 2008-03-21 00:07:34
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap/ERP exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap/tmp exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/tmp exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/in exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/out exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/log exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/bin exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/buffer exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/cofiles exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/data exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/etc exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/log exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/sapnames exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:36
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:36
    Creating of all NT shares while processing the table 'tNT_SHARE' succeeded.
    PHASE 2008-03-21 00:07:37
    Extract archives
    INFO 2008-03-21 00:07:37
    Processing of all file system node operations of table t_SAPComponent_Archives_FORMS_SHARED succeeded.
    PHASE 2008-03-21 00:07:37
    Extract SAP System kernel archives
    WARNING 2008-03-21 00:07:39
    PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2008-03-21 00:07:39
    Creating file C:\SAPinst ORACLE KERNEL\SAPMMC.SAR.log.
    INFO 2008-03-21 00:07:39
    SAPCAR -xvgf E:/DUMP/db3/ker/NT/I386/MMC/SAPMMC.SAR, -R C:\SAPinst ORACLE KERNEL succeeded. (See output in './SAPMMC.SAR.log'.)
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmc.dll to C:\WINNT\system32/sapmmc.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcada.dll to C:\WINNT\system32/sapmmcada.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll to C:\WINNT\system32/sapmmcdb6.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcinf.dll to C:\WINNT\system32/sapmmcinf.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcms.dll to C:\WINNT\system32/sapmmcms.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    Processing of all file system node operations of table t_SAPComponent_Archives_Copy_SHARED succeeded.
    WARNING 2008-03-21 00:07:40
    PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2008-03-21 00:07:40
    Creating file C:\SAPinst ORACLE KERNEL\DBATOOLS.SAR.log.
    INFO 2008-03-21 00:07:40
    SAPCAR -xvgf E:/DUMP/db3/ker/NT\I386\DBATOOLS.SAR, -R F:\usr\sap\ERP\SYS\exe\run succeeded. (See output in './DBATOOLS.SAR.log'.)
    INFO 2008-03-21 00:07:41
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2008-03-21 00:07:41
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    PHASE 2008-03-21 00:07:41
    Create service ports
    PHASE 2008-03-21 00:07:41
    Generate instance profiles
    PHASE 2008-03-21 00:07:42
    Versionize default profile, instance profile and start profile
    INFO 2008-03-21 00:07:42
    Processing of all file system node operations of table t_SAPComponent_Profiles_FORMS_SHARED succeeded.
    INFO 2008-03-21 00:07:42
    Processing of adapt operation t_SAPComponent_Profiles_SHARED succeeded.
    INFO 2008-03-21 00:07:43
    'F:\oracle\ora81/bin/lsnrctl stop' returned with '0'.
    INFO 2008-03-21 00:07:43
    Moving file F:/oracle/ora81/network/admin/listener.ora to: F:\oracle\ora81/network/admin/listener.ora.bak.
    INFO 2008-03-21 00:07:43
    Creating file F:\oracle\ora81\network\admin\listener.ora.
    INFO 2008-03-21 00:07:44
    Moving file F:/oracle/ora81/network/admin/sqlnet.ora to: F:\oracle\ora81/network/admin/sqlnet.ora.bak.
    INFO 2008-03-21 00:07:44
    Creating file F:\oracle\ora81\network\admin\sqlnet.ora.
    INFO 2008-03-21 00:07:44
    Moving file F:/oracle/ora81/network/admin/tnsnames.ora to: F:\oracle\ora81/network/admin/tnsnames.ora.bak.
    INFO 2008-03-21 00:07:44
    Creating file F:\oracle\ora81\network\admin\tnsnames.ora.
    INFO 2008-03-21 00:07:45
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:45
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace\background.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace/background with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace\usertrace.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace/usertrace with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapreorg.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapreorg with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saparch.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saparch with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\oraarch.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/oraarch with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapcheck.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapcheck with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapbackup.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapbackup with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogA.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogA with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\mirrlogA.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\mirrlogA with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogB.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogB with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\mirrlogB.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\mirrlogB with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saparch\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saparch/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogA\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogA\/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:46
    File system node F:\oracle\ERP/sapdata1 exists already. Nothing to do.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_7.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_7 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_8.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_8 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_9.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_9 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_10.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_10 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_11.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_11 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_12.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_12 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp_13.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp_13 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp_14.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp_14 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp_15.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp_15 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp_16.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp_16 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp620_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp620_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp620_2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp620_2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp620_3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp620_3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp620_4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp620_4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp620_5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp620_5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp620_6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp620_6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp620_7.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp620_7 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp620_8.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp620_8 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp620_9.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp620_9 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erpusr_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erpusr_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\roll_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\roll_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\temp_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\temp_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\system_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:47
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:47
    Creating file F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:07:48
    Creating file F:\oracle\ora81\database\initERP.sap.
    INFO 2008-03-21 00:07:49
    Copying file E:/DUMP/db3/ker/NT/COMMON/INSTALL/INITSID.DBA to: F:\oracle\ora81/database/initERP.dba.
    INFO 2008-03-21 00:07:49
    Creating file F:\oracle\ora81\database\initERP.dba.
    INFO 2008-03-21 00:07:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:07:50
    Moving file F:/oracle/ora81/database/initERP.ora to: orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:07:50
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:07:50
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:07:51
    Creating file C:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2008-03-21 00:07:55
    See 'F:\oracle\ora81/bin/oradim -new -sid ERP -STARTMODE auto' output in 'C:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2008-03-21 00:07:55
    'F:\oracle\ora81/bin/oradim -new -sid ERP -STARTMODE auto' returned with '0'.
    INFO 2008-03-21 00:07:56
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:01
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:29
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:41
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:43
    Moving file F:/oracle/ora81/database/initERP.ora to: orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:09:43
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:09:43
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:09:43
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:10:24
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:10:26
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:12:24
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:12:26
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:14:27
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:14:30
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:09
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:11
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:52
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:55
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:16:36
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:16:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:17:20
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:17:23
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:08
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:54
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:19:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:19:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:20:25
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:20:27
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:21:14
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:21:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:55
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:23:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:24:41
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:24:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:25:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:25:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:26:36
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:26:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:27:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:27:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:28:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:28:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:29:45
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Task files created
    INFO 2008-03-21 00:31:12
    Command files created
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 02:52:21
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:00:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:28:34
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 05:50:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:18:39
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL2.log
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPCLUST.log
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPPOOL.log
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX3.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLEXC.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSRC.log
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDOCU.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSPROT.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPUSER.log
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLOAD.log
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAP0000.log
    INFO 2008-03-21 06:23:03
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:23:03
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPVIEW.log
    ERROR 2008-03-21 06:23:07
    FJS-00012 Error when executing script.
    INFO 2008-03-21 00:31:12
    Task files created
    INFO 2008-03-21 00:31:12
    Command files created
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 02:52:21
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:00:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:28:34
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 05:50:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:18:39
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL2.log
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPCLUST.log
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPPOOL.log
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX3.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLEXC.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSRC.log
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDOCU.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSPROT.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPUSER.log
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLOAD.log
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAP0000.log
    INFO 2008-03-21 06:23:03
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:23:03
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPVIEW.log
    ERROR 2008-03-21 06:23:07
    FJS-00012 Error when executing script.
    any body can give the solution please
    thanks
    sareen

    Sareen,
    Seems you are having problem with the Export CD you are using for Installation.Change the Export CD,if possible try to download it from Service Market Place of SAP.
    K.Kiran.

  • Passing values to XML chart..... !!!  URGENT !!!

    Hi experts,
    I am trying XML chart. If i hardcode the values for x-axis and y-axis as shown below,
    everything's working fine.
    <?xml version="1.0" encoding="utf-8"?>
    <ChartData>
    <Series label="Signal">
    <Point>
    <Value type="x">2</Value>
    <Value type="y">3.92222</Value>
    </Point>
    But, i want to pass the values for x-axis and y-axis from an table. I tried using <%= table-field %>,
    But its not working....
    Plzzz  help me out.....

    refer to this thread
    Problem in accessing an ABAP variable in XML code
    its the same question.

  • Sun, take responsibility for appserver7 installation problems!

    *** First set of problems...
    I'm having installation problems on both Solaris 8, (Ultra 480, 1GB RAM, latest recommended patches) and a Windows 2000 Server with SP2 (1GHz P4, 512MB RAM).
    I chose default installation directory and then the install
    complains that Pointbase 4.2 should be installed into the
    same directory etc. Cannot unselect the Sample apps and
    Pointbase options.
    *** Second problem...
    I have an instance previously installed on Windows 2000
    Professional with SP2.(1GHz PIII, 512MB RAM, 5GB space)
    When i start application server 7.0 , then i get the following
    message:
    Could not start the instance: domain1:admin-server
    Server failed to start:abnormal subprocess termination
    Could not start the instance: domain1:server1
    Server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain:domain1
    Could not start one or more domains
    Press any key to continue ...

    When you say that you choose the default installation directory and then the installer complained about Pointbase, what platform where you using? Had you already attempted installs in the past or uninstallations that did not complete properly?
    For your second issue, did you happen to change the host name of your machine? Try cranking up the log level (edit server.xml) to see what's causing the instances to fail on startup. Did the application ever start up after install? What things did you do just prior to the server exhibiting this behaviour?

  • Jre 1.42 installation problems

    hi all. i hav a problem installing JRE 1.42...gives me an error saying..
    Unable to download http://java.sun.com/update/1.42/1.42_06-b03.xml for installation......
    can somebody please solve this problem..thanx in advance..
    regs
    viv

    Go back to the download page and download and install from the offline option.
    That will d/l the entire package and when you click it the install will start.

  • XML Charts - Unwrapped

    I made the package available for download here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:58
    There are three additional changes:
    1. x- and y-axis titles may be specified,
    2. no UTL_FILE package access necessary by default,
    3. functions, for converting axis values may be specified.
    A demo is available here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:74
    Denes Kubicek

    Hello
    I´m playing around with the xml-charts for a few days, but cant get them to work.
    I think i make some very simple mistake.
    Installation according to the readme-file was ok.
    Granted all things required.
    Made a debug-dir.
    No errors or invalid objects there.
    created a new page in my demo application.
    created a hidden item
    created a computation with static assignment for the item.
    created a report with the same query and it works.
    created a pl-sql-content with the provided block. checked it against that, what the "SELECT xml_chart_pkg.get_chart_plsql FROM DUAL;" returns. Looked equal.
    running the page, show me (after a while) a orange background with the following message:
    Loading<xml_chart_pkg.chart_region_pr?app_user_in=APEX_PUBLIC_USER...
    (i´m not able to read more, because the message is cut on the edge)
    debug = 'Y' shows no error (any more) but nothing is in the created oracle directory
    The session tells me that the sql is in the hidden item.
    And it tells me, that i have collection some values in the collection similar to my test-report.
    Collection Name | Sequence | C001 | C002
    CSTACKEDCOLUMN230582657841003510010 | 1 | OHare | 500
    CSTACKEDCOLUMN230582657841003510010 | 2 | LaGuardia | 4300
    CSTACKEDCOLUMN230582657841003510010 | 3 | Bradley | 500
    CSTACKEDCOLUMN230582657841003510010 | 4 | Logan | 790
    CSTACKEDCOLUMN230582657841003510010 | 5 | Hartsfield | 47798
    CSTACKEDCOLUMN230582657841003510010 | 6 | Dulles | 1240
    CSTACKEDCOLUMN230582657841003510010 | 7 | Lambert | 790
    h3. My environment is:
    oracle db 11g
    apex 3.2
    installed with mod_plsql not epg
    all running on windows 2008 server x64
    h3. my sql in the hidden item is:
    select cu.CUST_LAST_NAME as CUSTOMER, sum(o.ORDER_TOTAL) as ORDER_TOTAL
    from DEMO_ORDERS o, DEMO_CUSTOMERS cu
    where o.CUSTOMER_ID = cu.CUSTOMER_ID group by cu.CUST_LAST_NAME
    h3. my pl-sql for the chart is:
    BEGIN
    xml_chart_pkg.xml_chart_pr(
    item_for_query => :P10_SQL_HIDDEN, --item storing your chart query
    chart_type_in => 'stacked column', --your chart type
    sort_series_in => 'ASC', --how to sort series
    width_in => 600, --width of your region
    height_in => 450, --height of your region
    debug_xml_in => 'N', --using debug option
    xml_output_dir_name_in => 'chart_debug', --debug output directory
    chart_template_in => 'MY_TEMPLATE,SWITCH_COLORS', --templates to be used with your chart
    chart_standard_ignore_in => 'N', --ignore all standard settings
    link_type_in => 'P', --link type P for popup and R for redirect
    page_to_pass_values_to => '10', --page to pass values in the link
    request_in => 'SORT', --request to pass within link
    items_to_pass_values_to => 'P200_ITEM', --items to pass values to, comma delimited
    values_to_pass_to_items => '_category_', --values to pass to items, see XML reference
    link_pop_up_w_in => '1000', --link popup window width
    link_pop_up_h_in => '800', --link popup window height
    chart_background_color_in => '#ededd6', --region color
    unique_id_in => NULL, --unique string to identify your chart if the same chart
    --type is used on the same page
    turn_caching_on => 'N', --if your want to keep the session result per chart,
    --use collection to store the result set
    default_directory_xml => '/i/charts/', --if your want to specifiy another directory,
    -- you need to determine this parameter
    axis_val_conv_function => NULL, --if your want to convert axis values, you may include
    --any function here and it will convert your values to
    --whatever (standard functions or your own custom)
    x_axis_title => NULL, --title of the x axis
    y_axis_title => NULL --title of the y axis
    END;
    I hope i have not over-read the solution in another thread.
    Thanks for any help.
    Edited by: Scubus on Aug 20, 2009 7:16 PM
    Edited by: Scubus on Aug 20, 2009 7:17 PM

  • Xml charts

    Hi
    I m using xml charts from maani.com running on Oracle XE Release 2.2
    I have made a static xml file and runing it thru a html region.
    I want to generate charts based on a query.How to go about it???
    Shefali

    i tried using it on xe but its showing this error:
    ORA-04067: not executed, package body "DEMO.XML_CHART_PKG" does not exist ORA-06508: PL/SQL: could not find program unit being called: "DEMO.XML_CHART_PKG"
    Debug:
    1: begin
    2: BEGIN
    3: Xml_Chart_Pkg.xml_chart_pr(item_for_query => :P4_ITEM,
    4: chart_type_in => 'stacked bar',
    5: sort_series_in => 'ASC',
    6: width_in => 450,
    7: height_in => 420,
    8: chart_template_in => 'SERIES_SWITCH,SERIES_COLORS_1' || ',' || 'dissolve',
    9: chart_standard_ignore_in => 'N',
    10: default_directory_xml => '/i/charts_library',
    11: axis_val_conv_function => 'MY_FUNCTION',
    12: x_axis_title => 'MY_TITLE_X',
    13: y_axis_title => 'MY_TITLE_Y' );
    14: END;
    15: end;
    Have already saved the package,granted permissions(even though using in the same schema).
    I have made a schema in system account
    SQL> grant execute on xml_chart_pkg to public;
    Grant succeeded.
    But still the problem is thr...Can u suggest wht i m doing wrong??
    Shefali

  • Please HELP - APEX installation problem

    Hi , someone can help me please to solve an installation problem of APEX ?
    On the same machine ( with 10.2.0 Database installed) I installed Apx 2.2.1 . I follow all the installation step , but when I try to connect on http://localhost:7777/pls/apex I have this error :
    "Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at localhost Port 7777"
    on the http server log I found this error : mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup for more information.
    here's my marvel.conf configuration :
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "c:\oracle\product\10.2.0\ohs\Apache\Apache\images"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpwd
    PlsqlDatabaseConnectString localhost:1521:diana ServiceNameFormat
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    On plsql.conf I already put this : # ============================================================================
    # Database Access Descriptors Settings Section
    # ============================================================================
    include C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf
    also on http.conf
    include "C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf"
    Can you help me pls to find the problem ?
    thank's all
    solo

    solo,
    I think your problem is simply that you're including the marvel.conf file too many times. You're now making it appear like the /pls/apex DAD is defined 2 or more times. And that would result in a misconfiguration error message.
    Joel

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Installation Problem on iTunes 6.0.1.3 - HpSdpAppCoreApp

    Help!
    I'm trying to install the new iTunes 6.0 and I'm getting a message during installation that says
    HpSdpAppCoreApp
    "The feature you are trying to use in on a network resource that is unavailable.
    Click OK to try again, or enter an alternative pathway to a folder containing the installation package "HpSdpAppCoreApp.msi" in the box below."
    The last time I dug through some files on my own, bad things happened.
    Thanks,
    C

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

  • Installation problem on SUSE 12.1

    Hi
    I'm a Linux beginner and I am trying to install LV on SUSE 12.1
    I've also posted my problems on Lava:
    http://lavag.org/topic/15240-labview-installation-problem-on-suse-121/
    The installation started and it looks quite all right, but when I try to start LabVIEW, the application just sits in the taskbar for about 20 seconds and then just disappears.
     Any ideas?
    Is there a way to debug to see what's going on?
    Cheers,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    Unfortunately, there are no versions of LabVIEW supported on SUSE 12.1 at present. Here's a link to LabVIEW version compatibility with different Linux distributions. I saw from your other forum that you're attempting to install LabVIEW 2009, which is certified for SUSE 11.0 at the latest. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

  • Installation Problem on Win8

    Hello all
    I need your help for troubleshooting an installation problem on a Win8 (x64) client. There is already JavaJRE installed, but we wanted to install some other versions, too. But it didn't work. So we tried to unistall to curently version. This was running badly. Now there entry is removed from windows software, but the software is still on the system. Always if we try to install any java, we get a failure message with no error discription. So we looked for some installation logs, but I can't find the problem. Can you have a look? What can I do?
    Thank you guys for your support.
    Installation Logs:
    java_install.log - Pastebin.com
    java_install_reg.log - Pastebin.com
    JavaDeployReg.log - Pastebin.com

    Hi people!
    I have two problems with nokia suite...
    first of all I can't install it at my windows 8.1, I receive the message attached...
    Second,
    in another notebook, all time I tried to update my N8 to Symbian bella I receive a blue screen of death, at windows 8
    can somebody help me?
    Attachments:
    mokiasuit.png ‏13 KB

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

Maybe you are looking for

  • Itunes 11.1.3.8 sync problems with iphone 5 - help?

    I have an iPhone 5 and I am using itunes 11.1.3.8. I noticed that a few CDs I recently imported were not syncing onto my iphone.  After a few tries at syncing, I noticed that under the 'On this iPhone' section the songs from these CDs were listed but

  • Export to PDF as grayscale

    I am using a trial version of InDesign CS3 on XP Pro and have a need to create a PDF in grayscale. Is there a way to do this using Export? I tried using print to Acrobat Distiller with Composite Gray set and that works fine. Is Distiller the only way

  • Trying to fill in a reservation form-no scroll bar and can't see whole page

    Hi, I've had this problem before with Thai Airways website and am having it again with a hotel reservation site. When the form opens, there is no scroll bar on the right side of the window. I can't scroll down to the rest of the form (tab key doesn't

  • Uploading RAW files

    Unable to upload RAW photo files (Sony ARW) onto iPhoto.   Currently running OS10.6.8 and iPhoto 6.0.6 (322).   Apparently these are the latest compatable with my iMac.   Don't want to purchase a new computer! Any suggestions? Kim

  • 785GTM-E45 not POSTing after a week (Need help)

    Hello guys and girls, Good day to you. I am new here as I just happily purchase my new MSI motherboard last week. Yay~ However, I am now currently facing problem in POSTing the PC after it was working beautifully for a week. Hope someone can help me