Error 1152

Hello everyone!
I was making my app in Flash MX (AS2), but after company's
decision I had to transform it to AS3 (in Flash CS3). Some bugs
i've made without any help, but I have not really serious problem -
I can't find solution for this bug:
1152: A conflict exists with inherited definition
flash.display:DisplayObject.name in namespace public.
Please tell me what does it mean, and what should I check in
my app, what can be wrong?
Best regards,
Michael Kukla

quote:
Originally posted by:
dzedward
the error message will show where the error is, you should be
able to click it to take you to it as well..
There is only one infomation: Scene 1.
That's all.
quote:
then post the code (using the attach code option).. chances are
you are using an instance name that is already being used, or a
function name that already exists.
I have to much code, so posting that isn't good solution, I
think.
I had problems with duplicated function name, but debugger
tells me exactly where is a problem.
So I think it isn't this kind of problem.
Maybe instance name is duplicated... How to deal with that?
Manually searching is complicated (I have really big app).
Have you got some other clues?
Best regards,
Michael Kukla

Similar Messages

  • Install error 1152

    I have lr 5.2 and when I try to install it I get error 1152 error extracting to temporary location. I have a sony laptop 4G mem 235 g free disk space and I have the service pack 1 as required.   Any help is greatly appreciated.

    Do you have enough privileges to install a program? Try to start setup64.exe as Administrator. And why to you try to setup 5.2 when you can (and should) update to 5.7.1 for free? Try 5.7.1.  Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.7.1

  • Error 1152 Subclass MovieClip has text field

    Hi,
    I have a movie clip "Obstacle" for a simple game. I have a class for it (Obstacle.as) that creates it, and moves it.
    In this Obstacle there is a text field - i use it for testing right now.
    The above works fine!
    NOW
    I want to make another Obstacle (HayBale) - with a subclass (HayBale.as). I have it mostly working. ACCEPT that text field.
    It pitches this error:
    1152: A conflict exists with inherited definition com.screenscape.game:Obstacle.myDisplay in namespace public.

    This probably means that super class already has property myDisplay and you attempt to declare it again in subclass. This is not allowed. In subclass you need to instantiate myDisplay - not to declare it.

  • Cannot install LR 3.5 update - error 1152

    Hi,
    I've been trying to update my LR to ver. 3.5, but as soon as run the setup file, I this error.
    I've tried to extract the setup file to my desktop first, but the same error appears.
    I've updated LR several times in the past without any problems, but with the v3.5, I cannot.
    I am using Windows 7 Ultimate 64-bit SP1.
    Any suggestions?

    Hal,
    Thanks for the suggestions.
    I have tried re-downlaoding to a different location. but the same error occurs.
    Runnnig the MSI from extract directory did not help.
    Tried to "run as administrator"....did not help.
    20 GB free on C-drive.
    Really strange, specially because all previous updates went OK.
    The only thing I've noticed is that in "C:\Users\Carsten\AppData\Local\Temp" folder there is not sub-folder named "{FD.........". (as referred to in error message)
    Further help will be much appreciated.
    Carsten

  • Standby database errors - Alter database open read only

    alter database open read only
    AUDIT_TRAIL initialization parameter is changed to OS, as DB is NOT compatible for database opened with read-only access
    Signalling error 1152 for datafile 1!
    Beginning standby crash recovery.
    Serial Media Recovery started
    Managed Standby Recovery starting Real Time Apply
    Media Recovery Waiting for thread 1 sequence 216
    Mon Dec 20 11:58:18 2010
    Standby crash recovery need archive log for thread 1 sequence 216 to continue.
    Please verify that primary database is transporting redo logs to the standby database.
    Wait timeout: thread 1 sequence 216
    Standby crash recovery aborted due to error 16016.
    Errors in file /u01/app/oracle/diag/rdbms/mdm2/MDM2/trace/MDM2_ora_17442.trc:
    ORA-16016: archived log for thread 1 sequence# 216 unavailable
    Recovery interrupted!
    Completed standby crash recovery.
    Signalling error 1152 for datafile 1!
    Errors in file /u01/app/oracle/diag/rdbms/mdm2/MDM2/trace/MDM2_ora_17442.trc:
    ORA-10458: standby database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+MDMDG1/mdm2/datafile/system.280.738243341'
    ORA-10458 signalled during: alter database open read only...
    Mon Dec 20 12:13:46 2010
    ALTER DATABASE RECOVER managed standby database using current logfile disconnect
    Attempt to start background Managed Standby Recovery process (MDM2)
    Mon Dec 20 12:13:46 2010
    MRP0 started with pid=23, OS id=18974
    MRP0: Background Managed Standby Recovery process started (MDM2)
    started logmerger process
    Mon Dec 20 12:13:51 2010
    Managed Standby Recovery starting Real Time Apply
    Parallel Media Recovery started with 2 slaves
    Waiting for all non-current ORLs to be archived...
    All non-current ORLs have been archived.
    Media Recovery Waiting for thread 1 sequence 216
    Completed: ALTER DATABASE RECOVER managed standby database using current logfile disconnect
    The above lines are from alert log of standby database.
    Standby standbase
    SQL> alter database open read only;
    alter database open read only
    ERROR at line 1:
    ORA-10458: standby database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+MDMDG1/mdm2/datafile/system.280.738243341'
    Parameters set on primary are
    log_archive_dest_1 LOCATION=+MDMDG3/MDM1/ARCH VALID_FOR=(ALL_LOGFILES,ALL_ROLE ) DB_UNIQUE_NAME=MDM1
    log_archive_dest_state_1 ENABLE
    log_archive_dest_2 SERVICE=MDM2 SYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=MDM2
    log_archive_dest_state_2 ENABLE
    dg_broker_config_file1 +MDMDG2/mdm/dg_config/dgconfig1_mdm.dat
    dg_broker_config_file2 +MDMDG2/mdm/dg_config/dgconfig2_mdm.dat
    fal_server MDM2
    standby_file_management AUTO
    log_archive_config dg_config=(MDM1,MDM2)
    db_file_name_convert MDM2, MDM1
    ALTER DATABASE SET STANDBY DATABASE TO MAXIMIZE availability ;
    Standby pfile
    *.archive_lag_target=900
    *.audit_file_dest='/u01/app/oracle/admin/MDM2/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='+MDMDG1/MDM2/CONTROLFILE/controlfile01.ctl','+MDMDG2/MDM2/CONTROLFILE/controlfile02.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='+MDMDG1'
    *.db_domain=''
    *.db_file_name_convert='MDM1','MDM2'
    *.db_name='MDM'
    *.db_recovery_file_dest='+MDMDG2'
    *.db_recovery_file_dest_size=10485760000
    *.db_unique_name='MDM2'
    *.dg_broker_config_file1='+MDMDG2/MDM/DG_CONFIG/dgconfig1_MDM.dat'
    *.dg_broker_config_file2='+MDMDG2/MDM/DG_CONFIG/dgconfig2_MDM.dat'
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=MDM2XDB)'
    *.fal_server='MDM11','MDM12'
    *.instance_name='MDM2'
    *.log_archive_config='dg_config=(MDM1,MDM2)'
    *.log_archive_dest_1='LOCATION=+MDMDG3/MDM2/ARCH VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=MDM2'
    *.log_archive_dest_2='SERVICE=MDM1 ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=MDM1'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_format='MDM_%t_%s_%r.arc'
    *.log_file_name_convert='MDM1','MDM2'
    *.memory_target=838860800
    *.nls_language='ENGLISH'
    *.nls_territory='UNITED KINGDOM'
    *.open_cursors=300
    *.processes=500
    *.remote_login_passwordfile='exclusive'
    *.sessions=555
    *.standby_file_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    On standby ASM
    ASMCMD [+] > find * *
    +MDMDG1/ASM/
    +MDMDG1/ASM/ASMPARAMETERFILE/
    +MDMDG1/ASM/ASMPARAMETERFILE/REGISTRY.253.737811541
    +MDMDG1/MDM/
    +MDMDG1/MDM2/
    +MDMDG1/MDM2/CONTROLFILE/
    +MDMDG1/MDM2/CONTROLFILE/controlfile01.ctl
    +MDMDG1/MDM2/CONTROLFILE/current.265.738243333
    +MDMDG1/MDM2/DATAFILE/
    +MDMDG1/MDM2/DATAFILE/CANVAS_POPULARITY_DATA.264.738243343
    +MDMDG1/MDM2/DATAFILE/CANVAS_POPULARITY_IDX.277.738243343
    +MDMDG1/MDM2/DATAFILE/MDM_SRC_DATA.282.738243343
    +MDMDG1/MDM2/DATAFILE/MDM_SRC_IDX.275.738243343
    +MDMDG1/MDM2/DATAFILE/MIPS_MDM_DATA.283.738243341
    +MDMDG1/MDM2/DATAFILE/MIPS_MDM_IDX.276.738243343
    +MDMDG1/MDM2/DATAFILE/SYSAUX.281.738243341
    +MDMDG1/MDM2/DATAFILE/SYSTEM.280.738243341
    +MDMDG1/MDM2/DATAFILE/TEST_TBSP1.273.738243345
    +MDMDG1/MDM2/DATAFILE/TEST_TBSP2.272.738243345
    +MDMDG1/MDM2/DATAFILE/UNDOTBS1.256.738243343
    +MDMDG1/MDM2/DATAFILE/UNDOTBS2.279.738243343
    +MDMDG1/MDM2/DATAFILE/USERS.278.738243347
    +MDMDG1/MDM2/ONLINELOG/
    +MDMDG1/MDM2/ONLINELOG/group_1.259.738243429
    +MDMDG1/MDM2/ONLINELOG/group_2.257.738243431
    +MDMDG1/MDM2/ONLINELOG/group_21.284.738243505
    +MDMDG1/MDM2/ONLINELOG/group_22.261.738243505
    +MDMDG1/MDM2/ONLINELOG/group_23.274.738243505
    +MDMDG1/MDM2/ONLINELOG/group_3.258.738243431
    +MDMDG1/MDM2/ONLINELOG/group_31.262.738243513
    +MDMDG1/MDM2/ONLINELOG/group_32.270.738243513
    +MDMDG1/MDM2/ONLINELOG/group_33.263.738243513
    +MDMDG1/MDM2/ONLINELOG/group_4.260.738243431
    +MDMDG2/MDM/
    +MDMDG2/MDM/DG_CONFIG/
    +MDMDG2/MDM2/
    +MDMDG2/MDM2/AUTOBACKUP/
    +MDMDG2/MDM2/AUTOBACKUP/2010_12_20/
    +MDMDG2/MDM2/AUTOBACKUP/2010_12_20/s_738242861.263.738244155
    +MDMDG2/MDM2/CONTROLFILE/
    +MDMDG2/MDM2/CONTROLFILE/controlfile02.ctl
    +MDMDG2/MDM2/CONTROLFILE/current.271.738243335
    +MDMDG2/MDM2/ONLINELOG/
    +MDMDG2/MDM2/ONLINELOG/group_1.270.738243429
    +MDMDG2/MDM2/ONLINELOG/group_2.269.738243431
    +MDMDG2/MDM2/ONLINELOG/group_21.268.738243505
    +MDMDG2/MDM2/ONLINELOG/group_22.272.738243505
    +MDMDG2/MDM2/ONLINELOG/group_23.262.738243505
    +MDMDG2/MDM2/ONLINELOG/group_3.273.738243431
    +MDMDG2/MDM2/ONLINELOG/group_31.266.738243513
    +MDMDG2/MDM2/ONLINELOG/group_32.265.738243513
    +MDMDG2/MDM2/ONLINELOG/group_33.264.738243513
    +MDMDG2/MDM2/ONLINELOG/group_4.261.738243431
    +MDMDG3/MDM/
    +MDMDG3/MDM/ARCH/
    +MDMDG3/MDM2/
    +MDMDG3/MDM2/ARCH/
    -- Please can I know how to open read only standby database.

    user5846399 wrote:
    ORA-16016: archived log for thread 1 sequence# 216 unavailable
    Recovery interrupted!archived log for thread 1 sequence# 216
    This file is needed for recovery, Find it and move it to the standby database side.

  • Dgutil.pl line 93 ERROR when creating 11.1.0.7 dataguard via GRID CONTROL.

    I trying to create a DG from a two node RAC instance.
    All the machines are at the same patch levels and OS levels (11.1.0.7/Solaris 2.10). Our GRID CONTROL is at 10.2.0.5 and patched to what I think is the latest level.
    The wizards works fine and the creation process creates the duplicate DB without any problems. When it gets to the very last step (#13 CREATE STANDBY DATABASE) I get this error:
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    dgcreate.DGgetRecoverySCN102: SELECT CHECKPOINT_CHANGE# FROM V$DATABASE
    dgcreate.DGrecoverStby102: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE UNTIL CHANGE 3038710446200
    dgcreate.DGrecoverStby102: ALTER DATABASE OPEN READ ONLY
    *10458 at /u01/app/oracle/product/agent10g/sysman/admin/scripts/db/dg/dgutil.pl line 93.*
    Anyone run into this before?

    I recreated the STANDBY again (same error).
    Here is the tail end of the alert log on the standby:
    Media Recovery Not Required
    Signalling error 1152 for datafile 1!
    ORA-1547 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE UNTIL CHANGE 3038791960334...
    ALTER DATABASE OPEN READ ONLY
    Data Guard Broker initializing...
    Data Guard Broker initialization complete
    Signalling error 1152 for datafile 1!
    Beginning standby crash recovery.
    Fast Parallel Media Recovery enabled
    Managed Standby Recovery starting Real Time Apply
    parallel recovery started with 15 processes
    Media Recovery Log +ELM1DATA/egstby1/archivelog/2010_08_17/thread_1_seq_395.427.727280107
    Media Recovery Waiting for thread 2 sequence 402
    Standby crash recovery need archive log for thread 1084416 sequence 1089759 to continue.
    Please verify that primary database is transporting redo logs to the standby database.
    Standby crash recovery aborted due to error 16016.
    Errors in file /u01/app/oracle/diag/rdbms/egstby1/egstby1/trace/egstby1_ora_19850.trc:
    ORA-16016: archived log for thread 2 sequence# 402 unavailable
    Shutting down recovery slaves due to error 16016
    Recovery interrupted!
    Tue Aug 17 14:15:44 2010
    RFS[6]: Assigned to RFS process 20207
    RFS[6]: Identified database type as 'physical standby': Client is ARCH pid 24808
    Completed standby crash recovery.
    Signalling error 1152 for datafile 1!
    RFS[6]: Opened log for thread 2 sequence 403 dbid 1850521674 branch 726078384
    ORA-10458 signalled during: ALTER DATABASE OPEN READ ONLY...
    Archived Log entry 4 added for thread 2 sequence 403 rlc 726078384 ID 0x6e4d4647 dest 2:
    Tue Aug 17 14:16:06 2010
    RFS[7]: Assigned to RFS process 20257
    RFS[7]: Identified database type as 'physical standby': Client is ARCH pid 8783
    Tue Aug 17 14:16:06 2010
    RFS[8]: Assigned to RFS process 20259
    RFS[8]: Identified database type as 'physical standby': Client is ARCH pid 24819
    Tue Aug 17 14:16:06 2010
    RFS[6]: Opened log for thread 1 sequence 396 dbid 1850521674 branch 726078384
    Archived Log entry 5 added for thread 1 sequence 396 rlc 726078384 ID 0x6e4d4647 dest 2:
    Tue Aug 17 14:16:07 2010
    RFS[5]: Opened log for thread 2 sequence 404 dbid 1850521674 branch 726078384
    Archived Log entry 6 added for thread 2 sequence 404 rlc 726078384 ID 0x6e4d4647 dest 2:

  • How to Perform Failover When GAP on Standby

    hi ,
    i want to activate my standby in read/write
    but i can't..i don't have archivelogs and i can't restore standby from incremental backup
    ALTER DATABASE ACTIVATE STANDBY DATABASE
    ALTER DATABASE ACTIVATE [PHYSICAL] STANDBY DATABASE (work)
    Begin: Standby Redo Logfile archival
    End: Standby Redo Logfile archival
    Signalling error 1152 for datafile 1!
    Beginning standby crash recovery.
    Serial Media Recovery started
    Managed Standby Recovery starting Real Time Apply
    Media Recovery Waiting for thread 1 sequence 1174115
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:07:09 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:07:19 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:07:29 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:07:39 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:07:50 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 17:08:00 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Standby crash recovery need archive log for thread 1 sequence 1174115 to continue.
    Please verify that primary database is transporting redo logs to the standby database.
    Wait timeout: thread 1 sequence 1174115
    Standby crash recovery aborted due to error 16016.
    Errors in file /oracle/diag/rdbms/b2resnew/work/trace/work_ora_36176058.trc:
    ORA-16016: archived log for thread 1 sequence# 1174115 unavailable
    Recovery interrupted!
    Completed standby crash recovery.
    Signalling error 1152 for datafile 1!
    ORA-1152 signalled during: ALTER DATABASE ACTIVATE STANDBY DATABASE...
    Sat Nov 17 17:08:12 2012
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH
    Attempt to do a Terminal Recovery (work)
    Media Recovery Start: Managed Standby Recovery (work)
    started logmerger process
    Sat Nov 17 17:08:12 2012
    Managed Standby Recovery not using Real Time Apply
    Parallel Media Recovery started with 32 slaves
    Media Recovery Waiting for thread 1 sequence 1174115
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    RECOVER...FINISH not allowed due to gap
    GAP - thread 1 sequence 1174115-1174214
    DBID 3179924020 branch 606674959
    Recovery interrupted!
    Media Recovery failed with error 16171
    Errors in file /oracle/diag/rdbms/b2resnew/work/trace/work_pr00_37421192.trc:
    ORA-00283: recovery session canceled due to errors
    ORA-16171: RECOVER...FINISH not allowed due to gap for thr 1, seq 1174115-1174214
    Slave exiting with ORA-283 exception
    Errors in file /oracle/diag/rdbms/b2resnew/work/trace/work_pr00_37421192.trc:
    ORA-00283: recovery session canceled due to errors
    ORA-16171: RECOVER...FINISH not allowed due to gap for thr 1, seq 1174115-1174214
    ORA-10877 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH ...
    SQL> ALTER DATABASE ACTIVATE STANDBY DATABASE;
    ALTER DATABASE ACTIVATE STANDBY DATABASE
    ERROR at line 1:
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/oradata/ctrl/system01.dbf'
    SQL> RECOVER MANAGED STANDBY DATABASE FINISH
    ORA-10877: error signaled in parallel recovery slave
    SQL>
    how open my physical standby in rw?
    thanks

    CKPT hi.
    Do you have Broker enabled?
    yes.now i disabled.
    +1174115 I do not have+
    Sat Nov 17 18:17:13 2012
    Completed: Data Guard Broker shutdown
    Sat Nov 17 18:17:14 2012
    ALTER SYSTEM SET dg_broker_start=FALSE SCOPE=BOTH;
    Sat Nov 17 18:17:27 2012
    ALTER DATABASE RECOVER managed standby database cancel
    ORA-16136 signalled during: ALTER DATABASE RECOVER managed standby database cancel ...
    Sat Nov 17 18:17:45 2012
    alter database activate standby database
    ALTER DATABASE ACTIVATE [PHYSICAL] STANDBY DATABASE (work)
    Begin: Standby Redo Logfile archival
    End: Standby Redo Logfile archival
    Signalling error 1152 for datafile 1!
    Beginning standby crash recovery.
    Serial Media Recovery started
    Managed Standby Recovery starting Real Time Apply
    Warning: Datafile 87 (/oradata/data/b2_data75.dbf) is offline during full database recovery and will not be recovered
    Media Recovery Waiting for thread 1 sequence 1174115
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:17:55 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:18:06 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:18:16 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:18:26 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:18:36 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Sat Nov 17 18:18:47 2012
    Fetching gap sequence in thread 1, gap sequence 1174115-1174214
    Standby crash recovery need archive log for thread 1 sequence 1174115 to continue.
    Please verify that primary database is transporting redo logs to the standby database.
    Wait timeout: thread 1 sequence 1174115
    Standby crash recovery aborted due to error 16016.
    Errors in file /oracle/diag/rdbms/b2resnew/work/trace/work_ora_37617862.trc:
    ORA-16016: archived log for thread 1 sequence# 1174115 unavailable
    Recovery interrupted!
    Completed standby crash recovery.
    Signalling error 1152 for datafile 1!
    ORA-1152 signalled during: alter database activate standby database...
    SQL> select TS#,STATUS,ENABLED,file# from v$datafile order by status;
    TS# STATUS ENABLED FILE#
    6 ONLINE READ WRITE 66
    6 ONLINE READ WRITE 67
    6 ONLINE READ WRITE 68
    6 ONLINE READ WRITE 69
    6 ONLINE READ WRITE 70
    6 ONLINE READ WRITE 71
    6 ONLINE READ WRITE 72
    6 ONLINE READ WRITE 73
    6 ONLINE READ WRITE 74
    6 ONLINE READ WRITE 75
    6 ONLINE READ WRITE 76
    6 ONLINE READ WRITE 77
    6 ONLINE READ WRITE 78
    6 ONLINE READ WRITE 79
    6 ONLINE READ WRITE 80
    6 ONLINE READ WRITE 81
    6 ONLINE READ WRITE 82
    6 ONLINE READ WRITE 83
    6 ONLINE READ WRITE 84
    6 ONLINE READ WRITE 85
    6 ONLINE READ WRITE 86
    1 ONLINE READ WRITE 2
    3 ONLINE READ WRITE 3
    4 ONLINE READ WRITE 4
    5 ONLINE READ WRITE 5
    6 ONLINE READ WRITE 6
    7 ONLINE READ WRITE 7
    8 ONLINE READ WRITE 8
    9 ONLINE READ WRITE 9
    6 ONLINE READ WRITE 10
    6 ONLINE READ WRITE 11
    1 ONLINE READ WRITE 12
    6 ONLINE READ WRITE 13
    6 ONLINE READ WRITE 14
    6 ONLINE READ WRITE 15
    1 ONLINE READ WRITE 16
    6 ONLINE READ WRITE 17
    6 ONLINE READ WRITE 18
    6 ONLINE READ WRITE 19
    6 ONLINE READ WRITE 20
    6 ONLINE READ WRITE 21
    6 ONLINE READ WRITE 22
    6 ONLINE READ WRITE 23
    6 ONLINE READ WRITE 24
    6 ONLINE READ WRITE 25
    7 ONLINE READ WRITE 26
    6 ONLINE READ WRITE 27
    10 ONLINE READ WRITE 28
    6 ONLINE READ WRITE 29
    6 ONLINE READ WRITE 30
    6 ONLINE READ WRITE 31
    6 ONLINE READ WRITE 32
    6 ONLINE READ WRITE 33
    6 ONLINE READ WRITE 34
    6 ONLINE READ WRITE 35
    6 ONLINE READ WRITE 36
    6 ONLINE READ WRITE 37
    6 ONLINE READ WRITE 38
    6 ONLINE READ WRITE 39
    6 ONLINE READ WRITE 40
    6 ONLINE READ WRITE 41
    6 ONLINE READ WRITE 42
    6 ONLINE READ WRITE 43
    6 ONLINE READ WRITE 44
    6 ONLINE READ WRITE 45
    6 ONLINE READ WRITE 46
    6 ONLINE READ WRITE 47
    6 ONLINE READ WRITE 48
    6 ONLINE READ WRITE 49
    6 ONLINE READ WRITE 50
    6 ONLINE READ WRITE 51
    6 ONLINE READ WRITE 52
    6 ONLINE READ WRITE 53
    6 ONLINE READ WRITE 54
    6 ONLINE READ WRITE 55
    6 ONLINE READ WRITE 56
    6 ONLINE READ WRITE 57
    6 ONLINE READ WRITE 58
    6 ONLINE READ WRITE 59
    6 ONLINE READ WRITE 60
    6 ONLINE READ WRITE 61
    6 ONLINE READ WRITE 62
    6 ONLINE READ WRITE 63
    6 ONLINE READ WRITE 64
    6 ONLINE READ WRITE 65
    6 RECOVER READ WRITE 87
    6 RECOVER READ WRITE 88
    0 SYSTEM READ WRITE 1
    88 rows selected.
    SQL>
    how i can remove "RECOVER" in mount state ?

  • Dataguard implementation

    Hello Guys
    Can you help me i am setting up datagurad for testing on windows same machine primary and standby have below issues
    oracle 11g (both primary and standby on same windows machine different drives)
    I followed steps as
    1)installed 2 oracle on same machine different drives
    2)for instance to be used as standby (drop database)
    3)from primary sent datafiles,standby controlfile,init file to standby location/directories
    modified init file for standby,rename datafiles
    4)at primary modified init file
    5)modified listener and tnsnames.ora files for both primary and seconday
    6)created password file and copied same to oracle_home/database both primary and secondary
    7 open primary and
    for standby:
    startup nomount
    alter database mount standby database;
    alter database recover managed standby database disconnect from session;
    8 it work without any issue but recovery not taking place below error in alert of primary
    ORA-01031: insufficient privileges
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    1)on standby v$instance showing output database role as primary for standby database
    (is it ok or v$instance on standby database should show database role as standby)
    please let me know where i am going wrong

    Oracle 11g,windows(same machine both) Primary DB Name:localtes ,Secondary DB Name:teststan on different drives
    Oracle Home(Primary) on D:\, Standby on C:\
    Also randomly i kept archive_lag_target=1800 should i make it as 0 for testing
    Standby:
    ==========
    SQL> startup nomount;
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    SQL> alter database mount standby database;
    Database altered.
    SQL> select * from v$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION STARTUP_T STATUS PAR THREAD# ARCHIVE LOG_SWITCH_WAIT
    LOGINS SHU DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST BLO
    1 teststan
    myorg
    11.1.0.6.0 02-JUL-10 MOUNTED NO 1 STARTED
    ALLOWED NO ACTIVE PRIMARY_INSTANCE NORMAL NO
    Alert log primary:
    Thu Jul 01 17:09:31 2010
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_2188.trc:
    ORA-01031: insufficient privileges
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Thu Jul 01 17:10:31 2010
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_2188.trc:
    ORA-01031: insufficient privileges
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Thu Jul 01 17:11:33 2010
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_2188.trc:
    ORA-01031: insufficient privileges
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Thu Jul 01 17:12:33 2010
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_2188.trc:
    ORA-01031: insufficient privileges
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Thu Jul 01 17:13:34 2010
    Fatal NI connect error 12519, connecting to:
    (DESCRIPTION=(SDU=32768)(TDU=32768)(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1521))(CONNECT_DATA=(SID=teststan)(CID=(PROGRAM=d:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myhost)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 02-JUL-2010 09:12:51
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Error 12519 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_2188.trc:
    ORA-12519: TNS:no appropriate service handler found
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12519.
    Fri Jul 02 09:12:52 2010
    Stopping background process SMCO
    Stopping background process FBDA
    Shutting down instance: further logons disabled
    Fri Jul 02 09:12:56 2010
    Stopping background process CJQ0
    Stopping background process QMNC
    Stopping background process MMNL
    Stopping background process MMON
    Fri Jul 02 09:13:11 2010
    Shutting down instance (immediate)
    License high water mark = 15
    Fri Jul 02 09:13:11 2010
    ORA-1089 : opidrv aborting process J000 ospid (1740_3972)
    Waiting for dispatcher 'D000' to shutdown
    Fri Jul 02 09:13:12 2010
    ORA-1089 : opidrv aborting process unknown ospid (1740_3140)
    All dispatchers and shared servers shutdown
    Fri Jul 02 09:13:22 2010
    ALTER DATABASE CLOSE NORMAL
    Fri Jul 02 09:13:22 2010
    Thread 1 closed at log sequence 143
    Successful close of redo thread 1
    Fri Jul 02 09:14:23 2010
    Completed: ALTER DATABASE CLOSE NORMAL
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Fri Jul 02 09:14:29 2010
    Stopping background process VKTM:
    Fri Jul 02 09:15:59 2010
    Instance shutdown complete
    Fri Jul 02 09:19:36 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile D:\APP\mydir\PRODUCT\11.1.0\DB_1\DATABASE\SPFILELOCALTES.ORA
    System parameters with non-default values:
    processes = 150
    memory_target = 756M
    control_files = "D:\APP\mydir\ORADATA\LOCALTES\CONTROL01.CTL"
    control_files = "D:\APP\mydir\ORADATA\LOCALTES\CONTROL02.CTL"
    control_files = "D:\APP\mydir\ORADATA\LOCALTES\CONTROL03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    logarchive_callout = "LOCAL_FIRST=true"
    log_archive_dest_1 = "LOCATION=USE_DB_RECOVERY_FILE_DEST ARCH MANDATORY REOPEN=5 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)"
    log_archive_dest_2 = "SERVICE=FC_LOCALTES reopen=60 ARCH NOAFFIRM"
    log_archive_dest_state_1 = "ENABLE"
    log_archive_dest_state_2 = "ENABLE"
    standby_archive_dest = "c:\standby_arch"
    fal_client = "FC_LOCALTES"
    fal_server = "FS_LOCALTES"
    archive_lag_target = 1800
    db_recovery_file_dest = "D:\app\mydir\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    standby_file_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=localtesXDB)"
    audit_file_dest = "D:\APP\mydir\ADMIN\LOCALTEST\ADUMP"
    audit_trail = "DB"
    db_name = "localtes"
    db_unique_name = "localtest"
    open_cursors = 300
    diagnostic_dest = "D:\APP\mydir"
    Deprecated system parameters with specified values:
    standby_archive_dest
    End of deprecated system parameter listing
    Fri Jul 02 09:19:37 2010
    PMON started with pid=2, OS id=4420
    Fri Jul 02 09:19:37 2010
    VKTM started with pid=3, OS id=4276 at elevated priority
    VKTM running at (20)ms precision
    Thread 1 opened at log sequence 143
    Current log# 2 seq# 143 mem# 0: D:\APP\mydir\ORADATA\LOCALTES\REDO02.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    ARC1: Becoming the 'no FAL' ARCH
    Fri Jul 02 09:19:49 2010
    SMON: enabling cache recovery
    ARC1: Becoming the 'no SRL' ARCH
    Fri Jul 02 09:19:48 2010
    ARC3 started with pid=22, OS id=4384
    ARC2: Becoming the heartbeat ARCH
    Fatal NI connect error 12519, connecting to:
    (DESCRIPTION=(SDU=32768)(TDU=32768)(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1521))(CONNECT_DATA=(SID=teststan)(CID=(PROGRAM=d:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myhost)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 02-JUL-2010 10:08:01
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Error 12519 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\localtest\localtes\trace\localtes_arc2_1680.trc:
    ORA-12519: TNS:no appropriate service handler found
    PING[ARC2]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12519.
    Alert Log Standby:
    ============
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_3088.trc:
    ORA-01031: insufficient privileges
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Wed Jun 30 15:18:07 2010
    Error 1031 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_3088.trc:
    ORA-01031: insufficient privileges
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 1031.
    Wed Jun 30 16:25:48 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile C:\APP\mydir\PRODUCT\11.1.0\DB_1\DATABASE\SPFILETESTSTAN.ORA
    System parameters with non-default values:
    lock_name_space = "teststan"
    processes = 150
    memory_target = 756M
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_01.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_02.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    logarchive_callout = "LOCAL_FIRST=true"
    log_archive_dest_1 = "LOCATION=c:\standby_arch"
    log_archive_dest_2 = "SERVICE=FC_LOCALTES reopen=60 ARCH NOAFFIRM"
    standby_archive_dest = "c:\standby_arch"
    fal_client = "FC_LOCALTES"
    fal_server = "FC_LOCALTES"
    archive_lag_target = 1800
    db_recovery_file_dest = "D:\app\mydir\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    standby_file_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=localtesXDB)"
    audit_file_dest = "D:\APP\mydir\ADMIN\LOCALTEST\ADUMP"
    audit_trail = "DB"
    db_name = "localtes"
    db_unique_name = "teststan"
    open_cursors = 300
    diagnostic_dest = "D:\APP\mydir"
    Deprecated system parameters with specified values:
    lock_name_space
    standby_archive_dest
    End of deprecated system parameter listing
    Wed Jun 30 16:25:54 2010
    PMON started with pid=2, OS id=5620
    Wed Jun 30 16:25:54 2010
    VKTM started with pid=3, OS id=1676 at elevated priority
    VKTM running at (20)ms precision
    Wed Jun 30 16:25:54 2010
    DIAG started with pid=4, OS id=4488
    Wed Jun 30 16:25:54 2010
    DBRM started with pid=5, OS id=4280
    Wed Jun 30 16:25:54 2010
    PSP0 started with pid=6, OS id=4428
    Wed Jun 30 16:25:54 2010
    DSKM started with pid=7, OS id=5052
    Wed Jun 30 16:25:54 2010
    DIA0 started with pid=8, OS id=5748
    Wed Jun 30 16:25:54 2010
    MMAN started with pid=9, OS id=2696
    Wed Jun 30 16:25:54 2010
    DBW0 started with pid=10, OS id=5388
    Wed Jun 30 16:25:54 2010
    LGWR started with pid=11, OS id=1668
    Wed Jun 30 16:25:54 2010
    CKPT started with pid=12, OS id=4772
    Wed Jun 30 16:25:54 2010
    SMON started with pid=13, OS id=4156
    Wed Jun 30 16:25:54 2010
    RECO started with pid=14, OS id=3264
    Wed Jun 30 16:25:54 2010
    MMON started with pid=15, OS id=2740
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Jun 30 16:25:54 2010
    MMNL started with pid=16, OS id=4864
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = c:\app\mydir
    Wed Jun 30 16:25:57 2010
    alter database mount exclusive
    Setting recovery target incarnation to 2
    ARCH: STARTING ARCH PROCESSES
    Wed Jun 30 16:26:02 2010
    ARC0 started with pid=19, OS id=5524
    Wed Jun 30 16:26:02 2010
    ARC1 started with pid=20, OS id=2896
    Wed Jun 30 16:26:02 2010
    ARC2 started with pid=21, OS id=3304
    ARC0: Archival started
    Wed Jun 30 16:26:02 2010
    ARC3 started with pid=22, OS id=3708
    ARC1: Archival started
    ARC2: Archival started
    ARC3: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    ARC2: Becoming the heartbeat ARCH
    ARC3: Thread not mounted
    ARC0: Thread not mounted
    ARC1: Thread not mounted
    ARC2: Thread not mounted
    Successful mount of redo thread 1, with mount id 1111551189
    Physical Standby Database mounted.
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    AUDIT_TRAIL initialization parameter is changed to OS, as DB is NOT compatible for database opened with read-only access
    Wed Jun 30 16:26:09 2010
    Signalling error 1152 for datafile 1!
    ORA-16004 signalled during: alter database open...
    Wed Jun 30 16:27:03 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[1]: Assigned to RFS process 5928
    RFS[1]: Identified database type as 'physical standby'
    RFS LogMiner: Client disabled from further notification
    Wed Jun 30 16:40:59 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Jun 30 17:00:23 2010
    Shutting down instance: further logons disabled
    Stopping background process MMNL
    Stopping background process MMON
    Shutting down instance (immediate)
    License high water mark = 3
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Wed Jun 30 17:00:29 2010
    ARCH shutting down
    Wed Jun 30 17:00:29 2010
    ARCH shutting down
    Wed Jun 30 17:00:29 2010
    ARCH shutting down
    Wed Jun 30 17:00:29 2010
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile C:\APP\mydir\PRODUCT\11.1.0\DB_1\DATABASE\SPFILETESTSTAN.ORA
    System parameters with non-default values:
    lock_name_space = "teststan"
    processes = 150
    memory_target = 756M
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_01.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_02.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    logarchive_callout = "LOCAL_FIRST=true"
    log_archive_dest_1 = "LOCATION=c:\standby_arch"
    log_archive_dest_2 = "SERVICE=FC_LOCALTES reopen=60 ARCH NOAFFIRM"
    standby_archive_dest = "c:\standby_arch"
    fal_client = "FC_LOCALTES"
    fal_server = "FC_LOCALTES"
    archive_lag_target = 1800
    db_recovery_file_dest = "D:\app\mydir\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    standby_file_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=localtesXDB)"
    audit_file_dest = "D:\APP\mydir\ADMIN\LOCALTEST\ADUMP"
    audit_trail = "DB"
    db_name = "localtes"
    db_unique_name = "teststan"
    open_cursors = 300
    diagnostic_dest = "D:\APP\mydir"
    Deprecated system parameters with specified values:
    lock_name_space
    standby_archive_dest
    End of deprecated system parameter listing
    Wed Jun 30 17:00:48 2010
    PMON started with pid=2, OS id=2472
    Wed Jun 30 17:00:48 2010
    VKTM started with pid=3, OS id=2916 at elevated priority
    VKTM running at (20)ms precision
    Wed Jun 30 17:00:48 2010
    DIAG started with pid=4, OS id=3132
    Wed Jun 30 17:00:48 2010
    ORACLE_BASE from environment = c:\app\mydir
    Wed Jun 30 17:00:54 2010
    alter database mount standby database
    Setting recovery target incarnation to 2
    ARCH: STARTING ARCH PROCESSES
    Wed Jun 30 17:00:59 2010
    ARC0 started with pid=19, OS id=5020
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC0: Thread not mounted
    Wed Jun 30 17:00:59 2010
    Successful mount of redo thread 1, with mount id 1111531014
    Physical Standby Database mounted.
    ARC1: Becoming the heartbeat ARCH
    Lost write protection disabled
    Completed: alter database mount standby database
    Fatal NI connect error 12528, connecting to:
    (DESCRIPTION=(SDU=32768)(TDU=32768)(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1521))(CONNECT_DATA=(SID=teststan)(CID=(PROGRAM=c:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myorg)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 30-JUN-2010 17:01:00
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Error 12528 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_4768.trc:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12528.
    alter database recover managed standby database disconnect from session
    Wed Jun 30 17:01:02 2010
    MRP0 started with pid=23, OS id=4140
    Fast Parallel Media Recovery enabled
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 2 processes
    Waiting for all non-current ORLs to be archived...
    Wed Jun 30 17:01:10 2010
    Completed: alter database recover managed standby database disconnect from session
    Media Recovery Waiting for thread 1 sequence 30
    Fetching gap sequence in thread 1, gap sequence 30-35
    Wed Jun 30 17:01:11 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Wed Jun 30 17:01:41 2010
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 30-35
    DBID 1110875155 branch 722342230
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Wed Jun 30 17:02:59 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[1]: Assigned to RFS process 1424
    RFS[1]: Identified database type as 'physical standby'
    RFS LogMiner: Client disabled from further notification
    Wed Jun 30 17:15:52 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Jul 01 08:25:11 2010
    ARC1: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (3135)
    ARC1: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
    PING[ARC1]: Error 3135 when pinging standby FC_LOCALTES.
    Thu Jul 01 08:25:20 2010
    RFS[1]: Possible network disconnect with primary database
    Thu Jul 01 08:26:21 2010
    Fatal NI connect error 12519, connecting to:
    (DESCRIPTION=(SDU=32768)(TDU=32768)(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1521))(CONNECT_DATA=(SID=teststan)(CID=(PROGRAM=c:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myorg)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 01-JUL-2010 08:26:23
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Error 12519 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_4768.trc:
    ORA-12519: TNS:no appropriate service handler found
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12519.
    Thu Jul 01 08:27:28 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[2]: Assigned to RFS process 4984
    RFS[2]: Identified database type as 'physical standby'
    Thu Jul 01 09:28:03 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile C:\APP\mydir\PRODUCT\11.1.0\DB_1\DATABASE\SPFILETESTSTAN.ORA
    System parameters with non-default values:
    lock_name_space = "teststan"
    processes = 150
    memory_target = 756M
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_01.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_02.CTL"
    control_files = "C:\STANDBY_CONTROL\STDBY_LOCALTES_03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    logarchive_callout = "LOCAL_FIRST=true"
    log_archive_dest_1 = "LOCATION=c:\standby_arch"
    log_archive_dest_2 = "SERVICE=FC_LOCALTES reopen=60 ARCH NOAFFIRM"
    standby_archive_dest = "c:\standby_arch"
    fal_client = "FC_LOCALTES"
    fal_server = "FC_LOCALTES"
    archive_lag_target = 1800
    db_recovery_file_dest = "D:\app\mydir\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    standby_file_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=localtesXDB)"
    audit_file_dest = "D:\APP\mydir\ADMIN\LOCALTEST\ADUMP"
    audit_trail = "DB"
    db_name = "localtes"
    db_unique_name = "teststan"
    open_cursors = 300
    diagnostic_dest = "D:\APP\mydir"
    Deprecated system parameters with specified values:
    lock_name_space
    standby_archive_dest
    End of deprecated system parameter listing
    Thu Jul 01 09:28:18 2010
    PMON started with pid=2, OS id=2360
    Thu Jul 01 09:28:18 2010
    VKTM started with pid=3, OS id=2364 at elevated priority
    VKTM running at (20)ms precision
    Thu Jul 01 09:28:18 2010
    DIAG started with pid=4, OS id=2368
    Thu Jul 01 09:28:18 2010
    DBRM started with pid=5, OS id=2380
    Thu Jul 01 09:28:19 2010
    PSP0 started with pid=6, OS id=2384
    Thu Jul 01 09:28:19 2010
    DSKM started with pid=7, OS id=2388
    Thu Jul 01 09:28:19 2010
    DIA0 started with pid=8, OS id=2392
    Thu Jul 01 09:28:19 2010
    MMAN started with pid=9, OS id=2396
    Thu Jul 01 09:28:19 2010
    DBW0 started with pid=10, OS id=2400
    Thu Jul 01 09:28:19 2010
    LGWR started with pid=11, OS id=2404
    Thu Jul 01 09:28:19 2010
    CKPT started with pid=12, OS id=2408
    Thu Jul 01 09:28:19 2010
    SMON started with pid=13, OS id=2412
    Thu Jul 01 09:28:19 2010
    RECO started with pid=14, OS id=2420
    Thu Jul 01 09:28:19 2010
    MMON started with pid=15, OS id=2424
    Thu Jul 01 09:28:19 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Jul 01 09:28:19 2010
    MMNL started with pid=16, OS id=2428
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = c:\app\mydir
    Thu Jul 01 09:28:22 2010
    alter database mount exclusive
    Thu Jul 01 09:28:38 2010
    Setting recovery target incarnation to 2
    ARCH: STARTING ARCH PROCESSES
    Thu Jul 01 09:28:38 2010
    ARC0 started with pid=19, OS id=2876
    Thu Jul 01 09:28:38 2010
    ARC1 started with pid=20, OS id=2888
    Thu Jul 01 09:28:38 2010
    ARC2 started with pid=21, OS id=2892
    Thu Jul 01 09:28:38 2010
    ARC3 started with pid=22, OS id=2896
    ARC0: Archival started
    ARC1: Archival started
    ARC2: Archival started
    ARC3: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC1: Becoming the heartbeat ARCH
    ARC2: Thread not mounted
    ARC3: Thread not mounted
    ARC0: Thread not mounted
    ARC1: Thread not mounted
    Thu Jul 01 09:28:40 2010
    Successful mount of redo thread 1, with mount id 1111782400
    Physical Standby Database mounted.
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    AUDIT_TRAIL initialization parameter is changed to OS, as DB is NOT compatible for database opened with read-only access
    Thu Jul 01 09:28:52 2010
    Signalling error 1152 for datafile 1!
    ORA-16004 signalled during: alter database open...
    Thu Jul 01 09:29:40 2010
    ============================================================================================================================
    Fatal NI connect error 12514, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myorg)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=localtes)(CID=(PROGRAM=c:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myorg)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 01-JUL-2010 12:24:38
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Error 12514 received logging on to the standby
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_5784.trc:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12514.
    Thu Jul 01 12:25:38 2010
    ============================================================================================================================
    Fatal NI connect error 12541, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1524))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=localtes)(CID=(PROGRAM=c:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myorg)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 02-JUL-2010 10:31:18
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12541
    TNS-12541: TNS:no listener
    ns secondary err code: 12560
    nt main err code: 511
    TNS-00511: No listener
    nt secondary err code: 61
    nt OS err code: 0
    Error 12541 received logging on to the standby
    Check whether the listener is up and running.
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_5784.trc:
    ORA-12541: TNS:no listener
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12541.
    Fri Jul 02 10:32:20 2010
    Fatal NI connect error 12541, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myorg.com)(PORT=1524))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=localtes)(CID=(PROGRAM=c:\app\mydir\product\11.1.0\db_1\bin\ORACLE.EXE)(HOST=myorg)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.6.0 - Production
    Time: 02-JUL-2010 10:33:21
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12541
    TNS-12541: TNS:no listener
    ns secondary err code: 12560
    nt main err code: 511
    TNS-00511: No listener
    nt secondary err code: 61
    nt OS err code: 0
    Error 12541 received logging on to the standby
    Check whether the listener is up and running.
    Errors in file d:\app\mydir\diag\rdbms\teststan\teststan\trace\teststan_arc1_5784.trc:
    ORA-12541: TNS:no listener
    PING[ARC1]: Heartbeat failed to connect to standby 'FC_LOCALTES'. Error is 12541.

  • Unable to extract 5.2 and install.

    I downloaded 5.2 to a folder on Drive C. I ran the .exe and received a message fro Photoshop Lightroom 5.2 installer that says " A problem occurred while extracting some files. Check available space on your computer and write privileges on the destination folder." I am the admin on the system and drive C: has 717GB of free space. This message also appears if I use the default install to the desktop.
    In the folder on C: I see:Adobe Photoshop Lightroom 5 folder Install Lightroom5.exeLightroom 5 Readme.pdf
    In the Adobe Photoshop Lightroom 5 folder, I have:Setup32.exe 145,218kbsetup64.exe 0kb.
    I am running Windows 7 32bit
    When I run the setup32.exe, I get:Error 1152 reading setup initialization file.
    On my last try, I disabled the antivirus and downloaded a new file.  Everything extracted properly but when  I ran the install and got an error. I tried running the setup file directly and got the same error. I've also tried copying the install file from my laptop (where the install worked) and had no luck also.

    Thank you Dholahan it looks like you were asked to copy the installer from another computer as well as you tried the default admin account.  It also appears that you received an error 1935.  You can find more details on this error at Error 1935 | Assembly component Microsoft.VC80.CRT | Install | CS4, CS5, CS5.5 products | Windows - http://helpx.adobe.com/creative-suite/kb/error-1935-assembly-component-microsoft.html.

  • Errors when using swc ( 1152, etc )

    This has been brought up before, but I did not find a real solution so I'm doing it again. I have a set of class files that I am publishing as a swc file from Flashbuilder. I want to use that swc as the library across multiple versions of a game. I have Flash CS5 and initially while I was writing the game I just linked in the source files. This worked no problem. When I remove the source files link and instead add the swc, I get quite a few errors, the first one being the 1152 error. Usually this can be solved by making sure "automatically declare stage instances" is unchecked. I have it unchecked and I am still getting these errors. Is this just a bug in Flash that is going to prevent me from using the proper workflow that I desire? When I search around, it seems this may have been a problem for years now. Adobe, can you please chime in? Am I just missing a step?

    This is the wrong forum. But no matter, it's crossposted in several other forums. Don't waste your time answering this one (or any of the others).

  • Error Code 1152

    I've been working on an interactive Flash animation for my online webcomic for the 600th panel. Unfortunately, after a hefty amount of coding (over 1000 frames long - not of only coding, but it's still pretty big), I came across error code 1152. It refers only to "Scene 1" so I don't really know what to do with that.
    Scene 1 1152: A conflict exists with inherited definition flash.display:DisplayObject.transform in namespace public.
    I don't really know what this means, so could someone please help me out? It's extremely urgent.
    Thanks,
    Michael

    Could be a few reasons but 2 names are conflicting.
    One could be a parent has a property with the same name as an objects "instance name". Check if any of your objects have the instance name "transform" and if so, change it.
    Otherwise you could have a function name that's interfering with an existing function that exists in DisplayObject, by the name of transform, so change your function name.

  • 1152 Error

    So I have a MC thats throwing me for a loop.  As stated its giving me the 1152 error code. 
    Symbol 'Personal Gallery MC', Layer 'Actions', Frame 2, Line 8
    1152: A conflict exists with inherited definition flash.display:DisplayObject.root in namespace public.
    and here is the line it refers to.
    var root:MovieClip = this;
    While I am sure this is exceedingly simple to fix I am stuck.  I know there are know smae named instances and that the stupid little check box is turned off in the AS section. 
    Any thoughts? 

    I dont need this MC to do anything to the main timeline,  It was coded and put together seperate from the main File... maybe thats the problem.  The MC is just a scrolling slide show that I am setting on the mainstage.  At anyrate Ill post up the whole code.. I just need to get this last thing working am im home free.
    // Preloader in AS frame 1
    stop();
    onEnterFrame = function () {
        loading = Math.round(_root.getBytesLoaded().toString()/1024);
        total = Math.round(_root.getBytesTotal().toString()/1024);
        percentage = Math.round((loading/total)*100);
        if (_root.getBytesLoaded().toString() == _root.getBytesTotal().toString()) {
            gotoAndStop(2);
            delete this.onEnterFrame;
    // Main AS in frame 2
    import flash.display.*;
    import flash.geom.*;
    import flash.filters.*;
    //Change these values below to customize the viewer fuctionality
    var root:MovieClip = this;
    var myMO:Object;
    var myKO:Object;
    var loadedAll:Boolean;
    var distance:Number;
    var autoJump:Number = .15;
    var maxSlide:Number = 100;
    var deleteMinDistance:Number = 0;
    var deleteMaxDistance:Number = 900;
    var doubleClickRegister:Number = 500;
    var frontCDWidth:Number = 370;
    var frontCDHeight:Number = 370;
    var shelveCDHeight:Number = 320;
    var shelveCDWidth:Number = 280;
    var shelveCDSpacing:Number = 150;
    var centerDistance:Number = 50;
    var albumEase:Number = 4;
    var angle:Number = 8;
    var fadePoint:Number = Stage.width;
    var fadeDist:Number = 200;
    var current:Number = 1;
    var centerX:Number = Stage.width / 2;
    var centerY:Number = 200;
    var clickDelay:Number = 750;
    var scrollBarStart:Number = 0;
    var scrollerDelay:Number = 150;
    var scrollBarStop:Number = scrollBar.scroller._width + 49;
    var reflectionBackgroundColour:Number = d3dfd1;
    var reflectionBlurX:Number = 0;
    var reflectionBlurY:Number = 0;
    var reflectionQuality:Number = 3;
    var reflectionSpace:Number = 250;
    var reflectionAlpha:Number = 100;
    var reflectionRotation:Number = 90;
    var reflectionFocalPointRatio:Number = 0.3;
    var reflectionFillType:String = "linear";
    var reflectionSpreadMethod:String = "pad";
    var reflectionInterpolationMethod:String = "RGB";
    var unknownArtist:String = "Unknown Artist";
    var unknownAlbum:String = "Unknown Album";
    var infostruc:Array = [];
    var reflectionColors:Array = [0x000000, 0x000000];
    var reflectionAlphas:Array = [100, 10];
    var reflectionRatios:Array = [0, 255];
    var xmlData:XML = new XML();
    MovieClip.prototype.setSides = function(x1:Number, y1:Number, x2:Number, y2:Number, x3:Number, y3:Number, x4:Number, y4:Number):Void  {
        this.px1 = x1;
        this.py1 = y1;
        this.px2 = x2;
        this.py2 = y2;
        this.px3 = x3;
        this.py3 = y3;
        this.px4 = x4;
        this.py4 = y4;
    MovieClip.prototype.DistortImage = function(ptexture, vseg:Number, hseg:Number) {
        if (ptexture instanceof BitmapData) {
            this.texture = ptexture;
        } else if (ptexture instanceof MovieClip) {
            this.texture = new BitmapData(ptexture._width, ptexture._height);
            this.texture.draw(ptexture);
        this._w = this.texture.width;
        this._h = this.texture.height;
        this._aMcs = [];
        this._p = [];
        this._tri = [];
        this.init();
    MovieClip.prototype.setTransform = function(x0:Number, y0:Number, x1:Number, y1:Number, x2:Number, y2:Number, x3:Number, y3:Number):Void  {
        this.dx30 = x3 - x0;
        this.dy30 = y3 - y0;
        this.dx21 = x2 - x1;
        this.dy21 = y2 - y1;
        for (var l in this._p) {
            this.point = this._p[l];
            var gx = (this.point.x - this._xMin) / this._w;
            var gy = (this.point.y - this._yMin) / this._h;
            var bx = x0 + gy * (this.dx30);
            var by = y0 + gy * (this.dy30);
            this.point.sx = bx + gx * ((x1 + gy * (this.dx21)) - bx);
            this.point.sy = by + gx * ((y1 + gy * (this.dy21)) - by);
        this.render();
    MovieClip.prototype.init = function(Void):Void  {
        this._p = [];
        this._tri = [];
        this.w2 = this._w / 2;
        this.h2 = this._h / 2;
        this._xMin = this._yMin = 0;
        this._xMax = this._w;
        this._yMax = this._h;
        this._hsLen = this._w / 2;
        this._vsLen = this._h / 2;
        for (ix = 0; ix < 3; ix++) {
            for (iy = 0; iy < 3; iy++) {
                x = ix * this._hsLen;
                y = iy * this._vsLen;
                this._p.push({x:x, y:y, sx:x, sy:y});
        for (ix = 0; ix < 2; ix++) {
            for (iy = 0; iy < 2; iy++) {
                this.p0 = this._p[iy + ix * 3];
                this.p1 = this._p[iy + ix * 3 + 1];
                this.p2 = this._p[iy + (ix + 1) * 3];
                this.addTriangle(this.p0,this.p1,this.p2);
                this.p0 = this._p[iy + (ix + 1) * 3 + 1];
                this.p1 = this._p[iy + (ix + 1) * 3];
                this.p2 = this._p[iy + ix * 3 + 1];
                this.addTriangle(this.p0,this.p1,this.p2);
        this.render();
    MovieClip.prototype.addTriangle = function(p0:Object, p1:Object, p2:Object):Void  {
        this.tMat = {};
        this.u0 = p0.x;
        this.v0 = p0.y;
        this.u1 = p1.x;
        this.v1 = p1.y;
        this.u2 = p2.x;
        this.v2 = p2.y;
        this.tMat.tx = -this.v0 * (this._w / (this.v1 - this.v0));
        this.tMat.ty = -this.u0 * (this._h / (this.u2 - this.u0));
        this.tMat.a = this.tMat.d = 0;
        this.tMat.b = this._h / (this.u2 - this.u0);
        this.tMat.c = this._w / (this.v1 - this.v0);
        this._tri.push([p0, p1, p2, this.tMat]);
    MovieClip.prototype.render = function(Void):Void  {
        this.clear();
        this.ih = 1 / this._h;
        this.iw = 1 / this._w;
        this.tM = this.sM = {};
        for (var l in this._tri) {
            a = this._tri[l];
            this.p0 = a[0];
            this.p1 = a[1];
            this.p2 = a[2];
            this.tM = a[3];
            this.sM.a = (this.p1.sx - (this.x0 = this.p0.sx)) * this.iw;
            this.sM.b = (this.p1.sy - (this.y0 = this.p0.sy)) * this.iw;
            this.sM.c = (this.p2.sx - this.x0) * this.ih;
            this.sM.d = (this.p2.sy - this.y0) * this.ih;
            this.sM.tx = this.x0;
            this.sM.ty = this.y0;
            this.sM = concat(this.sM, this.tM);
            this.beginBitmapFill(this.texture,this.sM,false,false);
            this.moveTo(this.x0,this.y0);
            this.lineTo(this.p1.sx,this.p1.sy);
            this.lineTo(this.p2.sx,this.p2.sy);
            this.endFill();
    function init(Void):Void {
        myMO = {};
        myKO = {};
        Mouse.addListener(myMO);
        Key.addListener(myKO);
        for (var i in infostruc) {
            loader.clear();
            loader.gradient_mc.removeMovieClip();
            loader.attachMovie("default","art",1);
            loader._width = frontCDWidth;
            loader._height = frontCDHeight;
            this["_bmd" + i] = new BitmapData(loader._width, loader._height);
            this["_ref" + i] = new BitmapData(loader._width, loader._height);
            this["_bmd" + i].draw(loader);
            var mc:MovieClip = loader.createEmptyMovieClip("gradient_mc", loader.getNextHighestDepth());
            matrix = new Matrix();
            matrix.createGradientBox(loader._width,loader._height,reflectionRotation / 180 * Math.PI,0,0);
            mc.beginGradientFill(reflectionFillType,reflectionColors,reflectionAlphas,reflectionRatio s,matrix,reflectionSpreadMethod,reflectionInterpolationMethod,reflectionFocalPointRatio);
            mc.moveTo(0,0);
            mc.lineTo(0,loader._height);
            mc.lineTo(loader._width,loader._height);
            mc.lineTo(loader._width,0);
            mc.lineTo(0,0);
            mc.endFill();
            loader.art._alpha = reflectionAlpha;
            loader.beginFill(reflectionBackgroundColour);
            loader.moveTo(0,0);
            loader.lineTo(0,loader._height);
            loader.lineTo(loader._width,loader._height);
            loader.lineTo(loader._width,0);
            loader.lineTo(0,0);
            loader.endFill();
            this["_ref" + i].draw(loader);
        for (var i:Number = count = 0; count < Stage.width - (centerDistance * 2); count += shelveCDSpacing, i++) {
            var cArt:MovieClip = this.createEmptyMovieClip("art" + this.getNextHighestDepth(), this.getNextHighestDepth());
            var rArt:MovieClip = this.createEmptyMovieClip("reflection" + (this.getNextHighestDepth() - 1), this.getNextHighestDepth());
            rArt.id = cArt.id = rArt.cid = cArt.cid = Number(i) + 1;
            cArt.DistortImage(this["_bmd" + cArt.id]);
            controlTheObject(cArt);
            rArt.DistortImage(this["_ref" + cArt.id]);
            controlTheObject(rArt);
            var tmpFilter:BlurFilter = new BlurFilter(reflectionBlurX, reflectionBlurY, reflectionQuality);
            rArt.filterArray = [];
            rArt.filterArray.push(tmpFilter);
            rArt.filters = rArt.filterArray;
        myMO.onMouseWheel = function(delta:Number):Void  {
            if (delta > 0) {
                next();
            } else if (delta <= 0) {
                previous();
        myKO.onKeyDown = function():Void  {
            if (Selection.getFocus() != "_level0.goto") {
                if (Key.isDown(Key.RIGHT)) {
                    next();
                } else if (Key.isDown(Key.LEFT)) {
                    previous();
        scrollBar.scroller.onPress = function():Void  {
            dist = this._parent._xmouse - this._x;
            this.onMouseMove = function():Void  {
                tmp = 1 + Math.ceil(((this._parent._xmouse - dist) - scrollBarStart) / (scrollBar._width - scrollBarStop) * (infostruc.length - 1));
                if (tmp > infostruc.length) {
                    tmp = infostruc.length;
                if (tmp < 1) {
                    tmp = 1;
                current = tmp;
                updateInfo();
        scrollBar.scroller.onRelease = scrollBar.scroller.onReleaseOutside = function ():Void {
            stopDrag();
            delete this.onMouseMove;
        scrollBar.left.onPress = function():Void  {
            previous();
            shifter = setInterval(previous, scrollerDelay);
        scrollBar.right.onPress = function():Void  {
            next();
            shifter = setInterval(next, scrollerDelay);
        scrollBar.onMouseUp = function():Void  {
            clearInterval(shifter);
        scrollBar.onMouseDown = function():Void  {
            if (this.hitTest(_xmouse, _ymouse, true) && !this.left.hitTest(_xmouse, _ymouse, true) && !this.right.hitTest(_xmouse, _ymouse, true)) {
                if (this._xmouse < this.scroller._x) {
                    previous();
                    shifter = setInterval(previous, clickDelay);
                if (this._xmouse > this.scroller._x + this.scroller._width) {
                    next();
                    shifter = setInterval(next, clickDelay);
        goto.onChanged = function():Void  {
            if (!isNaN(Number(this.text) + 1)) {
                this.text = Math.round(Number(this.text));
                if (this.text > infostruc.length) {
                    this.text = infostruc.length;
                if (this.text < 1) {
                    this.text = 1;
                current = this.text;
            } else {
                this.text = current;
            updateInfo();
        distance = Number(i);
        mask.removeMovieClip();
        loader.removeMovieClip();
        scrollBar.swapDepths(1101);
        loadNext();
        updateInfo();
    function concat(m1, m2):Object {
        var mat:Object = {};
        mat.a = m1.c * m2.b;
        mat.b = m1.d * m2.b;
        mat.c = m1.a * m2.c;
        mat.d = m1.b * m2.c;
        mat.tx = m1.a * m2.tx + m1.c * m2.ty + m1.tx;
        mat.ty = m1.b * m2.tx + m1.d * m2.ty + m1.ty;
        return mat;
    function updateInfo():Void {
        goto.text = current;
        img_info.author = infostruc[current - 1].auth;
        img_info.album = infostruc[current - 1].album;
        //New Addition
        img_info.artistLink.enabled = true;
        if (infostruc[current - 1].authLink == undefined) {
            img_info.authLink.enabled = false;
        } else {
            if (infostruc[current - 1].authLink == "undefined") {
                img_info.authLink.enabled = false;
            } else {
                img_info.artistLink.onPress = function() {
                    getURL(infostruc[current - 1].authLink, "_blank");
        img_info.albumLink.enabled = true;
        if (infostruc[current - 1].albumLink == undefined) {
            img_info.albumLink.enabled = false;
        } else {
            if (infostruc[current - 1].albumLink == "undefined") {
                img_info.albumLink.enabled = false;
            } else {
                img_info.albumLink.onPress = function() {
                    getURL(infostruc[current - 1].albumLink, "_blank");
        scrollBar.scroller._x = scrollBarStart + ((current - 1) / (infostruc.length - 1) * (scrollBar._width - scrollBarStop));
    function validateOk(target:MovieClip):Boolean {
        return Math.abs(Math.min(Math.max((target._x - target.x) / albumEase, -maxSlide), maxSlide)) == maxSlide;
    function controlTheObject(mc):Void {
        if (mc._name.indexOf("reflection") == -1) {
            mc.onPress = function():Void  {
                if (getTimer() - this.pressTime <= doubleClickRegister && this.pressTime) {
                this.pressTime = getTimer();
                current = this.cid + 1;
                updateInfo();
        mc.onEnterFrame = function():Void  {
            if (Math.abs(this._x - this.x) > 1) {
                if (this._name.indexOf("reflection") == -1) {
                    this._y = centerY;
                    if (this._x >= centerX + centerDistance) {
                        this.swapDepths(Stage.width - this._x);
                        this.setSides(-(shelveCDWidth / 2),-(shelveCDHeight / 2) + ((Math.sin(angle * Math.PI / 180) * frontCDWidth)),-(shelveCDWidth / 2) + shelveCDWidth,-(shelveCDHeight / 2),-(shelveCDWidth / 2) + shelveCDWidth,shelveCDHeight / 2,-(shelveCDWidth / 2),(shelveCDHeight / 2) - ((Math.sin(angle * Math.PI / 180) * frontCDWidth)));
                    } else if (this._x <= centerX - centerDistance) {
                        this.swapDepths(this._x);
                        this.setSides(-(shelveCDWidth / 2),-(shelveCDHeight / 2),-(shelveCDWidth / 2) + shelveCDWidth,-(shelveCDHeight / 2) + (Math.sin(angle * Math.PI / 180) * frontCDWidth),-(shelveCDWidth / 2) + shelveCDWidth,(shelveCDHeight / 2) - (Math.sin(angle * Math.PI / 180) * frontCDWidth),-(shelveCDWidth / 2),shelveCDHeight / 2);
                    } else if (this._x > centerX - centerDistance && Math.floor(this._x) < centerX && !validateOk(this) && angle - ((this._x - (centerX - centerDistance)) / centerDistance * angle) > autoJump) {
                        this.swapDepths(1002);
                        var sum:Number = shelveCDWidth + ((this._x - (centerX - centerDistance)) / centerDistance * (frontCDWidth - shelveCDWidth));
                        var sum2:Number = angle - ((this._x - (centerX - centerDistance)) / centerDistance * angle);
                        var sum3:Number = shelveCDHeight + ((this._x - (centerX - centerDistance)) / centerDistance * (frontCDHeight - shelveCDHeight));
                        this.setSides(-(sum / 2),-(sum3 / 2),-(sum / 2) + sum,-(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2) + sum,(sum3 / 2) - ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2),sum3 / 2);
                    } else if (this._x < centerX + centerDistance && Math.ceil(this._x) > centerX && !validateOk(this) && angle - (((centerX + centerDistance) - this._x) / centerDistance * angle) > autoJump) {
                        this.swapDepths(1003);
                        var sum:Number = shelveCDWidth + (((centerX + centerDistance) - this._x) / centerDistance * (frontCDWidth - shelveCDWidth));
                        var sum2:Number = angle - (((centerX + centerDistance) - this._x) / centerDistance * angle);
                        var sum3:Number = shelveCDHeight + (((centerX + centerDistance) - this._x) / centerDistance * (frontCDHeight - shelveCDHeight));
                        this.setSides(-(sum / 2),-(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2) + sum,-(sum3 / 2),-(sum / 2) + sum,sum3 / 2,-(sum / 2),(sum3 / 2) - ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)));
                    } else if (!validateOk(this)) {
                        this.swapDepths(1004);
                        this.setSides(-(frontCDWidth / 2),-(frontCDHeight / 2),-(frontCDWidth / 2) + frontCDWidth,-(frontCDHeight / 2),-(frontCDWidth / 2) + frontCDWidth,frontCDHeight / 2,-(frontCDWidth / 2),frontCDHeight / 2);
                } else {
                    this._yscale = -100;
                    if (this._x >= centerX + centerDistance) {
                        this._y = centerY + shelveCDHeight + reflectionSpace;
                        this.swapDepths((Stage.width - this._x) - 333);
                        this.setSides(-(shelveCDWidth / 2),-(shelveCDHeight / 2) + (Math.sin(angle * Math.PI / 180) * frontCDWidth),-(shelveCDWidth / 2) + shelveCDWidth,-(shelveCDHeight / 2),-(shelveCDWidth / 2) + shelveCDWidth,shelveCDHeight / 2,-(shelveCDWidth / 2),(shelveCDHeight / 2) + ((Math.sin(angle * Math.PI / 180) * frontCDWidth)));
                    } else if (this._x <= centerX - centerDistance) {
                        this._y = centerY + shelveCDHeight + reflectionSpace;
                        this.swapDepths(this._x - 333);
                        this.setSides(-(shelveCDWidth / 2),-(shelveCDHeight / 2),-(shelveCDWidth / 2) + shelveCDWidth,-(shelveCDHeight / 2) + ((Math.sin(angle * Math.PI / 180) * frontCDWidth)),-(shelveCDWidth / 2) + shelveCDWidth,(shelveCDHeight / 2) + (Math.sin(angle * Math.PI / 180) * frontCDWidth),-(shelveCDWidth / 2),shelveCDHeight / 2);
                    } else if (this._x > centerX - centerDistance && this._x < centerX && !validateOk(this)) {
                        this.swapDepths(999);
                        var sum:Number = shelveCDWidth + ((this._x - (centerX - centerDistance)) / centerDistance * (frontCDWidth - shelveCDWidth));
                        var sum2:Number = angle - ((this._x - (centerX - centerDistance)) / centerDistance * angle);
                        var sum3:Number = shelveCDHeight + ((this._x - (centerX - centerDistance)) / centerDistance * (frontCDHeight - shelveCDHeight));
                        this._y = centerY + sum3 + reflectionSpace;
                        this.setSides(-(sum / 2),-(sum3 / 2),-(sum / 2) + sum,-(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2) + sum,(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2),sum3 / 2);
                    } else if (this._x < centerX + centerDistance && this._x > centerX && !validateOk(this)) {
                        this.swapDepths(998);
                        var sum:Number = shelveCDWidth + (((centerX + centerDistance) - this._x) / centerDistance * (frontCDWidth - shelveCDWidth));
                        var sum2:Number = angle - (((centerX + centerDistance) - this._x) / centerDistance * angle);
                        var sum3:Number = shelveCDHeight + (((centerX + centerDistance) - this._x) / centerDistance * (frontCDHeight - shelveCDHeight));
                        this.setSides(-(sum / 2),-(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)),-(sum / 2) + sum,-(sum3 / 2),-(sum / 2) + sum,sum3 / 2,-(sum / 2),(sum3 / 2) + ((Math.sin(sum2 * Math.PI / 180) * frontCDWidth)));
                        this._y = centerY + sum3 + reflectionSpace;
                    } else if (!validateOk(this)) {
                        this.swapDepths(995);
                        this._y = centerY + frontCDHeight + reflectionSpace;
                        this.setSides(-(frontCDWidth / 2),-(frontCDHeight / 2),-(frontCDWidth / 2) + frontCDWidth,-(frontCDHeight / 2),-(frontCDWidth / 2) + frontCDWidth,frontCDHeight / 2,-(frontCDWidth / 2),frontCDHeight / 2);
            if (infostruc[this.cid].loaded && !this.loadedImage) {
                this.DistortImage(this._name.indexOf("reflection") > -1 ? this._parent["_ref" + this.cid] : this._parent["_bmd" + this.cid]);
                this.loadedImage = true;
            if (this._x < deleteMinDistance && this._parent["_ref" + (this.cid + distance)]) {
                this.cid += distance;
                this._x = deleteMaxDistance;
                controlTheObject(this);
                this.loadedImage = infostruc[this.cid].loaded;
                this.DistortImage(this._name.indexOf("reflection") > -1 ? this._parent["_ref" + this.cid] : this._parent["_bmd" + this.cid]);
            if (this._x > deleteMaxDistance && this._parent["_ref" + (this.cid - distance)]) {
                this.cid -= distance;
                this._x = deleteMinDistance;
                controlTheObject(this);
                this.loadedImage = infostruc[this.cid].loaded;
                this.DistortImage(this._name.indexOf("reflection") > -1 ? this._parent["_ref" + this.cid] : this._parent["_bmd" + this.cid]);
            if (this.cid + 1 > current) {
                this.x = (centerX + ((this.cid + 1 - current) * shelveCDSpacing)) + centerDistance;
            } else if (this.cid + 1 < current) {
                this.x = (centerX + ((this.cid + 1 - current) * shelveCDSpacing)) - centerDistance;
            } else {
                this.x = centerX + ((this.cid + 1 - current) * shelveCDSpacing);
            this._x -= Math.min(Math.max((this._x - this.x) / albumEase, -maxSlide), maxSlide);
            if (this._x < fadeDist) {
                this._alpha = (this._x / fadeDist * 100);
            } else if (this._x > fadePoint - fadeDist) {
                this._alpha = ((fadePoint - this._x) / fadeDist * 100);
            } else {
                this._alpha = 100;
            this.setTransform(this.px1,this.py1,this.px2,this.py2,this.px3,this.py3,this.px4,this.py4 );
    function next():Void {
        if (current < infostruc.length) {
            current += 1;
        updateInfo();
    function previous():Void {
        if (current > 1) {
            current -= 1;
        updateInfo();
    function displayAlternArt(art, width:Number, height:Number):Void {
        artDisplay.attachBitmap(art,1);
        artDisplay._width = width;
        artDisplay._height = height;
    function loadNext():Void {
        if (!loadedAll) {
            var num:Number = current - 1;
            if (infostruc[current - 1].loaded) {
                var num:Number = current - Math.floor(distance / 2) - 1 >= 0 ? current - Math.floor(distance / 2) - 1 : 0;
                while (infostruc[num].loaded && num < infostruc.length) {
                    num++;
                if (num >= infostruc.length) {
                    var num:Number = current - 1;
                    while (infostruc[num].loaded && num > 0) {
                        num--;
                    if (num <= 0) {
                        loadedAll = true;
            var newLoad:MovieClip = this.createEmptyMovieClip("artLoad" + num, this.getNextHighestDepth());
            newLoad.createEmptyMovieClip("art",newLoad.getNextHighestDepth());
            newLoad._alpha = 0;
            var mc:Object = {};
            mc.number = num;
            var artLoader:MovieClipLoader = new MovieClipLoader();
            artLoader.addListener(mc);
            artLoader.loadClip("./" + infostruc[num].art,newLoad.art);
            mc.onLoadError = function() {
                infostruc[this.number].loaded = true;
                loadNext();
            mc.onLoadInit = function(target:MovieClip) {
                target._parent._width = frontCDWidth;
                target._parent._height = frontCDHeight;
                root["_bmd" + this.number] = new BitmapData(target._width, target._height);
                root["_ref" + this.number] = new BitmapData(target._width, target._height);
                root["_bmd" + this.number].draw(target);
                var mc:MovieClip = target._parent.createEmptyMovieClip("gradient_mc", target._parent.getNextHighestDepth());
                matrix = new Matrix();
                matrix.createGradientBox(target._width,target._height,reflectionRotation / 180 * Math.PI,0,0);
                mc.beginGradientFill(reflectionFillType,reflectionColors,reflectionAlphas,reflectionRatio s,matrix,reflectionSpreadMethod,reflectionInterpolationMethod,reflectionFocalPointRatio);
                mc.moveTo(0,0);
                mc.lineTo(0,target._height);
                mc.lineTo(target._width,target._height);
                mc.lineTo(target._width,0);
                mc.lineTo(0,0);
                mc.endFill();
                target._alpha = 50;
                target._parent.beginFill(reflectionBackgroundColour);
                target._parent.moveTo(0,0);
                target._parent.lineTo(0,target._height);
                target._parent.lineTo(target._width,target._height);
                target._parent.lineTo(target._width,0);
                target._parent.lineTo(0,0);
                target._parent.endFill();
                root["_ref" + this.number].draw(target._parent);
                infostruc[this.number].loaded = true;
                target._parent.removeMovieClip();
                updateInfo();
                loadNext();
    xmlData.onLoad = function(success:Boolean):Void  {
        if (success) {
            for (var i:Number = -1; this.childNodes[0].childNodes[++i]; ) {
                var cNode:XMLNode = this.childNodes[0].childNodes[i].childNodes;
                var val2:String = cNode[1].childNodes[0].nodeValue ? unescape(cNode[1].childNodes[0].nodeValue) : unknownArtist;
                var val3:String = cNode[2].childNodes[0].nodeValue ? unescape(cNode[2].childNodes[0].nodeValue) : unknownAlbum;
                var val4:String = cNode[3].childNodes[0].nodeValue ? unescape(cNode[3].childNodes[0].nodeValue) : noLink;
                var val5:String = cNode[4].childNodes[0].nodeValue ? unescape(cNode[4].childNodes[0].nodeValue) : noLink;
                infostruc.push({art:cNode[0].childNodes[0].nodeValue, info:val1, auth:val2, album:val3, authLink:val4, albumLink:val5, loaded:false});
            loadStat = "";
            init();
        } else {
            loadStat = "Unable to load XML Data";
    xmlData.ignoreWhite = true;
    xmlData.load("./albuminfo.xml");
    this.createEmptyMovieClip("loader",this.getNextHighestDepth());
    loader._visible = false;
    mask._alpha = 0;
    scrollBar.scroller._y = 0;
    img_info.swapDepths(2000);
    As I said it works fine on its own, which in case of root Var name makes sense, but I need it work work within a parent file, Hopping not to have to reconstruct this.

  • Installshield Error Extracting 1152 against OracleXEUniv.exe

    I'm really really trying to avoid doing another three day download (via dial up) for this file. After going through most of the InstallShield tasks the install ends with 1152: Error Extracting and the name of the temporary file folder. In that folder there's 203M of stuff. The quick fix for me is???

    The quick fix for me is???Go to the library/compute center of a local university and see if you can download it faster there?
    ~Jer

  • Problem with TSPITR - error message ORA-1152

    I have tried, in vain, to use the TSPITR procedure, exactly as outlined in the Oracle documentation - on Oracle 8i under Windows NT and Oracle 9i under Linux. After following the exact procedure detailed in the Oracle Backup and Recovery Guide to try and recover a tablespace to a given point in time, I keep getting the ORA-01152 error message (datafile not restored from a sufficiently old backup). Yet this is not true - the datafile in question (SYSTEM.DBF) was restored from a backup much older than the backup control file which I generated and placed in the clone database used for the recovery. I have not, so far, succeded in recovering any tablespaces to a prior point in time.
    Has anyone encountered the same problem ? Is it a known bug ?

    That's a glitch on the website and HP is currently working on how to get rid of it.

  • Error while changing a table´s display range.

    Hi,
    im working on an ADF 10 application with jdev 10.3.4. I have a table populated by an iterator which calls my View Object. The resulting query seems to be ok, returning 35 rows. The table range is set to the first 10. When a select a row, it takes me to my detail page, so far so good. The problem is when I set the table to "show all" rows. From that point on, whenever a select one of the first 12 rows I get this error:
    oracle.jbo.InvalidParamException: JBO-25006: Invalid param value_ br.com.br.sales.service.politicacredito.SolicitacoesCreditoVORowImpl row to method_ ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
         at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
         at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
         at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
         at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
         at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
         at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
         at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
         at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
         at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
         at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
         at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
         at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
         at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
         at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
         at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
         at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
         at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:134)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    My VO and corresponding EOs have a primaray key defined. From the console log i see this suspicious lines: "EntityCache:add WARNING - ignoring row with no primary key".
    Please help, I´ve been on this for 3 days. Thanks.
    PS: The bold highlited parts are literal translations on my part.
    Edited by: 891542 on 14/10/2011 07:57
    Edited by: 891542 on 14/10/2011 07:58

    More from the log:
    11/10/19 21:11:04 [1113] Reusing a cached session application module instance
    11/10/19 21:11:04 [1114] **** refreshControl() for BindingContainer :empenho_pesquisaEmpenhoPageDef
    11/10/19 21:11:04 [1115] Resolving VO:OrigensComerciaisVO1 for iterator binding:OrigensComerciaisVO1Iterator
    11/10/19 21:11:04 [1116] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for OrigensComerciaisVO1
    11/10/19 21:11:04 [1117] Resolving VO:CgRefCodesVO1 for iterator binding:CgRefCodesVO1Iterator
    11/10/19 21:11:04 [1118] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for CgRefCodesVO1
    11/10/19 21:11:04 [1119] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    11/10/19 21:11:04 [1120] valiateToken:Decompressed BC state:BCST:=0%V%=NBrEmpenhosVO1Iterator=-D-003800000005393939303800000008545F3139303631310000000C456D20646967697461E7E36F0000000156000000000000000000000007786F0913103B1800000002C10200000002C10300000002C104000000018000000007786F0913103B1800000007786F0C1F010101000000000000000180000000018000000001800000000180000000045A48543300000003C2363B00000003C2363B0000000347474300000006C5020101021100000006C50201010211000000000000000000000000000000053232363431000000124D414E41555320454E455247494120532F41000000053232363430000000035A303500000009303032333431343637000000043030303400000002373300000000000000045A30313000000017285A3031302920456D6973736F72206461204F7264656D000000045A303130000000045A30313000000004C303212300000004C30321230000000C3030323334313436372D37330000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,OrigensComerciaisVO1Iterator=-D-000200000006C5020101101900000007414C4D4F474549,CgRefCodesVO1Iterator=-D-00060000000E5354415455535F454D50454E484F0000000C456D20646967697461E7E36F000000000000000C456D20646967697461E7E36F00000001310000001241414447574641416E41414142764F414261,
    11/10/19 21:11:04 [1121] Resolving VO:BrEmpenhosVO1 for iterator binding:BrEmpenhosVO1Iterator
    11/10/19 21:11:04 [1122] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for BrEmpenhosVO1
    11/10/19 21:11:04 [1123] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
    11/10/19 21:11:04 [1124] Bind params for ViewObject: BrEmpenhosVO1
    11/10/19 21:11:04 [1125] Binding param 1: Em digitação
    11/10/19 21:11:04 [1126] setting rownum query between (0, 13)
    11/10/19 21:11:04 [1127] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1128] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1129] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1130] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1131] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1132] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1133] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1134] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1135] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1136] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1137] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1138] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1139] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1140] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1141] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1142] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1143] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1144] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1145] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1146] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1147] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1148] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1149] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1150] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1151] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
    11/10/19 21:11:05 [1152] Bind params for ViewObject: BrEmpenhosVO1
    11/10/19 21:11:05 [1153] Binding param 1: Em digitação
    11/10/19 21:11:05 [1154] setting rownum query between (210, 223)
    11/10/19 21:11:05 [1155] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1156] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1157] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1158] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1159] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1160] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1161] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1162] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1163] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1164] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1165] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1166] EntityCache:add WARNING - ignoring row with no primary key
    19/10/2011 21:11:05 com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
    SEVERE: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
    oracle.jbo.InvalidParamException: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
         at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
         at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
         at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
         at br.com.br.shared.jbo.server.BrMViewObjectImpl.scrollRangeTo(BrMViewObjectImpl.java:20)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
         at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
         at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
         at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
         at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
         at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
         at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
         at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
         at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
         at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
         at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
         at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
         at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
         at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
         at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:119)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    11/10/19 21:11:05 [1167] BrEmpenhosVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1168] Clearing VO cache for BrEmpenhosVO1
    11/10/19 21:11:05 [1169] Clear QueryCollection in cache for VO BrEmpenhosVO1
    11/10/19 21:11:05 [1170] MtlSystemItemsVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1171] Clearing VO cache for MtlSystemItemsVO1
    11/10/19 21:11:05 [1172] Clear QueryCollection in cache for VO MtlSystemItemsVO1
    11/10/19 21:11:05 [1173] OrigensComerciaisVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1174] Clearing VO cache for OrigensComerciaisVO1
    11/10/19 21:11:05 [1175] Clear QueryCollection in cache for VO OrigensComerciaisVO1
    11/10/19 21:11:05 [1176] CgRefCodesVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1177] Clearing VO cache for CgRefCodesVO1
    11/10/19 21:11:05 [1178] Clear QueryCollection in cache for VO CgRefCodesVO1
    11/10/19 21:11:05 [1179] BrProdutosEmpenhoVO2 notify ROLLBACK ...
    11/10/19 21:11:05 [1180] Clearing VO cache for BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1181] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1182] BrClientesUsuariosEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1183] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1184] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1185] AuditoriasVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1186] Clearing VO cache for AuditoriasVO1
    11/10/19 21:11:05 [1187] Clear QueryCollection in cache for VO AuditoriasVO1
    11/10/19 21:11:05 [1188] ObservacoesVO2 notify ROLLBACK ...
    11/10/19 21:11:05 [1189] Clearing VO cache for ObservacoesVO2
    11/10/19 21:11:05 [1190] Clear QueryCollection in cache for VO ObservacoesVO2
    11/10/19 21:11:05 [1191] BrReforcosEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1192] Clearing VO cache for BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1193] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1194] OrdensVendaEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1195] Clearing VO cache for OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1196] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1197] NotasFiscaisEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1198] Clearing VO cache for NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1199] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1200] Clearing VO cache for BrEmpenhosVO1
    11/10/19 21:11:05 [1201] Clear QueryCollection in cache for VO BrEmpenhosVO1
    11/10/19 21:11:05 [1202] Clearing VO cache for OrigensComerciaisVO1
    11/10/19 21:11:05 [1203] Clear QueryCollection in cache for VO OrigensComerciaisVO1
    11/10/19 21:11:05 [1204] Clearing VO cache for FiliaisVO1
    11/10/19 21:11:05 [1205] Clear QueryCollection in cache for VO FiliaisVO1
    11/10/19 21:11:05 [1206] Clearing VO cache for BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1207] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1208] Clearing VO cache for CgRefCodesVO1
    11/10/19 21:11:05 [1209] Clear QueryCollection in cache for VO CgRefCodesVO1
    11/10/19 21:11:05 [1210] Clearing VO cache for MtlSystemItemsVO1
    11/10/19 21:11:05 [1211] Clear QueryCollection in cache for VO MtlSystemItemsVO1
    11/10/19 21:11:05 [1212] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1213] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1214] Clearing VO cache for AuditoriasVO1
    11/10/19 21:11:05 [1215] Clear QueryCollection in cache for VO AuditoriasVO1
    11/10/19 21:11:05 [1216] Clearing VO cache for ObservacoesVO1
    11/10/19 21:11:05 [1217] Clear QueryCollection in cache for VO ObservacoesVO1
    11/10/19 21:11:05 [1218] Clearing VO cache for ObservacoesVO2
    11/10/19 21:11:05 [1219] Clear QueryCollection in cache for VO ObservacoesVO2
    11/10/19 21:11:05 [1220] Clearing VO cache for BrSegmentosClientesVO1
    11/10/19 21:11:05 [1221] Clear QueryCollection in cache for VO BrSegmentosClientesVO1
    11/10/19 21:11:05 [1222] Clearing VO cache for BrCategoriasClientesVO1
    11/10/19 21:11:05 [1223] Clear QueryCollection in cache for VO BrCategoriasClientesVO1
    11/10/19 21:11:05 [1224] Clearing VO cache for GruposContaVO1
    11/10/19 21:11:05 [1225] Clear QueryCollection in cache for VO GruposContaVO1
    11/10/19 21:11:05 [1226] Clearing VO cache for BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1227] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1228] Clearing VO cache for AtividadesANPVO1
    11/10/19 21:11:05 [1229] Clear QueryCollection in cache for VO AtividadesANPVO1
    11/10/19 21:11:05 [1230] Clearing VO cache for AtividadesSRFVO1
    11/10/19 21:11:05 [1231] Clear QueryCollection in cache for VO AtividadesSRFVO1
    11/10/19 21:11:05 [1232] Clearing VO cache for BloqueiosFaturamentosVO1
    11/10/19 21:11:05 [1233] Clear QueryCollection in cache for VO BloqueiosFaturamentosVO1
    11/10/19 21:11:05 [1234] Clearing VO cache for BloqueiosOrdensVO1
    11/10/19 21:11:05 [1235] Clear QueryCollection in cache for VO BloqueiosOrdensVO1
    11/10/19 21:11:05 [1236] Clearing VO cache for BloqueiosRemessasVO1
    11/10/19 21:11:05 [1237] Clear QueryCollection in cache for VO BloqueiosRemessasVO1
    11/10/19 21:11:05 [1238] Clearing VO cache for ClassesClientesVO1
    11/10/19 21:11:05 [1239] Clear QueryCollection in cache for VO ClassesClientesVO1
    11/10/19 21:11:05 [1240] Clearing VO cache for GruposContasVO1
    11/10/19 21:11:05 [1241] Clear QueryCollection in cache for VO GruposContasVO1
    11/10/19 21:11:05 [1242] Clearing VO cache for SetoresIndustriaisVO1
    11/10/19 21:11:05 [1243] Clear QueryCollection in cache for VO SetoresIndustriaisVO1
    11/10/19 21:11:05 [1244] Clearing VO cache for TiposGruposContasVO1
    11/10/19 21:11:05 [1245] Clear QueryCollection in cache for VO TiposGruposContasVO1
    11/10/19 21:11:05 [1246] Clearing VO cache for OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1247] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1248] Clearing VO cache for NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1249] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1250] Clearing VO cache for BrUnidadesVO1
    11/10/19 21:11:05 [1251] Clear QueryCollection in cache for VO BrUnidadesVO1
    11/10/19 21:11:05 [1252] Clearing VO cache for CgRefCodesVO2
    11/10/19 21:11:05 [1253] Clear QueryCollection in cache for VO CgRefCodesVO2
    11/10/19 21:11:05 [1254] Clearing VO cache for BrEmpenhosVO2
    11/10/19 21:11:05 [1255] Clear QueryCollection in cache for VO BrEmpenhosVO2
    11/10/19 21:11:05 [1256] Clearing VO cache for ParceirosAlternativosLovVO
    11/10/19 21:11:05 [1257] Clear QueryCollection in cache for VO ParceirosAlternativosLovVO
    11/10/19 21:11:05 [1258] Clearing VO cache for BrEmpMensagemVO
    11/10/19 21:11:05 [1259] Clear QueryCollection in cache for VO BrEmpMensagemVO
    11/10/19 21:11:05 [1260] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAccountsEO
    11/10/19 21:11:05 [1261] Clearing EO cache for br.com.br.sales.domain.entidades.model.GrupoContaEO
    11/10/19 21:11:05 [1262] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwAuditTrailEO
    11/10/19 21:11:05 [1263] Clearing EO cache for br.com.br.sales.domain.entidades.model.FndUserEO
    11/10/19 21:11:05 [1264] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrFilialEO
    11/10/19 21:11:05 [1265] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlSystemItemsEO
    11/10/19 21:11:05 [1266] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAcctSitesAllEO
    11/10/19 21:11:05 [1267] Clearing EO cache for br.com.br.sales.domain.entidades.model.JtfRsGroupsBEO
    11/10/19 21:11:05 [1268] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrProdutoEmpenhoEO
    11/10/19 21:11:05 [1269] Clearing EO cache for br.com.br.sales.domain.entidades.model.CgRefCodesEO
    11/10/19 21:11:05 [1270] Clearing EO cache for br.com.br.sales.domain.entidades.model.HrOrganizationUnitsEO
    11/10/19 21:11:05 [1271] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartySitesEO
    11/10/19 21:11:05 [1272] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrClienteUsuarioEmpenhoEO
    11/10/19 21:11:05 [1273] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlUnitsOfMeasureTlEO
    11/10/19 21:11:05 [1274] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartiesEO
    11/10/19 21:11:05 [1275] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwWorkLogEO
    11/10/19 21:11:05 [1276] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrEmpenhoEO
    11/10/19 21:11:05 [1277] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrReforcoEmpenhoEO
    11/10/19 21:11:05 [1278] Resetting AM=EmpenhoAM

Maybe you are looking for

  • IPod Classic won't Restore and FREEZES/LOCKS iTUNES! Help.

    Hi. First, the specifics: I have an iPOD Classic (120GB). I have Windows Vista R2 (64-bit). I have the latest version of iTunes, yes, for 64-bit. With that out of the way, I started seeing issues with my iPod not being able to play certain songs. I'd

  • Connected ipod to tv, picture but no sound

    i have a 30GB and i'm connecting to my tv witha 3rd party set of RCA cables i can see picture but no sound. don't know how to fix, did i do something wrong when i converted files or what? help, please

  • Displaying flex image in excel

    hi all, i need to display a flex image in excel, i tried with as3xls, for datagrid its coming but for chart i didnt get right track.. so suggest any links.. thnk in advance..

  • HT4623 my photo will not syc to my iphone

    my photo will not syc to my iphone

  • Help! which Audio Interface to buy?

    Hi, I have just got garageband and have fiddled with it for a few months now so Im comfortable with it. I now wnat to connect my Condenser Mic (RODE NT1-A) which will need phantom power and my electric guitar . Everything else will be recorded with t