Oracle RMAN Plug-In 2.0 sbttest error

Anyone hit the same error strings below when attempting to execute the sbttest? The sbt function pointers are loaded from /oracle/product/11gR2040/lib/libobk.so library.-- sbtinit succeeded-- sbtinit (2nd time) succeededsbtinit: vendor description string=WARNING: Oracle Test Disk APIsbtinit: Media manager is version 8.1.3.0sbtinit: Media manager supports SBT API version 2.0sbtinit: allocated sbt context area of 31536 bytessbtinit: proxy copy is supportedUnexpected Error 13011: HTTP POST - Service unavailable-- sbtinit2 succeeded-- sbtcommand succeeded-- proxy_backup starts ................................snapshot_space_chk_rman: Error 13011: HTTP POST - Service unavailable

Hi franky4u, Yes, httpd.admin.enable is set to on. I'm working with ajpatel (replied in this thread) to resolve the error message. John

Similar Messages

  • Oracle RMAN backup to disk on vbox4.2 shared folders

    [https://forums.virtualbox.org/viewtopic.php?f=7&t=53683]
    Cross posting a virtualbox forum post in case someone has this working.
    [posting snippet]
    Anyone successfully using Oracle 10.2/11.2 RMAN to backup to mounted vbox guest shared folder? I'm thinking there may be some special configuration requirement like there is with NFS share mount options.
    RMAN> backup incremental level = 0 database include current controlfile plus archivelog delete input;
    [lengthy output clipped]
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 01/18/2013 00:03:14
    ORA-19504: failed to create file "/media/sf_backup/vux099/oracle/vux099db/dataS217_P1_T804988992"
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 22: Invalid argument
    Additional information: 2
    RMAN>
    Recovery Manager complete.
    oracle@vux099:vux099db1 [app/oracle]
    $ touch /media/sf_backup/vux099/oracle/vux099db/myfile; ls -l /media/sf_backup/vux099/oracle/vux099db/myfile
    -rw-r--r-- 1 oracle oinstall 0 Jan 18 00:04 /media/sf_backup/vux099/oracle/vux099db/myfile
    oracle@vux099:vux099db1 [app/oracle]
    $ touch /media/sf_backup/vux099/oracle/vux099db/myfile;
    oracle@vux099:vux099db1 [app/oracle]
    $ mount | grep sf_backup
    backup on /media/sf_backup type vboxsf (uid=51115,gid=51116,rw)
    oracle@vux099:vux099db1 [app/oracle/base/admin/vux099db1/bin]
    $ getent passwd 51115; getent group 51116
    oracle:*:51115:51116:Oracle Administrator:/app/oracle:/bin/bash
    oinstall:*:51116:grid,oracle
    oracle@vux099:vux099db1 [app/oracle/base/admin/vux099db1/bin]
    $ printf "show all;\nexit\n" | rman nocatalog target / | grep DISK
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/media/sf_backup/vux099/oracle/vux099db/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/media/sf_backup/vux099/oracle/vux099db/dataS%s_P%p_T%t';
    oracle@vux099:vux099db1 [app/oracle/base/admin/vux099db1/bin]
    $
    [end]
    Edited by: user12130856 on Jan 18, 2013 8:08 PM

    Hi,
    never tried it, but I know that the shared folders in vbox don't work like normal filesystems.
    I would rather setup an NFS server on the host and mount an NFS share in the guest.
    Regards
    Sebastian

  • RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: [kccsbck_first], [2], [2349545192]" on DB startup

    Hi All,
    DB:11.2.0.3.0
    OS: Sun Solaris SPARC 64 bits
    I am facing an issue -  RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: , , " on DB startup. Restored from RMAN backup DB test2 to DB test1.
    <p mcekeep="true">  $ sqlplus / as sysdba
    <p mcekeep="true">   SQL*Plus: Release 11.2.0.3.0   Production on Sun Oct 6 09:31:28 2013
    <p mcekeep="true">   Copyright (c) 1982, 2011,   Oracle.  All rights reserved.
    <p mcekeep="true">   Connected to an idle instance.
    <p mcekeep="true">  
    SQL> startup
    ORACLE instance started.
    Total System Global Area 4277059584 bytes
    Fixed Size                  2166160 bytes
    Variable Size            1493176944 bytes
    Database Buffers         2768240640 bytes
    Redo Buffers               13475840 bytes
    ORA-00600: internal error code, arguments: , , ,
    SQL> exit
    DB test2 database validated:
    RMAN> validate Database;
    No issues reported.
    Could anyone please let me the what's the cause of this error
    Thanks for your time
    Regards,
    user10088255

    HI,
    CASE : I
    C:\>set ORACLE_SID=xxxx
    C:\>sqlplus sys/XXXXX@rosen as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area   3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                   16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [3978145973],
    Solution:   AFTER GETTING  ORA-00600, SHUT THE DATABASE AND STARTUP IT INTO MOUNT STAGE  AND  THEN ALTER  DATABASE   TO OPEN STAGE .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                    16007168 bytes
    Database mounted.
    SQL> alter database open;
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME      OPEN_MODE
    ROSEN     READ WRITE
    CASE :: II
    C:\>sqlplus sys/XXXX@royalton as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:37:37 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                  1979714112 bytes
    Database Buffers            1426063360 bytes
    Redo Buffers                  16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [73515151],[], [], [], [], [], [], [], [], []
    Solution :  As in above case, I have started the database in mount and then alter it to the open mode but it doesnot work out. After some analysis ,troubleshooting and googling, we have decided to flush the shared pool  component of the SGA . So, we have started the database in mount stage and then flush the shared pool and further alter it to open stage . Below are the steps performed to solve this issue .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    C:\>set ORACLE_SID= royalton
    C:\>sqlplus sys/xxxxxxxx@royalton  as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                     2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers            1325400064 bytes
    Redo Buffers                  16007168 bytes
    Database mounted.
    SQL> alter system flush shared_pool;
    SQL> alter database open
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME            OPEN_MODE
    ROYALTON        READ WRITE
    Conclusion : Though this is not the solution but a workaround to solve ORA-00600  which is having same argument as above, then you may follow the above steps.
    Please chek this link : One Can Succeed at Almost Anything For Which He Has Enthusiasm...: ORA-00600: internal error code, arguments: [kccsbck_f…

  • Oracle epm 11.1.2.2 http error

    I installed (personal installation) and configured 11.1.2.2. Installation was successful. Configuration only partly successful as most of the errors point to http error and unable log on to workspace. It brings up a java.net error.
    Can you help please?

    ( Apr 4, 2013 5:12:40 PM ) Configuration tasks state test successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Validating that configuration tasks have been completed
    ( Apr 4, 2013 5:12:40 PM ) DB Connectivity test for repository successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Checking connection to database jdbc:oracle:thin:@RATNAP01:1521:FUSION
    ( Apr 4, 2013 5:12:43 PM ) Web Applications check failed.
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/aif/faces/setup/Main.jspx
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/oracle-epm-erpi-webservices/RuleService
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:49 PM ) External Providers check successfully completed.
    ( Apr 4, 2013 5:12:49 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Apr 4, 2013 5:12:53 PM ) Login check failed.
    ( Apr 4, 2013 5:12:53 PM )  - failed: Checking availability of login http://RATNAP01:9000/interop/logon
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 404
    ( Apr 4, 2013 5:12:58 PM ) Missed registry links check successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking that all components in the registry have a link to host
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:12:59 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:59 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:13:00 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:13:02 PM ) Web Server Registry check successfully completed.
    ( Apr 4, 2013 5:13:02 PM )  - passed: Checking if Web Server linked to the all Web Applications
    ( Apr 4, 2013 5:13:02 PM ) Shared library targeting test failed.
    ( Apr 4, 2013 5:13:13 PM ) Checking if registry database compy with taxonomy. successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: All components comply with registry taxonomy.
    ( Apr 4, 2013 5:13:13 PM ) System path variable length test successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: Checking whether system path variable length exceeds 2,000
    ( Apr 4, 2013 5:13:13 PM ) CSS Status Check failed.
    ( Apr 4, 2013 5:13:13 PM )  - failed: Validating that CSS has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CSS
    ( Apr 4, 2013 5:13:14 PM ) CES Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that CES has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CES
    ( Apr 4, 2013 5:13:14 PM ) Audit Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that Audit has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=AUDIT
    ( Apr 4, 2013 5:13:14 PM ) LCM Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that LCM has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=LCM
    ( Apr 4, 2013 5:13:15 PM ) HUB Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that HUB has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=HUB
    ( Apr 4, 2013 5:13:15 PM ) Registry Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that Registry has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=REGISTRY
    ( Apr 4, 2013 5:13:15 PM ) Product registry component test successfully completed.
    ( Apr 4, 2013 5:13:15 PM )  - passed: Checking if product has only one product node in registry.
    ( Apr 4, 2013 5:13:18 PM ) Product registry component test failed.
    ( Apr 4, 2013 5:13:25 PM ) EPMA DimensionServer Server Configuration successfully completed.
    ( Apr 4, 2013 5:13:25 PM )  - passed: Validating EPMA Dimension Server hyperion-bpma-server startup... Successful...
    ( Apr 4, 2013 5:13:34 PM ) Check EPMA services individually failed.
    ( Apr 4, 2013 5:13:34 PM )  - failed: Validating whether jobmanager service is available.
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 500
    ( Apr 4, 2013 5:13:35 PM ) Essbase Studio Server failed.
    ( Apr 4, 2013 5:13:35 PM )  - failed: Validating Essbase Studio Server connection
        Error:api.CPException.networkError
    ( Apr 4, 2013 5:13:40 PM ) Financial Management Web Service access test successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Checking accessibility of Web services on http://RATNAP01:80/HSFWebServices/HSFWebService.asmx.
    ( Apr 4, 2013 5:13:40 PM ) Check if the Interactive Reporting Product (INTERACTIVE_REPORTING_PRODUCT) component exists. successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:41 PM ) Check if IR BI Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR BI Services are available: IRBI_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Job Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Job Services are available: IRJOB_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR DAS Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR DAS Services are available: IRDAS_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Log Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Log Services are available: IRLOG_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:42 PM ) Check if the Reporting and Analysis Setup (RA_SETUP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:42 PM ) Check if all required RAF properties exist under the Reporting and Analysis Setup component. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:42 PM ) Check if the Agent Module (AGENT_MODULE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 5.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Reporting and Analysis Service (RA_SERVICE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 20.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Agent (AGENT) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:44 PM ) Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT. successfully completed.
    ( Apr 4, 2013 5:13:44 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS). successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required RAF properties exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required Workspace configuration files exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required files exist.
    ( Apr 4, 2013 5:13:46 PM ) Check if Agents are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All Agents are available: Agent on ratnap01.
    ( Apr 4, 2013 5:13:46 PM ) Check if RAF Services are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All RAF Services are available: RAF_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:47 PM ) Check if Repository data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:47 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:48 PM ) Check if Job Factory data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:48 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:49 PM ) Check if Service Broker data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:49 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if Event Server data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if every Agent is associated with some Agent Module(s). successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Every Agent is associated with some Agent Module(s).
    ( Apr 4, 2013 5:13:51 PM ) Check if every Reporting and Analysis Service is associated with some Agent Module. successfully completed.
    ( Apr 4, 2013 5:13:51 PM )  - passed: Every Reporting and Analysis Service is associated with some Agent Module.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module is associated with some Agent. successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module is associated with some Agent.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s). successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    ( Apr 4, 2013 5:13:53 PM ) Check if Agent Modules and corresponding Agents belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:53 PM )  - passed: Agent Modules and corresponding Agents belong to the same host.
    ( Apr 4, 2013 5:13:56 PM ) Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:56 PM )  - passed: Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    ( Apr 4, 2013 5:13:57 PM ) Check the possibility to login on Web Analysis Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:57 PM ) Check connectivity between Web Analysis Server and Essbase Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:58 PM ) Check connectivity between Web Analysis Server and Financial Management Server. failed.
    ( Apr 4, 2013 5:13:58 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:14:20 PM ) External repository access test successfully completed.
    ( Apr 4, 2013 5:14:20 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat FetchCategory ****** localhost 6800 /Sample Content
    ( Apr 4, 2013 5:14:36 PM ) External login test for IR successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat PingBQService ****** localhost 6800
    ( Apr 4, 2013 5:14:36 PM ) Financial Management Application Server Configuration successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Validating Financial Management Server registration Successful...
    ( Apr 4, 2013 5:14:50 PM ) Financial Management Service Validation failed.
    ( Apr 4, 2013 5:14:50 PM )  - failed: Verify that the Financial Management service is working.
        Error:EPMVLD-01024: The Financial Management service check failed: ERROR: Unable to CreateApplicationCAS
    ( Apr 4, 2013 5:14:52 PM ) Financial Management Web Server successfully completed.
    ( Apr 4, 2013 5:14:52 PM )  - passed: Validating Financial Management Web application connection Successful...
    ( Apr 4, 2013 5:14:54 PM ) SmartView Provider successfully completed.
    ( Apr 4, 2013 5:14:54 PM )  - passed: Validating Financial Management SmartView Provider connection Successful...
    ( Apr 4, 2013 5:14:57 PM ) LCM Provider successfully completed.
    ( Apr 4, 2013 5:14:57 PM )  - passed: Validating Financial Management LCM Provider connection Successful...
    ( Apr 4, 2013 5:15:16 PM ) Essbase Java API checker failed.
    ( Apr 4, 2013 5:15:16 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect ****** RATNAP01:1423 Embedded
        Error:EPMVLD-01011: Result 1; Error message: Message was not included in output, check logs for details.
    ( Apr 4, 2013 5:15:16 PM ) Check system-jazn-data.xml file for HIT entries successfully completed.
    ( Apr 4, 2013 5:15:16 PM )  - passed: All HIT entries are present in system-jazn-data.xml
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : EMBEDDED
    essbase.properties: essbase.properties
    java System properties -DESS_ES_HOME: null
    ( Apr 4, 2013 5:15:29 PM ) Essbase server check failed.
    ( Apr 4, 2013 5:15:29 PM )  - failed: Validating Essbase Server connection to RATNAP01
        Error:Cannot connect to olap service. Cannot connect to Essbase Server at "RATNAP01:1423". Network error [10061]: Failed to connect to [RATNAP01:1423]
    ( Apr 4, 2013 5:15:37 PM ) Essbase server check using MaxL failed.
    ( Apr 4, 2013 5:15:37 PM )  - failed: Validating Essbase Server startup using MaxL command
        Error:EPMVLD-01010: Cannot connect to Essbase Server using MaxL.
    ( Apr 4, 2013 5:15:38 PM ) Module login test failed.
    ( Apr 4, 2013 5:15:38 PM )  - failed: Module test for Performance Management Architect with URL http://RATNAP01:9000/workspace/index.jsp?module=awb.awb
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with POST method: 404
    ( Apr 4, 2013 5:15:38 PM ) Web Server link test failed.
    ( Apr 4, 2013 5:15:48 PM ) EnumerateDimensions failed.
    ( Apr 4, 2013 5:15:48 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.EnumDimensions
        Error:EnumDimensions failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:15:59 PM ) EnumerateApplications failed.
    ( Apr 4, 2013 5:15:59 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumApplications
        Error:EnumApplications failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:09 PM ) EnumerateDataSynchronizations failed.
    ( Apr 4, 2013 5:16:09 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumDataSyncs
        Error:EnumDataSyncs failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:20 PM ) DimensionEditorLoadAdf failed.
    ( Apr 4, 2013 5:16:20 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.DimEditorLoadAdf
        Error:DimEditorLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:29 PM ) ApplicationManagerLoadAdf failed.
    ( Apr 4, 2013 5:16:29 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
        Error:AppMgrLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Solution to "Quicktime Plug-in failed to load" error

    My solution to "Plug-in failed to load" error message when attempting to watch demo movie on Apple website (and others):
    I found two Quick-time plugin.plugin files in my Internet Plug-ins folder in my
    User Library folder. One was version 6.3 and one was version 6.5.2.
    Removing the 6.3 version solved the problem. Removing the 6.5.2 version had no effect, so I removed it also.
    Never could have solved this one without the help of Woody at Apple!!!!

    Why not install version 7?

  • Oracle 11g bug for column ambigously defined error

    I have below format query running on Oracle 10g without any issues
    select col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    When I run the exact same query on Oracle 11g I get column ambiguously defined error. But when I change the query to as below it works fine on 11g
    select v1.col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    Is it because 11g ignores column alias in my inner queries.

    I'd tend to agree that this seems to be a bug in 11.1.0.7 (at least, that's the version I'm running it in)
    It's not even that Oracle doesn't know about the column aliases, you can remove the aliases in the ON without a problem, i.e.
    SELECT v1.col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1
    INNER JOIN
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
         ON (col1=col2);works fine. Using the old join syntax also seems to work fine
    SELECT col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1,
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
      WHERE (col1=col2);So it appears that something in the SQL 99 parser is broken. Have you logged a bug in Metalink?
    Justin

  • Oracle BI  plug in needed for Microsoft Word 2007

    Hi Gurus,
    I'd like to add an Oracle BI plug in for Microsoft Word 2007
    The OracleBIOffice.exe creates plug ins for Excel and Powerpoint only.
    I'd appreciate any help!
    Best regards
    Laszlo

    I'd like to add an Oracle BI plug in for Microsoft Word 2007 No worries, just run "OracleBIOffice.exe -AddOracleBIpluginWord"...

  • Oracle.xdo.parser.v2.XPathException: Extension function error: Method not f

    Hi,
    I receive this error when I try to view xml from xml publisher template.
    Anybody can help to shed me some lights what to check ? I'm newbie.
    It does contain barcode font. I can view other xml template just fine ( other report )
    and I can view barcode font just fine.
    Only that I'm having error on this new template having barcode font and some query.
    Not sure what's wrong here.
    Thanks.
    Font Dir: C:\Program Files\Oracle\XML Publisher\Template Builder\fonts
    Run XDO Start
    setLocale: en
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:580)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:378)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:197)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:156)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:916)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:178)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1507)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:913)
         at RTF2PDF.runRTFto(RTF2PDF.java:535)
         at RTF2PDF.runXDO(RTF2PDF.java:423)
         at RTF2PDF.main(RTF2PDF.java:217)
    Caused by: oracle.xdo.parser.v2.XPathException: Extension function error: Method not found 'foreach_number'
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1526)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:517)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:485)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:264)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:150)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:187)
         ... 15 more

    Hi Vetsrini, Thank you for your response.
    1. I checked the values in the xml and found no nulls. I see all 0 or non-zero numbers.
    2. Following MetaLink Doc ID 362496.1, I find:
    - PDF Producer: PDF file properties shows PDF Producer "Oracle XML Publisher 5.6.3"
    - AD_BUGS SQL: The SQL results show that I have the 5.6.3 patch, but the SQL in the Doc only includes patch numbers up to 5.6.3. I'm not sure how I can find out the patch numbers of more recent patches, to see if i have those.
    - File version of the MetaInfo.class: $Header MetaInfo.java 115.28 2006/08/17 01:24:59 bgkim noship $
    What is the latest XDO patch? I can't find anything newer than what I have in MetaLink, but I probably am missing something...

  • Plug-in 1.4 Fatal Error

    I had installed the 1.4 JRE on W2K and later removed it. I had actuall removed all Java from the system and then reinstalled the 1.3.1_04 SDK with it's JRE. Every time I try to start an Applet based application I get a Plug-in 1.4 fatal Error - The Java Runtime Environment cannot be loaded from <\bin\hotspot\jvm.dll>.
    Does anyone know where this has retained it self on my systems as there should be no 1.4 JRE bits on there - there is no properties under my user\.java directory.

    Hi, i did what you wrote, i created the keys in the registry and it worked but that is a detail, i configured the 1.3.1_02 classpath to load some classes, but the windows load 1.3.1_01 and this has no classpath configured. Anyone can help me, please
    The fix that I came up with is this:
    Go to the registry path - HKLM\Software\JavaSoft\Java
    Plug-in
    Take note of the values under whatever version is
    loaded, in my case it was 1.3.1_02.
    Create a new key under the above-listed registry path
    and name it 1.3.1_01 (or what ever version is
    indicated to be missing in error msg)
    Then create a DWORD value under the 1.3.1_01 key named
    UseJava2IExplorer and enter a value of 1.
    Then create a string value named JavaHome and enter
    the path of your installed Java Plug-in.
    In my case and probably yours - problem fixed.
    Don't know where the call for this registry key is
    coming from tho. ??

  • I have i phone 4 version 4.2.1 i want a upgrade 4.3 i plug in itune its say error

    hi
    i have i phone 4.2.1 i want to upgrade as 4.3.3 i plug in itune its say error so how can i fix the error

    Type in TS1275 in the search bar next to where it says support in the upper right of this window.  Too lazy to look up the whole link   It has the error codes in there.

  • EM12c Oracle Database Plug-In 12.1.0.7 update now shows 10g listener as down when it's not

    EM 12.1.0.4 with Oracle Database Plug-in 12.1.0.7
    Monitored database and listener:  10.2.0.4
    Our EM12c monitors 12.1,11.2 and 10.2 databases and listeners.  All monitored targets are up and running.
    I updated Oracle Database Plug-in from 12.1.0.6 to 12.1.0.7 and now the only 10g listener that I have shows as down.
    The listener on the server is up and running.
    The monitoring configuration is right.
    I removed this target and re-added it, but it came back as down.
    It's a little disconcerting to have a listener show as down since it's a production box, but nothing I do corrects the problem.
    Any insights or suggestions are appreciated.
    Sherrie

    Hi Sherrie,
    In most cases we have this issue due to monitoring configuration , I know you mentioned that you have checked on it but still I would recommend to just re-confirm on below steps
    1. Go to
        EM Console -> Targets -> Listener -> Listener Home page -> Target Setup -> Monitoring Configuration
    2. Get the details
          Listener Name
          Listener.ora Directory
          Machine Name
          Oracle Home
          TCP Port Numbe
    3. Go to the server where this listener is running
       Check to see if the listener is up
           ps -ef | grep tns
    4. Next run
           $ORACLE_HOME/bin/lsnrctl status
       From this outpuy verify details in (1)
          Listener Name   <======= Alias
          Listener.ora Directory <=== Listener Parameter File ie the directory
          Machine Name  <======= HOST=
          Oracle Home<========== This is where tnslsnr is started from
          TCP Port Number <======  PORT=
    5. Makes sure that all the details matches in (4) and (2)
    If above is fine then I would recommend to go through the troubleshooting steps as per below doc , they are valid for listener status down too and should give a further insight on the root cause of the issue
    Troubleshooting the 'Pending' status for a Listener Target in Enterprise Manager 12c Cloud Control (Doc ID 1546576.1)
    Regards,
    Rahul

  • ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)

    Hi Gurus,
    Require your help.Our databases are monitored by OEM grid.We have scheduled some cold backup for some of our databases,and the cold backup scripts have manual blackouts also mentioned in it during the cold backup,so that alerts are not raised during the cold backup,and post cold backup the blackouts are ended.Though the blackouts are configured during this cold backups,we keep getting this annoying message "Failed to connect to database instance: ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)".Is there any way to suppress the same.
    Regards
    Jimmy

    868460 wrote:
    Hi Gurus,
    Require your help.Our databases are monitored by OEM grid.We have scheduled some cold backup for some of our databases,and the cold backup scripts have manual blackouts also mentioned in it during the cold backup,so that alerts are not raised during the cold backup,and post cold backup the blackouts are ended.Though the blackouts are configured during this cold backups,we keep getting this annoying message "Failed to connect to database instance: ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)".Is there any way to suppress the same.
    While logged on to DB server as OS user "oracle" do as below
    sqlplus
    / as sysdba
    shutdown abort
    startup
    exit
    COPY commands above & results then PASTE all back here

  • Windows Oracle Proxy Plug-in with Apache

    I've loaded and configured the Oracle Proxy Plug-in for use on an IIS system, but would now like to configure this for Apache (as in an IAS) on a Windows platform.
    I've mimicked the LoadModule and AddModule commands as a best guess, but I haven't been able to deduce the path information for the serverdef.conf file. As a result the HTTPD service fails to start.
    Is anybody able to help?
    Best regards,
    Malcolm

    Hello Malcolm
    I was intrigued to see that you have successfully configured Oracle App Server proxy plugin for IIS. I have been trying to do this for a while but have not been successful. I would be really grateful for any assistance please.
    I'm using Ora App server 10.1.2.0.2 and IIS 6. I've also put the proxy dll from the 10.1.2..0.2 Companion CD. I've even tried to use port 80 in the proxy.txt file.
    All registry keys are setup for the dll and the log entries.
    If I forward all requests - ie have the URLRule for all requests, then just typing the IIS server name (http://iisserver) dies forward to the APp server's welcome page on the Application Server.
    The following are in the oas_proxy.txt file
    oproxy.serverlist=ias1
    # Hostname to use when communicating with a specific server.
    oproxy.ias1.hostname=farswserver1.ads.autodesk.com
    # Port to use when communicating with a specific server.
    oproxy.ias1.port=80
    # Description of URL(s) that will be redirected to this server.
    oproxy.ias1.urlrule=/*
    Much appreciate all help please.
    Many thanks
    Shashi

  • After installing oracle 10g on linux im getting this error

    Hi,
    Can any one give me any solution on i getting an error after installing oracle 10g on linux.
    ERROR:-
    /oraeng/app/oracle/product/10.2.0/bin/clscfg: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Failed to initialize Oracle Cluster Registry for cluster

    Hi, please ensure that both 'libclntsh.so.10.1' and 'libttsh10.so' has 755 permission and owned by Oracle.
    That is the critical step.
    After re-execute the root.sh file
    Has been known to reset the permissions from the previous step - bug in some patch releases.
    Suggest OP records permissions for those two files before running root.sh Or run root.sh before setting the permissions.

Maybe you are looking for

  • W-5 Filing Status field in Federal Iview for ESS?

    Hello Guru's I am looking into having the 'Earned Income Credit' filing status field from infotype 210 - subtype FED to be displayed on the W-4 iview in ESS. Can someone provide me direction on how I can do this? We are using ECC 6.0 with EP 7 (ESS B

  • Aperture not exporting changes made to photo

    I am just getting into Aperture and have discovered this problem. When exporting a RAW photo to my desktop as a JPEG not all of the editing is coming through. It looks like everything but the 'sharpen' changes are appearing in the JPEG version. Any i

  • How to find the forgotten oracle user password?

    Hi, I forgot my oracle user password. Is there any possibility to find the password without resetting through system user.

  • Cisco UCS Blades and vSphere DPM

    I followed this guide: https://supportforums.cisco.com/docs/DOC-8582 And it worked, but I have 2 problems. 1) The blade being put into Standby starts back up immediately - almost like a reboot - and doesn't stay in Standby mode 2) The Blade being put

  • Issue trying to install Oracle Data Access Software for Windows

    I am trying to install the Data Access software on one of my many workstations and am having an issue with one of them. When the installer comes up it gives me an error: Invalid Inventory List and it exits. What do I have to do to get it to recognize