Errors setting up database mirroring

The server network address TCP://jhjkasdgjkadg.asdg.sdg.sdfg.:5022 can not be reached or does not exist.  I have SQL 2008 R2 mirroring with another SQL 2008 R2 using a sql 2005 as the witness.  Trying to get HA mirroring.  The IP is there
and reachable via telnet over the 5022 port.  This error doesn't make sense or tell me anything.  
-Brockstar

The only thing on this whole page (link) that I haven't done is where you require a domain account to manage the SQL services.  The server was setup with SQL to run locally with a local service account without being on a domain by the vendor.  We
added the server to the domain, but left the services alone since they were working.  I'll need to setup the services on both servers to run on a dedicated SQL domain account.  Do I need to use the same domain account for both servers' services?
 For instance, say it is called SQLSERVICE and is a domain account.  And I was planning to use SQLSERVICES to make the connections (configure security and endpoints settings) as I was going to use to run the services on the two mirrored servers.
 I have given this account full access to the database, it is a sysadmin Is there any issue with doing this?  Is that recommended or not recommended?  The account configured for accessing the witness as well, but does not need to be able to
manage any databases on the witness.  
Question regarding the services:
I know to change the account running the services, I'll need to restart these SQL services.  Are there any potential problems with changing the local service accounts to use domain service accounts?  Is there anything else I need to take into consideration
besides restarting the services?
Is it ok that I don't use that same domain service account (SQLSERVICES) to run the services on the witness server?  I do have the permissions for the SQLSERVICES account to connect to and view the SQL servers on this node, just didn't set it to run
the services.  The witness server is completely unrelated to this project and I'm trying to make as few changes to it as possible.  I don't know if changing the service accounts will break other things that it is currently doing.  
-Brockstar

Similar Messages

  • Error in Starting Database Mirroring

    Hai Everyone.. I have an issue in mirroring which i described below.
    I am getting the above error when i click on "start mirroring" button. I turned off firewall in my antivirus. 
    And i also executed the below script in both my principal and mirror server. Because i created both the instances in my system only. And i am accessing those instances with windows authentication.
    Go
    GRANT CONNECT ON ENDPOINT:: EMP1_MIRRORING TO [DEVLAP5170\login];
    Go 
    -- Thanks and Regards Srikar Reddy Gondesi, Trainee SQL Server Database Administrator Miracle Software systems, Inc.

    Hi,
    How’s everything going?
    Also, see prerequisites for database mirroring:
    For a mirroring session to be established, the partners and the witness, if any, must be running on the same version of SQL Server.
    The two partners, that is the principal server and mirror server, must be running the same edition of SQL Server. The witness, if any, can run on any edition of SQL Server that supports database mirroring.
    The database must use the full recovery model.
    Verify that the mirror server has sufficient disk space for the mirror database.
    When you are creating the mirror database on the mirror server, make sure that you restore the backup of the principal database specifying the same database name WITH NORECOVERY. Also, all log backups that were created after
    that backup was taken must also be applied, again WITH NORECOVERY.
    Helpful link:
    Prerequisites, Restrictions, and Recommendations for Database Mirroring
    http://msdn.microsoft.com/en-us/library/ms366349.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Database mirror between two domain

    I setting up database mirror between two domain that will help me migrate from SQL 2008R2 to SQL 2012 :
    It is set up as follows:
    Domain A(Old domain) - Server A
    Domain B (New Domain for HA/DR setup) - Server B and Server C (Already configured as FCI and AG)
    I want to migrate data from Server A to Server B using database mirror.
    I set up the
    Created Master key, endpoint and certificate on the Server A
    Created Master key, endpoint and certificate on the Server B
    Backup certificate on both sides and copy to each server
    Create inbound connections on both principal and mirror partner. Here I created two SQL logins
    SQLSrvA_login
    SQLSrvB_logi
    Grant connect on endpoint to both logins on both principal and mirror partner.
    Everything seems ok as can be seen below
    Principal partner:
    grantee        endpoint     permission  state_desc
    SQLSrvA_login        Hadr_endpointCONNECT      GRANT
    SQLSrvB_loginHadr_endpointCONNECT GRANT
    Mirror partner:
    grantee        endpoint     permission  state_desc
    SQLSrvA_login        Hadr_endpoint  CONNECT      GRANT
    SQLSrvB_login   Hadr_endpoint  CONNECT GRANT
    Perform a full db backup and log backup on ServerA and restore to  ServerB with norecovery
    When trying to establish the partnership, it succeeded on the mirror partner ServerB   but failed on the principal partner ServerA with the following error
    Msg 1418, Level 16, State 1, Line 2
    The server network address "TCP://ServerB:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.
    The following error is in the SQL errorlog:
    Database Mirroring login attempt failed with error: 'Connection handshake failed. There is no compatible authentication protocol. State 21
    Any ideal why this is occurring?
    Thanks
    Datawarehouse lead Architect

    Hi,
    Please see this link for possible solution.
    http://blogs.msdn.com/b/grahamk/archive/2008/11/21/how-to-configure-database-mirroring-between-2-instances-on-a-standalone-server.aspx
    Hope this helps
    Bhanu

  • Error while setting up db mirroring in sql server 2012

    Hi Team,
    I am trying to setup DB Mirroring in our setup and Need your help here!
    I've 3 servers (2 (Principal and witness) of them are in one machine and 1 (Mirror) is in other machine) setup ... Firewalls are turned off on all 3 of them.... I want to set them up as Principle, mirror and witness respectively.... Before configuring the mirroring,
    I backed up the database on Principal and restored it on Mirror database (Restore With No Recovery) . I did it first for the DB backup file and then the transaction log file.......
    Now, when I configure mirroring on my my principle server and after choosing my respective serves are principle, mirror and witness.When I am trying to start mirroring I am receiving the below error,
    TITLE: Database Properties
    An error occurred while starting mirroring.
    ADDITIONAL INFORMATION:
    Alter failed for Database 'COSBCS_TEST_4GL'.  (Microsoft.SqlServer.Smo)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.2100.60+((SQL11_RTM).120210-1846+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Alter+Database&LinkId=20476
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The server network address "TCP://ADMIN036.cos2000.cos.net.au:5023" cannot be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational. (Microsoft SQL Server, Error: 1418)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=1418&LinkId=20476
    BUTTONS:
    OK
    Can you let me know how to fix this error?
    Thanks,
    Sarvan.N

    http://blog.sqlauthority.com/2010/01/11/the-server-network-address-tcpsqlserver5023-can-not-be-reached-or-does-not-exist-check-the-network-address-name-and-that-the-ports-for-the-local-and-remote-endpoints-are-operational-microso/
    Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/
    Blog : MS SQL Development and Optimization
    Blog : Large
    scale of database and cleansing

  • An error occurred while starting mirroring-Alter failed for Database 'AdventureWorks'. (Microsoft.SqlServer.Smo)

    Hi Guys ,
     I am trying to set up Mirroring on my local machine to test SQL2008R2. And when Ever I am trying to start getting this error..
    IS anyone has idea?
    On Mirror Server Error log has this details
    : Database Mirroring login attempt by user.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\NETWORK SERVICE' does not have CONNECT permission on the endpoint. State 84.'. 
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    Hello,
    Refer below link see answer provided by Remus.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9b66f2d5-cbe5-4d8d-8a22-24f2e0b21bdc/database-mirroring-nt-authorityanonymous-logon-failed
    For troubleshooting mirroring please refer below article by MS
    http://msdn.microsoft.com/en-us/library/ms189127.aspx
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Database mirroring Enpoints Error

    Hi,
    I am getting below error while i configuring mirroring in my laptop (Local System).
    Please help me.

    Hi,
    Did you try using different port number while creating endpoint? According to the description, I know you have multiple instances installed on one machine.
    For two instances of three are running on the same machine, make sure that the endpoints on them are listening on the different TCP ports.
    Please check below articles for more information.
    http://msdn.microsoft.com/en-us/library/ms179511.aspx
    You can follow this article to troubleshoot 1418 error:
    Database Mirroring Error 1418 Troubleshooter
    http://blogs.msdn.com/b/grahamk/archive/2008/12/08/database-mirroring-error-1418-troubleshooter.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Database Mirroring

    If database in suspect mode what is going to be happen in mirroring? will it failover?

    Yes I would say yes because suspect mode mostly likely occurs due to Hardware failure,
    improper shutdown of the database server,
    corruption of the database files, and of course unavailable database files and so on...
    And as we all know in mirroring
    unplanned downtime can be caused by hardware failures such as storage failure, by power outages, by human error, or by natural disasters, all of which can cause the production server as suspect mode or data center to be unavailable.
    However if we talkling about Suspect_pages The principal recognizes a page read error, marks the page with an 829 error (restore pending), inserts a row into the suspect_pages
    table in MSDB with the error status, and requests the page from the mirror. If the mirror is victorious in reading the page, it returns the page to the principal who applies it. After the page is repaired, the principal marks the page as restored — that is,
    event_type =
    5 in the suspect_pages table. Then any deferred transactions are resolved.
    You can use this code SELECT
    * FROM
    sys.dm_db_mirroring_auto_page_repair
    catalog view to  displays corrupted pages in the data mirroring environment.
    If the mirror fails, then the principal continues functioning, so the database continues to be available to the clients. The mirroring state is DISCONNECTED, and the principal
    is running exposed in this case. You can use the sys.database_mirroring
    catalog view to see the mirroring state on the principal server. Make sure you have plenty of disk space for the transaction log to grow on the principal and be sure to bring the mirror server online before you run out of disk space and your other option
    will be using this code to break the database mirroring session ALTER DATABASE
    <database_name> SET PARTNER OFF if you have to.
    If the
    witness is lost, the database mirroring session will continue functioning
    without interruption, and the database will be available. 
    However If the
    principal server is lost, the failover scenario
    depends on the transaction safety (FULL or OFF) and whether a witness is present. if we talk about
    FULL with a witness If Server A fails, then Server B will be the Principal but witness down Server B will not be able to Serve. so if we talk about
    without a witness if the Principal fails the database is not accessible to client unless you don't have to go several
    steps to make it available. Finally we talk about Principal with OFF (no witness) if the
    principal is lost the database will be unavailable and then your option is to FORCE FAILOVER 
    I hope this will help and give you idea to make more research about it and overcome your problem. Good Luck

  • Mirror Database shows Recovery state in Database mirroring in sql 2012

    Hi I am working on DBmirroring and have encountered problem of mirror database showing recovery state.
    I tried to resolve issue by removing database mirroring from principal ,removing endpoints from both the nodes and
    finally firing alter database db1 set partner off statement also.But when reconfigure dbmirroring on principal it does not allow
    start dbmirroring and mirror database db1 comes in to recovery state from restoring stage.
    srm_2010

    ok in that case why it is not allowing me to configure db mirroring when I am trying from SSMS.It gives an error.tell me????
    srm_2010
    And what is the error ? If while configuring mirroring it fails for some reason you have to make sure the mirror database which has gone in recovery state needs to be brought in restoring state.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Database Mirroring problem

    I'm getting an error setting up Mirrroring that I cannot seems to fix. I'm using a setup of two SQL servers with no witness, both running SQL Server 2008 R2. I setup the perms on Primary, Backup Full the database in question (MMS Database to test) and then
    restore that using NO Recovery on the Secondary. I then setup the Security Wizard on the Primary, after which it sets up the end-points correctly on both servers using the service account which is local admin and Sysadmin on both boxes. However, when I then
    choose to start mirroring, I consistently get a 1418 error saying that the server cannot be reached or does not exist. I have verified that the FQDN and port 5022 is open using Netstat and using telnet and TCP protocol is enabled on both boxes. 
    Any other suggestions? Any obvious perms I might have forgotten to copy across? I've copied App Pool, CA, Content Access, Cache and Service accounts to the secondary box as logins with no fixed roles. Both End Points for Database Mirroring list as started. 

    Hi Robin,
    According to your description, my understanding is that the error occurred when mirroring the databases.
    Did you use Kerberos authentication in SharePoint?
    If yes, when you run the SQL Server service under a domain account or under a local account, the attempt to create the SPN will fail in most cases because the domain account and the local account do not have the right to set their own SPNs. When the SPN
    creation is not successful, this means that no SPN is set up for the computer that is running SQL Server, so the communication between the servers will fail.
    So I recommend to configure the SPN for SQL, please refer to the link below:
    http://support.microsoft.com/kb/811889/en-us
    Here is a similar issue for you to take a look:
    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=191014
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Error setting up AG between 1 primary and 2 secondaries

    Setting up AlwaysOn AG from Primary to 2 secondary replicas. Both async.
    Primary to replica1 works fine and completed setup.
    Primary to replica2 gives below errors.
    On primary (LABSVR6)
    A connection timeout has occurred while attempting to establish a connection to availability replica 'LABSVR8' with id [99F3037B-D00A-4421-AA3E-0E1FEAD28CDA]. Either a networking or firewall issue exists, or the endpoint address provided for the replica is
    not the database mirroring endpoint of the host server instance.
    On Replica2 (LABSVR8)
    A connection timeout has occurred while attempting to establish a connection to availability replica 'LABSVR6' with id [B3F0C0F0-3742-4607-89F7-88197334E802]. Either a networking or firewall issue exists, or the endpoint address provided for the replica is
    not the database mirroring endpoint of the host server instance.
    And when trying to join manually through Management Studio, it says:
    Failed to join the instance 'LABSVR8' to the availability group 'SQLAG'. (Microsoft.SqlServer.Management.SDK.TaskForms)
    Failed to join local availability replica to availability group 'SQLAG'.  The operation encountered SQL Server error 41106 and has been rolled back.  Check the SQL Server error log for more details.  When the cause of the error has been resolved,
    retry the ALTER AVAILABILITY GROUP JOIN command. (Microsoft SQL Server, Error: 41158)
    Both using same domain service account for startup - which is anyways added with SYSADMIN.
    Primary to replica1 is working fine.
    Primary to replica2 is having above problem when joining.
    Any suggestions?
    TIA

    Hello,
    not a firewall or SPN issue because primary to replica1 setup went just fine.
    That just means from the primary to replica1 you don't have an issue. It means nothing for primary to replica2 or you wouldn't be having the problem.
    i am able to connect to all servers from all servers using Management Studio.
    This means the default TSQL endpoint is working (1433 for default instances) but AOAG works over a mirroring tcp endpoint. This just proves that nothing is blocking the tsql endpoint.
    Some next steps:
    1. Stop the mirroring endpoint on replica2 and start it again. Check the errorlog to see any errors that may have come up from starting it.
    2. Check the replica2 server name, use the FQDN and double check to make sure DNS has the correct IP associated with the record.
    3. If the endpoint spans a subnet, make sure a route exists.
    4. Attempt to manually telnet to the mirroring endpoint on replica2. If it works you'll get a blinking cursor with a black screen. If not you'll get an error.
    Post back any results, please.
    Sean Gallardy | Blog
    MCM 2008
    MCSM:Data Platform Charter Member

  • Error while Assigning database level role (db_datareader) to SQL login (Domain Account)

    Team,
    I got an error while creating a User for Domain Account. Below is the screen shot of the error (error : 15401)
    Database instance is on SQL 2000 SP3. ( I know it is out of support, But the customer is relutanct to upgrade)
    On Google search, i found below article which is best matching for this error
    http://support.microsoft.com/kb/324321
    I have follows each step of troubleshooting. But still the issue persists.
    Step 1. The login does not exist == The login is very much exist in the domain as i am able to add the same domain id to other database instances
    Step 2. Duplicate security identifiers == i have used this query to find duplicate SID
    /*  SELECT name FROM syslogins WHERE sid = SUSER_SID ('YourDomain\YourLogin') */
    But there was only one row returned with create date of today's.
    Error while Assigning database level role (db_datareader) to SQL login (Domain Account) 
    Step 3. Authentication failure == Domain is available. User is able to login on other servers via RDP connection.
    Step 4. Case sensitivity == Database collation is set to Case insensitivity. (CI)
    Other two 5. Local Accounts & 6. Name resolution == is not applicable to me.
    I tried other ways also.
    A. Creating login and providing permission in one go only = User account is not created
    B. Instead of GUI, use query to create login and provide required permission = Same error.
    Does anybody has faced any such situation
    Chetan

    See the below output
    srvid
    sid
    xstatus
    xdate1
    xdate2
    name
    password
    dbid
    language
    isrpcinmap
    ishqoutmap
    selfoutmap
    NULL
    0x010500000000000515000000A1F66E1BFC1DC75D26E72530A2B80400
    14
    20:25.9
    57:33.4
    UKBAA\LHRAPPMuttavarapuS
    NULL
    1
    us_english
    0
    0
    0
    Chetan

  • Error on Create Database command for Oracle 9i on Red Hat 9

    Error on Create Database command
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16
    CREATE DATABASE ora9i
    ERROR at line 1:
    ORA-01092:ORACLE instance terminated. Disconnection forced.
    initora9i.ora file contents :
    background_dump_dest=$HOME/ADMIN/BDUMP
    core_dump_dest=$HOME/ADMIN/CDUMP
    db_name=ora9i
    db_files= 80
    db_file_multiblock_read_count=8
    db_block_buffers=100
    shared_pool_size = 3500000
    log_checkpoint_interval = 10000
    processes=50
    parallel_max_servers=5
    log_buffer = 32768
    max_dump_file_size = 10240
    global_name = TRUE
    control_files=$HOME/ORADATA/ctrl01.ctl
    undo_management=AUTO
    user_dump_dest=$HOME/ADMIN/UDUMP
    -------------------------------------------------

    Pleae include REUSE keyword at the end of each file location as shown below...
    CREATE DATABASE ora9i
    LOGFILE
    GROUP 1 ('$HOME/ORADATA/log_01_01_ora9i.rdo') SIZE 10M REUSE,
    GROUP 2 ('$HOME/ORADATA/log_02_01_ora9i.rdo') SIZE 10M REUSE
    DATAFILE '$HOME/ORADATA/system_01_ora9i.dbf' SIZE 100M REUSE
    AUTOEXTEND ON NEXT 50M MAXSIZE 150M
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '$HOME/ORADATA/temp_01_ora9i.dbf' SIZE 15M REUSE
    AUTOEXTEND ON NEXT 5M MAXSIZE 30M
    CHARACTER SET WE81SO8859P1
    NATIONAL CHARACTER SET AL16UTF16

  • Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • Error while creating database in classic appln

    Hi All,
    I am getting this error while creating database in classic application.
    com.hyperion.planning.olap.EssbaseException: Failed to create database, error code [%s] (1013221).
    Can anyone please let me know why I am getting it?
    Thanks in advance

    Can you check for a more specific error code in the Application log? There can be various reasons for this:
    1. For data storage and binary installation, Essbase supports the use of any disk array device mounted with a local file system interface (for example, NTFS, HPFS, JFS, VxFS, and UFS). A disk array mounted using NFS or CIFS is not supported.Use any disk array device mounted with a local file system interface (for example, NTFS, HPFS, JFS, VxFS, and UFS).
    2. Error occurs when deploy Planning application with double byte enabled. When the plan name is changed to English, deploy will be successful. This issue can be fixed by setting Correct Essbase ESSLANG system value.
    3. The Essbase User that creates the application and DB folders has default ACL rw-rw-rw which does not allow the essbase app to create files inside the folder.
    HTH-
    Jasmine.

  • Error while creating database manually

    hi guru's i am getting error while creating database manually
    my sql is SQL>create database lily
      logfile   group 1 ('C:\oracle\product\10.2.0\oradata\lily\redo1.log') size 10M,
                group 2 ('C:\oracle\product\10.2.0\oradata\lily\redo2.log') size 10M,
                group 3 ('C:\oracle\product\10.2.0\oradata\lily\redo3.log') size 10M
      character set          WE8ISO8859P1
      national character set utf8
      datafile 'C:\oracle\product\10.2.0\oradata\lily\system.dbf'
                size 50M
                autoextend on
                next 10M maxsize unlimited
                extent management local
      sysaux datafile 'C:\oracle\product\10.2.0\oradata\lily\sysaux.dbf'
                size 10M
                autoextend on
                next 10M
                maxsize unlimited
      undo tablespace undo
                datafile 'C:\oracle\product\10.2.0\oradata\lily\undo.dbf'
                size 10M
      default temporary tablespace temp
                tempfile 'C:\oracle\product\10.2.0\oradata\lily\temp.dbf'
                size 10M;and i am getting following error
    create database lily
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\LILY\CONTROL01.CTL'
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    code}
    Edited by: CHETAN YADAV on Jul 19, 2011 6:55 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    create database lily
      logfile   group 1 ('C:\oracle\product\10.2.0\oradata\lily\redo1.log') size 10M,
              group 2 ('C:\oracle\product\10.2.0\oradata\lily\redo2.log') size 10M,
                group 3 ('C:\oracle\product\10.2.0\oradata\lily\redo3.log') size 10M
      datafile 'C:\oracle\product\10.2.0\oradata\lily\system.dbf'  size 150M
    sysaux datafile 'C:\oracle\product\10.2.0\oradata\lily\sysaux.dbf' 150 M
      undo tablespace undo  datafile 'C:\oracle\product\10.2.0\oradata\lily\undo.dbf'  size 10M
    default temporary tablespace temp tempfile 'C:\oracle\product\10.2.0\oradata\lily\temp.dbf' size 10M;
    remove the SQL> from the a.sql script also change the system datafile size to minimum of 100mb size
    ALSO check/change the undotablespace name with your init parameter file it should match as it is in the init parameter file
    Edited by: rajeysh on Jul 19, 2011 6:59 PM

Maybe you are looking for

  • MacBook Pro no longer seeing wifi

    My MacBook Pro suddenly can't see my home network. I have Ethernet at work and it has been switching to my wifi when I get home. Now suddenly it says there is no wifi installed. If I hard wire to the router, all it can see is my work Ethernet details

  • HT202213 can't use home sharing : problem n°12004...

    can't use home sharing pb connexion network failed, number 12004...

  • Opening a specific port

    I am trying to set up a Private server for gaming. I can see the server locally, but I cant connect to it over the internet. It seems the gaming port 28960 is blocked. How can I tell my base station to allow connections to that port? And is it possib

  • External Editor - New File Type

    Is there a way that you can set an external editor and specify a specific file type that is not listed in the 'File Type' section of preferences. I am working on a project for a client where I have been coerced into developing PL/SQL code. I'd like t

  • Detach database and reattach to new server

    What we need is to detach the existing Database and reattach it to a new instance of ZAM 7.5. I read but could not find a tool called MoveCS.exe. Any ideas? Cheers, Kirk