Create database fails with error ORA-01505: error in adding log files

hi all,
hope someone can help me out, I'm trying to create a database using a SQL script, the content of the script is:
create database testora
user sys identified by oracle
user system identified by oracle
logfile group 1 ('/u01/app/oracle/oradata/testora/redo01a.log', '/u02/app/oracle/oradata/testora/redo01b.log') size 100m blocksize 512 reuse,
     group 2 ('/u01/app/oracle/oradata/testora/redo02a.log', '/u02/app/oracle/oradata/testora/redo02b.log') size 100m blocksize 512 reuse,
     group 3 ('/u01/app/oracle/oradata/testora/redo03a.log', '/u02/app/oracle/oradata/testora/redo03b.log') size 100m blocksize 512 reuse,
maxlogfiles 5
maxlogmembers 5
maxdatafiles 100
character set US7ASCII
national character set AL16UTF16
extent management local
datafile '/u01/app/oracle/oradata/testora/system01.dbf' size 400m reuse
sysaux datafile '/u01/app/oracle/oradata/testora/sysaux01.dbf' size 400m reuse
default tablespace users
     datafile '/u02/app/oracle/oradata/testora/users01.dbf' size 500m reuse autoextend on maxsize unlimited
default temporary tablespace tempts1
     tempfile '/u01/app/oracle/oradata/testora/temp01.dbf' size 20m reuse autoextend on maxsize 4g
undo tablespace undotbs1
     datafile '/u01/app/oracle/oradata/testora/undotbs01.dbf' size 200m reuse autoextend on maxsize unlimited
It fails in creating the database with the following output:
SQL> @/home/oracle/Oracle_Scripts/testora_db_script.sql
create database testora
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-01501: CREATE DATABASE failed
ORA-01505: error in adding log files
ORA-01184: logfile group 1 already exists
Process ID: 3486
Session ID: 1 Serial number: 3

sorry to revive this thread but i have one more issue with this. I created a database with DBCA insetead of CREATE DATABASE command and selected option for Fast Recovery Area space. This automatically set initialization parameter db_recovery_file_dest and db_recovery_file_dest_size, but did not create a OMF redo log group, but instead created three redo log groups with 1 member each.
select * from v$logfile returns:
1          ONLINE     /u01/app/oracle/oradata/testdb2/redo01.log     NO
2          ONLINE     /u01/app/oracle/oradata/testdb2/redo02.log     NO
3          ONLINE     /u01/app/oracle/oradata/testdb2/redo03.log     NO
Any idea why if creating a database with create database command and specifying db_recovery_file_dest creates an OMF redo log group and with DBCA it doesn't?

Similar Messages

  • Create database fails with ORA-27102 -out of memory

    Hi,
    I have Solaris 10 server with 16 GB ram. On it there are 10 databases (8 of them 9.2.0.7, and 2 of them 10.2.0.4) running -but they have small SGAs -300 mb each (some even smaller 200 mb or so). Now I have to create two more database on it. When I try to create the db, it fails with the error:
    Connected to an idle instance.
    ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    And alert log has meesages as below:
    Starting ORACLE instance (normal)
    Tue May 26 07:37:39 2009
    WARNING: EINVAL creating segment of size 0x0000000029002000
    fix shm parameters in /etc/system or equivalent
    Also see the output of this command :
    prctl -n project.max-shm-memory -i project user.root
    project: 1: user.root
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
    privileged      3.92GB      -   deny                                 -
    system          16.0EB    max   deny                                 -
    Now I tried to change this with this command (as suggested in installation guide):
    prctl -n project.max-shm-memory -v 8gb -r -i project user.root
    but still I get teh same error. So I refer to Metalink document 399895.1. It says that manually change the settings in /etc/system. this needs a reboot and I got premission to do this reboot tomorrow. But my question is: What are the values that I should be putting in this file?+As suggested in the note, should I put the below values? -
    For example, a sample value (mentioned in the note) are: for /etc/system entry setting SHMMAX = 6GB.
    set shmsys:shminfo_shmmax=6442450944
    set semsys:seminfo_semmni=1024
    set semsys:seminfo_semmsl=1024
    set shmsys:shminfo_shmmni=100
    or should I put some other values (for all the parameters like semmni, semmsl etc) ? I am not clear which values I should be specifying.
    Thanks
    Edited by: orausern on May 26, 2009 7:24 AM
    Edited by: orausern on May 26, 2009 7:27 AM

    Wow! your help comes like an angles' helping hand! thank you so much. I am not very knowledgable on solaris so a few questions :
    Currently there is no project set up for oracle on this server, so the steps I need to do -to make the changes permanent are:
    # projadd -c "Oracle" 'user.oracle'
    # projmod -s -K "project.max-shm-memory=(privileged,8GB,deny)" 'user.oracle'
    correct?
    thanks a lot again

  • When I create database ,The system report ora-27103 error

    My system is oracle920 on red hat linux9,
    mem 256M
    onebody can tell me why?
    how to solve the problem?
    thanks

    not a good sign. Description of error is as follows:
    ORA-27103 internal error
    Cause: This is an internal error.
    Action: Contact Oracle Support Services.
    Otherwise, I might try a uninstall & clean installation.

  • Creating database problem with ORA-01519: error while processing file '' ne

    Dear all,
    I am having rough time with creating database manually. can anyone help me with the following errors.
    ALERT LOGFILE:-
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\udump\oracle5_ora_3444.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5744
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\bdump\oracle5_reco_3416.trc:
    ORA-01519: error while processing file '' near line
    CREATE DATABASE SCRIPT:-
    create database ORACLE5
    user sys identified by bala
    user system identified by bala
    logfile
    group 1 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo01.log') SIZE 50M,
    group 2 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo02.log') SIZE 50M,
    group 3 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo03.log') SIZE 50M
    maxlogfiles 5
    maxlogmembers 5
    maxloghistory 1
    maxdatafiles 50
    maxinstances 1
    datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\system01.dbf' size 200m autoextend on maxsize unlimited extent management local
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    sysaux datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\sysaux01.dbf' size 100m autoextend on maxsize unlimited
    default temporary tablespace temp tempfile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\temp01.dbf' size 10m autoextend on maxsize unlimited
    character set US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    INIT.ORA FILE:-
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_format=ARC%S_%R.%T
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=oracle5
    # Diagnostics and Statistics
    background_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\bdump
    core_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\cdump
    user_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\udump
    # File Configuration
    #db_create_file_dest=D:\oracle\product\10.1.0\oradata
    db_recovery_file_dest=D:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=oracle5XDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    control_files=("D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORACLE5\CONTROLFILE\control01.CTL", "D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORACLE5\CONTROLFILE\control02.CTL")

    Hi,
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    After ORACLE5 there is a space character. Typo? Create proper directory or delete this character.
    Bartek

  • ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error

    Hello DBAs,
    I am trying to schedule a shell script through dbms_scheduler.CREATE_JOB
    My database version is 10.2.0.3.0.
    I can successfully schedule the job, but while running, it throwing ORA-27369 with out exit code.
    Given below are the actions performed -
    -- Created shel scripts-
    $ cat shell01.sh
    ./test.sh >> test.log
    $
    $ cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    -- Granting privileges - (eventhough I have tried from 'SYS' schema)
    GRANT create Job, create external job, execute any class, execute any program , manage scheduler to sys;
    -- Drop job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.drop_job('RUN_SHELL01');
    END;
    -- Schedule job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.CREATE_JOB
         (job_name           => 'RUN_SHELL01',
         job_type           => 'EXECUTABLE',
         job_action           => '/home/ora1023/shell01.sh',
    start_date           => '18-AUG-09 05:37:00 AM',
         end_date          => NULL,
         repeat_interval      => 'FREQ=MINUTELY',
         enabled           => false,
         comments           => 'Run shell-script');
    END;
    --Enable job
    BEGIN
    dbms_scheduler.enable('RUN_SHELL01');
    END;
    -- Checking status
    SELECT owner, job_name, enabled FROM dba_scheduler_jobs;
    select JOB_NAME,STATUS,ERROR# from dba_scheduler_job_run_details where job_name='RUN_SHELL01';
    -- Executing the job
    SQL> exec dbms_scheduler.run_job('RUN_SHELL01');
    BEGIN dbms_scheduler.run_job('RUN_SHELL01'); END;
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    Anybody please suggest a solutions for this -

    My shell script will work as below -
    user01@test01:/home/user01 : cat shell01.sh
    ./test.sh >> test.log
    user01@test01:/home/user01 :
    user01@test01:/home/user01 :
    user01@test01:/home/user01 : cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    user01@test01:/home/user01 : ./shell01.sh
    user01@test01:/home/user01 : ls -ltr
    -rw-r--r-- 1 ora1023 dba 155 Aug 26 05:28 test.log
    user01@test01:/home/user01 : cat test.log
    HOST_NAME INSTANCE_NAME STATUS STARTUP_TIME
    test01 oft1 OPEN 18-08-09 08:22:45
    user01@test01:/home/user01 :
    ** I think this shell script is working fine! ..its only for testing..
    and while we are querying dba_scheduler_job_run_details for additional info-
    SQL> select s.STATUS ,s.ADDITIONAL_INFO from dba_scheduler_job_run_details s where s.job_name='RUN_SHELL01';
    STATUS
    ADDITIONAL_INFO
    STANDARD_ERROR="execve: Exec format error"
    FAILED
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    STANDARD_ERROR="execve: Exec format error"
    I think Metalink Doc ID: 555160.1 (Schedular Job of Type 'EXECUTABLE' Fails with ORA-27369 "exit code: 255" STANDARD_ERROR="execve: Exec format error"). Will help me to solve this issue Since i am using ksh -
    # echo $SHELL
    /bin/ksh
    Edited by: Rajesh Menon on Aug 25, 2009 9:21 PM

  • Error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2

    Hello
    I have set up the Demo appliance landscape for the openSAP course "Introduction to SAP Fiori UX", on AWS.
    The frontend machine is OK, but the configuration and startup of the server machine has failed for some reason. When logging in with ssh to the server, this message is presented:
    The Appliance Agent detected an error and terminated.
    When asked, please provide the file /tmp/applianceagent_20141002-145658.tar.bz2.
    Note that a restrictive iptables based firewall is still active.
    I have attached the file (had to add .txt to the name to circumvent file type restrictions).
    I noticed that the appliancedeploy.log ended with these lines:
    Start database  Execute /usr/sap/hostctrl/exe/sapcontrol -nr 02 -function StartWait 3600 20
    02.10.2014 13:56:58
    Start
    OK
    02.10.2014 14:56:58
    StartWait
    FAIL: Timeout
    error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2
    Notice the 1 hour jump in time, and then the timeout error message.
    Do any of you have any idea what could be causing this, and how to fix it?
    Please let me know if you need any further information.
    Best regards,
    Bo

    Hi Hannes.
    Trying to create and activate a new instance (version 5 of the Fiori appliance), I first got this message in the CAL instance overview list:
    Instance Operation Failed
    Operation Start failed on step Start start VAs with message: Start failed for VM SAP Server due to Amazon Web Services issue : AMAZON : The snapshot 'snap-c779ff64' does not exist.
    Then I terminated the instance and tried over again. And this time the deployment worked - I have a running server, which responds to the SAP GUI, and shows the Fiori web page.
    Thanks a lot for your quick help.
    Best regards,
    Bo

  • Error occured while create database using orcl1.sh:ORA-0020

    ===========================================================
    Connected.
    SQL> spool /home/oracle/app/oracle/product/9.2/assistants/dbca/logs/CreateDB.log
    SQL> startup nomount pfile="/home/oracle/app/oracle/admin/orcl/scripts/init.ora";
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> CREATE DATABASE orcl
    2 CONTROLFILE REUSE
    3 MAXINSTANCES 32
    4 MAXLOGHISTORY 0
    5 MAXLOGFILES 192
    6 MAXLOGMEMBERS 3
    7 MAXDATAFILES 1024
    8 DATAFILE '/dev/rora9_system' SIZE 512M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    9 EXTENT MANAGEMENT LOCAL
    10 DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/dev/rora9_temp' SIZE 512M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    11 UNDO TABLESPACE "UNDOTBS1" DATAFILE '/dev/rora9_undo1' SIZE 512M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    12 CHARACTER SET ZHS16GBK
    13 NATIONAL CHARACTER SET AL16UTF16
    14 LOGFILE GROUP 1 ('/dev/rora9_redo11') SIZE 102400K REUSE,
    15 GROUP 2 ('/dev/rora9_redo12') SIZE 102400K REUSE;
    CREATE DATABASE orcl
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: controlfile could not be created
    ORA-00202: controlfile: '/dev/rora9_ctl1'
    ORA-27041: unable to open file
    Additional information: 11
    and the raw device has enough right
    $ ls -l /dev/rora*
    crwxrwxrwx 1 oracle dba 50, 15 Jul 27 10:44 /dev/rora9_ctl1
    crwxrwxrwx 1 oracle dba 50, 16 Jul 27 10:44 /dev/rora9_ctl2
    crwxrwxrwx 1 oracle dba 50, 17 Jul 27 10:44 /dev/rora9_ctl3

    ORA-01081: cannot start already-running ORACLE - shut it down firstYour instance is already running, evidently it's not the first time you're trying this. Shutdown the instance before retrying.
    Paul

  • ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error STAN

    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error STANDARD_ERROR="execve: Exec format error"
    #!/usr/bin/ksh
    /bin/find /u08/oradba/S036/archlog -name "*.arc" -exec rm -f {} \;
    Simple shell script gives above error when scheduled through dbms_scheduler. I did check metalink notes everything seems to be in order.
    Thanks,
    Siva

    Hi,
    Make sure the script is set to be executable (chmod a+rx script.sh) and that /usr/bin/ksh exists and is executable.
    If it still doesn't work post the new error message and the output of "ls -l script.sh" and also your exact Oracle version. Also try running the shell script directly at the command line (e.g. ./script.sh).
    Hope this helps,
    Ravi.

  • SRVCTL START DATABASE FAILS WITH  ORA-00119

    Hi,
    My DB version is 11.2.0.2.3
    I am able to start the DB thorough sqlplus as conventional way.But when I am trying to start using SRVCTL it gives the following errors:
    CRS-5017: The resource action "ora.****.db start" encountered the following error:
    SRVCTL START DATABASE FAILS WITH ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_local'
    Can you please suggest for any workaround.
    Thanks

    Did you check the TNS_ADMIN? Where does it point to?
    Also check if you have all the network files placed under the directory pointed to by TNS_ADMIN.
    sqlnet.ora
    listener.ora
    tnsnames.ora

  • ORA-01501: CREATE DATABASE failed in asm

    i am trying to create manual database using asm
    and i am using oracle SID
    and when i create manual database i am getting the below error
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '+ASMDG/manual/control1.ctl'
    ORA-17502: ksfdcre:4 Failed to create file +ASMDG/manual/control1.ctl
    ORA-15001: diskgroup "ASMDG" does not exist or is not mounted
    and when i use asm SID +asm and if i create a manual database i am getting the below error
    ERROR at line 1:
    ORA-15000: command disallowed by current instance type
    please help me to resolve this

    Hi Friend,
    Please check the following permissions for all the below :
    Grid Infrastructure Home Owner : grid
    Primary Group : oinstall
    Secondary Groups : asmadmin, asmdba, asmoper
    RDBMS Home Owner : oracle
    Primary Group : oinstall
    Secondary Groups : dba, oper, asmdba
    In case of stand alone set up, if the 11.2 Database be managed by Oracle Restart ( srvctl stop/start ), then 'grid' user should also be a part of 'dba' group.
    The ASM Disks would be owned by grid:asmadmin
    Please check once again...Before starts
    Hope it helps...
    Thanks
    LaserSoft

  • Expdp failing with snapshot too old error

    Hi,
    We are getting the below errors while migrating partitioned tables using expdp.
    The source and target databases are both running on 10.2.0.5 and the main thing is source database doesn't have any active sessions. This is a clone of a Prod Database and no one is accessing it.
    ORA-31693: Table data object "DPMMGR"."WHSE_CTNR_EVNT_W":"MSG_PRCS_N"."MSG_PRCS_N_DC556" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 31 with name "_SYSSMU31$" too small
    ORA-31693: Table data object "DPMMGR"."RLTM_PRDCT_LOG":"RPL_20120814" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 14 with name "_SYSSMU14$" too small
    Undo Tablespace has enough space but still the expdp is failing.
    SQL>/
    TABLESPACE Totalspace(MB) Used Space(MB) Freespace(MB) % Used % Free
    UNDO01 145096 115338 29758 79.49 20.51
    SQL> show parameter undo
    NAME TYPE VALUE
    undo_management string AUTO
    undo_retention integer 14400
    undo_tablespace string UNDO01
    Please let me know any workarounds.
    Thanks

    Undo Tablespace has enough space but still the expdp is failing.increasing undo_retention will helps here.
    undo_retention integer 14400currently 4 hr,increase it to 6 hr and try expdp again.

  • Hyper-V host fails with "RPC Server unavailable" error when I try to promote Windows Server in virtual machine to a domain controller

    Host: Windows Server 2012 R2 with Hyper-V and RRAS (for Internet over NAT)
    VM: Windows Server 2012 R2 with installed Active Directory Domain Services
    When I open AD DS configuration window (“promote this server to a domain controller”) many services and programs on my host (include Hyper-V, RRAS & Server Manager) fails with RPC Server unavailable error.

    Hello Aleksandr,
    There wasn't any configuration information, ipconfig /all, network setup, etc. So it's difficult to tell.
    More importantly, are you trying to promote the host server? If yes, that is not advised, for one, because it's a Hyper-V server, (not suggested at all), and two, RRAS is installed. RRAS is problematic with any domain controller because it turns it into
    a multihomed domain controller.
    Active Directory communication fails on multihomed domain controllers
    http://support.microsoft.com/kb/272294/
    Multihomed DCs (with more than one unteamed NIC or multiple IPs) with DNS, RRAS, iSCSI, Clustering interfaces, management interfaces, backup interfaces, and/or PPPoE adapters - A multihomed DC is not a recommended configuration, however there are ways to
    configure a DC with registry mods:
    http://blogs.msmvps.com/acefekay/2009/08/17/multihomed-dcs-with-dns-rras-and-or-pppoe-adapters/
    7 Reasons not to Make Hyper-V a Domain Controller
    http://www.altaro.com/hyper-v/reasons-not-to-make-hyper-v-a-domain-controller/
    Domain Controller as Hyper-V host
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/4ff14bec-a815-473b-8d2a-33e91e17197b/domain-controller-as-hyperv-host?forum=winserverhyperv
    Networking?
    I don't know how your networking is setup, whether there are multiple NICs on the host server, if they are teamed, if you have the host interface set to allow the operating system to share administration, or if there are separate interfaces for each. Can
    the host OS ping/communicate with the DC virtual machine?
    If there are more than one NIC, you have the choice to team the NICs and share the Teamed NICs for the Hyper-V OS and the VMs, or keep them separate where one is devoted for the Hyper-V OS, and one for the VMs.
    Hyper-V Server VLAN Network Configuration
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0aa71d2a-ebf9-4a3e-bbf5-94db55339fa2/hyperv-server-vlan-network-configuration?forum=winserverhyperv 
    Recommendation:
    Why not just create another VM DC?
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error

    Hi team,
    I have issue with "SAP_COLLECTOR_FOR_PERFMONITOR" Job .it has been Finished but in Job Log I get error as below:
    Job started
    Step 001 started (program RSCOLL00, variant , user ID DDIC)
    Clean_Plan:Cleanup of DB13 Plannings
    Clean_Plan:started by RSDBPREV                       on server sapqas01
    Clean_Plan:Cleaning up jobs of system QAS
    Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error
    Clean_Plan:terminated with error
    REASON=Job error
    Database system not supported
    Reorganization of the database started
    Reorganization of the database ended
    Job finished
    I have alredy reschedule this Job in 000 with DDIC User.
    Please help me ,
    Thanks
    Vijay

    Hello Vijay,
    The "Database system not supported" error you see, suggests that your TCOLL table is not setup correctly. You probably have a report scheduled in your TCOLL which is for a different DB then the one you run.
    If the collector canels all the time, then this is probably a report which is scheduled to run every hour in your TCOLL. If it only cancels sometimes, then it should be easier to identify which report is causing it in your TCOLL.
    The bottom line is to ensure your TCOLL is setup correctly and that you are not running DB reports there that are for a different DB than the one you use. The SAP note you follow to setup your TCOLL table depends on your SAP system version:
    12103 - Contents of the TCOLL table
    970449 - Contents of TCOLL table in SAP_BASIS 640
    966309 - Contents of table TCOLL in SAP_BASIS 700
    966631 - Contents of TCOLL table in SAP_BASIS 710
    Regards,
    Brendan

  • I ran an iTunes update.  It failed with the message  System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem.   I tried reinstalling but get the same message.

    I ran an iTunes update.  It failed with the message  "System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem."   I tried reinstalling but get the same message.  I looked in my Recycle Bin for that file name but there is none there.  Is this a new file that iTunes wants?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99683)

  • An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How reinitialize app?

    An update of iMovie failed with the message "an error has occurred." That message remains posted by iMovie on the Mac App Purchases page. iMovie is now unavailable. It will not start, update, or reinstall from purchases page. How do I reinitialize the app?

    Thank you again. Here's the console messages from trying to open iMovie and then opening the App Store. Clicking on the iMovie icon in App Store purchases and clicking on check for unfinished downloads:
    8/28/14 4:56:26.743 PM Dock[214]: LSOpenFromURLSpec(file:///Applications/iMovie.app/) failed with -10699
    8/28/14 4:56:47.878 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:56:47.879 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:57:50.201 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:57:50.201 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.745 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.745 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.824 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.824 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:35.847 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:35.847 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:36.276 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:36.276 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.448 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.448 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:39.449 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:39.449 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:55.996 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:55.996 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.021 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.022 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.051 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.052 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.342 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.342 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.425 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.425 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.508 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.508 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.518 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.519 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.696 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.696 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.808 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.808 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.826 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.827 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.838 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.839 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.843 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.843 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.857 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.857 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.893 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.894 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.907 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.907 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.923 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.924 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:56.969 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:56.970 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.039 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.039 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.045 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.045 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.145 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.145 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.231 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.231 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.249 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.249 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.293 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.293 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.350 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.350 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.352 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.353 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.400 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.400 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:57.402 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:57.402 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.814 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.814 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:58:59.932 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:58:59.932 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:00.697 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:00.698 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.352 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect to 167.8.226.9:80. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Caught exception. Code : 60
    8/28/14 4:59:01.402 PM acwebsecagent[127]: Connection : Failed to connect externally. Code : 60
    8/28/14 4:59:26.564 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.565 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.660 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.660 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.840 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.840 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.864 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.864 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:26.984 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:26.984 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.069 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.069 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.079 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.079 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.083 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.084 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.385 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.385 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.389 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.390 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.391 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.391 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.411 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.411 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.435 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.436 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.443 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.443 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:27.479 PM acwebsecagent[127]: Connection : Auth key is not provided or is invalid, applying connection failure policy. CMode : 2 TMode : 1
    8/28/14 4:59:27.479 PM acwebsecagent[127]: OnConnectionFailure : Fail Open - Reason = Unable to verify the license key
    8/28/14 4:59:31.036 PM acwebsecagent[127]: License : One or more of the License/Public Key can't be NULL
    8/28/14 4:59:31.036 PM acwebsecagent[127]: SSLExt : Failed to get ScanSafe headers
    8/28/14 4:59:31.036 PM acwebsecagent[127]: DownloadUpdatedConfig : Failed to download updated config. Host hostedconfig.scansafe.net. Code 0x80004005

Maybe you are looking for