Problem with different ASM disaster recovery start - new

Hello together,

I had an old net here about it but now will not solve the problem with the points in the old thread. Here's the old: https://community.oracle.com/thread/3608049?start=0 & tstart = 0

I'm doing a disaster recovery with the 'apex11A' on a new server database, which has an another ASM starts. The old man starts is '+ DGA112_1' and '+ FRA112_1', newcomers are called '+ DATA_QUM169' and '+ FRA_QUM169 '. I changed the settings in the spfile restored by writing in a pfile file and creating the spfile from pfile.

I tried in several ways. First lay the new ASM with RMAN to the course:

run
{
SET NEWNAME FOR DATABASE TO '+DATA_QUM169';
restore database until LOGSEQ 24286;
switch datafile all;
switch tempfile all;
recover database until LOGSEQ 24286;
}

Then I tried it in RMAN by defining the new ASM for each data file:

run
{
SET NEWNAME FOR DATAFILE 1 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 2 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 3 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 4 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 5 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 6 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 7 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 8 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 9 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 10 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 11 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 12 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 13 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 14 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 15 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 16 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 17 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 18 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 19 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 20 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 21 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 22 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 23 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 24 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 25 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 26 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 27 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 28 TO '+DATA_QUM169';
restore database until LOGSEQ 24286;
switch datafile all;
switch tempfile all;
recover database until LOGSEQ 24286;
}

Then I tried the bot in one:

run
{
SET NEWNAME FOR DATABASE TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 1 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 2 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 3 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 4 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 5 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 6 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 7 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 8 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 9 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 10 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 11 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 12 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 13 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 14 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 15 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 16 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 17 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 18 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 19 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 20 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 21 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 22 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 23 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 24 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 25 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 26 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 27 TO '+DATA_QUM169';
SET NEWNAME FOR DATAFILE 28 TO '+DATA_QUM169';
restore database until LOGSEQ 24286;
switch datafile all;
switch tempfile all;
recover database until LOGSEQ 24286;
}

Whenever I get one

Starting restore at 03-FEB-16
using channel ORA_DISK_1


creating datafile file number=1 name=+DATA_QUM169
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 02/03/2016 16:20:41
ORA-01180: can not create datafile 1
ORA-01110: data file 1: '+DGA112_1/apex11a/datafile/system.1423.788355253'

The backuppiece which I bring are correctly defined with

RMAN> catalog backuppiece '/usr/local/oracle/product/11.2.0.4/dbs/m4qt0mnk_1_1', '/usr/local/oracle/product/11.2.0.4/dbs/m3qt0mi2_1_1';


cataloged backup piece
backup piece handle=/usr/local/oracle/product/11.2.0.4/dbs/m4qt0mnk_1_1 RECID=3779 STAMP=902851052
cataloged backup piece
backup piece handle=/usr/local/oracle/product/11.2.0.4/dbs/m3qt0mi2_1_1 RECID=3780 STAMP=902851052


RMAN> list backup;




List of Backup Sets
===================




BS Key  Size       Device Type Elapsed Time Completion Time
------- ---------- ----------- ------------ ---------------
3779    52.61M     DISK        00:00:00     03-FEB-16
        BP Key: 3779   Status: AVAILABLE  Compressed: YES  Tag: TAG20160203T145340
        Piece Name: /usr/local/oracle/product/11.2.0.4/dbs/m4qt0mnk_1_1


  List of Archived Logs in backup set 3779
  Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
  ---- ------- ---------- --------- ---------- ---------
  1    24285   11073415926066 03-FEB-16 11073416327345 03-FEB-16
  1    24286   11073416327345 03-FEB-16 11073416678326 03-FEB-16


BS Key  Type LV Size       Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
3780    Full    813.86M    DISK        00:00:00     03-FEB-16
        BP Key: 3780   Status: AVAILABLE  Compressed: YES  Tag: TAG20160203T145042
        Piece Name: /usr/local/oracle/product/11.2.0.4/dbs/m3qt0mi2_1_1
  List of Datafiles in backup set 3780
  File LV Type Ckp SCN    Ckp Time  Name
  ---- -- ---- ---------- --------- ----
  1       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/system.1423.788355253
  2       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/sysaux.1422.788355259
  3       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/undotbs1.1359.788355263
  4       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/users.1362.788355273
  5       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/apex4.1369.788356305
  6       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/apex4_files.1366.788356317
  7       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mms_archiv.1358.788357229
  8       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/planwerte.1357.788357243
  9       Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/btdb_prod.1352.788456613
  10      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mais.1353.788456763
  11      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mms.1354.788456995
  12      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/externe_wirk.1355.788457525
  13      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mais2mt.1356.788458151
  14      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/btdb_read.1351.788458291
  15      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/hwdb2acs.1343.788458329
  16      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/hwdb2sccm.1341.788458657
  17      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/macmon.1340.788458691
  18      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mais_read.1339.788458725
  19      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/mais2srm.266.788458799
  20      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/outdating_sap_user.267.788458859
  21      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/quickcheck.1338.788458887
  22      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/switch.1337.788459139
  23      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/veit_r.1333.788459167
  24      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/test-btdb.1298.795097725
  25      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/apex11dev.986.874230931
  26      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/apex11devbt.985.874230963
  27      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/hrbew.1083.851007823
  28      Full 11073416676796 03-FEB-16 +DGA112_1/apex11a/datafile/optimadata.1032.865951029

I also tried to put the new ASM SQL:

SQL*Plus: Release 11.2.0.4.0 Production on Wed Feb 3 16:04:05 2016


Copyright (c) 1982, 2013, Oracle.  All rights reserved.




Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management and OLAP options


SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/system.1423.788355253' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/sysaux.1422.788355259' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/undotbs1.1359.788355263' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/users.1362.788355273' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex4.1369.788356305' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/system.1423.788355253' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 1 - new file '+DATA_QUM169' not found
ORA-01110: data file 1: '+DGA112_1/apex11a/datafile/system.1423.788355253'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/sysaux.1422.788355259' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 2 - new file '+DATA_QUM169' not found
ORA-01110: data file 2: '+DGA112_1/apex11a/datafile/sysaux.1422.788355259'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/undotbs1.1359.788355263' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 3 - new file '+DATA_QUM169' not found
ORA-01110: data file 3: '+DGA112_1/apex11a/datafile/undotbs1.1359.788355263'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/users.1362.788355273' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 4 - new file '+DATA_QUM169' not found
ORA-01110: data file 4: '+DGA112_1/apex11a/datafile/users.1362.788355273'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex4.1369.788356305' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 5 - new file '+DATA_QUM169' not found
ORA-01110: data file 5: '+DGA112_1/apex11a/datafile/apex4.1369.788356305'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex4_files.1366.788356317' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex4_files.1366.788356317' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 6 - new file '+DATA_QUM169' not found
ORA-01110: data file 6: '+DGA112_1/apex11a/datafile/apex4_files.1366.788356317'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mms_archiv.1358.788357229' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mms_archiv.1358.788357229' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 7 - new file '+DATA_QUM169' not found
ORA-01110: data file 7: '+DGA112_1/apex11a/datafile/mms_archiv.1358.788357229'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/planwerte.1357.788357243' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/planwerte.1357.788357243' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 8 - new file '+DATA_QUM169' not found
ORA-01110: data file 8: '+DGA112_1/apex11a/datafile/planwerte.1357.788357243'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/btdb_prod.1352.788456613' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/btdb_prod.1352.788456613' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 9 - new file '+DATA_QUM169' not found
ORA-01110: data file 9: '+DGA112_1/apex11a/datafile/btdb_prod.1352.788456613'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais.1353.788456763' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais.1353.788456763' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 10 - new file '+DATA_QUM169' not found
ORA-01110: data file 10: '+DGA112_1/apex11a/datafile/mais.1353.788456763'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mms.1354.788456995' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mms.1354.788456995' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 11 - new file '+DATA_QUM169' not found
ORA-01110: data file 11: '+DGA112_1/apex11a/datafile/mms.1354.788456995'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/externe_wirk.1355.788457525' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/externe_wirk.1355.788457525' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 12 - new file '+DATA_QUM169' not found
ORA-01110: data file 12:
'+DGA112_1/apex11a/datafile/externe_wirk.1355.788457525'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais2mt.1356.788458151' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais2mt.1356.788458151' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 13 - new file '+DATA_QUM169' not found
ORA-01110: data file 13: '+DGA112_1/apex11a/datafile/mais2mt.1356.788458151'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/btdb_read.1351.788458291' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/btdb_read.1351.788458291' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 14 - new file '+DATA_QUM169' not found
ORA-01110: data file 14: '+DGA112_1/apex11a/datafile/btdb_read.1351.788458291'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hwdb2acs.1343.788458329' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hwdb2acs.1343.788458329' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 15 - new file '+DATA_QUM169' not found
ORA-01110: data file 15: '+DGA112_1/apex11a/datafile/hwdb2acs.1343.788458329'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hwdb2sccm.1341.788458657' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hwdb2sccm.1341.788458657' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 16 - new file '+DATA_QUM169' not found
ORA-01110: data file 16: '+DGA112_1/apex11a/datafile/hwdb2sccm.1341.788458657'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/macmon.1340.788458691' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/macmon.1340.788458691' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 17 - new file '+DATA_QUM169' not found
ORA-01110: data file 17: '+DGA112_1/apex11a/datafile/macmon.1340.788458691'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais_read.1339.788458725' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais_read.1339.788458725' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 18 - new file '+DATA_QUM169' not found
ORA-01110: data file 18: '+DGA112_1/apex11a/datafile/mais_read.1339.788458725'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais2srm.266.788458799' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/mais2srm.266.788458799' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 19 - new file '+DATA_QUM169' not found
ORA-01110: data file 19: '+DGA112_1/apex11a/datafile/mais2srm.266.788458799'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/outdating_sap_user.267.788458859' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/outdating_sap_user.267.788458859' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 20 - new file '+DATA_QUM169' not found
ORA-01110: data file 20:
'+DGA112_1/apex11a/datafile/outdating_sap_user.267.788458859'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/quickcheck.1338.788458887' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/quickcheck.1338.788458887' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 21 - new file '+DATA_QUM169' not found
ORA-01110: data file 21: '+DGA112_1/apex11a/datafile/quickcheck.1338.788458887'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/switch.1337.788459139' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/switch.1337.788459139' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 22 - new file '+DATA_QUM169' not found
ORA-01110: data file 22: '+DGA112_1/apex11a/datafile/switch.1337.788459139'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/veit_r.1333.788459167' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/veit_r.1333.788459167' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 23 - new file '+DATA_QUM169' not found
ORA-01110: data file 23: '+DGA112_1/apex11a/datafile/veit_r.1333.788459167'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/test-btdb.1298.795097725' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/test-btdb.1298.795097725' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 24 - new file '+DATA_QUM169' not found
ORA-01110: data file 24: '+DGA112_1/apex11a/datafile/test-btdb.1298.795097725'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex11dev.986.874230931' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex11dev.986.874230931' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 25 - new file '+DATA_QUM169' not found
ORA-01110: data file 25: '+DGA112_1/apex11a/datafile/apex11dev.986.874230931'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex11devbt.985.874230963' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/apex11devbt.985.874230963' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 26 - new file '+DATA_QUM169' not found
ORA-01110: data file 26: '+DGA112_1/apex11a/datafile/apex11devbt.985.874230963'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hrbew.1083.851007823' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/hrbew.1083.851007823' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 27 - new file '+DATA_QUM169' not found
ORA-01110: data file 27: '+DGA112_1/apex11a/datafile/hrbew.1083.851007823'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form




SYS@apex11A> ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/optimadata.1032.865951029' TO '+DATA_QUM169';
ALTER DATABASE RENAME FILE '+DGA112_1/apex11a/datafile/optimadata.1032.865951029' TO '+DATA_QUM169'
*
ERROR at line 1:
ORA-01511: error in renaming log/data files
ORA-01141: error renaming data file 28 - new file '+DATA_QUM169' not found
ORA-01110: data file 28: '+DGA112_1/apex11a/datafile/optimadata.1032.865951029'
ORA-17503: ksfdopn:2 Failed to open file +DATA_QUM169
ORA-15045: ASM file name '+DATA_QUM169' is not in reference form

But my new database will not set the new ASM and I have no why.

The db_create_file_dest parameter is set correctly, so I think that:

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_create_file_dest                  string      +DATA_QUM169

I forgot something? Would be nice to get help ...

A big thank you and best regards,

David

Your data checkpoint SCN file are in the LOW and HIGH range of the SNA for SEQUENCE 24286.

Therefore, your UNTIL clause should be 24287 SEQUENCE up to THAT.

Hemant K Collette

Tags: Database

Similar Questions

  • Problem with retention of disaster recovery

    Hi everyone - I was wondering if someone has noticed this problem and found a solution... our backups CallManager and unity connection are fill the allotted space on the virtual computer that runs our SFTP server.  We have to keep 5 days of backups, but when I go through the files for both, I found some who had returned a year or more.  For some reason, he is not aging their properly.

    Currently we lack 9.1.2 CUCM and UCxn, but this has happened on our system when we had 8.5/8.6 so...

    any ideas?

    SJ

    Either the SFTP user that the product does not have permissions to delete or someone fiddling around with the files (i.e. try to manually clear some of them) and the product has lost track of what's on the SFTP store. I would recommend focusing on a different server for a backup manual (for example your laptop) in order to have a good backup, and then wipe the record clean. Put the DRS of keeping a backup only and look to ensure that it is able to cleanly clear the backup two, day. If he'll come back smoothly, your retention period to five and tell people to keep their hands off the cookie jar SFTP server.

    Please remember useful frequency responses and identify useful or correct answers.

  • ESX 4.0 problem with post install in kick start.

    Hi all

    I have problem with writing a script for starting a esx4. Everything works OK until I try to enable vmotion. my kickstart script looks like:

    AcceptEULA

    keyboard us

    AUTH - enablemd5 - enableshadow

    1. Names of canonical readers:

    clearpart - overwritevmfs - drives = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #clearpart - firstdisk

    1. Uncomment the esxlocation line and comment out the clearpart

    2. and physical partitions to do a non-destructive reinstall.

    #esxlocation - uuid = 2be8278c-007 b-4389-947f-0f6a72a23036

    install the cdrom

    rootpw - iscrypted $1$ fh40NuLv$ jo1FUrvpfHEXHINgANoEj.

    time zone hours utc-"Poland".

    network - addvmportgroup = true - device = vmnic1 - bootproto =-= 192.168.10.10 static ip - subnet mask = 255.255.255.0 - Gateway = 192.168.10.1 - nameserver = 192.168.10.1 - hostname = test

    part "/ boot" - fstype = ext3 - size = 1100 - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #part ' / boot ' - fstype = ext3 - size = 1100 - onfirstdisk

    the game 'none' - fstype = vmkcore - size = 110 - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    'none' - fstype = vmkcore - size = 110 #part - onfirstdisk

    part "Storage1" - fstype = vmfs3 - size = 8604 - grow - ondisk = mpx.vmhba0:C0:T0:L0

    1. Uncomment to use the first detected disk:

    #part 'Storage1"- fstype = vmfs3 - size = 8604 - grow - onfirstdisk

    VirtualDisk "esxconsole" - size = 7604 - onvmfs = 'Storage1.

    part 'swap' - fstype = swap - size = 600 - onvirtualdisk = "esxconsole".

    the part "/ var/log" - fstype = ext3 - size = 2000 - onvirtualdisk = "esxconsole".

    part ' / ' - fstype = ext3 - size = 5000 - push - onvirtualdisk = "esxconsole".

    % post - interpreter = bash

    esxcfg-vswitch - L vmnic0 vSwitch0

    esxcfg-vswitch - D "VM Network" vSwitch0

    -A ' 64 VLAN' vSwitch0 esxcfg-vswitch»

    esxcfg-vswitch - a "iSCSI" vSwitch0

    esxcfg-vmknic - an "iSCSI" 255.255.255.0-i 192.168.10.11 - n

    esxcfg-road 192.168.10.1

    esxcfg-road - a by default 255.255.255.0 192.168.10.1

    service mgmt-vmware restart

    sleep 5

    / usr/bin/VMware-vim-cmd hostsvc/vmotion/vnic_set vmk0

    service mgmt-vmware restart

    When I run the command/usr/bin/vmware-vim-cmd vmotion/hostsvc/vnic_set vmk0 after installation in ssh allows vmotion, but when it is run by Setup in the % post section that's not what I'm doing wrong?

    Concerning

    Zbyszek

    I did a startup script and it started working.

  • Problems with the installation of recovery - Satellite A300D - BSOD

    Hello

    The laptop in question (TOSHIBA Satellite A300D) recently stopped starting (BSoD).

    So, I tried using the recovery disk, but there is no help. What happens is:
    -After about 10 minutes of waiting, the first language menu load, so I click on "next".
    - Then I again click Next and accept the message that my HARD drive will be erased
    - Then I see a cmd prompt that says "try to remove all the letters of partitions possible...". »
    -There is also a minimized command prompt that says something like "RAID failed to initialize."
    -And then nothing happens.

    Is this a hardware problem? I also tried a full installation (instead of recovery), which, even once, is simply not. None of the errors is - it just freezes.

    Any help appreciated.
    Thank you.

    It is not easy to tell what can be the problem, but if you were not able to install the OS by using two different facilities CDs/DVDs, so there must be a problem with the HARD drive.

    The warranty is still valid?
    I mean you can contact the nearest Toshiba authorized service provider and explain the situation. They can swap the HDD and again test the recovery procedure.
    Can you get somewhere 2,5 SATA HDD for testing?

  • Problem with the HP G62 recovery disks

    Hello

    I'm having a problem with the restoration of the operating system on your laptop HP G-62. When I first bought the laptop, I was unable to make the recovery discs, so I ordered recently a few new HP. Because I have installed Ubuntu on the laptop, I wiped it from the disk hard drive used Wipedrive to remove the old Ubuntu operating system I had installed.

    Laptop computer reads the first disc ok and installs the component of windows, but when the screen lights up asking the two disc number it freezes and never installs anything when you try to move anything that used to screen it doesn't matter what and he used to install the second disk. He repeats just 'Please wait '.

    Thank you, Robert

    Hi, Robert:

    I can't help you get the recovery disks to work, but if you can read all 25 characters of the product key 7 windows on the bottom of your PC, you can do your own installation disc 7 windows to reinstall the operating system.

    Here's how:

    If you can read the Microsoft windows 7 25-character product key, you can download simple Windows 7 ISO files to burn on a DVD for the version of windows that is installed on your PC, and which is listed on the Microsoft COA sticker on your PC case.

    Burn the ISO with the option to burn the ISO on your DVD burning program and burn it at the slowest possible speed that will allow your program. This will create a bootable DVD.

    Or use the installation of Windows 7 USB/DVD tool to compile the ISO file that you download from Digital River. Link and instructions below. You need a 4 GB flash drive to use the USB compilation method.

    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Help_Win7_usbdvd_dwnTool

    Use 25 characters on the PC product key to activate the installation.

    The key will activate a 32 or 64 bit installation.

    Then go to the support of the PC and driver page to install the drivers you need.

    Link to downloads ISO of W7 is below.

    http://www.mydigitallife.info/official-Windows-7-SP1-ISO-from-Digital-River/

    Paul

  • Problems with different e-mail addresses and the different Apple ID

    Hi, I have some problems with the different Apple ID and e-mail addresses connected to them, and I hope someone can help me in what to do.

    First a primer on my Apple ID

    ***@me.com - it's my account General iCloud (backup, iMessage, Facetime etc.).

    ***@losmail.no - my iTunes/App account (purchase and download music, app, etc..)

    ***@me.com: I have no problem connecting to this account (appleid.apple.com, iCloud.com etc etc..)

    ***@losmail.no: I have no problem connecting to this account in iTunes/App Store. However, I can not connect on appleid.apple.com with this account because he asked me to check the email address. However, this e-mail address use a messaging service that doesn't work anymore, so I can't check it out. Because it is a private messaging service, I want to change the Apple ID on my account @gmail.com.

    I believe, however, that the account @gmail.com has been connected to the account @losmail.no because I received my shopping etc. of my account @losmail.no sent to ***@gmail.com. These recipes also "Apple ID: * @gmail.com. When I connect to the account, however, use ***@losmail.no. However, an I said, I want to log on by using ***@gmail.com.

    What is strange is that in iTunes / App Store, I can connect with ***@gmail.com. However, this is not the same account as ***@losmail.noand previous purchases / comments etc. are not available. It's strange because said revenues (Ref. above).

    An other ting that indicates that the Apple ID where I use ***@losmail.no once was connected to ***@gmail.com, is what happens when I try to log in to ***@gmail.com to appleid.apple.com. Then, I get a message saying that the e-mail address must be verified. I can write the code sent to the ***@gmaiI.com, but it is said then that this e-mail address is already is used by another Apple ID, so it cannot be verified.

    So I guess my question is, basically, how I can change the ID of the ***@losmail.no to ***@gmail.com Apple when I can't access the account losmail, but the appleid.apple.com tells me that I need to check this email address.

    Best regards

    Philippe

    Hi phillla,

    Thanks for all the details with your accounts.

    Can be difficult to have more than one Apple with several e-mails all mixed together.  If an email is used with another Apple ID, for example, that e-mail can be used to create a new Apple ID or rename an old.

    The analysis of what you seem to have however...

    Your purchases are with your *@losmail.no Apple ID, but the emails for this go to your *@gmail.com email address.

    *@gmail.com is the primary e-mail address for your Apple ID *@losmail.no.

    You can connect to iTunes or manage your page ID with *@gmail.com Apple says it's an Apple ID on its own.  As an email address can only be verified for an Apple ID, which means that he must check with your *@losmail.no Apple ID and cannot be verified with *@gmail.com.

    You say you can not connect on appleid.apple.com with *@losmail.no you will need to check the email address.  You have a relief attached to this ID e-mail? This is the email that would be used to recover.   You receive your check or reset email - Apple Support

    Bottom line, you want to change your primary Apple ID but outdated to *@losmail.no to *@gmail.com, you must first rename *@gmail.com to something else and delete this email of all codes from Apple as well.  Then follow the link above to get access to *@losmail.no and control so that you can rename it.

    Best regards.

  • Problem with the Satellite Pro 2100 and new modules of RAM

    Hello

    I have a Toshiba Satellite Pro 2100 and I have a problem with the memory upgrade.
    My notebook of startup only if a plug-in module to a ddr, but if I insert the two modules IN CC led orange flashing start when I try to turn on the pc. The stop led not blinking unless I take out the battery and the dc adapter.
    Here is the code of the modules:
    KTT3614/256 (original)
    KVR266X64SC25/256
    256 MB pc2100 both.
    Starting the PC with any of them, as well as the modules are both compatible.

    Any ideas?
    (Sorry for my English but I'm Italian: D)

    Post edited by: DaK_TaLeS

    Hello

    the second location of memory perhaps is the problem.
    Try to start with a module in the second slot, first an empty slot.

    Good bye

  • Problems with drivers hp pavilion dv6-6c65sx new after that I installed windows 7 ultimate 64-bit

    I have hp pavilion dv6-6c65sx A7P80EA #A2N. I installed my windows 7 ultimate 64-bit myself and I still have two problems with the hardware drivers.

    1 - once, I downloaded and installed the new graphics driver file name Win64_152822.exe for support of the Intel, the Standard VGA Graphics Adapter the unknown value and it may need new driver. Take a look at the screenshot for more information.

    2. I can't use a fingerprint reader to log on windows. It says that I have not installed on application management. I tried to download some applications also tried to update the driver but nothing works for me.

    It's for more details

    Validity sensors (WBF) (PID = 0018)

    Port_ #0001.Hub_ #0003

    Hello:

    It is the only driver you must install for your model.

    He installed the AMD graphics cards and Intel.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-105178-1&cc=us&DLC=en&LC=en&OS=4063&product=5212696&sw_lang=

    In order to register your fingerprints, as well as the print real finger sensor driver, you must install the security software.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-103162-1&cc=us&DLC=en&LC=en&OS=4063&product=5212696&sw_lang=

  • "HP pavilion slimline: problem with the disc of"recovery"would be"

    I just got a Seagate 1 TB drive backup and have backed up my entire computer to him.  My concern is that my "D" drive, the separate part of my computer that contains the disc "recovery", is almost completely full - its presentation as a solid red bar on my screen - only left 320Mo of 11.7 GB - would have this effect, the performance of my computer at all?  Why is it so plenty of anyway and what can do about it?  Problems with my email and its indicating that I am "" out of memory "-well, I've got a lot of memory on my C drive, which is not a problem, but the same effect my email D drive?"  I use Windows LIVE mail incidentally, and I had problems in the past with it, been quite some time however.  Woud grateful for the help with this.  He used to ask me to put in CD on backup drive D with - don't know why, but I immediately my Seagate drive, now, just do not know what I have to do at this point.  Thanks for any help.

    I have no idea why the "D" drive is a solid red bar, nor why it is so full.  I've changed nothing since I bought the computer.  How would I know if something is to use the D drive?  I thought that it was 'partitioned' off so that he couldn't be touched?  I have everything on my laptop hard drive Seagate, and I mean everything.  I also have system recovery disks of mirror image right after I bought the computer, but that does not tell me why that drive D is now completely "full", it should not be.

    I don't know if you have "solved" the problem, but I guess that the D drive is of no consequence right now even if its 'full' and probably shouldn't be.  Maybe my problem is WINDOWS LIVE MAIL, and I maybe need to do another post to see if anyone can help with the next.  Thank you.

  • Problem with the taskbar and the Start - Menu icons broken shortcuts and icons 'White Pages '.

    I'm having a problem with Windows 7 Ultimate 64 bit where all the icons outside of a couple in my in my Start menu and task bar have all lost their icons (and are now blank white pages) and clicking on their displays the screen where you choose which program to open the. Files with the INK.
    I tried to empty the cache icon, but it has no effect. Any help is greatly appreciated.

    There are ways to fix file associations, but I would recommend first trying to use the system restore to 'back in time' before the beginning of the question.  Don't worry, the system restore does not cause you to lose all the files, emails, photos, etc.

    If it was useful, you can vote by clicking on the green triangle. If it solves the problem, click on propose as answer. Thank you!

  • Problems with my toolbar menu and start pin

    While typical work on the internet, my browser closed its own and restarted my computer. Once again, it does the same thing: closing the browser and restart. Next time, that it restarted, I got a continuous pop to the top of a windows application requesting permission to access my computer (I have never launched and continually decreased). Then I had a series of pop ups and warnings, etc.

    Now, when I opened my Start menu, everything disappeared except 'all programs', 'search' and 'close '. Also, the icons located next to the time and date in the lower corner expanded how to a third party in the toolbar with no option to shrink. Finally, everything that had already been pinned to the toolbar disappeared and when I open a folder or a browser, it appears broadly and do not stack so organized, similar to how previous windows systems displays this information.

    How can I find these questions to their normal state?

    Hello

    What antivirus application is installed on the computer?

    I suggest you follow these methods and check.

    Method 1:

    Step 1: Restart your computer in safe mode and check if the icons are moved.

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    If it works fine in safe mode, try to perform a clean boot in order to find the root cause.

    Step 2: Perform the clean boot using the suggestions mentioned in the link mentioned below.

    http://support.Microsoft.com/kb/929135

    NOTE: once you check the clean boot feature configure Windows to use a Normal startup using step 7 proposed in the above mentioned link.

    Accidents with internet explore, check out this link:

    Tips for solving problems when Internet Explorer hangs or stops working

    http://Windows.Microsoft.com/en-us/Windows7/tips-for-solving-problems-with-Internet-Explorer

    Also perform a full service scan using the Microsoft Safety Scanner.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx 

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    If the method above does not work, proceed to the next method.

    Method 2: Run the system restore.

    Restore the computer to the date where it worked great:

    http://Windows.Microsoft.com/en-us/Windows7/products/features/system-restore

    NOTE: When you use system restore to restore the computer to a previous state, the programs and updates that you have installed are removed.

    I hope this helps!

  • Problems with the Power Manager 1.51 new T60 has

    I've updated Power manager version 1.51 has and I have problems with the gauge of Power Manager in the task bar. Life remaining battery is not updated once more. Is there any chance I can find an earlier version of the software that worked perfectly before? Or there is a method to solve the problem?

    Sincerely,

    Nikita Septucha


  • Problems with selective applications on the start screen

    https://gyazo.com/e1bd0595bbdc232c77294f19f1acb038

    Original title: I have 6 tiles stuck on my screen! They're kkkkk!

    * Thread moved customization and ease of access

    Hello

    Welcome to the Microsoft community. I will certainly help you with the problem you are experiencing. I would be grateful if you could help me with more information.

    • What happens when you click on one of the applications that is locked? Is there an error message?
    • When was the last time it was working fine? Remember to make changes before this hardware or software problem?
    • If you go to "all apps", do you see these listed applications? If so, they work well here?
    • Have you tried to uninstall and reinstall these applications?

    You can read the following article and check if it helps.

    Solve problems with a soft

    Please answer with a brief description of the problem as well as the answers to the above questions. We will be happy to help you.

  • Problem with the compilation by using the new compiler (Compilation failed during execution: compilation-abc)

    Hello

    Since the release of the fast compiler, I experienced problems with the compilation of the version release with it.

    As it was still in beta, and since it was still possible to use the legacy compiler, I chose to use the legacy compiler each time (especially since it was more stable).

    With this 64-bit iOS requirement came into play on February 1, the legacy compiler is no longer available because it has been completely removed from AIR 16 (and all future versions).

    Now, I can no longer compile release versions (debug versions are works well) because I have the following error every time:

    Error occurred during the application of packaging:

    Stack dump:

    0 program arguments: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/bin/compile-abc / compile - abc.exe - mtriple = armv7-apple-ios - filetype = obj - sdk C:\Program Files\Adobe\Adobe Flash Builder 4.7 (Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/avmglue.abc 64-fields C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/air-fields.)) arm-air.txt-O3-ane-symbol = MmgCmApiExtInitializer - ane-symbol = MmgCmApiExtFinalizer - ane-symbol = MmgRbApiExtInitializer - ane-symbol = MmgRbApiExtFinalizer - ane-symbol = MmgStoreKitApiExtInitializer-ane symbol = MmgStoreKitApiExtFinalizer-ane symbol = MmgGoViralApiExtInitializer-ane symbol = MmgGoViralApiExtFinalizer-ane symbol = MmgGaApiExtInitializer - ane-symbol = MmgGaApiExtFinalizer - ane-symbol = MmgGAIDFAAccessApiExtInitializer - ane-symbol = MmgGAIDFAAccessApiExtFinalizer - ane-symbol = AFExtensionInitializer - ane-symbol = PushwooshExtInitializer - ane-symbol = PushwooshExtFinalizer elease-temp\AOT\AOTBuildOutput4982262150932522887.tmp\ABCFilesList.txt-abc-file-list=C:\BingoIslandWeb\Client-branch-1.06.05\BingoIslanMobile\BingoIsland\bin-r

    Compilation failed during execution: compilation-abc


    I tried to pin-point the source of the problem leaving specific things in the code, while removing all the rest,

    But so far, all I could find is that he has a problem with the classes that extend EventDispatcher.

    Anyone encounter this problem and knows how to work around it?

    Thank you!



    I had this problem also with other things. It was difficult to solve. Remove all const and var conversion in the Document class solve my problems

  • Problem with Adobe Flash Player, download the new update

    Hello, I have a problem when I try to download the new version of Adobe Flash Player.

    I have no problem to download the file on my computer (install_flashplayer13x32_mssd_aaa_aih.exe) (Adobe - install Adobe Flash Player)

    When I clicked top asking you sure you want to install the application so I have as usual and then nothing happens, the downloaded file is not displayed, I repeat is not working...

    Help please? (Sorry for my bad English I'm french)

    Use this installer instead: http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe (for browsers like Firefox).

    On Internet Explorer, Flash Player is already preinstalled by Microsoft.

Maybe you are looking for