Unable to register database in catalog into emrep

Hello guys,
I have a RMAN catalog in one server that works fine, now I tried to move this catalog to the emrep database (In this database I have the Grid Control), as I can´t use export / import because the original database is 10.1.0.5 and the emrep database is 10.1.0.4, I have created a new catalog into the emrep database.
The problem appear when I try to register one database on it:
RMAN> register database;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of register command on default channel at 09/15/2009 12:10:43
RMAN-10015: error compiling PL/SQL program
RMAN-10033: error during compilation of job step 1: ORA-01041: internal error. hostdef extension doesn't exist
ORA-04029: error ORA-3113 occurred when querying ORA_KGLR7_DEPENDENCIES
So, my first question is: Is possible create a RMAN catalog in the same database of Grid Control?
If this is possible, any suggestions that can help me to resolve this errors?
Thanks.

Hello Damorgan, thanks for your answer.
I follow the steps in a remote database ( BEEVODES ) which I want register into catalog ( tstsuse11-emrep ):
oracle@srvdb01 ~]$ echo $ORACLE_BASE
*/u01/app/oracle*
oracle@srvdb01 ~]$ echo $ORACLE_HOME
*/u01/app/oracle/product/10.1.0/db_1*
oracle@srvdb01 ~]$ export ORACLE_SID=BEEVODES
oracle@srvdb01 ~]$ rman target / catalog rman@tstsuse11-emrep
Recovery Manager: Release 10.1.0.5.0 - 64bit Production
Copyright (c) 1995, 2004, Oracle.  All rights reserved.
connected to target database: BEEVODES (DBID=822996874)
recovery catalog database Password:
connected to recovery catalog database
RMAN> register database;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of register command on default channel at 09/16/2009 12:12:49
RMAN-10015: error compiling PL/SQL program
RMAN-10033: error during compilation of job step 1: ORA-01041: internal error. hostdef extension doesn't exist
ORA-04029: error ORA-3113 occurred when querying ORA_KGLR7_DEPENDENCIES
But I continue with the same error.
I supose the instalation of emrep is ok, because the Grid Control ( installed there ) works fine.
Thanks again.

Similar Messages

  • RMAN: Unable to register database

    Hi all,
    I have just renamed the db_name, dbid and SID of a database using the DBNEWID Utility.
    When I satrt up the database, it seems to start without any errors.
    I need to take a backup of this database using RMAN.
    But when I try to register the database, I get an error -
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 06/22/2009 15:26:39
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 06/22/2009 15:26:39
    ORA-01587: error during control file backup file copy
    ORA-27091: unable to queue I/O
    ORA-27072: File I/O error
    Linux Error: 2: No such file or directory
    Additional information: 4
    Additional information: 323
    Additional information: 1036288
    Could anyone please help me resolve this problem?

    How do I find out, what path exact path is it trying to access?
    When I do a SHOW ALL, all that RMAN does is show the error again.
    This is what I get -
    RMAN> SHOW ALL;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of show command at 06/23/2009 08:16:28
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 06/23/2009 08:16:28
    ORA-01587: error during control file backup file copy
    ORA-27091: unable to queue I/O
    ORA-27072: File I/O error
    Linux Error: 2: No such file or directory
    Additional information: 4
    Additional information: 323
    Additional information: 602112
    Edited by: user10882764 on Jun 23, 2009 5:21 AM
    Edited by: user10882764 on Jun 23, 2009 5:22 AM

  • Unable to register database in RMAN - RedHat 6.2 + Oracle 8.1.6

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

  • Error while Registering the Database with Catalog..

    I m creating recovery catalog in same database, and getting the errors.
    1. I have created TOOLS tablespace
    2.CREATE USER RMAN2
    SQL> CREATE USER rman IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4 QUOTA UNLIMITED ON tools;
    CREATE USER rman IDENTIFIED BY cat
    ERROR at line 1:
    ORA-01920: user name 'RMAN' conflicts with another user or role name
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE USER rman2 IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4* QUOTA UNLIMITED ON tools
    SQL> /
    User created.
    3. GRANT RECOVERY_CATALOG_OWNER
    SQL> GRANT RECOVERY_CATALOG_OWNER TO rman2;
    Grant succeeded.
    4. To create the recovery catalog:
    1. Connect to the database that will contain the catalog as the catalog owner.
    H:\>rman catalog rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 10:45:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to recovery catalog database
    2. Run the CREATE CATALOG command to create the catalog.
    RMAN> CREATE CATALOG;
    recovery catalog created
    3. Optionally, start SQL*Plus and query the recovery catalog to see which tables were created:
    H:\>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 5 11:53:36 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: rman2/cat
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select count(*) from cat;
    COUNT(*)
    91
    SQL> ed
    Wrote file afiedt.buf
    1 select owner, table_name, tablespace_name
    2 from dba_tables
    3* where table_name='DB'
    SQL> /
    OWNER TABLE_NAME
    TABLESPACE_NAME
    RMAN2 DB
    TOOLS
    RMAN DB
    ABAMCO_TEST
    Next step is to registering the Database in the Recovery Catalog.
    Registering a Database in the Recovery Catalog
    H:\>rman TARGET / CATALOG rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 11:56:09 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    I m getting above error while registering the Database with Catalog,
    Can anybody help me how can I register the Database with Catalog.????
    Waiting for Reply!!!!!!!

    Dear Manoj I can log in at TARGET Database.
    H:\>rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 12:41:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target sys/rock
    connected to target database: ROCK (DBID=3255117147)
    RMAN>
    ============================================================
    USING CONNECT STRING as you said.
    H:\>rman target "sys/rock@rock as sysdba" catalog rman2/cat@rock
    Argument Value Description
    target quoted-string connect-string for target database
    catalog quoted-string connect-string for recovery catalog
    nocatalog none if specified, then no recovery catalog
    cmdfile quoted-string name of input command file
    log quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, log is opened in append mode
    debug optional-args activate debugging
    msgno none show RMAN-nnnn prefix for all messages
    send quoted-string send a command to the media manager
    pipe string building block for pipe names
    timeout integer number of seconds to wait for pipe input
    checksyntax none check the command file for syntax errors
    Both single and double quotes (' or ") are accepted for a quoted-string.
    Quotes are not required unless the string contains embedded white-space.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00552: syntax error in command line arguments
    RMAN-01009: syntax error: found "as": expecting one of: "append, at, auxiliary, catalog, cmdfile, clone, checksyntax, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat, script, slaxdebug, send, target, timeout, trace"
    RMAN-01007: at line 0 column 16 file: command line arguments
    H:\>rman
    It didnt work either.
    I have only one database rock, and created recovery catalog in it. I want to register rock database with recovery catalog.

  • How to find databases registered in recovery catalog!

    I want to know how many databases registered in recovery catalog
    How can i find it?
    Thank you!

    Log in as your catalog owner and execute select distinct db_name from dbinc; with this you will see all registered databases , In 11G onwards as virtual catalog owner you will only see the databases on which you have been granted access.
    Regards
    Karan

  • Registering primary database to catalog database.

    Hi all,
    Here we have a dataguard environment with db1(db_unique_name) as primary and db2(db_unique_name) as physical standby database. Also we configured one schema on a third machine as catalog database using following steps.
    The steps executed in catalog database(appsdb):
    SQL> create tablespace rmancatlog_tbs datafile '/u01/app/oracle/oradata/NEW/rman_catalog.dbf' size 500M autoextend off extent management local segment space management auto;
    SQL> create user rman identified by oracle
    2 default tablespace rmancatlog_tbs
    3 quota unlimited on rmancatlog_tbs
    4 ;
    SQL> GRANT connect, resource, recovery_catalog_owner TO rman;
    RMAN> create catalog;
    recovery catalog created
    Added tns entries of catalog database in primary and standby. Then from primary database we tried to register to catalog database. It is showing that it is registering. But every query afterwards in rman is throwing the error. Below are the steps and error:
    [oracle@db1 ~]$ rman target sys/oracle catalog rman/oracle@appsdb
    Recovery Manager: Release 10.2.0.3.0 - Production on Mon Aug 13 21:39:32 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: NIOS (DBID=1589015669)
    connected to recovery catalog database
    RMAN> register database;
    database registered in recovery catalog
    RMAN> report schema;
    Report of database schema
    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace RB segs Datafile Name
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of report command at 10/08/2012 06:16:06
    RMAN-00600: internal error, arguments [8201] [] [] [] []
    Can anyone help regarding this error?

    on resync catalog it is throwing no output or error.
    but it shows same error afterwards.
    RMAN> resync catalog;
    RMAN> report schema;
    Report of database schema
    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace RB segs Datafile Name
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of report command at 10/09/2012 03:55:53
    RMAN-00600: internal error, arguments [8201] [] [] [] []

  • Unable to register ORACLE_HOME into global orainventory

    Hi,
    I am unable to register my rdbms_oracle_home in global orainventory.
    I am getting the velow error.
    ERROR: Error in fixing ORACLE_HOME index
    java.io.FileNotFoundException: /u04/Rel11i/devdb/9.2.0/inventory/ContentsXML/comps.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:91)
    at java.io.FileInputStream.<init>(FileInputStream.java:54)
    at oracle.apps.ad.util.OUISetup.fixHomeIdx(OUISetup.java:293)
    at oracle.apps.ad.util.OUISetup.main(OUISetup.java:1347)
    Removing OUI entries from the global inventory: /etc/oraInventory/ContentsXML/comps.xml
    Registering the OUI component with local inventory...
    ERROR: Exception while registering OUI 2.2 Component in the inventory.
    java.io.FileNotFoundException: /u04/Rel11i/devdb/9.2.0/inventory/ContentsXML/comps.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:91)
    at oracle.apps.ad.util.OUISetup.registerOuiComp(OUISetup.java:913)
    at oracle.apps.ad.util.OUISetup.main(OUISetup.java:1349)
    The error is due to missing "inventory" directory in RDBMS $ORACLE_HOME.
    But the IAS$ORACLE_HOME is fine.
    Is there any way to create this directory or we need to reinstall Oracle_home. if yes then how do we do that. Currently we are on 9.2.0.6. Do I need to reinstall it ?
    Regards,
    Farhat

    So, what is the difference between this and using 'rapidwiz -techstack'? We never discussed this option in this thread ? Moreover what's the point in installing and redoing the work just for Inventory? Can you explain, if I can do the task in 5 min, why should I spend 50 min on it. Anyways that's my opinion.
    Thanks

  • Register database problem (oracle 8.1.6) on Linux 6.2

    I'm unable to register my database using RMAN. I'm using Oracle 8.1.6 on Redhat Linux 6.2 (glibc - 2.2.14-5.0). Is there any known bug in Oracle 8.1.6 / rman on Linux 6.2.
    These are the steps I followed:
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------
    Actually I followed the same steps in my own PC with Oracle 8.1.7 on Win2k, It worked!!

    Hello,
    Narender,you have to include DISPLAY in your .bash_profile and set to your hostname, somewhat like this DISPLAY=hostname:0.0
    or read the installation guides, installation of Oracle 8.1.6 in RHL 6.2 is straight forward.

  • Unable to create database entry in the directory service. - TNS-04

    We run into this error when we tried to register an Oracle 10.2.0.4 database with OID server (10.1.4.3):
    Unable to create database entry in the directory service. - TNS-04409: Directory service error
    We use Oracle DBCA to register to the OID. Both Oracle database and OID server are all running under Sun Solaris environment.
    In the meantime, I found these errors in the oid logs:
    oidldapd01.log:
    2009/07/13:21:15:47 * DispatcherListener:2 * ERROR : gslsflAcceptConnAndSend : OS 2 : Unable to accept New TCP
    connection
    Any ideas?
    Thanks
    Naiying

    Hi,
    Thanks for update.
    No, didn't find DSCC agent logs get updated when I have the pop up.
    C:\dsee7\var\dcc\agent\logs
    In the glassfish server log, I didn't find new transaction when I hit the issue
    C:\glassfish3\glassfish\domains\domain1\logs

  • Unable to register my data warehouse in Service Manager

    I have been trying to register my data warehouse but keep getting the same error message each time - "Invalid URI:  the hostname could
    not be parsed."  I know the issue is on the ServiceManager database side of things, but there is not a lot of information related to this error message and the info I do find is unrelated to ServiceManager.  I have gone as far as building a
    brand new data warehouse server and reinstalling all of the data warehouse databases from scratch.  It doesn't matter if I tried to register with the original data warehouse environment or the new environment, I get the same error message.  I also
    received a powershell command from Microsoft Support to help clean up any residual entries in the ServiceManager database that might be left over.  At this point I'm at a loss on how to proceed.  Anyone ever run into this issue?
    Here's the event log message:
    Unable to register Service Manager installation with Data Warehouse installation.
     Data Warehouse Server: DW_SCSM
     Service Manager Management Server: FlowSMRC
     Exception: Microsoft.EnterpriseManagement.UI.Core.Shared.PowerShell.PSServiceException: Invalid URI: The hostname could not be parsed.
       at Microsoft.EnterpriseManagement.UI.Core.Shared.PowerShell.PSHostService.executeHelper(String cmd, Object[] input)
       at Microsoft.EnterpriseManagement.UI.Core.Shared.PowerShell.PSHostService.Invoke(String cmd, Object[] input)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Administration.DWRegistration.Registration.DWRegistrationHelper.AcceptChanges(WizardMode wizardMode)
    Also, I tried registering the data warehouse using powershell Add-SCDWMgmtGroup and get an error saying that Cannot associate Service Manager installation on scsm_server with Service Manager Data Warehouse installation on dw_server.

    Just got additional information about this error. If you run the following query in SQL pointing to the ServiceManager database you should see the name of the Management Server.  The query is:
    select * from MT_Microsoft$SystemCenter$ResourceAccessLayer$SdkResourceStore
    There is a column named Server_<some GUID> that should contain the Management Sever NetBIOS name.  If it has some other name, run an update query to ensure the column has the NetBIOS name of the Management Server.  Restart the SCSM Console
    and retry the Database Registration again and it should succeed.
    Microsoft has said that this is normally caused by either moving the database or database server to another server and the value is never updated.
    Try registering the DW Server again and see if you have better luck.

  • Unable to register UWL

    Hello
    We are unable to register the UWL.
    Following is the status of current configurations:
    1. SSO works fine.
    2. JCO to all systems are fine.
    3. Unable to register the WebFlowConnector and AlterConnector
    The WebFlowConnector has following settings:
    System Alias: ECCCLNT500
    Connector Type: WebFlowConnector
    The error while registering WebFlowConnector is:
    System ECCCLNT500: Tue Feb 16 20:14:03 EET 2010
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Tue Feb 16 20:14:03 EET 2010
    : No User mapping set up for user USER.PRIVATE_DATASOURCE.un:Administrator system :ECCCLNT500
    Is there any specific area to verify?
    Another area, which I think is related, Connection Test for Connectors is also failing and gives SSO error. While SSO for users is activated and in working condition. The exact error while testing Connection Test for Connectors is:
    Test Connection with Connector
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    Regards
    Yash

    Finally, we got it through.
    We were doing two major mistakes, and until I myself looked into we were not able to identify the root cause of problem.
    The two mistakes we were doing:
    1. We had a user communication uwl_service in R/3 but it was missing in portal. Even after we created it, our administrator was logged in as Admin instead of uwl_service.
    2. We goofed up the Connector settings:
    System Administration -> System Landscape -> Browse to your System (double click on it) -> Select Connector from the Property Catalog
    0. Use appropriate group in group. Check with BASIS consultant to know correct Group.
    1. In the Logical System Name type the correct Logical System Name. Check with BASIS consultant to know correct Logical System Name.
    2. In the message server, instead of Hostname type the IP address of your message server. Check with BASIS consultant to know correct IP Address.
    3. Remote Host Type should be set to 3 if the message server is R/3.
    4. SAP Client should be client to which you want to connect in Message Server.
    5. SID should be the SID of Message Server.
    6. Server Port should be the correct port for Message Server. Check with BASIS consultant to know correct Port Number.
    7. Rest all settings should be left to defult.
    8. To know if these settings are correct, along with BASIS guy perform the following: Logon to portal with an administrator user in EP whos communication user also exist in R/3. Go to System Administration -> Support -> SAP Application -> SAP Transaction -> Select any system, type any R/3 tcode and select SAP GUI for Windows. Click Go!! You should see the TCODE Output on Screen. If yes, you configurations are correct.
    It worked for us, hope it works in future for someone else too.
    Would like to thank Sandeep for excellent post: /message/6787312#6787312 [original link is broken] , which helped us troubleshoot to great extent.
    Thanks
    Yash

  • Error: Unable to Load Database

    Anyone seen this error: "Unable to Load Database"? How to recover? A link or a page for me to read would work too. thx! James

    The usual cause for this is that the database has become corrupted - or one or more key files was somehow deleted. Take a look at the application log and see if there is a more detailed message. Unfortunately, if the data has been corrupted, you will have to recover from backup, or rebuild your cube.To get the database started, you can go into the database directory and delete the *.ind, *.pag, *.tct, *.ind and *.esm files. This will allow the app to start, but the data will be GONE - you will HAVE to reload and calc it, or restore from backup.Regards,Jade--------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Unable to Load Database/Unable to create database.

    RoboHelp 6.0 on my PC is suddenly unable to open existing
    projects or create new ones. The problem is not in the projects, as
    other people can unzip the same set of files and open them with
    RoboHelp on their PCs.
    The Details:
    When attempting to open an existing project (any project
    whether in version control or not), I get the message " Open
    project was cancelled or the application was unable to load
    database for..."
    I found the article that says to delete the CPD and XPJ files
    and then to use the Edit option to open the HHP file so that
    RoboHelp will recreate the two files. When I try that, I get the
    message "Unable to create database. Check that the directory is not
    read-only." It's
    not read-only.
    When I attempt to create a new project, the application acts
    like it is going to create one, but it just creates a project
    folder without the new first topic and then repeats the New Project
    Wizard window that prompts for title, etc. It will keep creating
    folders and returning to this window in a loop without ever really
    creating a project.
    RoboSource Control is functioning normally, by the way.
    I have uninstalled and reinstalled RH 6 several times, and
    have even uninstalled RH 6 and installed to RH 5 just to see if it
    could open projects, which it does with no problems. After that
    test, I uninstalled RH 5 and reinstalled RH 6, only to encounter
    the same problem all over again.
    This started happening after I uninstalled other unrelated
    software and received a message that some Service Pack 2 files had
    been changed and prompting me to insert the Service Pack 2 CD,
    which I don't have. This is because our IT department pre-builds
    our systems from an image and then distributes job-specific
    applications over the network. IT tried repairing Service Pack 2,
    but that didn't work. I'd like to uninstall and reinstall Service
    Pack 2, but the IT person says it's too risky on a system that was
    built from an image.
    We would like to find out
    which files RoboHelp is looking for when it launches a
    project so we can replace those files manually. Does anyone
    know what they are or have another suggestion that might fix the
    problem?
    Otherwise, I am stuck having to allow IT to rebuild my
    system. That means reinstalling and reconfiguring everything on it,
    just as if I were upgrading to a new PC. This can take a whole work
    week. However, I have already spent close to a work week on this
    problem, so maybe rebuilding would save time in the long
    run.

    Problem Resolution = HHA.dll
    For anyone who might be interested in the resolution to this
    issue, we did rebuild my PC and reinstall all of my software. The
    RoboHelp installation "complained" that I did not have HTML Help
    Workshop on my system and told me to download version 1.4 from
    Microsoft. I did have HTML Help Workshop..it's in my programs list.
    (It's not listed in programs on my co-workers' PCs, and they were
    not having problems, by the way.) But to make RH happy, I
    uninstalled the workshop and tried to install the version from
    Microsoft. But a message informed me that I already had a newer
    version of the workshop on my system, and I was back where I
    started. I could open projects, but there were weird problems.
    Selecting Topic Properties was met with an error message, and when
    the properties window opened, I could only see whatever template
    was assigned (or none if the topic had lost its template), and
    there was an extra section for Oracle help.
    So I started dinking around in the registry to see if I could
    get rid of any traces of the workshop so I could install the
    version RH wanted or to find any other clues to my problem. Under
    HTMLHelpAuthor, there was a reference to an HHA.dll file located in
    C:\WINDOWS\system32...only the file did not exist on my system.
    (Remember that my original problem was that some Service Pack 2
    files were either modified or missing.) So I did a Google search on
    that file name and found out that HTML Help Workshop is included in
    newer Windows operating systems, but that people used to have to
    get HTML Help Workshop from Microsoft, and that some people had
    made the mistake of just putting the HHA.dll file into the
    C:WINDOWS\system32 folder without also installing HTML Help
    Workshop. At this point it was obvious that I needed the HHA.dll,
    so I got it from a co-worker's PC. (Looking at the registry
    entries, I can also see that my system was built with a slightly
    different version of the operating system than my co-workers have.)
    Adding the HHA file to my system solved the problem. All
    projects but one were fine; one was still exhibiting the strange
    behavior. I fixed it by going back to the RoboHelp 5 version of the
    project and re-converting it to RoboHelp 6.
    I suspect that if I had known about the HHA.dll file before
    we rebuilt the PC, I could have solved the problem without going
    through that painful process. That is why I thought I should post
    the solution even though it was after the rebuild.

  • Project Error: Open project was canceled or RoboHelp was unable to load database

    Hi,
    I checked an HTMLHelp project out of SourceOff Site (SOS),
    then attempted to open it locally with RoboHelp 5 when I got the
    error message: "Open project was cancelled or RoboHelp was unable
    to load database."
    I found the TechNote for this error message (rb_3245) which
    said to delete the .xpj and .cpd files, then right-click the HHP
    file and click Edit to open the project. This worked fine for
    opening the project, however the Primary Layout Source defaulted to
    WebHelp. I reset the Primary Layout Source to HTMLHelp which caused
    all of the graphics in the project to not display. I fixed this
    issue, compiled the Help, and all appeared to be fixed. I checked
    the project back into SOS to back it up. This morning, I checked it
    out of SOS and tried to open the project locally again, only to get
    the same error. I closed the project, undid the check-out, and
    asked another writer to check-out the project then open it locally
    to see if he got the same error. He did not get the error.
    I am not sure what could be wrong on my computer that is
    causing this error. I had no problems opening and using this
    project until yesterday and I made no file name or path changes to
    the project. Any ideas on what may be wrong?

    Welcome to the forum.
    The message is usually easily dealt with. I haven't checked
    the article as you didn't include a link but I'm guessing it
    involved deleting a couple of files and then using the HHP file to
    open the project.
    What is more worrying is that you cannot create a new
    project.
    Have you tried opening one of the supplied sample files?
    Are your projects stored locally and not on a network?
    Have IT given you a new profile to log on with?
    Has anything else changed in your environment?

  • Error: 1002097 Unable to load database in Essbase 11.1.2.2

    Hi All,
    I am getting error like Error: 1002097 Unable to load database when I tried to load an application using MAxl. We have installed 11.1.2.2 version newly and till yester all the process was working fine. I was able to run some automation batch scripts on the essbase application. Sudden Application stops responding. I am able to load the sample application which are come with the essbase. But, only my test application is not working fine.
    I have tried Essbase server restart. But, no luck. Could any one suggest what might be the reason and how to debug.
    Thanks
    Sri

    Hi Sri,
    Please look into the below forum.. Hope it might help you...
    Ref: https://kr.forums.oracle.com/forums/thread.jspa?threadID=874484
    Sol 2:
    Ref: http://www.network54.com/Forum/58296/thread/1185858760/Unable+to+Load+Database
    The best solution I have found so far is to stop the application and delete or rename all .ind, .pag, .esm and .tct files for the troubled database and restart the application.
    It will create these files from scratch and you can load your data.
    Note: Please take the necessary backup before trying..
    Thanks

Maybe you are looking for