Cloning of database to same host give error, unable to re-create online log

clone the database to same host
oracle version: 9.2.0.5
os HP
target db: tardb
catlog catlog
auxiliary: auxbr
After running this script, I am getting error unable to re-create online log.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 06/08/2009 23:17:38
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
/redolog.001/catalog1/catalog1_log1.rdo'
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directory
I tried to shutdown, and mount, recover with backup contorlfile until cancel. and open with reset logs ,
I am not able to make the copy of the database on same host.
Help is appreciated.
complete error log
oracle@dimondz{auxbr}/db/app/oracle/dba/sql> sqlplus '/as sysdba'
SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jun 8 23:11:23 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup nomount pfile='/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
ORACLE instance started.
Total System Global Area 219115512 bytes
Fixed Size 737272 bytes
Variable Size 83886080 bytes
Database Buffers 134217728 bytes
Redo Buffers 274432 bytes
SQL> create spfile from pfile='/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
File created.
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.5.0 - Production
oracle@dimondz{auxbr}/db/app/oracle/dba/sql>
oracle@dimondz{auxbr}/db/app/oracle/dba/sql> rman
Recovery Manager: Release 9.2.0.5.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN> connect catalog rman/rman@catlog
connected to recovery catalog database
RMAN> connect target sys/dimondz@tardb
connected to target database: tardb (DBID=3063303886)
RMAN> connect auxiliary sys/dimondz@auxbr
connected to auxiliary database: auxbr (not mounted)
RMAN>
RMAN> RUN
2> {
3> SET NEWNAME FOR DATAFILE 1 TO '/db/catalog1.001/oradata/system01.dbf';
4>
5> SET NEWNAME FOR DATAFILE 2 TO '/db/catalog1.001/oradata/undotbs01.dbf';
6>
SET NEWNAME FOR DATAFILE 3 TO '/db/catalog1.001/oradata/ptest01.dbf';
7> 8>
9> SET NEWNAME FOR DATAFILE 4 TO '/db/catalog1.001/oradata/users_01.dbf';
10>
11> SET NEWNAME FOR DATAFILE 5 TO '/db/catalog1.001/oradata/drsys_01.dbf';
12>
13> SET NEWNAME FOR DATAFILE 6 TO '/db/catalog1.001/oradata/qms_dat_01.dbf';
14>
15> SET NEWNAME FOR DATAFILE 7 TO '/db/catalog1.001/oradata/ultradat_01.dbf';
16>
17> SET NEWNAME FOR DATAFILE 11 TO '/db/catalog1.001/oradata/xmltbs_01.dbf';
18>
19> DUPLICATE TARGET DATABASE TO auxbr
20>
21> pfile=/db/app/oracle/admin/catlog/pfile/initauxbr.ora
22> logfile
23> ' /db/redolog.001/catalog1/catalog1_log1.rdo' size 5m,
24> ' /db/redolog.003/catalog1/catalog1_log2.rdo' size 5m,
25> ' /db/redolog.002/catalog1/catalog1_log3.rdo' size 5m;
26> }
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
Starting Duplicate Db at 08-JUN-09
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: sid=11 devtype=DISK
printing stored script: Memory Script
set until scn 229907626;
set newname for datafile 1 to
"/db/catalog1.001/oradata/system01.dbf";
set newname for datafile 2 to
"/db/catalog1.001/oradata/undotbs01.dbf";
set newname for datafile 3 to
"/db/catalog1.001/oradata/ptest01.dbf";
set newname for datafile 4 to
"/db/catalog1.001/oradata/users_01.dbf";
set newname for datafile 5 to
"/db/catalog1.001/oradata/drsys_01.dbf";
set newname for datafile 6 to
"/db/catalog1.001/oradata/qms_dat_01.dbf";
set newname for datafile 7 to
"/db/catalog1.001/oradata/ultradat_01.dbf";
set newname for datafile 11 to
"/db/catalog1.001/oradata/xmltbs_01.dbf";
restore
check readonly
clone database
executing script: Memory Script
executing command: SET until clause
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
Starting restore at 08-JUN-09
using channel ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: starting datafile backupset restore
channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
restoring datafile 00001 to /db/catalog1.001/oradata/system01.dbf
restoring datafile 00002 to /db/catalog1.001/oradata/undotbs01.dbf
restoring datafile 00003 to /db/catalog1.001/oradata/ptest01.dbf
restoring datafile 00004 to /db/catalog1.001/oradata/users_01.dbf
restoring datafile 00005 to /db/catalog1.001/oradata/drsys_01.dbf
restoring datafile 00006 to /db/catalog1.001/oradata/qms_dat_01.dbf
restoring datafile 00007 to /db/catalog1.001/oradata/ultradat_01.dbf
restoring datafile 00011 to /db/catalog1.001/oradata/xmltbs_01.dbf
channel ORA_AUX_DISK_1: restored backup piece 1
piece handle=/dump/DBA/RMAN/tardb_bkup/db_tardb_f_04kgt77h tag=WHOLE_DATABASE_tardb params=NULL
channel ORA_AUX_DISK_1: restore complete
Finished restore at 08-JUN-09
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "auxbr" RESETLOGS ARCHIVELOG
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXDATAFILES 100
MAXINSTANCES 1
MAXLOGHISTORY 907
LOGFILE
GROUP 1 ' /db/redolog.001/catalog1/catalog1_log1.rdo' SIZE 5242880 ,
GROUP 2 ' /db/redolog.003/catalog1/catalog1_log2.rdo' SIZE 5242880 ,
GROUP 3 ' /db/redolog.002/catalog1/catalog1_log3.rdo' SIZE 5242880
DATAFILE
'/db/catalog1.001/oradata/system01.dbf'
CHARACTER SET UTF8
printing stored script: Memory Script
switch clone datafile all;
executing script: Memory Script
datafile 2 switched to datafile copy
input datafilecopy recid=1 stamp=689037446 filename=/db/catalog1.001/oradata/undotbs01.dbf
datafile 3 switched to datafile copy
input datafilecopy recid=2 stamp=689037446 filename=/db/catalog1.001/oradata/ptest01.dbf
datafile 4 switched to datafile copy
input datafilecopy recid=3 stamp=689037446 filename=/db/catalog1.001/oradata/users_01.dbf
datafile 5 switched to datafile copy
input datafilecopy recid=4 stamp=689037446 filename=/db/catalog1.001/oradata/drsys_01.dbf
datafile 6 switched to datafile copy
input datafilecopy recid=5 stamp=689037446 filename=/db/catalog1.001/oradata/qms_dat_01.dbf
datafile 7 switched to datafile copy
input datafilecopy recid=6 stamp=689037446 filename=/db/catalog1.001/oradata/ultradat_01.dbf
datafile 11 switched to datafile copy
input datafilecopy recid=7 stamp=689037446 filename=/db/catalog1.001/oradata/xmltbs_01.dbf
printing stored script: Memory Script
set until scn 229907626;
recover
clone database
delete archivelog
executing script: Memory Script
executing command: SET until clause
Starting recover at 08-JUN-09
using channel ORA_AUX_DISK_1
starting media recovery
channel ORA_AUX_DISK_1: starting archive log restore to default destination
channel ORA_AUX_DISK_1: restoring archive log
archive log thread=1 sequence=3
channel ORA_AUX_DISK_1: restoring archive log
archive log thread=1 sequence=4
channel ORA_AUX_DISK_1: restored backup piece 1
piece handle=/dump/DBA/RMAN/tardb_bkup/db_arch_tardb_f_06kgt7ih tag=ARCHIVE_LOG_tardb_BACKUP params=NULL
channel ORA_AUX_DISK_1: restore complete
archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_3.arc thread=1 sequence=3
channel clone_default: deleting archive log(s)
archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_3.arc recid=1 stamp=689037447
archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_4.arc thread=1 sequence=4
channel clone_default: deleting archive log(s)
archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_4.arc recid=2 stamp=689037447
media recovery complete
Finished recover at 08-JUN-09
printing stored script: Memory Script
shutdown clone;
startup clone nomount pfile= '/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
executing script: Memory Script
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
Oracle instance started
Total System Global Area 219115512 bytes
Fixed Size 737272 bytes
Variable Size 83886080 bytes
Database Buffers 134217728 bytes
Redo Buffers 274432 bytes
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "auxbr" RESETLOGS ARCHIVELOG
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXDATAFILES 100
MAXINSTANCES 1
MAXLOGHISTORY 907
LOGFILE
GROUP 1 ' /db/redolog.001/catalog1/catalog1_log1.rdo' SIZE 5242880 ,
GROUP 2 ' /db/redolog.003/catalog1/catalog1_log2.rdo' SIZE 5242880 ,
GROUP 3 ' /db/redolog.002/catalog1/catalog1_log3.rdo' SIZE 5242880
DATAFILE
'/db/catalog1.001/oradata/system01.dbf'
CHARACTER SET UTF8
printing stored script: Memory Script
catalog clone datafilecopy "/db/catalog1.001/oradata/undotbs01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/ptest01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/users_01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/drsys_01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/qms_dat_01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/ultradat_01.dbf";
catalog clone datafilecopy "/db/catalog1.001/oradata/xmltbs_01.dbf";
switch clone datafile all;
executing script: Memory Script
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/undotbs01.dbf recid=1 stamp=689037456
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/ptest01.dbf recid=2 stamp=689037456
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/users_01.dbf recid=3 stamp=689037456
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/drsys_01.dbf recid=4 stamp=689037457
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/qms_dat_01.dbf recid=5 stamp=689037457
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/ultradat_01.dbf recid=6 stamp=689037457
cataloged datafile copy
datafile copy filename=/db/catalog1.001/oradata/xmltbs_01.dbf recid=7 stamp=689037457
datafile 2 switched to datafile copy
input datafilecopy recid=1 stamp=689037456 filename=/db/catalog1.001/oradata/undotbs01.dbf
datafile 3 switched to datafile copy
input datafilecopy recid=2 stamp=689037456 filename=/db/catalog1.001/oradata/ptest01.dbf
datafile 4 switched to datafile copy
input datafilecopy recid=3 stamp=689037456 filename=/db/catalog1.001/oradata/users_01.dbf
datafile 5 switched to datafile copy
input datafilecopy recid=4 stamp=689037457 filename=/db/catalog1.001/oradata/drsys_01.dbf
datafile 6 switched to datafile copy
input datafilecopy recid=5 stamp=689037457 filename=/db/catalog1.001/oradata/qms_dat_01.dbf
datafile 7 switched to datafile copy
input datafilecopy recid=6 stamp=689037457 filename=/db/catalog1.001/oradata/ultradat_01.dbf
datafile 11 switched to datafile copy
input datafilecopy recid=7 stamp=689037457 filename=/db/catalog1.001/oradata/xmltbs_01.dbf
printing stored script: Memory Script
Alter clone database open resetlogs;
executing script: Memory Script
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 06/08/2009 23:17:38
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
/redolog.001/catalog1/catalog1_log1.rdo'
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directory
RMAN>
I tried to shutdown and open with resetlogs , it still error
oracle@dimondz{auxbr}/db/app/oracle/dba/sql> sqlplus '/as sysdba'
SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jun 8 23:27:05 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.5.0 - Production
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 219115512 bytes
Fixed Size 737272 bytes
Variable Size 83886080 bytes
Database Buffers 134217728 bytes
Redo Buffers 274432 bytes
Database mounted.
SQL> recover database until cancel using backup controlfile;
ORA-00279: change 229907626 generated at 06/06/2009 11:58:09 needed for thread
1
ORA-00289: suggestion : /oradump/oradata/catlog/arch/catlog-1814470384_1_5.arc
ORA-00280: change 229907626 for thread 1 is in sequence #5
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
Media recovery cancelled.
SQL> alter database open resetlogs;
alter database open resetlogs
ERROR at line 1:
ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/
/db/redolog.001/catalog1/catalog1_log1.rdo'
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directory
SQL>
Thanks, Your help and guide will appreciated very much.

Hello,
The directory for the creation of the logfiles does not exist, from the error:
RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
/redolog.001/catalog1/catalog1_log1.rdo'
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directoryI.e., there is no such directory as *'/db/app/oracle/product/9.2.0.5/dbs/ /db/redolog.001/catalog1/catalog1_log1.rdo'*
Your db_recovery_file_dest parameter may be set here, therefore change this:
'/db/redolog.001/catalog1/catalog1_log1.rdo' size 5m,
' /db/redolog.003/catalog1/catalog1_log2.rdo' size 5m,
' /db/redolog.002/catalog1/catalog1_log3.rdo' size 5m;To this:
'catalog1_log1.rdo' size 5m,
'catalog1_log2.rdo' size 5m,
'catalog1_log3.rdo' size 5m;And try again.

Similar Messages

  • Startup command starts database but alter database open read only gives error

    Hi,
    I'm having some strange behavior. I've 10.2.0.3 database on windows 2003.
    The startup command starts database without any issues.
    But if I try following it gives error.
    startup mount (successful no errors)
    alter database open read only; gives error that file Mnnnnnn is missing.
    Why this is happening and how to fix it?
    Thanks.

    You really need to show us exactly what Oracle is telling you, using copy and paste, so we can have some clue.  You can hide details like instance and host names if they show up.
    I'm wondering if you had some messed up offline datafile in a tablespace, where Oracle handles it with startup, but gets upset when you try to open read-only.  It's some bizarro sequence of events like: add a datafile to a tablespace, decide that was a mistake, alter it offline, then remove it from the OS without telling Oracle any more about it.  I've come back from vacation to find scenarios like this, it winds up being a time-bomb trying to recreate a standby later.  Or something like that, I could be unremembering some details.

  • Store Error: Unable to auto create mailbox

    Hello there
    I am new here and have a question, I have searched for related topics to this but couldnt find one with any replies so I am hoping there is somebody who can help me here:
    I have installed IMS 5.2 with direct LDAP lookup however when I create a user using iDA I am able to login and also can search for the alias and email address but the standard folders: inbox, sent etc do not exist.
    I have looked at the config in the iMS console and for the message store it has the primary default set but with no path, when I enter this path save and then restart the servers as instructed, the path is removed again!!
    Can anyone shed any light on this as it is driving me nuts, I have not changed any variables since the install and cannot understand why it fails to save the path I specify.
    If I look in the logs it states:
    Store Error: Unable to auto create mailbox user/blah: Unknow/invalid partition.
    Many thanks in advance

    Hi there
    This has been fixed, the reason was because in message store we had specified the server domain, which for some reason was overwriting the default, so I removed it and left it blank (which means use default), now this is great however has anybody got any ideas as to why the default path always is blank in Messaging Server Console? If I try to add another store it blanks out the path and fails!
    A colleague is running the same setup however he is using LDAP 4.7 or so and is having no issues with this.

  • [Not Just Me] Error: Unable to delete from online list.

    I've just tonight started to get the following error when trying - sometimes - to load a forum page:
    An error was encountered
    Error: Unable to delete from online list.
    I did update Firefox earlier (23.0.1) so I'm not sure if that might be related. Mostly it works fine but I have gotten this error now several times. I have also got a 504/gateway error once or twice.
    Is anybody else seeing this? Or has any idea why I am?
    Last edited by cfr (2013-08-18 02:17:03)

    I've been getting these errors pretty often since about early July.
    Sometimes my posts finally gets submitted a couple minutes after I click the button.
    I have no other issues with my browser or other websites, I'm not maxing out my bandwidth etc.

  • Creation of Standby database on same host

    Hi All,
    I am using oracle 9.2.0.1.0 on windows XP machine.
    *I want to create the standby database for my primary database on same machine.
    But both tha data base is heaving diff instance as well as the diff database name say "ASHU" for primary & "TEST" for standby database.
    I took the backup of all datafile and copied it in the standby location.
    Generate the standby control file also and copied to the standby location.
    But when i am going to start the standby database it is giving the below error:
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    SQL> alter database mount standby database;
    alter database mount standby database
    ERROR at line 1:
    ORA-01103: database name 'ASHU' in controlfile is not 'TEST'
    How to rectify it? Please help me
    (* This is only for learning pupose , that's why i am going to create both on same host"

    >
    SQL> alter database mount standby database;
    alter database mount standby database
    ERROR at line 1:
    ORA-01103: database name 'ASHU' in controlfile is not 'TEST'
    How to rectify it? Please help me
    >
    You do not change the dbname of the physical standby database. They always must have the same name as the primary.
    Here is a snippet from my standby initialization file for a 9i installation. Notice the parameter LOCK_NAME_SPACE that was replaced in 10g with DB_UNIQUE_NAME
    db_file_name_convert=('E:\PRIMA','E:\PHYST')
    db_name='PRIMA'
    instance_name='PHYST'
    service_names='PHYST'
    lock_name_space='PHYST'
    log_archive_dest_1='LOCATION=E:\PHYST\ARCHIVE'
    log_archive_start=TRUE
    log_archive_format='%t_%s.arc'
    log_file_name_convert=('E:\PRIMA','E:\PHYST')Kind regards
    Uwe
    http://uhesse.wordpress.com
    Edited by: Uwe Hesse on 27.07.2009 13:36

  • TDE Wallets & Multiple Databases on same Host

    The Oracle TDE Best Practices (doc ID 130696) states this:
    Multiple databases on the same host
    If there are multiple Oracle Databases installed on the same server, they
    must access their own individual TDE wallet. Sharing the same wallet between independent instances is not supported
    and can potentially lead to the loss of encrypted data.
    If the databases share the same ORACLE_HOME, they also share the same
    sqlnet.ora file in $TNS_ADMIN . In order to access their individual wallet, the
    DIRECTORY entry for the ENCRYPTION_WALLET_LOCATION
    needs to point each database to its own wallet location:
    DIRECTORY= /etc/ORACLE/WALLETS/$ORACLE_UNQNAME
    The names of the subdirectories under /etc/ORACLE/WALLETS/ reflect
    the ORACLE_UNQNAME names of the individual databases.
    If the databases do not share the same ORACLE_HOME, they will also have their individual sqlnet.ora
    files that have to point to the individual subdirectories.
    What is the correct sqlnet.ora syntax to do this?  I currently have what is below but it doesn't seem to be correct:
    ENCRYPTION_WALLET_LOCATION =
      (SOURCE = (METHOD = FILE)
      (METHOD_DATA =
      (DIRECTORY = /local/oracle/admin/wallet/DB#1)
      (DIRECTORY = /local/oracle/admin/wallet/DB#2)

    Hi,
    You can check this :Setting ENCRYPTION_WALLET_LOCATION For Wallets Of Multiple Instances Sharing The Same Oracle Home (Doc ID 1504783.1)
    i haven't done this for multiple database, but as per Doc you can use the syntex like
    ENCRYPTION_WALLET_LOCATION =
      (SOURCE = (METHOD = FILE)
      (METHOD_DATA =
      (DIRECTORY = /local/oracle/admin/wallet/$ORACLE_UNQNAME)
    Whenever you set the Environmnet with
    export $ORACLE_UNQNAME=DB#1 
    it will choose the file from respective directory like  /local/oracle/admin/wallet/DB#1
    HTH

  • SAPDBA gives error  Unable to find library 'libclntsh.sl.8.0'

    Hello All,
    I brought up a new QAS system by copying oracle and sap executables, followed by restore from online backup.
    i followed the post described below:
    How to build a new SAP system
    The oracle DB is up and running and sap is also up.
    When i try to execute sapdba,logged in as both SID<adm> and ora<SID>
    I get the follwoing error:
    <b>/usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.8.0'.
    Segmentation fault</b>
    other tools like svrmgrl and sqlplus works fine.
    Upon investigation i found that, i did not copy /oracle/client and that is causing this error.
    I copied the following /oracle directories
    /oracle/SID
    /oracle/version_number
    /oracle/stage
    I did not copy the following directories
    /oracle/client
    /oracle/oraInventory
    /oracle/jre
    /oracle/oui
    Since the system is up and running already , is it ok for me to copy the left out directories now? Also are they all needed essentially or just /oracle/client is enough.
    Please help me as this is very urgent task. Any help with be greatly appreciated with points.
    Thanks,
    Basis learner

    Hello Prince,
    I followed your guidelines to build this QA system. Thanks a lot for that. Copied the executables of oracle and sap and restored from online backup.
    The System is up and running. Only sapdba command is giving the error message.
    I copied the oracle executable from PRD to QAS and i didnot install from scratch.
    The SAP version is 4.6B running on Oracle 8.1.7.4 over HP-UX11i
    My concern if i bring down both SAP and DB and copy over the /oracle/Client directory from PRD to QAS , will it cause any issue in bringing the system backup?
    also this error from sapdba, is it caused due to missing /client directory only?
    Oracle Metalink says:
    Stop the instance and listener and then  recreate LIBCLNTSH.SL.8.0:
           1. %cd $OH/bin
           2. %genclntsh64
    Then relink :  relink utilities
    But this fix is for the symptom:
    <b>symptom: Running SQLLDR gives error</b>
    In My case, the symptom is Running sapdba gives this error
    what will be the impact if i do so now? any directions will be greatly appreciated.
    Please guide.
    Thanks in Advance,
    Basis Learner

  • IOS6 - Wi-Fi on iPad gives error "Unable to join network"

    IMPORTANT: This discussion question relates to a specific error affecting iPad users. Please make certain that your comment refers to the same error.
    Problem
    Attempting to connect to a home, Wi-Fi network on iPad3 running iOS 6 (64G, Wi-Fi) always returns the error "Unable to join the network "NetworkName" ".
    Background
    - Router is a Netgear WGT624v3, running the latest firmware, with no bells and whistles enabled. Bog-standard wireless. No extended range, no high-speed mode--nothing.
    - Network mode is WPA2-PSK [AES].
    - Prior to the iOS 6 update, my iPad3 connected to my network without any problems.
    - I have reset the router and tried other authentication protocols.
    - I have reset the iPad3. I have restored the iPad. I have reset the iPad's network settings.
    - I have emptied the Safari data, turned off Siri, and disabled location information.
    - I have enabled Auto proxy, used Airplane mode, and disabled 'Ask to join networks'.
    - If it has been suggested on these forums, I have tried it.
    - Nothing so far has fixed this problem. I cannot login to my WiFi at all, not even for a moment.
    - In other words: this is different than the issue some people were having where they could log in, but were kicked off and redirected to an apple login page. I have never been able to login at home. My login is rejected.
    Notes
    Using the computer at my university, where we have a Wi-Fi connexion with login page, worked. I typed my password, and Wi-Fi logged on as normal, after which the university login page appeared. It worked fine all afternoon. When I came home, it still did not work with my home network.
    Presumed Cause
    The only thing that has changed since the iPad was working is the installation of iOS 6. Therefore, this appears to be an issue with iOS 6.

    Da Brotha,
    Your solution does not solve this issue, unfortunately. This is probably because our issue is particular to Netgear routers, and you do not have a Netgear router. Therefore, the problem you were experiencing seems to have been a different issue (though it may have seemed initially similar).
    Capt. Kanuck,
    I think you are misunderstanding this issue. This is not an issue of being able to login for a bit, and then not being able to do so later. People affected by this problem cannot login to Wi-Fi at all, ever (not even for a moment), regardless of rebooting the router. It affects several models of Netgear routers.
    I've posted over on this thread: https://discussions.apple.com/thread/4313126?tstart=0 about this issue in more detail. Apple is now aware of the issue and their engineers are working on it, and I will be updating the thread there as I receive information from their senior technical advisors. I have been promised timely updates on the progress of this issue, including a timeframe if necessary.
    Bottom line, though: don't expect it to be fixed tomorrow. Stay tuned, I guess (or, alternately, plump for a new router). Hardly the best possible news, I know.

  • Running Extension Points sample  Helloworld gives  Error: unable to load...

    Hi....
    It looks like I don't have cez_inproc in my library path?  I am just wondering is there anything I am missing?  I followed all the directions correctly as mentioned in the webi extension doc.
    Thanks,
    -gandhams
    java.lang.UnsatisfiedLinkError: no cdz_inproc in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.businessobjects.cdz_inproc.client.JniFacade.<clinit>(Unknown Source)
         at com.businessobjects.cdz_inproc.client.CollocatedContainer.init(Unknown Source)
         at com.businessobjects.cdz_inproc.client.CollocatedContainer.init(Unknown Source)
         at com.businessobjects.webi.richclient.ConnectionAdapter.initContainer(Unknown Source)
         at com.businessobjects.webi.richclient.ConnectionAdapter.<init>(Unknown Source)
         at com.businessobjects.webi.richclient.Startup.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.businessobjects.webi.richclient.SplashWindow.invokeMain(Unknown Source)
         at com.businessobjects.webi.richclient.Main.main(Unknown Source)
    ERROR : unable to load the cdz_inproc library
    com.businessobjects.cdz_inproc.client.ContainerException: stopContainer failed : java.lang.UnsatisfiedLinkError: com.businessobjects.cdz_inproc.client.JniFacade.stopContainer(Lcom/businessobjects/cdz_inproc/client/InvocationStatus;)V
         at com.businessobjects.cdz_inproc.client.CollocatedContainer.stop(Unknown Source)
         at com.businessobjects.webi.richclient.ConnectionAdapter.die(Unknown Source)
         at com.businessobjects.webi.richclient.Startup.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.businessobjects.webi.richclient.SplashWindow.invokeMain(Unknown Source)
         at com.businessobjects.webi.richclient.Main.main(Unknown Source)

    Srinivas,
    I am getting the same error message with "cdz_inproc".
    Can you please let me know what was the "classpath" when you were getting that error and what did you change it to later to resolve the issue?
    Thanks
    Krishna.

  • Netflix login error "Unable to sign in. Log in in progress (140)."

    I've gotten the same error message when I try to sign in to Netflix through Apple TV:
    "Unable to sign in. Log in in progress (140)."
    I was previously able to sign in and view content on Netflix through my Apple TV. And I can still do so through the Netflix website and through my Xbox. It doesn't appear to be an account problem.
    Do I need to reset something?
    Anyone had similar problems?

    Just a couple notes for anyone coming onto this thread -- in general this worked for me, but:
    * My time zone is set to "Cupertino" - always has been, and I didn't see any reason to change it, and the reset still worked.  So I think this was a red herring to make you think you were doing something substantive besides a simple reset.
    * I held down "down" and "menu" for about 15 seconds and nothing happened, but as soon as I let up the screen went black, then the Apple logo appeared.  So the Apple logo may not automatically appear *while* you're holding down the buttons.

  • "Error: Unable to delete from online list."

    I just encountered the error from title while navigating on the forums (after visiting the new Sysadmin subforum, I went back to https://bbs.archlinux.org/ where I got this error). That happened while I was logged in.
    However, I also noticed getting this error when I was not logged in (yesterday). Not sure if it is harmful, but just to let you know.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Error / Arch Linux Forums</title>
    <style type="text/css">
    <!--
    BODY {MARGIN: 10% 20% auto 20%; font: 10px Verdana, Arial, Helvetica, sans-serif}
    #errorbox {BORDER: 1px solid #B84623}
    H2 {MARGIN: 0; COLOR: #FFFFFF; BACKGROUND-COLOR: #B84623; FONT-SIZE: 1.1em; PADDING: 5px 4px}
    #errorbox DIV {PADDING: 6px 5px; BACKGROUND-COLOR: #F1F1F1}
    -->
    </style>
    </head>
    <body>
    <div id="errorbox">
    <h2>An error was encountered</h2>
    <div>
    Error: <strong>Unable to delete from online list.</strong>
    </div>
    </div>
    </body>
    </html>

    I've been getting these errors pretty often since about early July.
    Sometimes my posts finally gets submitted a couple minutes after I click the button.
    I have no other issues with my browser or other websites, I'm not maxing out my bandwidth etc.

  • Master + 2 table details on same page gives error

    first I am using jdev + jheadstart 9.0.3
    I got a master with 2 details on the same page and
    this page gives me errors. I cannot update the master or
    insert the master. The details fails too with insert and update.
    If I change the same page property of one detail all goes well.
    Is this a bug

    Edwin,
    Yes, it is. It has to do with the way checkForChanges is called. I do not have an example available of the generated code, but the generator should have generated something like:
    onSubmit = "return (checkForChanges('myForm', 'Set1') &amp;&amp; checkForChanges('myForm', 'Set2'));"
    It has been recorded as bug no 2745305.
    To fix this, you must change the page manually.
    Jan Kettenis

  • Local host give errors 403

    I have a local host set up using XAMPP. Until recently this worked fine. Now, when I try to access files using http://local host, I get error 403 Forbidden.
    == URL of affected sites ==
    http://

    iam using xp professional
    and firefox 3.6.
    i have instled iis
    iam gettin problem in getting localhost
    iamgetting error
    "firefo cannot estblish a connection to the localhost "

  • Database Control on Windows - Gives error Cannot Find Server or DNS Error

    hi all,
    After installing 10g on Windows, the necessary services for my new db are running, listener is up.
    But when I try to bring up Database Control via http://pnclultraprd.corporate.mem.5500/em/console/logon/logon
    I get "The page cannot be displayed. Cannot find server'
    I've not had this before on new installations and I'm stuck.
    Any tips? thanks, John

    What is the status of the enterprise manager and agent,
    emctl status dbconsole
    emctl status agentHTH
    Aman....

  • Unions using same subview gives error 00918 - column not uniquely defined

    Hi anybody,
    I'm using oracle 92i on a windows xp workstation. I defined a view using union construct as follows :
    select
    fgb.obj_id as obj_id
    from
    -- objektdaten_vw
    fingwrk_ggbwg_perobj_vw
    fgb
    union
    select
    fgb1.obj_id
    from
    -- objektdaten_vw
    fingwrk_ggbwg_perobj_vw
    fgb1
    union
    select
    fgb2.obj_id
    from
    -- objektdaten_vw
    fingwrk_ggbwg_perobj_vw
    fgb2
    union
    select
    fgb3.obj_id
    from
    -- objektdaten_vw
    fingwrk_ggbwg_perobj_vw
    fgb3
    with fourth union I get the specified error. If I reduce to 3 unions there is no problem. Using different views - i.e. objektdaten_vw there is no problem. The used view fingwrk_ggbwg_perobj_vw is without any errors and itself using subviews.
    any ideas about limitations or something like that ?
    thanks in advance
    wilko

    Hi Frank,
    sorry for being absent the last weeks. I will post the complete view here. I tried reducing complexity within my last posting, but i have to admit, that may not have been very helpful.
    The following view has to get data coming from different resources ( ahkontobuchungen, ehkontobuchungen, eukontobuchungen and aukontobuchungen ). But it is essential hwo they are connected to aukontobuchungen. This will be found by matching fingwrk_ggbwg_perobj_vw which knows, what lines of the former tables are connected to special lines of aukontobuchungen, and get_rw_buchung_vw which will classify the data and only allow rw_bewart = -1. So everything is needed. When I get these data they will be aggregated in the next step by another view.
    Hope, I could explain a little.
    regards
    Wilko
    CREATE OR REPLACE FORCE VIEW READ_OBJ_FINGEW_SALDO_VW
    (OBJ_ID, OBJEKTGEWERKE_ID, GEW_HG_CODE, GEW_UG_CODE, GEW_GPARENT,
    GEW_GP_BEZEICHNUNG, GEW_GP_ISO_CODE, GEW_CODE, GEW_ISO_CODE, GEW_BEZEICHNUNG,
    GEW_KALKULATION, GEW_VERTRAGSSUMME, RW_KONTEXT, RW_BEWEGART_BEZ, FIN_HAUPTKONTO_ID,
    FIN_KONTO_ID, FIN_KONTO_VERTRAGSSUMME, RW_HAUPTKONTO_ID, RW_BUCHKONTO_ID, RW_WAEHRUNG_CODE,
    RW_BETRAG)
    AS
    select
      fgb.obj_id                   as obj_id
    , fgb.objektgewerke_id         as objektgewerke_id
    , fgb.gew_hg_code              as gew_hg_code
    , fgb.gew_ug_code              as gew_ug_code
    , fgb.gew_gParent              as gew_gParent
    , fgb.gew_gruppenbezeichnung   as gew_gp_bezeichnung
    , fgb.gew_gruppen_iso_code     as gew_gp_iso_code
    , fgb.gew_code                 as gew_code
    , fgb.gew_iso_code             as gew_iso_code
    , fgb.gew_bezeichnung          as gew_bezeichnung
    , fgb.gew_kalkulation          as gew_kalkulation
    , fgb.gew_vertragssumme        as gew_vertragssumme
    , fgb.rwbeweg_kontext          as rw_kontext
    , fgb.rwbeweg_bewart_bez       as rw_bewegart_bez
    , fgb.fin_hk_konto_id          as fin_hauptkonto_id
    , fgb.fin_uk_konto_id          as fin_konto_id
    , fgb.fin_uk_vertragssumme     as fin_konto_vertragssumme
    , qehb.ekonto_id               as rw_hauptkonto_id
    , qehb.ekonto_id               as rw_buchkonto_id
    , qehb.waehrung_code           as rw_waehrung_code
    , sum(qehb.betrag)             as rw_betrag  
    from fingwrk_ggbwg_perobj_vw fgb
             inner join ehkontobuchungen qehb
                     on     fgb.rwbeweg_hauptkonto_id   = qehb.ekonto_id
                        and fgb.rwbeweg_kontext         = 'ekonto' 
                        and fgb.rwbeweg_vrbed_bewart_id = qehb.vrbed_bewart_id
             inner join get_rw_buchung_vw rwb
                     on     qehb.ehkontobuchung_id          = rwb.buchung_id
                        and qehb.vrbed_bewart_id            = rwb.vrbed_bewart_id
                        and -1                              = rwb.rw_bewart          
    group by
      fgb.obj_id
    , fgb.objektgewerke_id
    , fgb.gew_hg_code             
    , fgb.gew_ug_code             
    , fgb.gew_gParent             
    , fgb.gew_gruppenbezeichnung  
    , fgb.gew_gruppen_iso_code    
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation   
    , fgb.gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id
    , fgb.fin_uk_konto_id  
    , fgb.fin_uk_vertragssumme 
    , qehb.ekonto_id
    , qehb.ekonto_id
    , qehb.waehrung_code 
    having sum(qehb.betrag) <> 0
    union
    select
      fgb.obj_id
    , fgb.objektgewerke_id   as objektgewerke_id 
    , fgb.gew_hg_code              as gew_hg_code
    , fgb.gew_ug_code              as gew_ug_code
    , fgb.gew_gParent              as gew_gParent
    , fgb.gew_gruppenbezeichnung   as gew_gp_bezeichnung
    , fgb.gew_gruppen_iso_code     as gew_gp_iso_code
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation    as gew_kalkulation
    , fgb.gew_vertragssumme  as gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id    as fin_hauptkonto
    , fgb.fin_uk_konto_id    as fin_konto
    , fgb.fin_uk_vertragssumme  as fin_konto_vertragssumme
    , qahb.akonto_id         as rw_hauptkonto_id
    , qahb.akonto_id         as rw_buchkonto_id
    , qahb.waehrung_code     as rw_waehrung_code
    , sum(qahb.betrag)       as betrag
    from fingwrk_ggbwg_perobj_vw fgb
             inner join ahkontobuchungen qahb
                     on     fgb.rwbeweg_hauptkonto_id   = qahb.akonto_id
                        and fgb.rwbeweg_kontext         = 'akonto'            
                        and fgb.rwbeweg_vrbed_bewart_id = qahb.vrbed_bewart_id
             inner join get_rw_buchung_vw rwb
                     on     qahb.ahkontobuchung_id      = rwb.buchung_id
                        and qahb.vrbed_bewart_id        = rwb.vrbed_bewart_id
                        and -1                          = rwb.rw_bewart          
    group by
      fgb.obj_id
    , fgb.objektgewerke_id
    , fgb.gew_hg_code             
    , fgb.gew_ug_code             
    , fgb.gew_gParent             
    , fgb.gew_gruppenbezeichnung  
    , fgb.gew_gruppen_iso_code    
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation   
    , fgb.gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id   
    , fgb.fin_uk_konto_id   
    , fgb.fin_uk_vertragssumme 
    , qahb.akonto_id
    , qahb.akonto_id
    , qahb.waehrung_code
    having sum(qahb.betrag) <> 0
    union
    select
      fgb.obj_id
    , fgb.objektgewerke_id   as objektgewerke_id 
    , fgb.gew_hg_code              as gew_hg_code
    , fgb.gew_ug_code              as gew_ug_code
    , fgb.gew_gParent              as gew_gParent
    , fgb.gew_gruppenbezeichnung   as gew_gp_bezeichnung
    , fgb.gew_gruppen_iso_code     as gew_gp_iso_code
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation    as gew_kalkulation
    , fgb.gew_vertragssumme  as gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id    as fin_hauptkonto
    , fgb.fin_uk_konto_id    as fin_konto
    , fgb.fin_uk_vertragssumme  as fin_konto_vertragssumme
    , qauk.akonto_id         as hauptkonto
    , qauk.aukonto_id        as buchkonto
    , qaukb.waehrung_code    as whrg
    , sum(qaukb.betrag)      as bezahlt
    from fingwrk_ggbwg_perobj_vw fgb
             inner join a_buchungen qaukb
                     on     fgb.rwbeweg_konto_id        = qaukb.aukonto_id 
                        and fgb.rwbeweg_kontext         = 'aukonto'
                        and fgb.rwbeweg_vrbed_bewart_id = qaukb.vrbed_bewart_id 
             inner join a_unterkonto qauk
                     on     qaukb.aukonto_id            = qauk.aukonto_id
             inner join get_rw_buchung_vw rwb
                     on qaukb.vrbed_bewart_id           = rwb.vrbed_bewart_id
                     and -1                             = rwb.rw_bewart          
    group by
      fgb.obj_id
    , fgb.gew_hg_code             
    , fgb.gew_ug_code             
    , fgb.gew_gParent             
    , fgb.gew_gruppenbezeichnung  
    , fgb.gew_gruppen_iso_code    
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation   
    , fgb.gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id   
    , fgb.fin_uk_konto_id   
    , fgb.fin_uk_vertragssumme 
    , qauk.akonto_id
    , qauk.aukonto_id
    , qaukb.waehrung_code
    having sum(qaukb.betrag) <> 0
    union
    select
      fgb.obj_id
    , fgb.objektgewerke_id   as objektgewerke_id 
    , fgb.gew_hg_code              as gew_hg_code
    , fgb.gew_ug_code              as gew_ug_code
    , fgb.gew_gParent              as gew_gParent
    , fgb.gew_gruppenbezeichnung   as gew_gp_bezeichnung
    , fgb.gew_gruppen_iso_code     as gew_gp_iso_code
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation    as gew_kalkulation
    , fgb.gew_vertragssumme  as gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id    as fin_hauptkonto_id
    , fgb.fin_uk_konto_id    as fin_konto_id
    , fgb.fin_uk_vertragssumme  as fin_konto_vertragssumme
    , qeuk.ekonto_id         as hauptkonto_id
    , qeuk.eukonto_id        as buchkonto_id
    , qeukb.waehrung_code    as whrg
    , sum(qeukb.betrag)      as bezahlt
    from fingwrk_ggbwg_perobj_vw fgb
             inner join e_buchungen qeukb
                     on     fgb.rwbeweg_konto_id        = qeukb.eukonto_id
                        and fgb.rwbeweg_kontext         = 'eukonto'
                        and fgb.rwbeweg_vrbed_bewart_id = qeukb.vrbed_bewart_id
             inner join e_unterkonto qeuk
                     on     qeukb.eukonto_id            = qeuk.eukonto_id
             inner join get_rw_buchung_vw rwb
                     on  qeukb.e_buchungen_id           = rwb.buchung_id               
                     and qeukb.vrbed_bewart_id          = rwb.vrbed_bewart_id
                     and -1                             = rwb.rw_bewart          
    group by
      fgb.obj_id
    , fgb.objektgewerke_id
    , fgb.gew_hg_code             
    , fgb.gew_ug_code             
    , fgb.gew_gParent             
    , fgb.gew_gruppenbezeichnung  
    , fgb.gew_gruppen_iso_code    
    , fgb.gew_code
    , fgb.gew_iso_code
    , fgb.gew_bezeichnung
    , fgb.gew_kalkulation   
    , fgb.gew_vertragssumme
    , fgb.rwbeweg_kontext
    , fgb.rwbeweg_bewart_bez
    , fgb.fin_hk_konto_id 
    , fgb.fin_uk_konto_id 
    , fgb.fin_uk_vertragssumme 
    , qeuk.ekonto_id
    , qeuk.eukonto_id
    , qeukb.waehrung_code
    having sum(qeukb.betrag) <> 0
    /

Maybe you are looking for

  • How to count number of items present in a data block

    hi all, how to count how many items present in a particular data block in oracle forms 10g. whether it is a text_item or display_item or list_item etc is there any method to do this. please reply....

  • Error time interval Bex analyzer

    Hello I have a report where I need to show the number of transactions for users and machines, ranges of hours, I created a structure with field time intervals, for the amount of transactions that fall into each range of hours, but I observe that repe

  • DVI, HDMI or DisplayPort

    Hello, I'm a Windows user but getting a rMBP 15". I was wondering which would be the best way to hookup an external monitor to the MacBook? I have a high-end 27" monitor with 2560x1440 resolution (LG 27EA83)  that has dual-link DVI, HDMI, and Display

  • Reposity is not opening in onlinemode

    Hi Everyone, i am using OBIEE11g i deployed my RPD in EM but i am unable to open that deployed RPD in online mode i can able to open that in offline mode also i can access my subject area. how can i open my rpd in online mode what is the steps for th

  • Can't install Itunes 6 on Windows XP

    Hi, I tried installing Itunes 6 on my new laptop using Windows XP. The process gets half way through then ends prematurely. When I attempt to launch Itunes manually I get an error message telling me that some of the files downloaded are corrupt. I al