H.263 vs h.264

does h.263 provide better compression than h.264?
also, why does a .flv file exported as h.264 (all things being equal) result in larger file?

does h.263 provide better compression than h.264?
No, but being older is probably more compatible system/platform wise.
"H.263 was developed as an evolutionary improvement based on experience from H.261, the previous ITU-T standard for video compression, and the MPEG-1 and MPEG-2 standards. Its first version was completed in 1995 and provided a suitable replacement for H.261 at all bitrates. It was further enhanced in projects known as H.263v2 (also known as H.263+ or H.263 1998) and H.263v3 (also known as H.263++ or H.263 2000)." —Wikipedia
"The next enhanced codec developed by ITU-T VCEG (in partnership with MPEG) after H.263 is the H.264 standard, also known as AVC and MPEG-4 part 10. As H.264 provides a significant improvement in capability beyond H.263, the H.263 standard is now considered primarily a legacy design (although this is a recent development). Most new videoconferencing products now include H.264 as well as H.263 and H.261 capabilities." —Wikipedia
also, why does a .flv file exported as h.264 (all things being equal) result in larger file?
If you are asking about the same content being converted to a target format using differing intermediate compression formats, then generally speaking, if all encoding settings -- especially the data rate, mode, quality, and frame type -- are exactly the same, the files should come out roughly the same with only minor differences reflecting differences in the intermediate files themselves. Quality, however, can vary drastically. If you are asking about a single source file being converted to 2 different codecs (e.g., FLV to H.263 and H.264), then differences are to be expected since each codec has its own unique characteristics and peculiarities -- e.g., how each codec reacts to vector motion, levels of brightness and/or contrast, how fast the codecs adjusts for changes in data rate requirements based on scene complexity, etc.

Similar Messages

  • Convert H.263 to H.264 in Nokia N80 IE

    HelP! HelP!! HelP!!!
    Hey! Guys!!!...
    Any idea to upgrade H.263 to H.264 in N80 IE?
    Prabin

    Calm down,
    You mean how to re-encode an h263 video to h264?
    Why do you want to do this?, it won't look better, the only thing is that the resulting file may be smaller.
    Anyway if you must, you could use a number of SW packages.
    Nokia Multimedia Player that came with PC SUITE allows you to open a file then use the Save As... to change it in format. If you select MP4 unlimited or something like that it will use h264.
    You can also use Super from Erightsoft. It's free and simple to use encoder.
    You can buy ImToo 3GP encoder from ImToo.
    Xilisoft has also a number of encoding solutions.
    Any iTunes Video encoder will encode to h264, and it may take h263 sources.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • Encoding in H.263, not H.264

    I want to encode a short video in a variety of codecs to let my students figure out which ones they can view on their computers. (In particular, I need to find out how many of my students can view H.263 but not H.264.) I thought I knew how to do this in Quicktime Player... just choose Export, popup "Movie to Quicktime Movie", Options, [Video] Settings, and H.263 from the "Compression type" popup. But it's not there... just H.264! (Also missing are H.261 and Cinepak, which I sometimes found was necessary for running Quicktime movies on my older iBook since H.264 was too processor intensive during decoding.)
    Has this codec been removed by Apple? It is still listed as a supported codec on Apple's Quicktime page. I have the Quicktime Player version 7.4.5 (25).

    Try enabling "Show legacy encoders" in the "Advanced" tab of "QuickTime" system preferences (not the QuickTime Player preferences).

  • I/O Write Performance

    Hello ,
    we are currently experiencing heavy I/O problmes perfoming prrof of concept
    testig for one of our customers. Our setup is as follows:
    HP ProLiant DL380 with 24GB Ram and 8 15k 72GB SAS drives
    An HP P400 Raid controller with 256MB cache in RAID0 mode was used.
    Win 2k8r2 was installed on c (a physical Drive) and the database on E
    (= two physical drives in RAID0 128k Strip Size)
    With the remaining 5 drives read and write tests were performed using raid 0 with variing number of drives.
    I/O performance, as measured with ATTO Disk benchmark, increased as expected linear with the number of drives used.
    We expected to see this increased performance in the database, too and performed the following tests:
    - with 3 different tables the full table scan (FTS) (Hint: /*+ FULL (s) NOCACHE (s) */)
    - a CTAS statement.
    The system was used exclusively for testing.
    The used tables:
    Table 1: 312 col, 12,248 MB, 11,138,561 rows, avg len 621 bytes
    Table 2: 159 col, 4288 MB, 5,441,171 rows, avg len 529 bytes
    Table 3: 118 col, 360MB, 820,259 rows, avg len 266 bytes
    The FTS has improved as expected. With 5 physical drives in a RAID0, a performance of
    420MB/s was achieved.
    In the write test on the other hand we were not able to archieve any improvement.
    The CTAS statement always works with about 5000 - 6000 BLOCK/s (80MB/s)
    But when we tried running several CTAS statements in different sessions, the overall speed increased as expected.
    Further tests showed that the write speed seems to depend also on the number of columns. 80MB/s were only
    possible with Tables 2 and 3. With Table 1, however only 30MB/s were measured.
    Is this maybe just an incorrectly set parameter?
    What we already tried:
    - change the number of db_writer_processes 4 and then to 8
    - Manual configuration of PGA and SGA size
    - setting DB_BLOCK_SIZE to 16k
    - FILESYSTEMIO_OPTIONS set to setall
    - checking that Resource Manager are really disabled
    Thanks for any help.
    V$PARAMETERS
    1     lock_name_space     
    2     processes     150
    3     sessions     248
    4     timed_statistics     TRUE
    5     timed_os_statistics     0
    6     resource_limit     FALSE
    7     license_max_sessions     0
    8     license_sessions_warning     0
    9     cpu_count     8
    10     instance_groups     
    11     event     
    12     sga_max_size     14495514624
    13     use_large_pages     TRUE
    14     pre_page_sga     FALSE
    15     shared_memory_address     0
    16     hi_shared_memory_address     0
    17     use_indirect_data_buffers     FALSE
    18     lock_sga     FALSE
    19     processor_group_name     
    20     shared_pool_size     0
    21     large_pool_size     0
    22     java_pool_size     0
    23     streams_pool_size     0
    24     shared_pool_reserved_size     93952409
    25     java_soft_sessionspace_limit     0
    26     java_max_sessionspace_size     0
    27     spfile     C:\ORACLE\PRODUCT\11.2.0\DBHOME_1\DATABASE\SPFILEORATEST.ORA
    28     instance_type     RDBMS
    29     nls_language     AMERICAN
    30     nls_territory     AMERICA
    31     nls_sort     
    32     nls_date_language     
    33     nls_date_format     
    34     nls_currency     
    35     nls_numeric_characters     
    36     nls_iso_currency     
    37     nls_calendar     
    38     nls_time_format     
    39     nls_timestamp_format     
    40     nls_time_tz_format     
    41     nls_timestamp_tz_format     
    42     nls_dual_currency     
    43     nls_comp     BINARY
    44     nls_length_semantics     BYTE
    45     nls_nchar_conv_excp     FALSE
    46     fileio_network_adapters     
    47     filesystemio_options     
    48     clonedb     FALSE
    49     disk_asynch_io     TRUE
    50     tape_asynch_io     TRUE
    51     dbwr_io_slaves     0
    52     backup_tape_io_slaves     FALSE
    53     resource_manager_cpu_allocation     8
    54     resource_manager_plan     
    55     cluster_interconnects     
    56     file_mapping     FALSE
    57     gcs_server_processes     0
    58     active_instance_count     
    59     sga_target     14495514624
    60     memory_target     0
    61     memory_max_target     0
    62     control_files     E:\ORACLE\ORADATA\ORATEST\CONTROL01.CTL, C:\ORACLE\FAST_RECOVERY_AREA\ORATEST\CONTROL02.CTL
    63     db_file_name_convert     
    64     log_file_name_convert     
    65     control_file_record_keep_time     7
    66     db_block_buffers     0
    67     db_block_checksum     TYPICAL
    68     db_ultra_safe     OFF
    69     db_block_size     8192
    70     db_cache_size     0
    71     db_2k_cache_size     0
    72     db_4k_cache_size     0
    73     db_8k_cache_size     0
    74     db_16k_cache_size     0
    75     db_32k_cache_size     0
    76     db_keep_cache_size     0
    77     db_recycle_cache_size     0
    78     db_writer_processes     1
    79     buffer_pool_keep     
    80     buffer_pool_recycle     
    81     db_flash_cache_file     
    82     db_flash_cache_size     0
    83     db_cache_advice     ON
    84     compatible     11.2.0.0.0
    85     log_archive_dest_1     
    86     log_archive_dest_2     
    87     log_archive_dest_3     
    88     log_archive_dest_4     
    89     log_archive_dest_5     
    90     log_archive_dest_6     
    91     log_archive_dest_7     
    92     log_archive_dest_8     
    93     log_archive_dest_9     
    94     log_archive_dest_10     
    95     log_archive_dest_11     
    96     log_archive_dest_12     
    97     log_archive_dest_13     
    98     log_archive_dest_14     
    99     log_archive_dest_15     
    100     log_archive_dest_16     
    101     log_archive_dest_17     
    102     log_archive_dest_18     
    103     log_archive_dest_19     
    104     log_archive_dest_20     
    105     log_archive_dest_21     
    106     log_archive_dest_22     
    107     log_archive_dest_23     
    108     log_archive_dest_24     
    109     log_archive_dest_25     
    110     log_archive_dest_26     
    111     log_archive_dest_27     
    112     log_archive_dest_28     
    113     log_archive_dest_29     
    114     log_archive_dest_30     
    115     log_archive_dest_31     
    116     log_archive_dest_state_1     enable
    117     log_archive_dest_state_2     enable
    118     log_archive_dest_state_3     enable
    119     log_archive_dest_state_4     enable
    120     log_archive_dest_state_5     enable
    121     log_archive_dest_state_6     enable
    122     log_archive_dest_state_7     enable
    123     log_archive_dest_state_8     enable
    124     log_archive_dest_state_9     enable
    125     log_archive_dest_state_10     enable
    126     log_archive_dest_state_11     enable
    127     log_archive_dest_state_12     enable
    128     log_archive_dest_state_13     enable
    129     log_archive_dest_state_14     enable
    130     log_archive_dest_state_15     enable
    131     log_archive_dest_state_16     enable
    132     log_archive_dest_state_17     enable
    133     log_archive_dest_state_18     enable
    134     log_archive_dest_state_19     enable
    135     log_archive_dest_state_20     enable
    136     log_archive_dest_state_21     enable
    137     log_archive_dest_state_22     enable
    138     log_archive_dest_state_23     enable
    139     log_archive_dest_state_24     enable
    140     log_archive_dest_state_25     enable
    141     log_archive_dest_state_26     enable
    142     log_archive_dest_state_27     enable
    143     log_archive_dest_state_28     enable
    144     log_archive_dest_state_29     enable
    145     log_archive_dest_state_30     enable
    146     log_archive_dest_state_31     enable
    147     log_archive_start     FALSE
    148     log_archive_dest     
    149     log_archive_duplex_dest     
    150     log_archive_min_succeed_dest     1
    151     standby_archive_dest     %ORACLE_HOME%\RDBMS
    152     fal_client     
    153     fal_server     
    154     log_archive_trace     0
    155     log_archive_config     
    156     log_archive_local_first     TRUE
    157     log_archive_format     ARC%S_%R.%T
    158     redo_transport_user     
    159     log_archive_max_processes     4
    160     log_buffer     32546816
    161     log_checkpoint_interval     0
    162     log_checkpoint_timeout     1800
    163     archive_lag_target     0
    164     db_files     200
    165     db_file_multiblock_read_count     128
    166     read_only_open_delayed     FALSE
    167     cluster_database     FALSE
    168     parallel_server     FALSE
    169     parallel_server_instances     1
    170     cluster_database_instances     1
    171     db_create_file_dest     
    172     db_create_online_log_dest_1     
    173     db_create_online_log_dest_2     
    174     db_create_online_log_dest_3     
    175     db_create_online_log_dest_4     
    176     db_create_online_log_dest_5     
    177     db_recovery_file_dest     c:\oracle\fast_recovery_area
    178     db_recovery_file_dest_size     4322230272
    179     standby_file_management     MANUAL
    180     db_unrecoverable_scn_tracking     TRUE
    181     thread     0
    182     fast_start_io_target     0
    183     fast_start_mttr_target     0
    184     log_checkpoints_to_alert     FALSE
    185     db_lost_write_protect     NONE
    186     recovery_parallelism     0
    187     db_flashback_retention_target     1440
    188     dml_locks     1088
    189     replication_dependency_tracking     TRUE
    190     transactions     272
    191     transactions_per_rollback_segment     5
    192     rollback_segments     
    193     undo_management     AUTO
    194     undo_tablespace     UNDOTBS1
    195     undo_retention     900
    196     fast_start_parallel_rollback     LOW
    197     resumable_timeout     0
    198     instance_number     0
    199     db_block_checking     FALSE
    200     recyclebin     on
    201     db_securefile     PERMITTED
    202     create_stored_outlines     
    203     serial_reuse     disable
    204     ldap_directory_access     NONE
    205     ldap_directory_sysauth     no
    206     os_roles     FALSE
    207     rdbms_server_dn     
    208     max_enabled_roles     150
    209     remote_os_authent     FALSE
    210     remote_os_roles     FALSE
    211     sec_case_sensitive_logon     TRUE
    212     O7_DICTIONARY_ACCESSIBILITY     FALSE
    213     remote_login_passwordfile     EXCLUSIVE
    214     license_max_users     0
    215     audit_sys_operations     FALSE
    216     global_context_pool_size     
    217     db_domain     
    218     global_names     FALSE
    219     distributed_lock_timeout     60
    220     commit_point_strength     1
    221     global_txn_processes     1
    222     instance_name     oratest
    223     service_names     ORATEST
    224     dispatchers     (PROTOCOL=TCP) (SERVICE=ORATESTXDB)
    225     shared_servers     1
    226     max_shared_servers     
    227     max_dispatchers     
    228     circuits     
    229     shared_server_sessions     
    230     local_listener     
    231     remote_listener     
    232     listener_networks     
    233     cursor_space_for_time     FALSE
    234     session_cached_cursors     50
    235     remote_dependencies_mode     TIMESTAMP
    236     utl_file_dir     
    237     smtp_out_server     
    238     plsql_v2_compatibility     FALSE
    239     plsql_warnings     DISABLE:ALL
    240     plsql_code_type     INTERPRETED
    241     plsql_debug     FALSE
    242     plsql_optimize_level     2
    243     plsql_ccflags     
    244     plscope_settings     identifiers:none
    245     permit_92_wrap_format     TRUE
    246     java_jit_enabled     TRUE
    247     job_queue_processes     1000
    248     parallel_min_percent     0
    249     create_bitmap_area_size     8388608
    250     bitmap_merge_area_size     1048576
    251     cursor_sharing     EXACT
    252     result_cache_mode     MANUAL
    253     parallel_min_servers     0
    254     parallel_max_servers     135
    255     parallel_instance_group     
    256     parallel_execution_message_size     16384
    257     hash_area_size     131072
    258     result_cache_max_size     72482816
    259     result_cache_max_result     5
    260     result_cache_remote_expiration     0
    261     audit_file_dest     C:\ORACLE\ADMIN\ORATEST\ADUMP
    262     shadow_core_dump     none
    263     background_core_dump     partial
    264     background_dump_dest     c:\oracle\diag\rdbms\oratest\oratest\trace
    265     user_dump_dest     c:\oracle\diag\rdbms\oratest\oratest\trace
    266     core_dump_dest     c:\oracle\diag\rdbms\oratest\oratest\cdump
    267     object_cache_optimal_size     102400
    268     object_cache_max_size_percent     10
    269     session_max_open_files     10
    270     open_links     4
    271     open_links_per_instance     4
    272     commit_write     
    273     commit_wait     
    274     commit_logging     
    275     optimizer_features_enable     11.2.0.3
    276     fixed_date     
    277     audit_trail     DB
    278     sort_area_size     65536
    279     sort_area_retained_size     0
    280     cell_offload_processing     TRUE
    281     cell_offload_decryption     TRUE
    282     cell_offload_parameters     
    283     cell_offload_compaction     ADAPTIVE
    284     cell_offload_plan_display     AUTO
    285     db_name     ORATEST
    286     db_unique_name     ORATEST
    287     open_cursors     300
    288     ifile     
    289     sql_trace     FALSE
    290     os_authent_prefix     OPS$
    291     optimizer_mode     ALL_ROWS
    292     sql92_security     FALSE
    293     blank_trimming     FALSE
    294     star_transformation_enabled     TRUE
    295     parallel_degree_policy     MANUAL
    296     parallel_adaptive_multi_user     TRUE
    297     parallel_threads_per_cpu     2
    298     parallel_automatic_tuning     FALSE
    299     parallel_io_cap_enabled     FALSE
    300     optimizer_index_cost_adj     100
    301     optimizer_index_caching     0
    302     query_rewrite_enabled     TRUE
    303     query_rewrite_integrity     enforced
    304     pga_aggregate_target     4831838208
    305     workarea_size_policy     AUTO
    306     optimizer_dynamic_sampling     2
    307     statistics_level     TYPICAL
    308     cursor_bind_capture_destination     memory+disk
    309     skip_unusable_indexes     TRUE
    310     optimizer_secure_view_merging     TRUE
    311     ddl_lock_timeout     0
    312     deferred_segment_creation     TRUE
    313     optimizer_use_pending_statistics     FALSE
    314     optimizer_capture_sql_plan_baselines     FALSE
    315     optimizer_use_sql_plan_baselines     TRUE
    316     parallel_min_time_threshold     AUTO
    317     parallel_degree_limit     CPU
    318     parallel_force_local     FALSE
    319     optimizer_use_invisible_indexes     FALSE
    320     dst_upgrade_insert_conv     TRUE
    321     parallel_servers_target     128
    322     sec_protocol_error_trace_action     TRACE
    323     sec_protocol_error_further_action     CONTINUE
    324     sec_max_failed_login_attempts     10
    325     sec_return_server_release_banner     FALSE
    326     enable_ddl_logging     FALSE
    327     client_result_cache_size     0
    328     client_result_cache_lag     3000
    329     aq_tm_processes     1
    330     hs_autoregister     TRUE
    331     xml_db_events     enable
    332     dg_broker_start     FALSE
    333     dg_broker_config_file1     C:\ORACLE\PRODUCT\11.2.0\DBHOME_1\DATABASE\DR1ORATEST.DAT
    334     dg_broker_config_file2     C:\ORACLE\PRODUCT\11.2.0\DBHOME_1\DATABASE\DR2ORATEST.DAT
    335     olap_page_pool_size     0
    336     asm_diskstring     
    337     asm_preferred_read_failure_groups     
    338     asm_diskgroups     
    339     asm_power_limit     1
    340     control_management_pack_access     DIAGNOSTIC+TUNING
    341     awr_snapshot_time_offset     0
    342     sqltune_category     DEFAULT
    343     diagnostic_dest     C:\ORACLE
    344     tracefile_identifier     
    345     max_dump_file_size     unlimited
    346     trace_enabled     TRUE

    961262 wrote:
    The used tables:
    Table 1: 312 col, 12,248 MB, 11,138,561 rows, avg len 621 bytes
    Table 2: 159 col, 4288 MB, 5,441,171 rows, avg len 529 bytes
    Table 3: 118 col, 360MB, 820,259 rows, avg len 266 bytes
    The FTS has improved as expected. With 5 physical drives in a RAID0, a performance of
    420MB/s was achieved.
    In the write test on the other hand we were not able to archieve any improvement.
    The CTAS statement always works with about 5000 - 6000 BLOCK/s (80MB/s)
    But when we tried running several CTAS statements in different sessions, the overall speed increased as expected.
    Further tests showed that the write speed seems to depend also on the number of columns. 80MB/s were only
    possible with Tables 2 and 3. With Table 1, however only 30MB/s were measured.
    If multiple CTAS can produce higher throughput on writes this tells you that it is the production of the data that is the limit, not the writing. Notice in your example that nearly 75% of the time of the CTAS as CPU, not I/O.
    The thing about number of columns is that table 1 has exceeded the critical 254 limit - this means Oracle has chained all the rows internally into two pieces; this introduces lots of extra CPU-intensive operations (consistent gets, table access by rowid, heap block compress) so that the CPU time could have gone up significantly, resulting in a lower throughput that you are interpreting as a write problem.
    One other thought - if you are currently doing CTAS by "create as select from {real SAP table}" there may be other side effects that you're not going to see. I would do "create test clone of real SAP table", then "create as select from clone" to try and eliminate any such anomalies.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • Error when registering XML Schema

    When I try to register a schema with XDB I keep getting an ORA-31000 error. It says that the schema it references is not a valid XDB schema, but when I try to register that one it says the first one isn't valid.

    Testing with 11g I get
    I assume you have registered 'http://www.w3.org/2005/08/addressing/ws-addr.xsd'
    SQL> set echo on
    SQL> spool testcase.log
    SQL> --
    SQL> connect sys/ as sysdba
    Enter password:
    Connected.
    SQL> set define on
    SQL> set timing on
    SQL> --
    SQL> define USERNAME = IXSEMF01
    SQL> --
    SQL> def PASSWORD = IXSEMF01
    SQL> --
    SQL> def USER_TABLESPACE = USERS
    SQL> --
    SQL> def TEMP_TABLESPACE = TEMP
    SQL> --
    SQL> drop user &USERNAME cascade
      2  /
    old   1: drop user &USERNAME cascade
    new   1: drop user IXSEMF01 cascade
    drop user IXSEMF01 cascade
    ERROR at line 1:
    ORA-01918: user 'IXSEMF01' does not exist
    Elapsed: 00:00:00.03
    SQL> grant connect, resource to &USERNAME identified by &PASSWORD
      2  /
    old   1: grant connect, resource to &USERNAME identified by &PASSWORD
    new   1: grant connect, resource to IXSEMF01 identified by IXSEMF01
    Grant succeeded.
    Elapsed: 00:00:00.01
    SQL> grant create any directory, drop any directory to &USERNAME
      2  /
    old   1: grant create any directory, drop any directory to &USERNAME
    new   1: grant create any directory, drop any directory to IXSEMF01
    Grant succeeded.
    Elapsed: 00:00:00.00
    SQL> grant alter session, create view to &USERNAME
      2  /
    old   1: grant alter session, create view to &USERNAME
    new   1: grant alter session, create view to IXSEMF01
    Grant succeeded.
    Elapsed: 00:00:00.00
    SQL> alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
      2  /
    old   1: alter user &USERNAME default tablespace &USER_TABLESPACE temporary tablespace &TEMP_TABLESPACE
    new   1: alter user IXSEMF01 default tablespace USERS temporary tablespace TEMP
    User altered.
    Elapsed: 00:00:00.00
    SQL> connect &USERNAME/&PASSWORD
    Connected.
    SQL> --
    SQL> alter session set events ='19027 trace name context forever, level 0x800'
      2  /
    Session altered.
    Elapsed: 00:00:00.00
    SQL> var schemaURL  varchar2(700)
    SQL> var schemaURL1 varchar2(700)
    SQL> var schemaURL2 varchar2(700)
    SQL> var xmlschema CLOB
    SQL> --
    SQL> begin
      2    :schemaURL := 'http://www.w3.org/2005/08/addressing/ws-addr.xsd';
      3    :xmlSchema :=
      4  '<?xml version="1.0" encoding="utf-8"?>
      5  <!--
      6  <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
      7      W3C XML Schema defined in the Web Services Addressing 1.0 specification
      8      http://www.w3.org/TR/ws-addr-core
      9
    10     Copyright c 2005 World Wide Web Consortium,
    11
    12     (Massachusetts Institute of Technology, European Research Consortium for
    13     Informatics and Mathematics, Keio University). All Rights Reserved. This
    14     work is distributed under the W3Cr Software License [1] in the hope that
    15     it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    16     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    17
    18     [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
    19
    20     $Id: ws-addr.xsd,v 1.3 2005/08/09 13:17:35 hugo Exp $
    21  -->
    22  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2005/08/addressing" targetNamespace="http://www.w3.
    org/2005/08/addressing" blockDefault="#all" elementFormDefault="qualified" finalDefault="" attributeFormDefault="unqualified">
    23
    24     <!-- Constructs from the WS-Addressing Core -->
    25
    26     <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
    27     <xs:complexType name="EndpointReferenceType" mixed="false">
    28             <xs:sequence>
    29                     <xs:element name="Address" type="tns:AttributedURIType"/>
    30                     <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType" minOccurs="0"/>
    31                     <xs:element ref="tns:Metadata" minOccurs="0"/>
    32                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    33             </xs:sequence>
    34             <xs:anyAttribute namespace="##other" processContents="lax"/>
    35     </xs:complexType>
    36
    37     <xs:complexType name="ReferenceParametersType" mixed="false">
    38             <xs:sequence>
    39                     <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    40             </xs:sequence>
    41             <xs:anyAttribute namespace="##other" processContents="lax"/>
    42     </xs:complexType>
    43
    44     <xs:element name="Metadata" type="tns:MetadataType"/>
    45     <xs:complexType name="MetadataType" mixed="false">
    46             <xs:sequence>
    47                     <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    48             </xs:sequence>
    49             <xs:anyAttribute namespace="##other" processContents="lax"/>
    50     </xs:complexType>
    51
    52     <xs:element name="MessageID" type="tns:AttributedURIType"/>
    53     <xs:element name="RelatesTo" type="tns:RelatesToType"/>
    54     <xs:complexType name="RelatesToType" mixed="false">
    55             <xs:simpleContent>
    56                     <xs:extension base="xs:anyURI">
    57                             <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional" default="http://www
    .w3.org/2005/08/addressing/reply"/>
    58                             <xs:anyAttribute namespace="##other" processContents="lax"/>
    59                     </xs:extension>
    60             </xs:simpleContent>
    61     </xs:complexType>
    62
    63     <xs:simpleType name="RelationshipTypeOpenEnum">
    64             <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
    65     </xs:simpleType>
    66
    67     <xs:simpleType name="RelationshipType">
    68             <xs:restriction base="xs:anyURI">
    69                     <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
    70             </xs:restriction>
    71     </xs:simpleType>
    72
    73     <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
    74     <xs:element name="From" type="tns:EndpointReferenceType"/>
    75     <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
    76     <xs:element name="To" type="tns:AttributedURIType"/>
    77     <xs:element name="Action" type="tns:AttributedURIType"/>
    78
    79     <xs:complexType name="AttributedURIType" mixed="false">
    80             <xs:simpleContent>
    81                     <xs:extension base="xs:anyURI">
    82                             <xs:anyAttribute namespace="##other" processContents="lax"/>
    83                     </xs:extension>
    84             </xs:simpleContent>
    85     </xs:complexType>
    86
    87     <!-- Constructs from the WS-Addressing SOAP binding -->
    88
    89     <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
    90
    91     <xs:simpleType name="FaultCodesOpenEnumType">
    92             <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
    93     </xs:simpleType>
    94
    95     <xs:simpleType name="FaultCodesType">
    96             <xs:restriction base="xs:QName">
    97                     <xs:enumeration value="tns:InvalidAddressingHeader"/>
    98                     <xs:enumeration value="tns:InvalidAddress"/>
    99                     <xs:enumeration value="tns:InvalidEPR"/>
    100                     <xs:enumeration value="tns:InvalidCardinality"/>
    101                     <xs:enumeration value="tns:MissingAddressInEPR"/>
    102                     <xs:enumeration value="tns:DuplicateMessageID"/>
    103                     <xs:enumeration value="tns:ActionMismatch"/>
    104                     <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
    105                     <xs:enumeration value="tns:DestinationUnreachable"/>
    106                     <xs:enumeration value="tns:ActionNotSupported"/>
    107                     <xs:enumeration value="tns:EndpointUnavailable"/>
    108             </xs:restriction>
    109     </xs:simpleType>
    110
    111     <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
    112     <xs:complexType name="AttributedUnsignedLongType" mixed="false">
    113             <xs:simpleContent>
    114                     <xs:extension base="xs:unsignedLong">
    115                             <xs:anyAttribute namespace="##other" processContents="lax"/>
    116                     </xs:extension>
    117             </xs:simpleContent>
    118     </xs:complexType>
    119
    120     <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
    121     <xs:complexType name="AttributedQNameType" mixed="false">
    122             <xs:simpleContent>
    123                     <xs:extension base="xs:QName">
    124                             <xs:anyAttribute namespace="##other" processContents="lax"/>
    125                     </xs:extension>
    126             </xs:simpleContent>
    127     </xs:complexType>
    128
    129     <xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
    130     <xs:complexType name="AttributedAnyType" mixed="false">
    131             <xs:sequence>
    132                     <xs:any namespace="##any" processContents="lax" minOccurs="1" maxOccurs="1"/>
    133             </xs:sequence>
    134             <xs:anyAttribute namespace="##other" processContents="lax"/>
    135     </xs:complexType>
    136
    137     <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
    138
    139     <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
    140     <xs:complexType name="ProblemActionType" mixed="false">
    141             <xs:sequence>
    142                     <xs:element ref="tns:Action" minOccurs="0"/>
    143                     <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
    144             </xs:sequence>
    145             <xs:anyAttribute namespace="##other" processContents="lax"/>
    146     </xs:complexType>
    147
    148  </xs:schema>';
    149  end;
    150  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> declare
      2    xmlschema xmltype := xmltype(:xmlschema);
      3  begin
      4    dbms_xmlschema.registerSchema
      5    (
      6        schemaURL => :schemaURL
      7       ,schemaDoc => xmlschema
      8       ,local     => TRUE
      9       ,genBean   => false
    10       ,genTypes  => TRUE
    11       ,genTables => TRUE
    12    );
    13  end;
    14  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:03.07
    SQL>
    SQL> begin
      2    :schemaURL1 := 'muws1-2.xsd';
      3    :xmlSchema :=
      4  '<?xml version="1.0" encoding="utf-8"?>
      5  <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Dirk Grissett (Oracle Corp.) --> <xs:schema xmlns:muws1="http://docs.
    oasis-open.org/wsdm/muws1-2.xsd" xmlns:muws2="http://docs.oasis-open.org/wsdm/muws2-2.xsd" xmlns:wsa="http://www.w3.org/2005/08/addressing"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/wsdm/muws1-2.xsd" elementFormDefault="qualified" att
    ributeFormDefault="unqualified">
      6     <xs:import namespace="http://docs.oasis-open.org/wsdm/muws2-2.xsd" schemaLocation="muws2-2.xsd"/>
      7     <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd"/>
      8     <xs:element name="ResourceId" type="xs:anyURI"/>
      9     <xs:element name="ManageabilityCapability" type="xs:anyURI"/>
    10     <xs:complexType name="CorrelatablePropertiesType">
    11             <xs:sequence>
    12                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    13             </xs:sequence>
    14             <xs:attribute name="Dialect" type="xs:anyURI"/>
    15             <xs:attribute name="NegativeAssertionPossible" type="xs:boolean"/>
    16             <xs:anyAttribute namespace="##other"/>
    17     </xs:complexType>
    18     <xs:element name="CorrelatableProperties" type="muws1:CorrelatablePropertiesType"/>
    19     <xs:complexType name="ComponentAddressType">
    20             <xs:sequence>
    21                     <xs:element name="ManagementURL" type="xs:string"/>
    22                     <xs:any namespace="##any" processContents="lax"/>
    23             </xs:sequence>
    24     </xs:complexType>
    25     <xs:complexType name="ComponentType">
    26             <xs:sequence>
    27                     <xs:element name="ResourceId" type="xs:anyURI" minOccurs="0"/>
    28                     <xs:element name="ComponentAddress" type="muws1:ComponentAddressType" minOccurs="0"/>
    29                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    30             </xs:sequence>
    31             <xs:anyAttribute namespace="##other"/>
    32     </xs:complexType>
    33     <xs:complexType name="ManagementEventType">
    34             <xs:sequence>
    35                     <xs:element name="EventId" type="xs:anyURI"/>
    36                     <xs:element name="SourceComponent" type="muws1:ComponentType"/>
    37                     <xs:element name="ReporterComponent" type="muws1:ComponentType" minOccurs="0"/>
    38                     <xs:element ref="muws2:Situation"/>
    39                     <xs:element name="ExtendedData" type="muws1:ExtendedDataType" minOccurs="0" maxOccurs="unbounded"/>
    40                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    41             </xs:sequence>
    42             <xs:attribute name="ReportTime" type="xs:dateTime" use="optional"/>
    43             <xs:anyAttribute namespace="##other"/>
    44     </xs:complexType>
    45     <xs:element name="ManagementEvent" type="muws1:ManagementEventType"/>
    46     <xs:element name="ManageabilityEndpointReference" type="wsa:EndpointReferenceType"/>
    47     <xs:complexType name="ExtendedDataElementType">
    48             <xs:sequence>
    49                     <xs:choice>
    50                             <xs:element name="values" minOccurs="0">
    51                                     <xs:simpleType>
    52                                             <xs:restriction base="xs:string">
    53                                                     <xs:maxLength value="1024"/>
    54                                             </xs:restriction>
    55                                     </xs:simpleType>
    56                             </xs:element>
    57                             <xs:element name="hexValue" type="xs:hexBinary" minOccurs="0"/>
    58                             <xs:element name="intValues" type="xs:int" minOccurs="0"/>
    59                             <xs:element name="longValues" type="xs:long" minOccurs="0"/>
    60                             <xs:element name="shortValues" type="xs:short" minOccurs="0"/>
    61                             <xs:element name="dateTimeValues" type="xs:dateTime" minOccurs="0"/>
    62                             <xs:element name="byteValues" type="xs:byte" minOccurs="0"/>
    63                             <xs:element name="booleanValues" type="xs:boolean" minOccurs="0"/>
    64                             <xs:element name="floatValues" type="xs:float" minOccurs="0"/>
    65                             <xs:element name="doubleValues" type="xs:double" minOccurs="0"/>
    66                             <xs:element name="largeStringValue" type="xs:string" minOccurs="0"/>
    67                     </xs:choice>
    68             </xs:sequence>
    69             <xs:attribute name="name" use="required">
    70                     <xs:simpleType>
    71                             <xs:restriction base="xs:Name">
    72                                     <xs:maxLength value="64"/>
    73                             </xs:restriction>
    74                     </xs:simpleType>
    75             </xs:attribute>
    76             <xs:attribute name="type" use="required">
    77                     <xs:simpleType>
    78                             <xs:restriction base="xs:string">
    79                                     <xs:enumeration value="noValue"/>
    80                                     <xs:enumeration value="byte"/>
    81                                     <xs:enumeration value="short"/>
    82                                     <xs:enumeration value="int"/>
    83                                     <xs:enumeration value="long"/>
    84                                     <xs:enumeration value="float"/>
    85                                     <xs:enumeration value="double"/>
    86                                     <xs:enumeration value="string"/>
    87                                     <xs:enumeration value="dateTime"/>
    88                                     <xs:enumeration value="boolean"/>
    89                                     <xs:enumeration value="byteArray"/>
    90                                     <xs:enumeration value="shortArray"/>
    91                                     <xs:enumeration value="intArray"/>
    92                                     <xs:enumeration value="longArray"/>
    93                                     <xs:enumeration value="floatArray"/>
    94                                     <xs:enumeration value="doubleArray"/>
    95                                     <xs:enumeration value="stringArray"/>
    96                                     <xs:enumeration value="dateTimeArray"/>
    97                                     <xs:enumeration value="booleanArray"/>
    98                                     <xs:enumeration value="hexBinary"/>
    99                                     <xs:enumeration value="largeStringValue"/>
    100                             </xs:restriction>
    101                     </xs:simpleType>
    102             </xs:attribute>
    103     </xs:complexType>
    104     <xs:complexType name="ExtendedDataType">
    105             <xs:sequence>
    106                     <xs:element name="ExtendedDataElement" type="muws1:ExtendedDataElementType" minOccurs="0" maxOccurs="unbounded"/>
    107             </xs:sequence>
    108             <xs:attribute name="profile" type="xs:ID"/>
    109     </xs:complexType>
    110     <!--
    111                                         SCHEMA COPY Material Copy and paste element references below into the schema of a resource prope
    rties document.
    112  These references are provide to insure that the correct minOccurs/maxOccurs attributes are specified in a resource property document sc
    hema.
    113
    114  NOTE: You must import the MUWS Part 1 schema namespace (MUWS1).
    115
    116          **    Identity Properties    **
    117            <xs:element ref="muws1:ResourceId"/>
    118
    119
    120          **    ManageabilityCharacteristics Properties    **
    121            <xs:element ref="muws1:ManageabilityCapability"
    122                        minOccurs="0" maxOccurs="unbounded"/>
    123
    124          **    Correlatable Properties    **
    125            <xs:element ref="muws1:CorrelatableProperties"
    126                        minOccurs="0" maxOccurs="unbounded"/>
    127
    128  -->
    129  </xs:schema>';
    130  end;
    131  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> declare
      2    xmlschema xmltype := xmltype(:xmlschema);
      3  begin
      4    dbms_xmlschema.registerSchema
      5    (
      6        schemaURL => :schemaURL1
      7       ,schemaDoc => xmlschema
      8       ,local     => TRUE
      9       ,genBean   => false
    10       ,genTypes  => TRUE
    11       ,genTables => TRUE
    12       ,force => TRUE
    13    );
    14  end;
    15  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.35
    SQL> begin
      2    :schemaURL2 := 'muws2-2.xsd';
      3    :xmlSchema :=
      4  '<?xml version="1.0" encoding="utf-8"?>
      5  <!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Dirk Grissett (Oracle Corp.) -->
      6  <xs:schema xmlns:muws2="http://docs.oasis-open.org/wsdm/muws2-2.xsd" xmlns:muws1="http://docs.oasis-open.org/wsdm/muws1-2.xsd" xmlns:ws
    a="http://www.w3.org/2005/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/wsdm/muws2-
    2.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
      7     <xs:import namespace="http://docs.oasis-open.org/wsdm/muws1-2.xsd" schemaLocation="muws1-2.xsd"/>
      8     <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd"/>
      9     <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
    10     <xs:complexType name="LangString">
    11             <xs:simpleContent>
    12                     <xs:extension base="xs:string">
    13                             <xs:attribute ref="xml:lang" use="required"/>
    14                             <xs:anyAttribute namespace="##other"/>
    15                     </xs:extension>
    16             </xs:simpleContent>
    17     </xs:complexType>
    18     <!-- Begin properties for the Description capability -->
    19     <xs:element name="Caption" type="muws2:LangString"/>
    20     <xs:element name="Description" type="muws2:LangString"/>
    21     <xs:element name="Version" type="xs:string"/>
    22     <!-- End   properties for the Description capability -->
    23     <xs:complexType name="CategoryType">
    24             <xs:sequence>
    25                     <xs:any namespace="##any" processContents="lax" minOccurs="0"/>
    26             </xs:sequence>
    27     </xs:complexType>
    28     <xs:complexType name="StateType">
    29             <xs:complexContent>
    30                     <xs:extension base="muws2:CategoryType"/>
    31             </xs:complexContent>
    32     </xs:complexType>
    33     <xs:element name="State" type="muws2:StateType"/>
    34     <xs:element name="EnteredState" type="muws2:StateType"/>
    35     <xs:element name="PreviousState" type="muws2:StateType"/>
    36     <xs:complexType name="StateTransitionType">
    37             <xs:sequence>
    38                     <xs:element ref="muws2:EnteredState"/>
    39                     <xs:element ref="muws2:PreviousState" minOccurs="0"/>
    40                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    41             </xs:sequence>
    42             <xs:attribute name="TransitionIdentifier" type="xs:anyURI" use="optional"/>
    43             <xs:attribute name="Time" type="xs:dateTime" use="required"/>
    44             <xs:anyAttribute namespace="##other"/>
    45     </xs:complexType>
    46     <xs:element name="StateTransition" type="muws2:StateTransitionType"/>
    47     <!-- Begin properties for the OperationalStatus capability -->
    48     <xs:element name="OperationalStatus">
    49             <xs:simpleType>
    50                     <xs:restriction base="xs:string">
    51                             <xs:enumeration value="Available"/>
    52                             <xs:enumeration value="PartiallyAvailable"/>
    53                             <xs:enumeration value="Unavailable"/>
    54                             <xs:enumeration value="Unknown"/>
    55                     </xs:restriction>
    56             </xs:simpleType>
    57     </xs:element>
    58     <!-- End   properties for the OperationalStatus capability -->
    59     <xs:attributeGroup name="MetricAttributes">
    60             <xs:attribute name="ResetAt" type="xs:dateTime"/>
    61             <xs:attribute name="LastUpdated" type="xs:dateTime"/>
    62             <xs:attribute name="Duration" type="xs:duration"/>
    63     </xs:attributeGroup>
    64     <!-- Begin properties for the Metrics capability -->
    65     <xs:element name="CurrentTime" type="xs:dateTime"/>
    66     <!-- End   properties for the Metrics capability -->
    67     <xs:complexType name="RelationshipTypeType">
    68             <xs:complexContent>
    69                     <xs:extension base="muws2:CategoryType"/>
    70             </xs:complexContent>
    71     </xs:complexType>
    72     <xs:element name="Self">
    73             <xs:complexType/>
    74     </xs:element>
    75     <xs:complexType name="RelationshipParticipantType">
    76             <xs:sequence>
    77                     <xs:element ref="muws2:Self" minOccurs="0"/>
    78                     <xs:element ref="muws1:ManageabilityEndpointReference" minOccurs="0" maxOccurs="unbounded"/>
    79                     <xs:element ref="wsa:EndpointReference" minOccurs="0" maxOccurs="unbounded"/>
    80                     <xs:element ref="muws1:ResourceId" minOccurs="0"/>
    81                     <xs:element name="Role" type="xs:anyURI"/>
    82                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    83             </xs:sequence>
    84             <xs:anyAttribute namespace="##other"/>
    85     </xs:complexType>
    86     <!-- Begin properties for the RelationshipResource capability -->
    87     <xs:element name="Name" type="xs:string"/>
    88     <xs:element name="Type" type="muws2:RelationshipTypeType"/>
    89     <xs:element name="Participant" type="muws2:RelationshipParticipantType"/>
    90     <!-- End   properties for the RelationshipResource capability -->
    91     <xs:complexType name="RelationshipType">
    92             <xs:sequence>
    93                     <xs:element ref="muws2:Name" minOccurs="0"/>
    94                     <xs:element ref="muws2:Type"/>
    95                     <xs:element ref="muws2:Participant" minOccurs="2" maxOccurs="unbounded"/>
    96                     <xs:element name="AccessEndpointReference" type="wsa:EndpointReferenceType" minOccurs="0"/>
    97                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    98             </xs:sequence>
    99             <xs:anyAttribute namespace="##other"/>
    100     </xs:complexType>
    101     <!-- Begin properties for the Relationship capability -->
    102     <xs:element name="Relationship" type="muws2:RelationshipType"/>
    103     <!-- End   properties for the Relationship capability -->
    104     <xs:element name="RelationshipCreatedNotification">
    105             <xs:complexType>
    106                     <xs:sequence>
    107                             <xs:element ref="muws2:Relationship"/>
    108                             <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    109                     </xs:sequence>
    110                     <xs:anyAttribute namespace="##other"/>
    111             </xs:complexType>
    112     </xs:element>
    113     <xs:element name="RelationshipDeletedNotification">
    114             <xs:complexType>
    115                     <xs:sequence>
    116                             <xs:element ref="muws2:Relationship"/>
    117                             <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    118                     </xs:sequence>
    119                     <xs:anyAttribute namespace="##other"/>
    120             </xs:complexType>
    121     </xs:element>
    122     <xs:element name="QueryRelationshipsByType">
    123             <xs:complexType>
    124                     <xs:sequence>
    125                             <xs:element name="RequestedType" type="xs:QName"/>
    126                     </xs:sequence>
    127             </xs:complexType>
    128     </xs:element>
    129     <xs:element name="QueryRelationshipsByTypeResponse">
    130             <xs:complexType>
    131                     <xs:sequence>
    132                             <xs:element ref="muws2:Relationship" minOccurs="0" maxOccurs="unbounded"/>
    133                     </xs:sequence>
    134             </xs:complexType>
    135     </xs:element>
    136     <xs:element name="CreationNotification">
    137             <xs:complexType>
    138                     <xs:sequence>
    139                             <xs:element ref="muws1:ManageabilityEndpointReference" minOccurs="0" maxOccurs="unbounded"/>
    140                     </xs:sequence>
    141                     <xs:anyAttribute namespace="##other"/>
    142             </xs:complexType>
    143     </xs:element>
    144     <xs:element name="DestructionNotification">
    145             <xs:complexType>
    146                     <xs:sequence>
    147                             <xs:element ref="muws1:ResourceId" minOccurs="0"/>
    148                     </xs:sequence>
    149                     <xs:anyAttribute namespace="##other"/>
    150             </xs:complexType>
    151     </xs:element>
    152     <xs:complexType name="SituationCategoryType">
    153             <xs:complexContent>
    154                     <xs:extension base="muws2:CategoryType">
    155                             <xs:sequence>
    156                                     <xs:element name="SituationName" minOccurs="0"/>
    157                             </xs:sequence>
    158                     </xs:extension>
    159             </xs:complexContent>
    160     </xs:complexType>
    161     <xs:element name="fred" type="xs:string"/>
    162     <xs:complexType name="SubstitutableMsgType">
    163             <xs:sequence>
    164                     <xs:element name="Value" type="xs:anySimpleType" minOccurs="0" maxOccurs="unbounded"/>
    165             </xs:sequence>
    166             <xs:attribute name="MsgId" type="xs:string" use="required"/>
    167             <xs:attribute name="MsgIdType" type="xs:anyURI" use="required"/>
    168     </xs:complexType>
    169     <xs:complexType name="SituationType">
    170             <xs:sequence>
    171                     <xs:element name="SituationCategory" type="muws2:SituationCategoryType"/>
    172                     <xs:element name="SuccessDisposition" minOccurs="0">
    173                             <xs:simpleType>
    174                                     <xs:restriction base="xs:string">
    175                                             <xs:enumeration value="Successful"/>
    176                                             <xs:enumeration value="Unsuccessful"/>
    177                                     </xs:restriction>
    178                             </xs:simpleType>
    179                     </xs:element>
    180                     <xs:element name="SituationTime" type="xs:dateTime"/>
    181                     <xs:element name="Priority" type="xs:short" minOccurs="0"/>
    182                     <xs:element name="Severity" type="xs:short" minOccurs="0"/>
    183                     <xs:element name="Message" type="muws2:LangString" minOccurs="0"/>
    184                     <xs:element name="SubstitutableMsg" type="muws2:SubstitutableMsgType" minOccurs="0"/>
    185             </xs:sequence>
    186     </xs:complexType>
    187     <xs:element name="Situation" type="muws2:SituationType"/>
    188     <xs:complexType name="EventCorrelationPropertiesType">
    189             <xs:sequence>
    190                     <xs:element name="repeatCount" minOccurs="0">
    191                             <xs:simpleType>
    192                                     <xs:restriction base="xs:short">
    193                                             <xs:minInclusive value="0"/>
    194                                     </xs:restriction>
    195                             </xs:simpleType>
    196                     </xs:element>
    197                     <xs:element name="elapsedTime" minOccurs="0">
    198                             <xs:simpleType>
    199                                     <xs:restriction base="xs:long">
    200                                             <xs:minInclusive value="0"/>
    201                                     </xs:restriction>
    202                             </xs:simpleType>
    203                     </xs:element>
    204             </xs:sequence>
    205             <xs:attribute name="sequenceNumber" type="xs:unsignedLong"/>
    206     </xs:complexType>
    207     <xs:element name="EventCorrelationProperties" type="muws2:EventCorrelationPropertiesType"/>
    208     <xs:complexType name="MsgCatalogInformationType">
    209             <xs:sequence>
    210                     <xs:element name="msgCatalog" type="xs:anyURI"/>
    211                     <xs:element name="msgCatalogType" type="xs:anyURI" minOccurs="0"/>
    212             </xs:sequence>
    213     </xs:complexType>
    214     <xs:element name="MsgCatalogInformation" type="muws2:MsgCatalogInformationType"/>
    215     <!-- #####   Metadata description elements   ##### -->
    216     <xs:element name="Capability" type="xs:anyURI"/>
    217     <xs:complexType name="DialectableExpressionType" mixed="true">
    218             <xs:sequence>
    219                     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    220             </xs:sequence>
    221             <xs:attribute name="Dialect" type="xs:anyURI" use="required"/>
    222             <xs:anyAttribute namespace="##other"/>
    223     </xs:complexType>
    224     <xs:element name="ValidWhile" type="muws2:DialectableExpressionType"/>
    225     <xs:element name="Units" type="xs:string"/>
    226     <xs:element name="ChangeType">
    227             <xs:simpleType>
    228                     <xs:restriction base="xs:string">
    229                             <xs:enumeration value="Counter"/>
    230                             <xs:enumeration value="Gauge"/>
    231                             <xs:enumeration value="Unknown"/>
    232                     </xs:restriction>
    233             </xs:simpleType>
    234     </xs:element>
    235     <xs:element name="TimeScope">
    236             <xs:simpleType>
    237                     <xs:restriction base="xs:string">
    238                             <xs:enumeration value="Interval"/>
    239                             <xs:enumeration value="PointInTime"/>
    240                             <xs:enumeration value="SinceReset"/>
    241                     </xs:restriction>
    242             </xs:simpleType>
    243     </xs:element>
    244     <xs:element name="GatheringTime">
    245             <xs:simpleType>
    246                     <xs:restriction base="xs:string">
    247                             <xs:enumeration value="OnChange"/>
    248                             <xs:enumeration value="Periodic"/>
    249                             <xs:enumeration value="OnDemand"/>
    250                             <xs:enumeration value="Unknown"/>
    251                     </xs:restriction>
    252             </xs:simpleType>
    253     </xs:element>
    254     <xs:element name="CalculationInterval" type="xs:duration"/>
    255     <xs:element name="MetricGroup" type="xs:anyURI"/>
    256     <xs:element name="PostCondition" type="muws2:DialectableExpressionType"/>
    257     <!-- =========   StartSituation   ============  -->
    258     <xs:element name="StartSituation">
    259             <xs:complexType>
    260                     <xs:complexContent>
    261                             <xs:restriction base="muws2:SituationCategoryType"/>
    262                     </xs:complexContent>
    263             </xs:complexType>
    264     </xs:element>
    265     <xs:element name="StartInitiated">
    266             <xs:complexType>
    267                     <xs:complexContent>
    268                             <xs:restriction base="muws2:SituationCategoryType">
    269                                     <xs:sequence>
    270                                             <xs:element ref="muws2:StartSituation"/>
    271                                     </xs:sequence>
    272                             </xs:restriction>
    273                     </xs:complexContent>
    274             </xs:complexType>
    275     </xs:element>
    276     <xs:element name="RestartInitiated">
    277             <xs:complexType>
    278                     <xs:complexContent>
    279                             <xs:restriction base="muws2:SituationCategoryType">
    280                                     <xs:sequence>
    281                                             <xs:element ref="muws2:StartSituation"/>
    282                                     </xs:sequence>
    283                             </xs:restriction>
    284                     </xs:complexContent>
    285             </xs:complexType>
    286     </xs:element>
    287     <xs:element name="StartCompleted">
    288             <xs:complexType>
    289                     <xs:complexContent>
    290                             <xs:restriction base="muws2:SituationCategoryType">
    291                                     <xs:sequence>
    292                                             <xs:element ref="muws2:StartSituation"/>
    293                                     </xs:sequence>
    294                             </xs:restriction>
    295                     </xs:complexContent>
    296             </xs:complexType>
    297     </xs:element>
    298     <!-- =========   StopSituation   ============  -->
    299     <xs:element name="StopSituation">
    300             <xs:complexType>
    301                     <xs:complexContent>
    302                             <xs:restriction base="muws2:SituationCategoryType"/>
    303                     </xs:complexContent>
    304             </xs:complexType>
    305     </xs:element>
    306     <xs:element name="StopInitiated">
    307             <xs:complexType>
    308                     <xs:complexContent>
    309                             <xs:restriction base="muws2:SituationCategoryType">
    310                                     <xs:sequence>
    311                                             <xs:element ref="muws2:StopSituation"/>
    312                                     </xs:sequence>
    313                             </xs:restriction>
    314                     </xs:complexContent>
    315             </xs:complexType>
    316     </xs:element>
    317     <xs:element name="AbortInitiated">
    318             <xs:complexType>
    319                     <xs:complexContent>
    320                             <xs:restriction base="muws2:SituationCategoryType">
    321                                     <xs:sequence>
    322                                             <xs:element ref="muws2:StopSituation"/>
    323                                     </xs:sequence>
    324                             </xs:restriction>
    325                     </xs:complexContent>
    326             </xs:complexType>
    327     </xs:element>
    328     <xs:element name="PauseInitiated">
    329             <xs:complexType>
    330                     <xs:complexContent>
    331                             <xs:restriction base="muws2:SituationCategoryType">
    332                                     <xs:sequence>
    333                                             <xs:element ref="muws2:StopSituation"/>
    334                                     </xs:sequence>
    335                             </xs:restriction>
    336                     </xs:complexContent>
    337             </xs:complexType>
    338     </xs:element>
    339     <xs:element name="StopCompleted">
    340             <xs:complexType>
    341                     <xs:complexContent>
    342                             <xs:restriction base="muws2:SituationCategoryType">
    343                                     <xs:sequence>
    344                                             <xs:element ref="muws2:StopSituation"/>
    345                                     </xs:sequence>
    346                             </xs:restriction>
    347                     </xs:complexContent>
    348             </xs:complexType>
    349     </xs:element>
    350     <!-- =========   RequestSituation   ============  -->
    351     <xs:element name="RequestSituation">
    352             <xs:complexType>
    353                     <xs:complexContent>
    354                             <xs:restriction base="muws2:SituationCategoryType"/>
    355                     </xs:complexContent>
    356             </xs:complexType>
    357     </xs:element>
    358     <xs:element name="RequestInitiated">
    359             <xs:complexType>
    360                     <xs:complexContent>
    361                             <xs:restriction base="muws2:SituationCategoryType">
    362                                     <xs:sequence>
    363                                             <xs:element ref="muws2:RequestSituation"/>
    364                                     </xs:sequence>
    365                             </xs:restriction>
    366                     </xs:complexContent>
    367             </xs:complexType>
    368     </xs:element>
    369     <xs:element name="RequestCompleted">
    370             <xs:complexType>
    371                     <xs:complexContent>
    372                             <xs:restriction base="muws2:SituationCategoryType">
    373                                     <xs:sequence>
    374                                             <xs:element ref="muws2:RequestSituation"/>
    375                                     </xs:sequence>
    376                             </xs:restriction>
    377                     </xs:complexContent>
    378             </xs:complexType>
    379     </xs:element>
    380     <!-- =========   DestroySituation   ============  -->
    381     <xs:element name="DestroySituation">
    382             <xs:complexType>
    383                     <xs:complexContent>
    384                             <xs:restriction base="muws2:SituationCategoryType"/>
    385                     </xs:complexContent>
    386             </xs:complexType>
    387     </xs:element>
    388     <xs:element name="DestroyInitiated">
    389             <xs:complexType>
    390                     <xs:complexContent>
    391                             <xs:restriction base="muws2:SituationCategoryType">
    392                                     <xs:sequence>
    393                                             <xs:element ref="muws2:DestroySituation"/>
    394                                     </xs:sequence>
    395                             </xs:restriction>
    396                     </xs:complexContent>
    397             </xs:complexType>
    398     </xs:element>
    399     <xs:element name="DestroyCompleted">
    400             <xs:complexType>
    401                     <xs:complexContent>
    402                             <xs:restriction base="muws2:SituationCategoryType">
    403                                     <xs:sequence>
    404                                             <xs:element ref="muws2:DestroySituation"/>
    405                                     </xs:sequence>
    406                             </xs:restriction>
    407                     </xs:complexContent>
    408             </xs:complexType>
    409     </xs:element>
    410     <!-- =========   CreateSituation   ============  -->
    411     <xs:element name="CreateSituation">
    412             <xs:complexType>
    413                     <xs:complexContent>
    414                             <xs:restriction base="muws2:SituationCategoryType"/>
    415                     </xs:complexContent>
    416             </xs:complexType>
    417     </xs:element>
    418     <xs:element name="CreateInitiated">
    419             <xs:complexType>
    420                     <xs:complexContent>
    421                             <xs:restriction base="muws2:SituationCategoryType">
    422                                     <xs:sequence>
    423                                             <xs:element ref="muws2:CreateSituation"/>
    424                                     </xs:sequence>
    425                             </xs:restriction>
    426                     </xs:complexContent>
    427             </xs:complexType>
    428     </xs:element>
    429     <xs:element name="CreateCompleted">
    430             <xs:complexType>
    431                     <xs:complexContent>
    432                             <xs:restriction base="muws2:SituationCategoryType">
    433                                     <xs:sequence>
    434                                             <xs:element ref="muws2:CreateSituation"/>
    435                                     </xs:sequence>
    436                             </xs:restriction>
    437                     </xs:complexContent>
    438             </xs:complexType>
    439     </xs:element>
    440     <!-- =========   ConnectSituation   ============  -->
    441     <xs:element name="ConnectSituation">
    442             <xs:complexType>
    443                     <xs:complexContent>
    444                             <xs:restriction base="muws2:SituationCategoryType"/>
    445                     </xs:complexContent>
    446             </xs:complexType>
    447     </xs:element>
    448     <xs:element name="ConnectInitiated">
    449             <xs:complexType>
    450                     <xs:complexContent>
    451                             <xs:restriction base="muws2:SituationCategoryType">
    452                                     <xs:sequence>
    453                                             <xs:element ref="muws2:ConnectSituation"/>
    454                                     </xs:sequence>
    455                             </xs:restriction>
    456                     </xs:complexContent>
    457             </xs:complexType>
    458     </xs:element>
    459     <xs:element name="ReconnectInitiated">
    460             <xs:complexType>
    461                     <xs:complexContent>
    462                             <xs:restriction base="muws2:SituationCategoryType">
    463                                     <xs:sequence>
    464                                             <xs:element ref="muws2:ConnectSituation"/>
    465                                     </xs:sequence>
    466                             </xs:restriction>
    467                     </xs:complexContent>
    468             </xs:complexType>
    469     </xs:element>
    470     <xs:element name="ConnectCompleted">
    471             <xs:complexType>
    472                     <xs:complexContent>
    473                             <xs:restriction base="muws2:SituationCategoryType">
    474                                     <xs:sequence>
    475                                             <xs:element ref="muws2:ConnectSituation"/>
    476                                     </xs:sequence>
    477                             </xs:restriction>
    478                     </xs:complexContent>
    479             </xs:complexType>
    480     </xs:element>
    481     <!-- =========   ReportSituation   ============  -->
    482     <xs:element name="ReportSituation">
    483             <xs:complexType>
    484                     <xs:complexContent>
    485                             <xs:restriction base="muws2:SituationCategoryType"/>
    486                     </xs:complexContent>
    487             </xs:complexType>
    488     </xs:element>
    489     <xs:element name="PerformanceReport">
    490             <xs:complexType>
    491                     <xs:complexContent>
    492                             <xs:restriction base="muws2:SituationCategoryType">
    493                                     <xs:sequence>
    494                                             <xs:element ref="muws2:ReportSituation"/>
    495                                     </xs:sequence>
    496                             </xs:restriction>
    497                     </xs:complexContent>
    498             </xs:complexType>
    499     </xs:element>
    500     <xs:element name="SecurityReport">
    501             <xs:complexType>
    502                     <xs:complexContent>
    503                             <xs:restriction base="muws2:SituationCategoryType">
    504                                     <xs:sequence>
    505                                             <xs:element ref="muws2:ReportSituation"/>
    506                                     </xs:sequence>
    507                             </xs:restriction>
    508                     </xs:complexContent>
    509             </xs:complexType>
    510     </xs:element>
    511     <xs:element name="HeartbeatReport">
    512             <xs:complexType>
    513                     <xs:complexContent>
    514                             <xs:restriction base="muws2:SituationCategoryType">
    515                                     <xs:sequence>
    516                                             <xs:element ref="muws2:ReportSituation"/>
    517                                     </xs:sequence>
    518                             </xs:restriction>
    519                     </xs:complexContent>
    520             </xs:complexType>
    521     </xs:element>
    522     <xs:element name="StatusReport">
    523             <xs:complexType>
    524                     <xs:complexContent>
    525                             <xs:restriction base="muws2:SituationCategoryType">
    526                                     <xs:sequence>
    527                                             <xs:element ref="muws2:ReportSituation"/>
    528                                     </xs:sequence>
    529                             </xs:restriction>
    530                     </xs:complexContent>
    531             </xs:complexType>
    532     </xs:element>
    533     <xs:element name="TraceReport">
    534             <xs:complexType>
    535                     <xs:complexContent>
    536                             <xs:restriction base="muws2:SituationCategoryType"&g

  • Macbook reboots suddenly when I full screen video

    Hello
    I am having issues with my Macbook and hope someone can help. My Macbook shuts down and reboots randomly and suddenly under very specific circumstances. The fault only ever occurs either at a random point during full screen playback (this can be anything from a few minutes to an hour or so into a video), or more commonly, at precisely the moment that I click full screen. It's almost as if there is some sort of short circuit somewhere between the display and the power source inside the macbook that is being triggered when I go full screen. I should impress that in this second circumstance it is immediately after I click full screen that I experience the problem. I see it opening up across my monitor then I see a black screen and hear the optical drive as the macbook reboots. This has only happened when watching either BBC iPlayer or a movie in quicktime (with or without Perian components involved as it happens with all formats of movie).
    The fault is not 100% reproducible as sometimes after resetting the SMC it will go for several days and be fine, but then it will reboot up to ten times in one day. Temperatures don't seem to be the issue as they don't seem excessively high during playback.
    I wonder if anyone can give some advice? I did not purchase the insurance package when I purchased the laptop as Apple's marketing led me to believe I was buying a premium well made product, and I will not be paying hundreds of pounds for Apple to repair this so I am looking for any user solutions before I go up the customer service structure to get this fixed under the Sale of Goods Act.
    I should mention I have already reinstalled Snow Leopard to no avail.
    Many thanks for any solutions that are forthcoming

    I'm actually running 10.6 but have run memtest and attach log below.
    Memtest version 4.21 (64-bit)
    Copyright (C) 2004 Charles Cazabon
    Copyright (C) 2004-2007 Tony Scaminaci (Macintosh port)
    Licensed under the GNU General Public License version 2 only
    Mac OS X 10.6.4 (10F569) running in single user mode
    Memory Page Size: 4096
    System has 2 Intel processor(s) with SSE
    Requested memory: 874MB (917262336 bytes)
    Available memory: 874MB (917262336 bytes)
    NOTE: Memory request is too large, reducing to acceptable value...
    Allocated memory: 850MB (891578944 bytes) at local address 0x0000000101000000
    Attempting memory lock... locked successfully
    Partitioning memory into 2 comparison buffers...
    Buffer A: 425MB (445789472 bytes) starts at local address 0x0000000101000000
    Buffer B: 425MB (445789472 bytes) starts at local address 0x000000011b923520
    Running 1 test sequence... (CTRL-C to quit)
    Test sequence 1 of 1:
    Running tests on full 850MB region...
    Stuck Address : setting 1 of 16testing 1 of 16setting 2 of 16testing 2 of 16setting 3 of 16testing 3 of 16setting 4 of 16testing 4 of 16setting 5 of 16testing 5 of 16setting 6 of 16testing 6 of 16setting 7 of 16testing 7 of 16setting 8 of 16testing 8 of 16setting 9 of 16testing 9 of 16setting 10 of 16testing 10 of 16setting 11 of 16testing 11 of 16setting 12 of 16testing 12 of 16setting 13 of 16testing 13 of 16setting 14 of 16testing 14 of 16setting 15 of 16testing 15 of 16setting 16 of 16testing 16 of 16 ok
    Linear PRN : setting 1 of 16testing 1 of 16setting 2 of 16testing 2 of 16setting 3 of 16testing 3 of 16setting 4 of 16testing 4 of 16setting 5 of 16testing 5 of 16setting 6 of 16testing 6 of 16setting 7 of 16testing 7 of 16setting 8 of 16testing 8 of 16setting 9 of 16testing 9 of 16setting 10 of 16testing 10 of 16setting 11 of 16testing 11 of 16setting 12 of 16testing 12 of 16setting 13 of 16testing 13 of 16setting 14 of 16testing 14 of 16setting 15 of 16testing 15 of 16setting 16 of 16testing 16 of 16 ok
    Running comparison tests using 425MB buffers...
    Random Value : \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/ -\|/-\|/-\|/-\ ok
    Compare XOR :  ok
    Compare SUB :  ok
    Compare MUL :  ok
    Compare DIV :  ok
    Compare OR :  ok
    Compare AND :  ok
    Sequential Increment:  ok
    Solid Bits : setting 1 of 64testing 1 of 64setting 2 of 64testing 2 of 64setting 3 of 64testing 3 of 64setting 4 of 64testing 4 of 64setting 5 of 64testing 5 of 64setting 6 of 64testing 6 of 64setting 7 of 64testing 7 of 64setting 8 of 64testing 8 of 64setting 9 of 64testing 9 of 64setting 10 of 64testing 10 of 64setting 11 of 64testing 11 of 64setting 12 of 64testing 12 of 64setting 13 of 64testing 13 of 64setting 14 of 64testing 14 of 64setting 15 of 64testing 15 of 64setting 16 of 64testing 16 of 64setting 17 of 64testing 17 of 64setting 18 of 64testing 18 of 64setting 19 of 64testing 19 of 64setting 20 of 64testing 20 of 64setting 21 of 64testing 21 of 64setting 22 of 64testing 22 of 64setting 23 of 64testing 23 of 64setting 24 of 64testing 24 of 64setting 25 of 64testing 25 of 64setting 26 of 64testing 26 of 64setting 27 of 64testing 27 of 64setting 28 of 64testing 28 of 64setting 29 of 64testing 29 of 64setting 30 of 64testing 30 of 64setting 31 of 64testing 31 of 64setting 32 of 64testing 32 of 64setting 33 of 64testing 33 of 64setting 34 of 64testing 34 of 64setting 35 of 64testing 35 of 64setting 36 of 64testing 36 of 64setting 37 of 64testing 37 of 64setting 38 of 64testing 38 of 64setting 39 of 64testing 39 of 64setting 40 of 64testing 40 of 64setting 41 of 64testing 41 of 64setting 42 of 64testing 42 of 64setting 43 of 64testing 43 of 64setting 44 of 64testing 44 of 64setting 45 of 64testing 45 of 64setting 46 of 64testing 46 of 64setting 47 of 64testing 47 of 64setting 48 of 64testing 48 of 64setting 49 of 64testing 49 of 64setting 50 of 64testing 50 of 64setting 51 of 64testing 51 of 64setting 52 of 64testing 52 of 64setting 53 of 64testing 53 of 64setting 54 of 64testing 54 of 64setting 55 of 64testing 55 of 64setting 56 of 64testing 56 of 64setting 57 of 64testing 57 of 64setting 58 of 64testing 58 of 64setting 59 of 64testing 59 of 64setting 60 of 64testing 60 of 64setting 61 of 64testing 61 of 64setting 62 of 64testing 62 of 64setting 63 of 64testing 63 of 64setting 64 of 64testing 64 of 64 ok
    Block Sequential : setting 1 of 256testing 1 of 256setting 2 of 256testing 2 of 256setting 3 of 256testing 3 of 256setting 4 of 256testing 4 of 256setting 5 of 256testing 5 of 256setting 6 of 256testing 6 of 256setting 7 of 256testing 7 of 256setting 8 of 256testing 8 of 256setting 9 of 256testing 9 of 256setting 10 of 256testing 10 of 256setting 11 of 256testing 11 of 256setting 12 of 256testing 12 of 256setting 13 of 256testing 13 of 256setting 14 of 256testing 14 of 256setting 15 of 256testing 15 of 256setting 16 of 256testing 16 of 256setting 17 of 256testing 17 of 256setting 18 of 256testing 18 of 256setting 19 of 256testing 19 of 256setting 20 of 256testing 20 of 256setting 21 of 256testing 21 of 256setting 22 of 256testing 22 of 256setting 23 of 256testing 23 of 256setting 24 of 256testing 24 of 256setting 25 of 256testing 25 of 256setting 26 of 256testing 26 of 256setting 27 of 256testing 27 of 256setting 28 of 256testing 28 of 256setting 29 of 256testing 29 of 256setting 30 of 256testing 30 of 256setting 31 of 256testing 31 of 256setting 32 of 256testing 32 of 256setting 33 of 256testing 33 of 256setting 34 of 256testing 34 of 256setting 35 of 256testing 35 of 256setting 36 of 256testing 36 of 256setting 37 of 256testing 37 of 256setting 38 of 256testing 38 of 256setting 39 of 256testing 39 of 256setting 40 of 256testing 40 of 256setting 41 of 256testing 41 of 256setting 42 of 256testing 42 of 256setting 43 of 256testing 43 of 256setting 44 of 256testing 44 of 256setting 45 of 256testing 45 of 256setting 46 of 256testing 46 of 256setting 47 of 256testing 47 of 256setting 48 of 256testing 48 of 256setting 49 of 256testing 49 of 256setting 50 of 256testing 50 of 256setting 51 of 256testing 51 of 256setting 52 of 256testing 52 of 256setting 53 of 256testing 53 of 256setting 54 of 256testing 54 of 256setting 55 of 256testing 55 of 256setting 56 of 256testing 56 of 256setting 57 of 256testing 57 of 256setting 58 of 256testing 58 of 256setting 59 of 256testing 59 of 256setting 60 of 256testing 60 of 256setting 61 of 256testing 61 of 256setting 62 of 256testing 62 of 256setting 63 of 256testing 63 of 256setting 64 of 256testing 64 of 256setting 65 of 256testing 65 of 256setting 66 of 256testing 66 of 256setting 67 of 256testing 67 of 256setting 68 of 256testing 68 of 256setting 69 of 256testing 69 of 256setting 70 of 256testing 70 of 256setting 71 of 256testing 71 of 256setting 72 of 256testing 72 of 256setting 73 of 256testing 73 of 256setting 74 of 256testing 74 of 256setting 75 of 256testing 75 of 256setting 76 of 256testing 76 of 256setting 77 of 256testing 77 of 256setting 78 of 256testing 78 of 256setting 79 of 256testing 79 of 256setting 80 of 256testing 80 of 256setting 81 of 256testing 81 of 256setting 82 of 256testing 82 of 256setting 83 of 256testing 83 of 256setting 84 of 256testing 84 of 256setting 85 of 256testing 85 of 256setting 86 of 256testing 86 of 256setting 87 of 256testing 87 of 256setting 88 of 256testing 88 of 256setting 89 of 256testing 89 of 256setting 90 of 256testing 90 of 256setting 91 of 256testing 91 of 256setting 92 of 256testing 92 of 256setting 93 of 256testing 93 of 256setting 94 of 256testing 94 of 256setting 95 of 256testing 95 of 256setting 96 of 256testing 96 of 256setting 97 of 256testing 97 of 256setting 98 of 256testing 98 of 256setting 99 of 256testing 99 of 256setting 100 of 256testing 100 of 256setting 101 of 256testing 101 of 256setting 102 of 256testing 102 of 256setting 103 of 256testing 103 of 256setting 104 of 256testing 104 of 256setting 105 of 256testing 105 of 256setting 106 of 256testing 106 of 256setting 107 of 256testing 107 of 256setting 108 of 256testing 108 of 256setting 109 of 256testing 109 of 256setting 110 of 256testing 110 of 256setting 111 of 256testing 111 of 256setting 112 of 256testing 112 of 256setting 113 of 256testing 113 of 256setting 114 of 256testing 114 of 256setting 115 of 256testing 115 of 256setting 116 of 256testing 116 of 256setting 117 of 256testing 117 of 256setting 118 of 256testing 118 of 256setting 119 of 256testing 119 of 256setting 120 of 256testing 120 of 256setting 121 of 256testing 121 of 256setting 122 of 256testing 122 of 256setting 123 of 256testing 123 of 256setting 124 of 256testing 124 of 256setting 125 of 256testing 125 of 256setting 126 of 256testing 126 of 256setting 127 of 256testing 127 of 256setting 128 of 256testing 128 of 256setting 129 of 256testing 129 of 256setting 130 of 256testing 130 of 256setting 131 of 256testing 131 of 256setting 132 of 256testing 132 of 256setting 133 of 256testing 133 of 256setting 134 of 256testing 134 of 256setting 135 of 256testing 135 of 256setting 136 of 256testing 136 of 256setting 137 of 256testing 137 of 256setting 138 of 256testing 138 of 256setting 139 of 256testing 139 of 256setting 140 of 256testing 140 of 256setting 141 of 256testing 141 of 256setting 142 of 256testing 142 of 256setting 143 of 256testing 143 of 256setting 144 of 256testing 144 of 256setting 145 of 256testing 145 of 256setting 146 of 256testing 146 of 256setting 147 of 256testing 147 of 256setting 148 of 256testing 148 of 256setting 149 of 256testing 149 of 256setting 150 of 256testing 150 of 256setting 151 of 256testing 151 of 256setting 152 of 256testing 152 of 256setting 153 of 256testing 153 of 256setting 154 of 256testing 154 of 256setting 155 of 256testing 155 of 256setting 156 of 256testing 156 of 256setting 157 of 256testing 157 of 256setting 158 of 256testing 158 of 256setting 159 of 256testing 159 of 256setting 160 of 256testing 160 of 256setting 161 of 256testing 161 of 256setting 162 of 256testing 162 of 256setting 163 of 256testing 163 of 256setting 164 of 256testing 164 of 256setting 165 of 256testing 165 of 256setting 166 of 256testing 166 of 256setting 167 of 256testing 167 of 256setting 168 of 256testing 168 of 256setting 169 of 256testing 169 of 256setting 170 of 256testing 170 of 256setting 171 of 256testing 171 of 256setting 172 of 256testing 172 of 256setting 173 of 256testing 173 of 256setting 174 of 256testing 174 of 256setting 175 of 256testing 175 of 256setting 176 of 256testing 176 of 256setting 177 of 256testing 177 of 256setting 178 of 256testing 178 of 256setting 179 of 256testing 179 of 256setting 180 of 256testing 180 of 256setting 181 of 256testing 181 of 256setting 182 of 256testing 182 of 256setting 183 of 256testing 183 of 256setting 184 of 256testing 184 of 256setting 185 of 256testing 185 of 256setting 186 of 256testing 186 of 256setting 187 of 256testing 187 of 256setting 188 of 256testing 188 of 256setting 189 of 256testing 189 of 256setting 190 of 256testing 190 of 256setting 191 of 256testing 191 of 256setting 192 of 256testing 192 of 256setting 193 of 256testing 193 of 256setting 194 of 256testing 194 of 256setting 195 of 256testing 195 of 256setting 196 of 256testing 196 of 256setting 197 of 256testing 197 of 256setting 198 of 256testing 198 of 256setting 199 of 256testing 199 of 256setting 200 of 256testing 200 of 256setting 201 of 256testing 201 of 256setting 202 of 256testing 202 of 256setting 203 of 256testing 203 of 256setting 204 of 256testing 204 of 256setting 205 of 256testing 205 of 256setting 206 of 256testing 206 of 256setting 207 of 256testing 207 of 256setting 208 of 256testing 208 of 256setting 209 of 256testing 209 of 256setting 210 of 256testing 210 of 256setting 211 of 256testing 211 of 256setting 212 of 256testing 212 of 256setting 213 of 256testing 213 of 256setting 214 of 256testing 214 of 256setting 215 of 256testing 215 of 256setting 216 of 256testing 216 of 256setting 217 of 256testing 217 of 256setting 218 of 256testing 218 of 256setting 219 of 256testing 219 of 256setting 220 of 256testing 220 of 256setting 221 of 256testing 221 of 256setting 222 of 256testing 222 of 256setting 223 of 256testing 223 of 256setting 224 of 256testing 224 of 256setting 225 of 256testing 225 of 256setting 226 of 256testing 226 of 256setting 227 of 256testing 227 of 256setting 228 of 256testing 228 of 256setting 229 of 256testing 229 of 256setting 230 of 256testing 230 of 256setting 231 of 256testing 231 of 256setting 232 of 256testing 232 of 256setting 233 of 256testing 233 of 256setting 234 of 256testing 234 of 256setting 235 of 256testing 235 of 256setting 236 of 256testing 236 of 256setting 237 of 256testing 237 of 256setting 238 of 256testing 238 of 256setting 239 of 256testing 239 of 256setting 240 of 256testing 240 of 256setting 241 of 256testing 241 of 256setting 242 of 256testing 242 of 256setting 243 of 256testing 243 of 256setting 244 of 256testing 244 of 256setting 245 of 256testing 245 of 256setting 246 of 256testing 246 of 256setting 247 of 256testing 247 of 256setting 248 of 256testing 248 of 256setting 249 of 256testing 249 of 256setting 250 of 256testing 250 of 256setting 251 of 256testing 251 of 256setting 252 of 256testing 252 of 256setting 253 of 256testing 253 of 256setting 254 of 256testing 254 of 256setting 255 of 256testing 255 of 256setting 256 of 256testing 256 of 256 ok
    Checkerboard : setting 1 of 64testing 1 of 64setting 2 of 64testing 2 of 64setting 3 of 64testing 3 of 64setting 4 of 64testing 4 of 64setting 5 of 64testing 5 of 64setting 6 of 64testing 6 of 64setting 7 of 64testing 7 of 64setting 8 of 64testing 8 of 64setting 9 of 64testing 9 of 64setting 10 of 64testing 10 of 64setting 11 of 64testing 11 of 64setting 12 of 64testing 12 of 64setting 13 of 64testing 13 of 64setting 14 of 64testing 14 of 64setting 15 of 64testing 15 of 64setting 16 of 64testing 16 of 64setting 17 of 64testing 17 of 64setting 18 of 64testing 18 of 64setting 19 of 64testing 19 of 64setting 20 of 64testing 20 of 64setting 21 of 64testing 21 of 64setting 22 of 64testing 22 of 64setting 23 of 64testing 23 of 64setting 24 of 64testing 24 of 64setting 25 of 64testing 25 of 64setting 26 of 64testing 26 of 64setting 27 of 64testing 27 of 64setting 28 of 64testing 28 of 64setting 29 of 64testing 29 of 64setting 30 of 64testing 30 of 64setting 31 of 64testing 31 of 64setting 32 of 64testing 32 of 64setting 33 of 64testing 33 of 64setting 34 of 64testing 34 of 64setting 35 of 64testing 35 of 64setting 36 of 64testing 36 of 64setting 37 of 64testing 37 of 64setting 38 of 64testing 38 of 64setting 39 of 64testing 39 of 64setting 40 of 64testing 40 of 64setting 41 of 64testing 41 of 64setting 42 of 64testing 42 of 64setting 43 of 64testing 43 of 64setting 44 of 64testing 44 of 64setting 45 of 64testing 45 of 64setting 46 of 64testing 46 of 64setting 47 of 64testing 47 of 64setting 48 of 64testing 48 of 64setting 49 of 64testing 49 of 64setting 50 of 64testing 50 of 64setting 51 of 64testing 51 of 64setting 52 of 64testing 52 of 64setting 53 of 64testing 53 of 64setting 54 of 64testing 54 of 64setting 55 of 64testing 55 of 64setting 56 of 64testing 56 of 64setting 57 of 64testing 57 of 64setting 58 of 64testing 58 of 64setting 59 of 64testing 59 of 64setting 60 of 64testing 60 of 64setting 61 of 64testing 61 of 64setting 62 of 64testing 62 of 64setting 63 of 64testing 63 of 64setting 64 of 64testing 64 of 64 ok
    Bit Spread : setting 1 of 128testing 1 of 128setting 2 of 128testing 2 of 128setting 3 of 128testing 3 of 128setting 4 of 128testing 4 of 128setting 5 of 128testing 5 of 128setting 6 of 128testing 6 of 128setting 7 of 128testing 7 of 128setting 8 of 128testing 8 of 128setting 9 of 128testing 9 of 128setting 10 of 128testing 10 of 128setting 11 of 128testing 11 of 128setting 12 of 128testing 12 of 128setting 13 of 128testing 13 of 128setting 14 of 128testing 14 of 128setting 15 of 128testing 15 of 128setting 16 of 128testing 16 of 128setting 17 of 128testing 17 of 128setting 18 of 128testing 18 of 128setting 19 of 128testing 19 of 128setting 20 of 128testing 20 of 128setting 21 of 128testing 21 of 128setting 22 of 128testing 22 of 128setting 23 of 128testing 23 of 128setting 24 of 128testing 24 of 128setting 25 of 128testing 25 of 128setting 26 of 128testing 26 of 128setting 27 of 128testing 27 of 128setting 28 of 128testing 28 of 128setting 29 of 128testing 29 of 128setting 30 of 128testing 30 of 128setting 31 of 128testing 31 of 128setting 32 of 128testing 32 of 128setting 33 of 128testing 33 of 128setting 34 of 128testing 34 of 128setting 35 of 128testing 35 of 128setting 36 of 128testing 36 of 128setting 37 of 128testing 37 of 128setting 38 of 128testing 38 of 128setting 39 of 128testing 39 of 128setting 40 of 128testing 40 of 128setting 41 of 128testing 41 of 128setting 42 of 128testing 42 of 128setting 43 of 128testing 43 of 128setting 44 of 128testing 44 of 128setting 45 of 128testing 45 of 128setting 46 of 128testing 46 of 128setting 47 of 128testing 47 of 128setting 48 of 128testing 48 of 128setting 49 of 128testing 49 of 128setting 50 of 128testing 50 of 128setting 51 of 128testing 51 of 128setting 52 of 128testing 52 of 128setting 53 of 128testing 53 of 128setting 54 of 128testing 54 of 128setting 55 of 128testing 55 of 128setting 56 of 128testing 56 of 128setting 57 of 128testing 57 of 128setting 58 of 128testing 58 of 128setting 59 of 128testing 59 of 128setting 60 of 128testing 60 of 128setting 61 of 128testing 61 of 128setting 62 of 128testing 62 of 128setting 63 of 128testing 63 of 128setting 64 of 128testing 64 of 128setting 65 of 128testing 65 of 128setting 66 of 128testing 66 of 128setting 67 of 128testing 67 of 128setting 68 of 128testing 68 of 128setting 69 of 128testing 69 of 128setting 70 of 128testing 70 of 128setting 71 of 128testing 71 of 128setting 72 of 128testing 72 of 128setting 73 of 128testing 73 of 128setting 74 of 128testing 74 of 128setting 75 of 128testing 75 of 128setting 76 of 128testing 76 of 128setting 77 of 128testing 77 of 128setting 78 of 128testing 78 of 128setting 79 of 128testing 79 of 128setting 80 of 128testing 80 of 128setting 81 of 128testing 81 of 128setting 82 of 128testing 82 of 128setting 83 of 128testing 83 of 128setting 84 of 128testing 84 of 128setting 85 of 128testing 85 of 128setting 86 of 128testing 86 of 128setting 87 of 128testing 87 of 128setting 88 of 128testing 88 of 128setting 89 of 128testing 89 of 128setting 90 of 128testing 90 of 128setting 91 of 128testing 91 of 128setting 92 of 128testing 92 of 128setting 93 of 128testing 93 of 128setting 94 of 128testing 94 of 128setting 95 of 128testing 95 of 128setting 96 of 128testing 96 of 128setting 97 of 128testing 97 of 128setting 98 of 128testing 98 of 128setting 99 of 128testing 99 of 128setting 100 of 128testing 100 of 128setting 101 of 128testing 101 of 128setting 102 of 128testing 102 of 128setting 103 of 128testing 103 of 128setting 104 of 128testing 104 of 128setting 105 of 128testing 105 of 128setting 106 of 128testing 106 of 128setting 107 of 128testing 107 of 128setting 108 of 128testing 108 of 128setting 109 of 128testing 109 of 128setting 110 of 128testing 110 of 128setting 111 of 128testing 111 of 128setting 112 of 128testing 112 of 128setting 113 of 128testing 113 of 128setting 114 of 128testing 114 of 128setting 115 of 128testing 115 of 128setting 116 of 128testing 116 of 128setting 117 of 128testing 117 of 128setting 118 of 128testing 118 of 128setting 119 of 128testing 119 of 128setting 120 of 128testing 120 of 128setting 121 of 128testing 121 of 128setting 122 of 128testing 122 of 128setting 123 of 128testing 123 of 128setting 124 of 128testing 124 of 128setting 125 of 128testing 125 of 128setting 126 of 128testing 126 of 128setting 127 of 128testing 127 of 128setting 128 of 128testing 128 of 128 ok
    Bit Flip : setting 1 of 512testing 1 of 512setting 2 of 512testing 2 of 512setting 3 of 512testing 3 of 512setting 4 of 512testing 4 of 512setting 5 of 512testing 5 of 512setting 6 of 512testing 6 of 512setting 7 of 512testing 7 of 512setting 8 of 512testing 8 of 512setting 9 of 512testing 9 of 512setting 10 of 512testing 10 of 512setting 11 of 512testing 11 of 512setting 12 of 512testing 12 of 512setting 13 of 512testing 13 of 512setting 14 of 512testing 14 of 512setting 15 of 512testing 15 of 512setting 16 of 512testing 16 of 512setting 17 of 512testing 17 of 512setting 18 of 512testing 18 of 512setting 19 of 512testing 19 of 512setting 20 of 512testing 20 of 512setting 21 of 512testing 21 of 512setting 22 of 512testing 22 of 512setting 23 of 512testing 23 of 512setting 24 of 512testing 24 of 512setting 25 of 512testing 25 of 512setting 26 of 512testing 26 of 512setting 27 of 512testing 27 of 512setting 28 of 512testing 28 of 512setting 29 of 512testing 29 of 512setting 30 of 512testing 30 of 512setting 31 of 512testing 31 of 512setting 32 of 512testing 32 of 512setting 33 of 512testing 33 of 512setting 34 of 512testing 34 of 512setting 35 of 512testing 35 of 512setting 36 of 512testing 36 of 512setting 37 of 512testing 37 of 512setting 38 of 512testing 38 of 512setting 39 of 512testing 39 of 512setting 40 of 512testing 40 of 512setting 41 of 512testing 41 of 512setting 42 of 512testing 42 of 512setting 43 of 512testing 43 of 512setting 44 of 512testing 44 of 512setting 45 of 512testing 45 of 512setting 46 of 512testing 46 of 512setting 47 of 512testing 47 of 512setting 48 of 512testing 48 of 512setting 49 of 512testing 49 of 512setting 50 of 512testing 50 of 512setting 51 of 512testing 51 of 512setting 52 of 512testing 52 of 512setting 53 of 512testing 53 of 512setting 54 of 512testing 54 of 512setting 55 of 512testing 55 of 512setting 56 of 512testing 56 of 512setting 57 of 512testing 57 of 512setting 58 of 512testing 58 of 512setting 59 of 512testing 59 of 512setting 60 of 512testing 60 of 512setting 61 of 512testing 61 of 512setting 62 of 512testing 62 of 512setting 63 of 512testing 63 of 512setting 64 of 512testing 64 of 512setting 65 of 512testing 65 of 512setting 66 of 512testing 66 of 512setting 67 of 512testing 67 of 512setting 68 of 512testing 68 of 512setting 69 of 512testing 69 of 512setting 70 of 512testing 70 of 512setting 71 of 512testing 71 of 512setting 72 of 512testing 72 of 512setting 73 of 512testing 73 of 512setting 74 of 512testing 74 of 512setting 75 of 512testing 75 of 512setting 76 of 512testing 76 of 512setting 77 of 512testing 77 of 512setting 78 of 512testing 78 of 512setting 79 of 512testing 79 of 512setting 80 of 512testing 80 of 512setting 81 of 512testing 81 of 512setting 82 of 512testing 82 of 512setting 83 of 512testing 83 of 512setting 84 of 512testing 84 of 512setting 85 of 512testing 85 of 512setting 86 of 512testing 86 of 512setting 87 of 512testing 87 of 512setting 88 of 512testing 88 of 512setting 89 of 512testing 89 of 512setting 90 of 512testing 90 of 512setting 91 of 512testing 91 of 512setting 92 of 512testing 92 of 512setting 93 of 512testing 93 of 512setting 94 of 512testing 94 of 512setting 95 of 512testing 95 of 512setting 96 of 512testing 96 of 512setting 97 of 512testing 97 of 512setting 98 of 512testing 98 of 512setting 99 of 512testing 99 of 512setting 100 of 512testing 100 of 512setting 101 of 512testing 101 of 512setting 102 of 512testing 102 of 512setting 103 of 512testing 103 of 512setting 104 of 512testing 104 of 512setting 105 of 512testing 105 of 512setting 106 of 512testing 106 of 512setting 107 of 512testing 107 of 512setting 108 of 512testing 108 of 512setting 109 of 512testing 109 of 512setting 110 of 512testing 110 of 512setting 111 of 512testing 111 of 512setting 112 of 512testing 112 of 512setting 113 of 512testing 113 of 512setting 114 of 512testing 114 of 512setting 115 of 512testing 115 of 512setting 116 of 512testing 116 of 512setting 117 of 512testing 117 of 512setting 118 of 512testing 118 of 512setting 119 of 512testing 119 of 512setting 120 of 512testing 120 of 512setting 121 of 512testing 121 of 512setting 122 of 512testing 122 of 512setting 123 of 512testing 123 of 512setting 124 of 512testing 124 of 512setting 125 of 512testing 125 of 512setting 126 of 512testing 126 of 512setting 127 of 512testing 127 of 512setting 128 of 512testing 128 of 512setting 129 of 512testing 129 of 512setting 130 of 512testing 130 of 512setting 131 of 512testing 131 of 512setting 132 of 512testing 132 of 512setting 133 of 512testing 133 of 512setting 134 of 512testing 134 of 512setting 135 of 512testing 135 of 512setting 136 of 512testing 136 of 512setting 137 of 512testing 137 of 512setting 138 of 512testing 138 of 512setting 139 of 512testing 139 of 512setting 140 of 512testing 140 of 512setting 141 of 512testing 141 of 512setting 142 of 512testing 142 of 512setting 143 of 512testing 143 of 512setting 144 of 512testing 144 of 512setting 145 of 512testing 145 of 512setting 146 of 512testing 146 of 512setting 147 of 512testing 147 of 512setting 148 of 512testing 148 of 512setting 149 of 512testing 149 of 512setting 150 of 512testing 150 of 512setting 151 of 512testing 151 of 512setting 152 of 512testing 152 of 512setting 153 of 512testing 153 of 512setting 154 of 512testing 154 of 512setting 155 of 512testing 155 of 512setting 156 of 512testing 156 of 512setting 157 of 512testing 157 of 512setting 158 of 512testing 158 of 512setting 159 of 512testing 159 of 512setting 160 of 512testing 160 of 512setting 161 of 512testing 161 of 512setting 162 of 512testing 162 of 512setting 163 of 512testing 163 of 512setting 164 of 512testing 164 of 512setting 165 of 512testing 165 of 512setting 166 of 512testing 166 of 512setting 167 of 512testing 167 of 512setting 168 of 512testing 168 of 512setting 169 of 512testing 169 of 512setting 170 of 512testing 170 of 512setting 171 of 512testing 171 of 512setting 172 of 512testing 172 of 512setting 173 of 512testing 173 of 512setting 174 of 512testing 174 of 512setting 175 of 512testing 175 of 512setting 176 of 512testing 176 of 512setting 177 of 512testing 177 of 512setting 178 of 512testing 178 of 512setting 179 of 512testing 179 of 512setting 180 of 512testing 180 of 512setting 181 of 512testing 181 of 512setting 182 of 512testing 182 of 512setting 183 of 512testing 183 of 512setting 184 of 512testing 184 of 512setting 185 of 512testing 185 of 512setting 186 of 512testing 186 of 512setting 187 of 512testing 187 of 512setting 188 of 512testing 188 of 512setting 189 of 512testing 189 of 512setting 190 of 512testing 190 of 512setting 191 of 512testing 191 of 512setting 192 of 512testing 192 of 512setting 193 of 512testing 193 of 512setting 194 of 512testing 194 of 512setting 195 of 512testing 195 of 512setting 196 of 512testing 196 of 512setting 197 of 512testing 197 of 512setting 198 of 512testing 198 of 512setting 199 of 512testing 199 of 512setting 200 of 512testing 200 of 512setting 201 of 512testing 201 of 512setting 202 of 512testing 202 of 512setting 203 of 512testing 203 of 512setting 204 of 512testing 204 of 512setting 205 of 512testing 205 of 512setting 206 of 512testing 206 of 512setting 207 of 512testing 207 of 512setting 208 of 512testing 208 of 512setting 209 of 512testing 209 of 512setting 210 of 512testing 210 of 512setting 211 of 512testing 211 of 512setting 212 of 512testing 212 of 512setting 213 of 512testing 213 of 512setting 214 of 512testing 214 of 512setting 215 of 512testing 215 of 512setting 216 of 512testing 216 of 512setting 217 of 512testing 217 of 512setting 218 of 512testing 218 of 512setting 219 of 512testing 219 of 512setting 220 of 512testing 220 of 512setting 221 of 512testing 221 of 512setting 222 of 512testing 222 of 512setting 223 of 512testing 223 of 512setting 224 of 512testing 224 of 512setting 225 of 512testing 225 of 512setting 226 of 512testing 226 of 512setting 227 of 512testing 227 of 512setting 228 of 512testing 228 of 512setting 229 of 512testing 229 of 512setting 230 of 512testing 230 of 512setting 231 of 512testing 231 of 512setting 232 of 512testing 232 of 512setting 233 of 512testing 233 of 512setting 234 of 512testing 234 of 512setting 235 of 512testing 235 of 512setting 236 of 512testing 236 of 512setting 237 of 512testing 237 of 512setting 238 of 512testing 238 of 512setting 239 of 512testing 239 of 512setting 240 of 512testing 240 of 512setting 241 of 512testing 241 of 512setting 242 of 512testing 242 of 512setting 243 of 512testing 243 of 512setting 244 of 512testing 244 of 512setting 245 of 512testing 245 of 512setting 246 of 512testing 246 of 512setting 247 of 512testing 247 of 512setting 248 of 512testing 248 of 512setting 249 of 512testing 249 of 512setting 250 of 512testing 250 of 512setting 251 of 512testing 251 of 512setting 252 of 512testing 252 of 512setting 253 of 512testing 253 of 512setting 254 of 512testing 254 of 512setting 255 of 512testing 255 of 512setting 256 of 512testing 256 of 512setting 257 of 512testing 257 of 512setting 258 of 512testing 258 of 512setting 259 of 512testing 259 of 512setting 260 of 512testing 260 of 512setting 261 of 512testing 261 of 512setting 262 of 512testing 262 of 512setting 263 of 512testing 263 of 512setting 264 of 512testing 264 of 512setting 265 of 512testing 265 of 512setting 266 of 512testing 266 of 512setting 267 of 512testing 267 of 512setting 268 of 512testing 268 of 512setting 269 of 512testing 269 of 512setting 270 of 512testing 270 of 512setting 271 of 512testing 271 of 512setting 272 of 512testing 272 of 512setting 273 of 512testing 273 of 512setting 274 of 512testing 274 of 512setting 275 of 512testing 275 of 512setting 276 of 512testing 276 of 512setting 277 of 512testing 277 of 512setting 278 of 512testing 278 of 512setting 279 of 512testing 279 of 512setting 280 of 512testing 280 of 512setting 281 of 512testing 281 of 512setting 282 of 512testing 282 of 512setting 283 of 512testing 283 of 512setting 284 of 512testing 284 of 512setting 285 of 512testing 285 of 512setting 286 of 512testing 286 of 512setting 287 of 512testing 287 of 512setting 288 of 512testing 288 of 512setting 289 of 512testing 289 of 512setting 290 of 512testing 290 of 512setting 291 of 512testing 291 of 512setting 292 of 512testing 292 of 512setting 293 of 512testing 293 of 512setting 294 of 512testing 294 of 512setting 295 of 512testing 295 of 512setting 296 of 512testing 296 of 512setting 297 of 512testing 297 of 512setting 298 of 512testing 298 of 512setting 299 of 512testing 299 of 512setting 300 of 512testing 300 of 512setting 301 of 512testing 301 of 512setting 302 of 512testing 302 of 512setting 303 of 512testing 303 of 512setting 304 of 512testing 304 of 512setting 305 of 512testing 305 of 512setting 306 of 512testing 306 of 512setting 307 of 512testing 307 of 512setting 308 of 512testing 308 of 512setting 309 of 512testing 309 of 512setting 310 of 512testing 310 of 512setting 311 of 512testing 311 of 512setting 312 of 512testing 312 of 512setting 313 of 512testing 313 of 512setting 314 of 512testing 314 of 512setting 315 of 512testing 315 of 512setting 316 of 512testing 316 of 512setting 317 of 512testing 317 of 512setting 318 of 512testing 318 of 512setting 319 of 512testing 319 of 512setting 320 of 512testing 320 of 512setting 321 of 512testing 321 of 512setting 322 of 512testing 322 of 512setting 323 of 512testing 323 of 512setting 324 of 512testing 324 of 512setting 325 of 512testing 325 of 512setting 326 of 512testing 326 of 512setting 327 of 512testing 327 of 512setting 328 of 512testing 328 of 512setting 329 of 512testing 329 of 512setting 330 of 512testing 330 of 512setting 331 of 512testing 331 of 512setting 332 of 512testing 332 of 512setting 333 of 512testing 333 of 512setting 334 of 512testing 334 of 512setting 335 of 512testing 335 of 512setting 336 of 512testing 336 of 512setting 337 of 512testing 337 of 512setting 338 of 512testing 338 of 512setting 339 of 512testing 339 of 512setting 340 of 512testing 340 of 512setting 341 of 512testing 341 of 512setting 342 of 512testing 342 of 512setting 343 of 512testing 343 of 512setting 344 of 512testing 344 of 512setting 345 of 512testing 345 of 512setting 346 of 512testing 346 of 512setting 347 of 512testing 347 of 512setting 348 of 512testing 348 of 512setting 349 of 512testing 349 of 512setting 350 of 512testing 350 of 512setting 351 of 512testing 351 of 512setting 352 of 512testing 352 of 512setting 353 of 512testing 353 of 512setting 354 of 512testing 354 of 512setting 355 of 512

  • VT Advantage Intermittent problem

    I have a single user experiencing problems with VT Advantage.
    The majority of the time, when connected on a video call, he will see the local image but not the remote. During the call, the remote image may or may not pop up then go away.
    He is on the same version (2.0.2.0) as the rest of the users at this location.
    I have tried to swap with a know working camera with no luck. I have also had him change USB ports on his PC, no joy.
    Any other suggestions?

    TRY this:
    For machines that have 64MB video memory, this additional registry setting is required in order to fix the video codec to H.263:
    \\ HKLM \Software \ Cisco Systems, Inc.\ Cisco Unified Video Advantage\ VideoCodec (REG_SZ)=ALL
    This is the default. Change the value to H.263 or H.264.

  • Convert Real Media files to Apple Tv?

    Anyone know of a good program that will convert Real Media files to an Apple Tv friendly format?
    Thanks.

    Try FFMPEGX. http://ffmpegx.com/index.html
    Reads the following input formats: MPEG-1, MPEG-2, MPEG-4, DIVX, XviD, non-encrypted VOB and VIDEO_TS, Quicktime .MOV, .DV, .WAV, Real Audio, Real Video, H.263, MP4 H.264, PGM, YUV, PPM, AC3, PCM8/16 bits, mulaw/Alaw, WMA-1/2, SUN AU format, MP2, MP3, AAC, 3GP, FPS1, ALAC, and even more formats
    Converts the above formats to DivX, AVI XviD, H.264 MP4, MOV, DV, 3GP, Sony PSP, MP2, MP3, AAC, AC3, MPEG-1, MPEG-2, VCD, CVD, SVCD, KVCD, KSVCD, DVD, KDVD and MPEG-TS with complete control over encoding options.

  • Player

    Very few video format support on my Lumia 520.In app store I haven't found any media player which can help me in this point.what can I do?

    Windows Phone supports MP4 video with a main profile of 3.0 or lower. Generally MP4 files you will find on the net will be intended for playback on PC or home system and may have a higher profile.
    See THIS for more information
    Supported video formats in Windows Phone 8 are:
    3GPP formats (H.263), ASF, H.264/AVC, M4V, MPEG-4, VC-1, WMV 9Video
    Playback Frame Rate30 fps
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Issue with starting the portal system

    Hi Experts,
    We are getting an error like : stopped, license check failed " in our SAP portal system.
    For that I have installed license, added the parameters like XMX and XMs in configtool but no luck.
    Can anybody please help me out to resolve the issue, its very urgent.
    Thanks in advance.
    Bhaskar N

    Hello RB,
    Thanks for the quick reply.
    Please find the desired logs.
    1. DEV_DISPATCHER
    2. dev_server0
    1. DEV_DISPATCHER log:
    trc file: "dev_dispatcher", trc level: 1, release: "720"
    node name   : ID39070400
    pid         : 5796
    system name : EPD
    system nr.  : 03
    started at  : Mon Mar 03 22:42:58 2014
    arguments   :
       arg[00] : E:\usr\sap\EPD\JC03\exe\jlaunch.exe
       arg[01] : pf=E:\usr\sap\EPD\SYS\profile\EPD_JC03_sapserver
       arg[02] : -DSAPINFO=EPD_03_dispatcher
       arg[03] : pf=E:\usr\sap\EPD\SYS\profile\EPD_JC03_sapserver
    Used property files
    -> files [00] : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID39070400 : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID39070450 : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID39070400           : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [01] ID39070450           : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties]
    -> ms host    : sapserver
    -> ms port    : 3904
    -> OS libs    : E:\usr\sap\EPD\JC03\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    [Thr 1904] Mon Mar 03 22:42:58 2014
    [Thr 1904] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 1904] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4688] JLaunchRequestFunc: Thread 4688 started as listener thread for np messages.
    [Thr 3032] WaitSyncSemThread: Thread 3032 started as semaphore monitor thread.
    [Thr 1904] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=32768;cur=2048)
    [Thr 1904] Mon Mar 03 22:42:59 2014
    [Thr 1904] CCMS: Initialized monitoring segment of size 60000000.
    [Thr 1904] CCMS: Initialized CCMS Headers in the shared monitoring segment.
    [Thr 1904] CCMS: Checking Downtime Configuration of Monitoring Segment.
    [Thr 1904] CCMS: AlMsUpload called by wp 1004.
    [Thr 1904] CCMS: AlMsUpload successful for E:\usr\sap\EPD\JC03\log\ALMTTREE.DAT (432 MTEs).
    [Thr 1904] CCMS: CCMS Monitoring Initialization finished, rc=0.
    [Thr 1904] [Node: dispatcher] java home is set by profile parameter
    [Thr 1904]  Java Home: C:\j2sdk1.4.2_17-x64
    [Thr 1904] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\EPD\JC03\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID39070400]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17-x64
    -> java parameters    : -verbose:gc -Djava.security.policy=./java.policy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 512M
    -> init heap size     : 256M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\EPD\JC03\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\EPD\JC03\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\EPD\JC03\exe\jstartup.jar;E:\usr\sap\EPD\JC03\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120 sec.
    [Thr 1904] JLaunchISetDebugMode: set debug mode [no]
    [Thr 7832] JLaunchIStartFunc: Thread 7832 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 2097152 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -verbose:gc
    -> arg[  4]: -Djava.security.policy=./java.policy
    -> arg[  5]: -Dsys.global.dir=E:\usr\sap\EPD\SYS\global
    -> arg[  6]: -Dapplication.home=E:\usr\sap\EPD\JC03\exe
    -> arg[  7]: -Djava.class.path=E:\usr\sap\EPD\JC03\exe\jstartup.jar;E:\usr\sap\EPD\JC03\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> arg[  8]: -Djava.library.path=C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;C:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\EPD\JC03\j2ee\os_libs;C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;E:\usr\sap\EPD\JC03\exe;E:\usr\sap\EPD\JC03\j2ee\os_libs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\Redist\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\EPD\SYS\exe\uc\NTAMD64
    -> arg[  9]: -Dmemory.manager=512M
    -> arg[ 10]: -Xmx512M
    -> arg[ 11]: -Xms256M
    -> arg[ 12]: -Xss2M
    -> arg[ 13]: -DLoadBalanceRestricted=no
    -> arg[ 14]: -Djstartup.mode=JCONTROL
    -> arg[ 15]: -Djstartup.ownProcessId=5796
    -> arg[ 16]: -Djstartup.ownHardwareId=N0626931994
    -> arg[ 17]: -Djstartup.whoami=dispatcher
    -> arg[ 18]: -Djstartup.debuggable=no
    -> arg[ 19]: -DSAPINFO=EPD_03_dispatcher
    -> arg[ 20]: -DSAPSTARTUP=1
    -> arg[ 21]: -DSAPSYSTEM=03
    -> arg[ 22]: -DSAPSYSTEMNAME=EPD
    -> arg[ 23]: -DSAPMYNAME=sapserver_EPD_03
    -> arg[ 24]: -DSAPDBHOST=SAPSERVER
    -> arg[ 25]: -Dj2ee.dbhost=SAPSERVER
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 7832] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [dispatcher]
    [Thr 7888] JHVM_RegisterNatives: com.sap.bc.krn.perf.PerfTimes
    [Thr 7888] Mon Mar 03 22:43:00 2014
    [Thr 7888] JHVM_RegisterNatives: com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 7888] JLaunchISetClusterId: set cluster id 39070400
    [Thr 7888] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 7888] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Mar 03 22:43:01 2014
    [GC 69952K->4481K(253440K), 0.0239149 secs]
    [Thr 8152] Mon Mar 03 22:43:02 2014
    [Thr 8152] JLaunchISetTelnetPort: set telnet port 50308
    [Thr 8152] JLaunchISetTelnetPort: set telnet port 50308
    [Thr 1228] JLaunchISetP4Port: set p4 port 50304
    [GC 74433K->7216K(253440K), 0.0246788 secs]
    [Full GC 8536K->7011K(253440K), 0.0533618 secs]
    [Thr 7344] Mon Mar 03 22:43:03 2014
    [Thr 7344] JLaunchISetHttpPort: set http port 50300
    [Thr 7344] JLaunchISetHttpsPort: set https port 50301
    [Thr 7452] JHVM_RegisterNatives: com.sap.mona.api.JMonAPI
    [Thr 7452] CCMS: openMonitoringSegment(): inside static JMON Lib: already connected.
    [Thr 7888] JLaunchISetState: change state from [Starting (2)] to [Running (3)]
    [Thr 5924] Mon Mar 03 22:43:14 2014
    [Thr 5924] JLaunchISetP4Port: set p4 port 50304
    Mon Mar 03 22:44:02 2014
    [Full GC 58035K->10932K(253888K), 0.0868018 secs]
    [Thr 3564] Mon Mar 03 22:45:49 2014
    [Thr 3564] JLaunchISetHttpPort: set http port 50300
    [Thr 3564] JLaunchISetHttpsPort: set https port 50301
    Mon Mar 03 22:59:04 2014
    [GC 81460K->12451K(254080K), 0.0114090 secs]
    [Thr 4764] Mon Mar 03 23:13:03 2014
    [Thr 4764] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 4764] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 2304] JLaunchISetP4Port: set p4 port 50304
    [Thr 6124] Mon Mar 03 23:13:04 2014
    [Thr 6124] JLaunchISetHttpsPort: set https port 50301
    [Thr 6124] JLaunchISetHttpPort: set http port 50300
    [Thr 1512] Mon Mar 03 23:13:07 2014
    [Thr 1512] CCMS: closeMonitoringSegment(): inside static JMON Lib: nothing to do.
    [Thr 5888] Mon Mar 03 23:13:09 2014
    [Thr 5888] JLaunchISetTelnetPort: set telnet port 50308
    [Thr 8152] Mon Mar 03 23:13:10 2014
    [Thr 8152] JLaunchISetHttpPort: set http port 50300
    [Thr 4764] Mon Mar 03 23:13:13 2014
    [Thr 4764] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]
    [Thr 4740] JLaunchIExitJava: exit hook is called (rc = -11111)
    [Thr 4740] **********************************************************************
    [Thr 4740] *** ERROR => The Java VM terminated with a non-zero exit code.
    [Thr 4740] *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    [Thr 4740] *** for additional information and trouble shooting.
    [Thr 4740] **********************************************************************
    [Thr 4740] JLaunchCloseProgram: good bye (exitcode = -11111)
    2.  DEV_SERVER0
    trc file: "dev_server0", trc level: 1, release: "720"
    node name   : ID39070450
    pid         : 6488
    system name : EPD
    system nr.  : 03
    started at  : Mon Mar 03 22:42:58 2014
    arguments   :
       arg[00] : E:\usr\sap\EPD\JC03\exe\jlaunch.exe
       arg[01] : pf=E:\usr\sap\EPD\SYS\profile\EPD_JC03_sapserver
       arg[02] : -DSAPINFO=EPD_03_server
       arg[03] : pf=E:\usr\sap\EPD\SYS\profile\EPD_JC03_sapserver
    Used property files
    -> files [00] : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID39070400 : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID39070450 : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID39070400           : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    -> [01] ID39070450           : E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\EPD\JC03\j2ee\cluster\instance.properties]
    -> ms host    : sapserver
    -> ms port    : 3904
    -> OS libs    : E:\usr\sap\EPD\JC03\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    [Thr 7628] Mon Mar 03 22:42:58 2014
    [Thr 7628] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 7628] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5952] JLaunchRequestFunc: Thread 5952 started as listener thread for np messages.
    [Thr 4596] WaitSyncSemThread: Thread 4596 started as semaphore monitor thread.
    [Thr 7628] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=32768;cur=2048)
    [Thr 7628] MPI: dynamic quotas disabled.
    [Thr 7628] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    [Thr 7628] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Ext.
    [Thr 7628] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Ext.
    [Thr 7628] Mon Mar 03 22:42:59 2014
    [Thr 7628] CCMS: CCMS Monitoring Initialization finished, rc=0.
    [Thr 7628] [Node: server0] java home is set by profile parameter
    [Thr 7628]  Java Home: C:\j2sdk1.4.2_17-x64
    [Thr 7628] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\EPD\JC03\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID39070450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17-x64
    -> java parameters    : -XX:MaxNewSize=341M -XX:NewSize=341M -XX:MaxPermSize=2048M -XX:PermSize=2048M -XX:ReservedCodeCacheSize=64M -XX:CodeCacheMinimumFreeSpace=2M -XX:CompilerThreadStackSize=4096 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -XX:+HandlePromotionFailure -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+UseTLAB -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -verbose:gc -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -Djco.jarm=1 -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djava.security.policy=./java.policy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\EPD\JC03\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\EPD\JC03\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\EPD\JC03\exe\jstartup.jar;E:\usr\sap\EPD\JC03\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50321
    -> shutdown timeout   : 120 sec.
    [Thr 7628] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5748] JLaunchIStartFunc: Thread 5748 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 2097152 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -XX:MaxNewSize=341M
    -> arg[  4]: -XX:NewSize=341M
    -> arg[  5]: -XX:MaxPermSize=2048M
    -> arg[  6]: -XX:PermSize=2048M
    -> arg[  7]: -XX:ReservedCodeCacheSize=64M
    -> arg[  8]: -XX:CodeCacheMinimumFreeSpace=2M
    -> arg[  9]: -XX:CompilerThreadStackSize=4096
    -> arg[ 10]: -XX:SurvivorRatio=2
    -> arg[ 11]: -XX:TargetSurvivorRatio=90
    -> arg[ 12]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 13]: -XX:+HandlePromotionFailure
    -> arg[ 14]: -XX:+UseParNewGC
    -> arg[ 15]: -XX:+DisableExplicitGC
    -> arg[ 16]: -XX:+UseTLAB
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -XX:+PrintGCDetails
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -Dsun.io.useCanonCaches=false
    -> arg[ 21]: -Djava.awt.headless=true
    -> arg[ 22]: -Djco.jarm=1
    -> arg[ 23]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 24]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 25]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 26]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 27]: -Djava.security.policy=./java.policy
    -> arg[ 28]: -Dsys.global.dir=E:\usr\sap\EPD\SYS\global
    -> arg[ 29]: -Dapplication.home=E:\usr\sap\EPD\JC03\exe
    -> arg[ 30]: -Djava.class.path=E:\usr\sap\EPD\JC03\exe\jstartup.jar;E:\usr\sap\EPD\JC03\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 31]: -Djava.library.path=C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;C:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\EPD\JC03\j2ee\os_libs;C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;E:\usr\sap\EPD\JC03\exe;E:\usr\sap\EPD\JC03\j2ee\os_libs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\Redist\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\EPD\SYS\exe\uc\NTAMD64
    -> arg[ 32]: -Dmemory.manager=2048M
    -> arg[ 33]: -Xmx2048M
    -> arg[ 34]: -Xms2048M
    -> arg[ 35]: -Xss2M
    -> arg[ 36]: -DLoadBalanceRestricted=no
    -> arg[ 37]: -Djstartup.mode=JCONTROL
    -> arg[ 38]: -Djstartup.ownProcessId=6488
    -> arg[ 39]: -Djstartup.ownHardwareId=N0626931994
    -> arg[ 40]: -Djstartup.whoami=server
    -> arg[ 41]: -Djstartup.debuggable=no
    -> arg[ 42]: -DSAPINFO=EPD_03_server
    -> arg[ 43]: -DSAPSTARTUP=1
    -> arg[ 44]: -DSAPSYSTEM=03
    -> arg[ 45]: -DSAPSYSTEMNAME=EPD
    -> arg[ 46]: -DSAPMYNAME=sapserver_EPD_03
    -> arg[ 47]: -DSAPDBHOST=SAPSERVER
    -> arg[ 48]: -Dj2ee.dbhost=SAPSERVER
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5748] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1032] JHVM_RegisterNatives: com.sap.bc.krn.perf.PerfTimes
    [Thr 1032] Mon Mar 03 22:43:00 2014
    [Thr 1032] JHVM_RegisterNatives: com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1032] JLaunchISetClusterId: set cluster id 39070450
    [Thr 1032] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 1032] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Mar 03 22:43:03 2014
    4.478: [GC 4.479: [ParNew: 174592K->13251K(261888K), 0.0194709 secs] 174592K->13251K(2009856K), 0.0195617 secs]
    Mon Mar 03 22:43:05 2014
    5.993: [GC 5.993: [ParNew: 187843K->17030K(261888K), 0.0180592 secs] 187843K->17030K(2009856K), 0.0181147 secs]
    Mon Mar 03 22:43:06 2014
    7.007: [GC 7.007: [ParNew: 191622K->21653K(261888K), 0.0196801 secs] 191622K->21653K(2009856K), 0.0197325 secs]
    7.957: [GC 7.958: [ParNew
    Mon Mar 03 22:43:07 2014
    : 196245K->26926K(261888K), 0.0219345 secs] 196245K->26926K(2009856K), 0.0219910 secs]
    8.748: [GC 8.748: [ParNew: 201518K->26768K(261888K), 0.0159709 secs] 201518K->26768K(2009856K), 0.0160271 secs]
    Mon Mar 03 22:43:11 2014
    12.303: [GC 12.303: [ParNew: 201360K->39849K(261888K), 0.0235613 secs] 201360K->39849K(2009856K), 0.0236201 secs]
    Mon Mar 03 22:43:12 2014
    13.764: [GC 13.764: [ParNew: 214441K->51006K(261888K), 0.0275011 secs] 214441K->51006K(2009856K), 0.0275712 secs]
    [Thr 5660] Mon Mar 03 22:43:13 2014
    [Thr 5660] JHVM_RegisterNatives: com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 5660] JHVM_RegisterNatives: 23 of 24 methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface registered.
    14.370: [GC 14.370: [ParNew: 225598K->56305K(261888K), 0.0279098 secs] 225598K->56305K(2009856K), 0.0279778 secs]
    [Thr 6920] JHVM_RegisterNatives: com.sap.mw.rfc.driver.CpicDriver
    14.843: [GC 14.843: [ParNew: 230897K->63530K(261888K), 0.0281481 secs] 230897K->63530K(2009856K), 0.0282183 secs]
    [Thr 6892] Mon Mar 03 22:43:14 2014
    [Thr 6892] JHVM_RegisterNatives: com.sap.mona.api.JMonAPI
    [Thr 6892] CCMS: openMonitoringSegment(): inside static JMON Lib: already connected.
    15.306: [GC 15.306: [ParNew: 238122K->68202K(261888K), 0.0274166 secs] 238122K->68202K(2009856K), 0.0274798 secs]
    [Thr 1032] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    15.436: [GC 15.436: [ParNew: 242794K->67368K(261888K), 0.0220680 secs] 242794K->67368K(2009856K), 0.0221288 secs]
    15.573: [GC 15.573: [ParNew: 241960K->67438K(261888K), 0.0234275 secs] 241960K->67438K(2009856K), 0.0234885 secs]
    15.711: [GC 15.711: [ParNew: 242030K->67708K(261888K), 0.0262813 secs] 242030K->67708K(2009856K), 0.0263393 secs]
    Mon Mar 03 22:43:29 2014
    30.645: [GC 30.645: [ParNew: 242300K->74148K(261888K), 0.0283018 secs] 242300K->74148K(2009856K), 0.0283638 secs]
    Mon Mar 03 22:43:31 2014
    32.620: [GC 32.620: [ParNew: 248740K->75223K(261888K), 0.0257514 secs] 248740K->75223K(2009856K), 0.0258081 secs]
    ### Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Mon Mar 03 22:43:32 2014
    ### Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readSequence
    ### Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readElement
    Mon Mar 03 22:43:33 2014
    34.362: [GC 34.363: [ParNew: 249815K->79362K(261888K), 0.0265979 secs] 249815K->79362K(2009856K), 0.0266516 secs]
    ### Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType::_loadInto
    Mon Mar 03 22:43:36 2014
    37.029: [GC 37.029: [ParNew: 253954K->82398K(261888K), 0.0355728 secs] 253954K->91621K(2009856K), 0.0356328 secs]
    Mon Mar 03 22:43:42 2014
    43.223: [GC 43.223: [ParNew: 256990K->80727K(261888K), 0.0285237 secs] 266213K->95024K(2009856K), 0.0285807 secs]
    Mon Mar 03 22:43:43 2014
    44.172: [GC 44.173: [ParNew: 255319K->87296K(261888K), 0.0323572 secs] 269616K->108693K(2009856K), 0.0324116 secs]
    Mon Mar 03 22:43:45 2014
    46.457: [GC 46.457: [ParNew: 261888K->87296K(261888K), 0.0319191 secs] 283285K->118557K(2009856K), 0.0319753 secs]
    Mon Mar 03 22:43:47 2014
    48.151: [GC 48.151: [ParNew: 261888K->87296K(261888K), 0.0408932 secs] 293149K->136872K(2009856K), 0.0409462 secs]
    Mon Mar 03 22:43:48 2014
    49.856: [GC 49.856: [ParNew: 261888K->87296K(261888K), 0.0389379 secs] 311464K->156250K(2009856K), 0.0389939 secs]
    Mon Mar 03 22:43:50 2014
    51.675: [GC 51.675: [ParNew: 261888K->87296K(261888K), 0.0355912 secs] 330842K->172468K(2009856K), 0.0356455 secs]
    Mon Mar 03 22:43:53 2014
    54.263: [GC 54.264: [ParNew: 261888K->83557K(261888K), 0.0302645 secs] 347060K->184425K(2009856K), 0.0303190 secs]
    Mon Mar 03 22:43:54 2014
    55.609: [GC 55.609: [ParNew: 258149K->87296K(261888K), 0.0521419 secs] 359017K->199580K(2009856K), 0.0521980 secs]
    Mon Mar 03 22:43:56 2014
    57.420: [GC 57.420: [ParNew: 261888K->87296K(261888K), 0.0422072 secs] 374172K->223966K(2009856K), 0.0422640 secs]
    Mon Mar 03 22:43:57 2014
    58.067: [GC 58.067: [ParNew: 261888K->87295K(261888K), 0.0708439 secs] 398558K->238852K(2009856K), 0.0708999 secs]
    58.721: [GC 58.721: [ParNew: 261887K->87295K(261888K), 0.0663770 secs] 413444K->253329K(2009856K), 0.0664304 secs]
    Mon Mar 03 22:43:58 2014
    ### Excluding compile:  com.sapportals.portal.prt.jndisupport.util.AbstractHierarchicalContext::lookup
    59.576: [GC 59.576: [ParNew: 261887K->85457K(261888K), 0.0657517 secs] 427921K->268410K(2009856K), 0.0658080 secs]
    Mon Mar 03 22:43:59 2014
    60.161: [GC 60.161: [ParNew: 260049K->74577K(261888K), 0.0373604 secs] 443002K->272164K(2009856K), 0.0374148 secs]
    60.502: [GC 60.502: [ParNew: 249169K->75624K(261888K), 0.0338736 secs] 446756K->273211K(2009856K), 0.0339292 secs]
    60.648: [GC 60.648: [ParNew: 250216K->75377K(261888K), 0.0330402 secs] 447803K->272964K(2009856K), 0.0330958 secs]
    60.781: [GC 60.781: [ParNew: 249969K->75388K(261888K), 0.0360987 secs] 447556K->272975K(2009856K), 0.0361531 secs]
    60.922: [GC 60.922: [ParNew: 249980K->75544K(261888K), 0.0342044 secs] 447567K->273131K(2009856K), 0.0342679 secs]
    Mon Mar 03 22:44:00 2014
    61.875: [GC 61.876: [ParNew: 250136K->76774K(261888K), 0.0226955 secs] 447723K->274362K(2009856K), 0.0227581 secs]
    Mon Mar 03 22:44:01 2014
    62.926: [GC 62.926: [ParNew
    Mon Mar 03 22:44:02 2014
    : 251366K->87296K(261888K), 0.0509195 secs] 448954K->293847K(2009856K), 0.0509775 secs]
    63.692: [GC 63.692: [ParNew: 261888K->87295K(261888K), 0.0605936 secs] 468439K->312518K(2009856K), 0.0606752 secs]
    Mon Mar 03 22:44:03 2014
    64.698: [GC 64.698: [ParNew: 261887K->86837K(261888K), 0.0443530 secs] 487110K->320064K(2009856K), 0.0444111 secs]
    Mon Mar 03 22:44:05 2014
    66.325: [GC 66.325: [ParNew: 261429K->87296K(261888K), 0.0358209 secs] 494656K->334308K(2009856K), 0.0358812 secs]
    Mon Mar 03 22:44:06 2014
    67.915: [GC 67.915: [ParNew: 261888K->87295K(261888K), 0.0316789 secs] 508900K->344529K(2009856K), 0.0317364 secs]
    Mon Mar 03 22:44:08 2014
    69.638: [GC 69.638: [ParNew: 261887K->87295K(261888K), 0.0299563 secs] 519121K->354574K(2009856K), 0.0300111 secs]
    Mon Mar 03 22:44:10 2014
    71.017: [GC 71.017: [ParNew: 261887K->81266K(261888K), 0.0255540 secs] 529166K->357088K(2009856K), 0.0256097 secs]
    Mon Mar 03 22:44:12 2014
    73.867: [GC 73.867: [ParNew: 255858K->68447K(261888K), 0.0284370 secs] 531680K->358304K(2009856K), 0.0284926 secs]
    Mon Mar 03 22:44:15 2014
    76.039: [GC 76.039: [ParNew: 243039K->83981K(261888K), 0.0237496 secs] 532896K->373838K(2009856K), 0.0238097 secs]
    Mon Mar 03 22:44:17 2014
    78.445: [GC 78.445: [ParNew: 258573K->87296K(261888K), 0.0315224 secs] 548430K->395149K(2009856K), 0.0315791 secs]
    Mon Mar 03 22:44:20 2014
    81.224: [GC 81.224: [ParNew: 261888K->82358K(261888K), 0.0288764 secs] 569741K->406261K(2009856K), 0.0289497 secs]
    Mon Mar 03 22:44:22 2014
    83.417: [GC 83.417: [ParNew: 256950K->79593K(261888K), 0.0250265 secs] 580853K->414934K(2009856K), 0.0250833 secs]
    Mon Mar 03 22:44:24 2014
    85.013: [GC 85.013: [ParNew: 254185K->76493K(261888K), 0.0237636 secs] 589526K->421161K(2009856K), 0.0238215 secs]
    Mon Mar 03 22:44:25 2014
    86.218: [GC 86.218: [ParNew: 251085K->87296K(261888K), 0.0361458 secs] 595753K->432181K(2009856K), 0.0362031 secs]
    Mon Mar 03 22:44:26 2014
    87.504: [GC 87.504: [ParNew: 261888K->87030K(261888K), 0.0583024 secs] 606773K->443813K(2009856K), 0.0583593 secs]
    Mon Mar 03 22:44:27 2014
    88.826: [GC 88.826: [ParNew: 261622K->84422K(261888K), 0.0710602 secs] 618405K->457615K(2009856K), 0.0711168 secs]
    Mon Mar 03 22:44:29 2014
    90.118: [GC 90.118: [ParNew: 259014K->79777K(261888K), 0.0874272 secs] 632207K->474086K(2009856K), 0.0874839 secs]
    Mon Mar 03 22:44:30 2014
    91.496: [GC 91.497: [ParNew: 254369K->79760K(261888K), 0.1014280 secs] 648678K->484830K(2009856K), 0.1014868 secs]
    Mon Mar 03 22:44:31 2014
    92.796: [GC 92.797: [ParNew: 254352K->83078K(261888K), 0.1167034 secs] 659422K->497452K(2009856K), 0.1167853 secs]
    Mon Mar 03 22:44:33 2014
    93.983: [GC 93.983: [ParNew: 257670K->87296K(261888K), 0.1289330 secs] 672044K->510820K(2009856K), 0.1289913 secs]
    94.946: [GC 94.946: [ParNew
    Mon Mar 03 22:44:34 2014
    : 261888K->75274K(261888K), 0.0744265 secs] 685412K->509976K(2009856K), 0.0745051 secs]
    Mon Mar 03 22:44:38 2014
    99.098: [GC 99.098: [ParNew: 249866K->32657K(261888K), 0.0148521 secs] 684568K->467359K(2009856K), 0.0149122 secs]
    Mon Mar 03 22:44:40 2014
    101.708: [GC 101.708: [ParNew: 207249K->37328K(261888K), 0.0171581 secs] 641951K->472030K(2009856K), 0.0172204 secs]
    Mon Mar 03 22:44:43 2014
    104.619: [GC 104.619: [ParNew: 211920K->49340K(261888K), 0.0193977 secs] 646622K->484042K(2009856K), 0.0194631 secs]
    Mon Mar 03 22:44:46 2014
    107.905: [GC 107.906: [ParNew: 223932K->60399K(261888K), 0.0231337 secs] 658634K->495102K(2009856K), 0.0232004 secs]
    Mon Mar 03 22:44:49 2014
    110.470: [GC 110.470: [ParNew: 234991K->70510K(261888K), 0.0244632 secs] 669694K->505212K(2009856K), 0.0245277 secs]
    Mon Mar 03 22:44:52 2014
    113.170: [GC 113.170: [ParNew: 245102K->82782K(261888K), 0.0270283 secs] 679804K->517484K(2009856K), 0.0270959 secs]
    Mon Mar 03 22:44:53 2014
    114.187: [GC 114.187: [ParNew: 257374K->74496K(261888K), 0.0261138 secs] 692076K->518191K(2009856K), 0.0261717 secs]
    Mon Mar 03 22:44:54 2014
    115.181: [GC 115.181: [ParNew: 249088K->77048K(261888K), 0.0228612 secs] 692783K->520742K(2009856K), 0.0229204 secs]
    Mon Mar 03 22:44:56 2014
    117.024: [GC 117.024: [ParNew: 251640K->87296K(261888K), 0.0300847 secs] 695334K->531036K(2009856K), 0.0301691 secs]
    Mon Mar 03 22:44:57 2014
    118.131: [GC 118.131: [ParNew: 261888K->76441K(261888K), 0.0349722 secs] 705628K->535890K(2009856K), 0.0350340 secs]
    Mon Mar 03 22:44:58 2014
    119.330: [GC 119.330: [ParNew: 251033K->78417K(261888K), 0.0267709 secs] 710482K->537866K(2009856K), 0.0268305 secs]
    Mon Mar 03 22:44:59 2014
    120.890: [GC 120.890: [ParNew: 253009K->84158K(261888K), 0.0318317 secs] 712458K->543607K(2009856K), 0.0319174 secs]
    Mon Mar 03 22:45:01 2014
    122.097: [GC 122.097: [ParNew: 258750K->77394K(261888K), 0.0323164 secs] 718199K->543929K(2009856K), 0.0323814 secs]
    Mon Mar 03 22:45:02 2014
    123.408: [GC 123.408: [ParNew: 251748K->87011K(261888K), 0.0279755 secs] 718283K->553546K(2009856K), 0.0280372 secs]
    Mon Mar 03 22:45:03 2014
    124.401: [GC 124.401: [ParNew: 261603K->77902K(261888K), 0.0331150 secs] 728138K->558533K(2009856K), 0.0331762 secs]
    Mon Mar 03 22:45:04 2014
    125.601: [GC 125.601: [ParNew: 252494K->84458K(261888K), 0.0280007 secs] 733125K->565088K(2009856K), 0.0280659 secs]
    Mon Mar 03 22:45:06 2014
    127.465: [GC 127.465: [ParNew: 258834K->79900K(261888K), 0.0321256 secs] 739464K->573128K(2009856K), 0.0321907 secs]
    Mon Mar 03 22:45:09 2014
    130.313: [GC 130.313: [ParNew: 254492K->80587K(261888K), 0.0304571 secs] 747720K->583427K(2009856K), 0.0305215 secs]
    Mon Mar 03 22:45:12 2014
    133.139: [GC 133.140: [ParNew: 255179K->77217K(261888K), 0.0314156 secs] 758019K->592630K(2009856K), 0.0314841 secs]
    Mon Mar 03 22:45:15 2014
    136.676: [GC 136.676: [ParNew: 251809K->87296K(261888K), 0.0337119 secs] 767222K->607687K(2009856K), 0.0337778 secs]
    Mon Mar 03 22:45:16 2014
    137.941: [GC 137.941: [ParNew
    Mon Mar 03 22:45:17 2014
    : 261888K->87296K(261888K), 0.0393619 secs] 782279K->623561K(2009856K), 0.0394307 secs]
    Mon Mar 03 22:45:19 2014
    140.884: [GC 140.884: [ParNew: 261888K->87296K(261888K), 0.0381342 secs] 798153K->637513K(2009856K), 0.0382105 secs]
    Mon Mar 03 22:45:22 2014
    143.319: [GC 143.319: [ParNew: 261888K->80333K(261888K), 0.0333925 secs] 812105K->643504K(2009856K), 0.0334620 secs]
    Mon Mar 03 22:45:25 2014
    146.634: [GC 146.634: [ParNew: 254925K->84212K(261888K), 0.0351571 secs] 818096K->652210K(2009856K), 0.0352219 secs]
    Mon Mar 03 22:45:28 2014
    149.382: [GC 149.382: [ParNew: 258804K->83078K(261888K), 0.0335765 secs] 826802K->660933K(2009856K), 0.0336496 secs]
    Mon Mar 03 22:45:31 2014
    152.664: [GC 152.664: [ParNew: 257670K->84779K(261888K), 0.0344340 secs] 835525K->673425K(2009856K), 0.0345008 secs]
    Mon Mar 03 22:45:33 2014
    154.886: [GC 154.887: [ParNew: 259371K->87296K(261888K), 0.0399261 secs] 848017K->689133K(2009856K), 0.0399936 secs]
    Mon Mar 03 22:45:36 2014
    157.865: [GC 157.865: [ParNew: 261888K->87296K(261888K), 0.0392448 secs] 863725K->706552K(2009856K), 0.0393233 secs]
    Mon Mar 03 22:45:39 2014
    160.825: [GC 160.825: [ParNew: 261888K->84841K(261888K), 0.0354600 secs] 881144K->715963K(2009856K), 0.0355352 secs]
    Mon Mar 03 22:45:42 2014
    163.840: [GC 163.840: [ParNew: 259433K->84787K(261888K), 0.0342477 secs] 890555K->727641K(2009856K), 0.0343231 secs]
    Mon Mar 03 22:45:45 2014
    166.609: [GC 166.609: [ParNew: 259379K->79877K(261888K), 0.0341681 secs] 902233K->735903K(2009856K), 0.0342411 secs]
    Mon Mar 03 22:45:47 2014
    168.788: [GC 168.789: [ParNew: 254469K->75246K(261888K), 0.0311028 secs] 910495K->738638K(2009856K), 0.0311744 secs]
    [Thr 5660] Mon Mar 03 22:45:50 2014
    [Thr 5660] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    171.608: [GC 171.608: [ParNew: 249838K->78203K(261888K), 0.0279135 secs] 913230K->741595K(2009856K), 0.0279916 secs]
    Mon Mar 03 22:45:53 2014
    174.794: [GC 174.794: [ParNew: 252795K->79672K(261888K), 0.0268707 secs] 916187K->743064K(2009856K), 0.0269482 secs]
    Mon Mar 03 22:46:02 2014
    183.469: [GC 183.469: [ParNew: 254264K->76071K(261888K), 0.0341964 secs] 917656K->749731K(2009856K), 0.0342784 secs]
    Mon Mar 03 22:46:03 2014
    184.210: [GC 184.210: [ParNew: 250663K->79101K(261888K), 0.0255854 secs] 924323K->752761K(2009856K), 0.0256439 secs]
    Mon Mar 03 22:46:05 2014
    186.549: [GC 186.549: [ParNew: 253693K->87296K(261888K), 0.0378877 secs] 927353K->768857K(2009856K), 0.0379488 secs]
    Mon Mar 03 22:46:07 2014
    188.499: [GC 188.499: [ParNew: 261888K->87296K(261888K), 0.0458557 secs] 943449K->791119K(2009856K), 0.0459175 secs]
    Mon Mar 03 22:46:09 2014
    190.290: [GC 190.290: [ParNew: 261888K->87295K(261888K), 0.0392129 secs] 965711K->807111K(2009856K), 0.0392755 secs]
    Mon Mar 03 22:46:11 2014
    192.897: [GC 192.897: [ParNew: 261887K->87296K(261888K), 0.0389259 secs] 981703K->821533K(2009856K), 0.0389870 secs]
    Mon Mar 03 22:46:14 2014
    195.403: [GC 195.403: [ParNew: 261888K->87296K(261888K), 0.0379113 secs] 996125K->835895K(2009856K), 0.0379711 secs]
    Mon Mar 03 22:46:16 2014
    197.358: [GC 197.358: [ParNew: 261888K->87296K(261888K), 0.0516585 secs] 1010487K->849132K(2009856K), 0.0517239 secs]
    Mon Mar 03 22:46:18 2014
    199.363: [GC 199.363: [ParNew: 261888K->87296K(261888K), 0.0634538 secs] 1023724K->873919K(2009856K), 0.0635150 secs]
    Mon Mar 03 22:46:19 2014
    200.331: [GC 200.331: [ParNew: 261888K->83774K(261888K), 0.0602906 secs] 1048511K->886275K(2009856K), 0.0603550 secs]
    Mon Mar 03 22:46:20 2014
    201.328: [GC 201.328: [ParNew: 258366K->82230K(261888K), 0.0729109 secs] 1060867K->901163K(2009856K), 0.0729752 secs]
    Mon Mar 03 22:46:21 2014
    202.788: [GC 202.788: [ParNew: 256822K->83481K(261888K), 0.0810150 secs] 1075755K->915590K(2009856K), 0.0810736 secs]
    Mon Mar 03 22:46:22 2014
    203.106: [GC 203.106: [ParNew: 258073K->74195K(261888K), 0.0564234 secs] 1090182K->916479K(2009856K), 0.0564795 secs]
    203.435: [GC 203.435: [ParNew: 248787K->75675K(261888K), 0.0554472 secs] 1091071K->917959K(2009856K), 0.0555058 secs]
    203.600: [GC 203.600: [ParNew: 250267K->36085K(261888K), 0.0160241 secs] 1092551K->878369K(2009856K), 0.0160788 secs]
    203.720: [GC 203.720: [ParNew: 210677K->36107K(261888K), 0.0162984 secs] 1052961K->878391K(2009856K), 0.0163540 secs]
    203.844: [GC 203.844: [ParNew: 210699K->36097K(261888K), 0.0159013 secs] 1052983K->878380K(2009856K), 0.0159600 secs]
    203.965: [GC 203.965: [ParNew
    Mon Mar 03 22:46:23 2014
    : 210689K->36085K(261888K), 0.0163110 secs] 1052972K->878369K(2009856K), 0.0163691 secs]
    Mon Mar 03 22:46:25 2014
    206.502: [GC 206.502: [ParNew: 210677K->64760K(261888K), 0.0229767 secs] 1052961K->907044K(2009856K), 0.0230372 secs]
    Mon Mar 03 22:46:26 2014
    207.513: [GC 207.513: [ParNew: 239352K->78350K(261888K), 0.0503470 secs] 1081636K->920634K(2009856K), 0.0504073 secs]
    Mon Mar 03 22:46:27 2014
    208.496: [GC 208.496: [ParNew: 252942K->87295K(261888K), 0.0728795 secs] 1095226K->935510K(2009856K), 0.0729422 secs]
    Mon Mar 03 22:46:30 2014
    211.165: [GC 211.166: [ParNew: 261711K->87295K(261888K), 0.0708860 secs] 1109925K->954676K(2009856K), 0.0709488 secs]
    Mon Mar 03 22:46:33 2014
    214.628: [GC 214.628: [ParNew: 261887K->87296K(261888K), 0.0442698 secs] 1129268K->977888K(2009856K), 0.0443319 secs]
    Mon Mar 03 22:46:34 2014
    215.612: [GC 215.612: [ParNew: 261888K->77438K(261888K), 0.0274442 secs] 1152480K->981116K(2009856K), 0.0275224 secs]
    Mon Mar 03 22:46:36 2014
    217.679: [GC 217.679: [ParNew: 252030K->75545K(261888K), 0.0234225 secs] 1155708K->979223K(2009856K), 0.0234854 secs]
    Mon Mar 03 22:46:40 2014
    221.034: [GC 221.034: [ParNew: 250137K->81232K(261888K), 0.0260958 secs] 1153815K->984910K(2009856K), 0.0261583 secs]
    Mon Mar 03 22:46:42 2014
    223.661: [GC 223.661: [ParNew: 255824K->87296K(261888K), 0.0410085 secs] 1159502K->1008603K(2009856K), 0.0410722 secs]
    Mon Mar 03 22:46:46 2014
    227.047: [GC 227.047: [ParNew: 261888K->82837K(261888K), 0.0281887 secs] 1183195K->1021994K(2009856K), 0.0282652 secs]
    Mon Mar 03 22:46:48 2014
    229.539: [GC 229.539: [ParNew: 257429K->83793K(261888K), 0.0282365 secs] 1196586K->1033027K(2009856K), 0.0282972 secs]
    Mon Mar 03 22:46:50 2014
    231.783: [GC 231.783: [ParNew: 258385K->81425K(261888K), 0.0266679 secs] 1207619K->1039611K(2009856K), 0.0267300 secs]
    Mon Mar 03 22:47:43 2014
    284.455: [GC 284.455: [ParNew: 256017K->80339K(261888K), 0.0274549 secs] 1214203K->1047498K(2009856K), 0.0275369 secs]
    Mon Mar 03 22:47:56 2014
    297.036: [GC 297.036: [ParNew: 254931K->66836K(261888K), 0.0245144 secs] 1222090K->1039297K(2009856K), 0.0245941 secs]
    Mon Mar 03 22:48:01 2014
    302.237: [GC 302.237: [ParNew: 241428K->69525K(261888K), 0.0214356 secs] 1213889K->1041987K(2009856K), 0.0214987 secs]
    Mon Mar 03 22:48:02 2014
    303.754: [GC 303.754: [ParNew: 244117K->82602K(261888K), 0.0223438 secs] 1216579K->1055064K(2009856K), 0.0224024 secs]
    Mon Mar 03 22:48:04 2014
    305.920: [GC 305.920: [ParNew: 257194K->87296K(261888K), 0.0358709 secs] 1229656K->1071116K(2009856K), 0.0359321 secs]
    Mon Mar 03 22:48:06 2014
    307.513: [GC 307.513: [ParNew: 261888K->84120K(261888K), 0.0344553 secs] 1245708K->1094859K(2009856K), 0.0345146 secs]
    Mon Mar 03 22:48:08 2014
    309.602: [GC 309.602: [ParNew: 258712K->81293K(261888K), 0.0298022 secs] 1269451K->1103476K(2009856K), 0.0298678 secs]
    Mon Mar 03 22:48:11 2014
    312.668: [GC 312.668: [ParNew: 255885K->87296K(261888K), 0.0332212 secs] 1278068K->1115780K(2009856K), 0.0332824 secs]
    Mon Mar 03 22:48:13 2014
    314.227: [GC 314.227: [ParNew: 261888K->87296K(261888K), 0.0510319 secs] 1290372K->1130488K(2009856K), 0.0510931 secs]
    Mon Mar 03 22:48:14 2014
    315.567: [GC 315.567: [ParNew: 261888K->87296K(261888K), 0.0418971 secs] 1305080K->1142559K(2009856K), 0.0419727 secs]
    Mon Mar 03 22:48:15 2014
    316.234: [GC 316.234: [ParNew: 260411K->87296K(261888K), 0.0326381 secs] 1315674K->1155286K(2009856K), 0.0327002 secs]
    Mon Mar 03 22:48:16 2014
    317.947: [GC 317.947: [ParNew
    Mon Mar 03 22:48:17 2014
    : 261888K->84783K(261888K), 0.0544771 secs] 1329878K->1165575K(2009856K), 0.0545397 secs]
    318.887: [GC 318.887: [ParNew: 259375K->75728K(261888K), 0.0788096 secs] 1340167K->1178222K(2009856K), 0.0788685 secs]
    Mon Mar 03 22:48:18 2014
    319.902: [GC 319.902: [ParNew: 250320K->83339K(261888K), 0.0633405 secs] 1352814K->1185833K(2009856K), 0.0633997 secs]
    Mon Mar 03 22:48:20 2014
    321.048: [GC 321.048: [ParNew: 257931K->87295K(261888K), 0.1008284 secs] 1360425K->1201644K(2009856K), 0.1008877 secs]
    Mon Mar 03 22:48:21 2014
    321.987: [GC 321.987: [ParNew: 261887K->80207K(261888K), 0.0350539 secs] 1376236K->1206744K(2009856K), 0.0351138 secs]
    322.145: [GC 322.145: [ParNew: 254799K->64331K(261888K), 0.0229696 secs] 1381336K->1199642K(2009856K), 0.0230283 secs]
    322.273: [GC 322.273: [ParNew: 238923K->64330K(261888K), 0.0218617 secs] 1374234K->1199641K(2009856K), 0.0219303 secs]
    322.408: [GC 322.408: [ParNew: 238922K->64332K(261888K), 0.0208870 secs] 1374233K->1199643K(2009856K), 0.0209427 secs]
    322.539: [GC 322.539: [ParNew: 238924K->64340K(261888K), 0.0215114 secs] 1374235K->1199651K(2009856K), 0.0215721 secs]
    322.665: [GC 322.665: [ParNew: 238932K->64337K(261888K), 0.0210712 secs] 1374243K->1199648K(2009856K), 0.0211268 secs]
    Mon Mar 03 22:48:23 2014
    324.806: [GC 324.806: [ParNew: 238929K->87296K(261888K), 0.0287837 secs] 1374240K->1224592K(2009856K), 0.0288449 secs]
    Mon Mar 03 22:48:27 2014
    328.122: [GC 328.122: [ParNew: 261888K->87295K(261888K), 0.0567994 secs] 1399184K->1246211K(2009856K), 0.0568627 secs]
    Mon Mar 03 22:48:30 2014
    331.789: [GC 331.789: [ParNew: 261887K->87296K(261888K), 0.0404336 secs] 1420803K->1270000K(2009856K), 0.0404992 secs]
    Mon Mar 03 22:48:32 2014
    333.049: [GC 333.049: [ParNew: 261888K->77729K(261888K), 0.0267617 secs] 1444592K->1270529K(2009856K), 0.0268237 secs]
    Mon Mar 03 22:48:34 2014
    335.616: [GC 335.616: [ParNew: 252321K->87296K(261888K), 0.0290841 secs] 1445121K->1280106K(2009856K), 0.0291611 secs]
    Mon Mar 03 22:48:38 2014
    339.319: [GC 339.319: [ParNew: 261888K->77206K(261888K), 0.0310348 secs] 1454698K->1285517K(2009856K), 0.0311971 secs]
    Mon Mar 03 22:48:42 2014
    343.661: [GC 343.661: [ParNew: 251798K->87296K(261888K), 0.0376777 secs] 1460109K->1308988K(2009856K), 0.0377410 secs]
    Mon Mar 03 22:48:46 2014
    347.334: [GC 347.334: [ParNew: 261888K->78978K(261888K), 0.0302287 secs] 1483580K->1322819K(2009856K), 0.0302929 secs]
    Mon Mar 03 22:48:49 2014
    350.215: [GC 350.215: [ParNew: 253570K->87295K(261888K), 0.0272437 secs] 1497411K->1331778K(2009856K), 0.0273054 secs]
    Mon Mar 03 22:48:51 2014
    352.388: [GC 352.388: [ParNew: 261887K->85223K(261888K), 0.0300753 secs] 1506370K->1341544K(2009856K), 0.0301387 secs]
    Mon Mar 03 22:48:53 2014
    354.622: [GC 354.622: [ParNew: 259815K->84125K(261888K), 0.0284524 secs] 1516136K->1349095K(2009856K), 0.0285171 secs]
    [Thr 6812] Mon Mar 03 22:50:56 2014
    [Thr 6812] JHVM_RegisterNatives: com.sap.bc.proj.jstartup.sadm.ShmCache
    Mon Mar 03 22:53:33 2014
    634.463: [GC 634.463: [ParNew: 258717K->73646K(261888K), 0.0307287 secs] 1523687K->1353067K(2009856K), 0.0308141 secs]
    [Thr 7468] Mon Mar 03 22:53:57 2014
    [Thr 7468] JHVM_RegisterNatives: com.sap.i18n.cp.ConverterJNI
    [Thr 7468] JHVM_RegisterNatives: 16 of 18 methods in com.sap.i18n.cp.ConverterJNI registered.
    Mon Mar 03 22:54:03 2014
    664.297: [GC 664.297: [ParNew: 248238K->85327K(261888K), 0.0286712 secs] 1527659K->1364747K(2009856K), 0.0287607 secs]
    Mon Mar 03 22:56:27 2014
    808.727: [GC 808.728: [ParNew: 259919K->60642K(261888K), 0.0304199 secs] 1539339K->1368716K(2009856K), 0.0305016 secs]
    Mon Mar 03 22:57:03 2014
    844.313: [GC 844.313: [ParNew: 235234K->69822K(261888K), 0.0299536 secs] 1543308K->1377897K(2009856K), 0.0300265 secs]
    Mon Mar 03 22:57:24 2014
    865.072: [GC 865.072: [ParNew: 244414K->71614K(261888K), 0.0296399 secs] 1552489K->1379689K(2009856K), 0.0297222 secs]
    Mon Mar 03 22:59:06 2014
    967.227: [GC 967.227: [ParNew: 246206K->78343K(261888K), 0.0276259 secs] 1554281K->1386418K(2009856K), 0.0277066 secs]
    Mon Mar 03 22:59:08 2014
    969.688: [GC 969.688: [ParNew: 252935K->82379K(261888K), 0.0305948 secs] 1561010K->1390454K(2009856K), 0.0306570 secs]
    Mon Mar 03 22:59:09 2014
    970.454: [GC 970.454: [ParNew: 256971K->70218K(261888K), 0.0274513 secs] 1565046K->1390982K(2009856K), 0.0275148 secs]
    Mon Mar 03 23:00:00 2014
    1021.091: [GC 1021.091: [ParNew: 244810K->68632K(261888K), 0.0261762 secs] 1565574K->1389396K(2009856K), 0.0262607 secs]
    Mon Mar 03 23:00:07 2014
    1028.504: [GC 1028.504: [ParNew: 243224K->74575K(261888K), 0.0275644 secs] 1563988K->1395339K(2009856K), 0.0276328 secs]
    Mon Mar 03 23:00:08 2014
    1029.272: [GC 1029.272: [ParNew: 249167K->74992K(261888K), 0.0261950 secs] 1569931K->1395757K(2009856K), 0.0262624 secs]
    Mon Mar 03 23:03:56 2014
    1257.933: [GC 1257.933: [ParNew: 249584K->69029K(261888K), 0.0288173 secs] 1570349K->1389793K(2009856K), 0.0289014 secs]
    Mon Mar 03 23:13:08 2014
    1809.469: [GC 1809.469: [ParNew: 243621K->69287K(261888K), 0.0291224 secs] 1564385K->1390051K(2009856K), 0.0292053 secs]
    [Thr 3192] Mon Mar 03 23:13:14 2014
    [Thr 3192] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 3192] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 5952] Mon Mar 03 23:13:18 2014
    [Thr 5952] JLaunchRequestFunc: receive command:17, argument:0 from pid:7060
    [Thr 5952] JLaunchIShutdownInvoke: set shutdown interval (stop:1393888398/end:1393888518/TO:120)
    [Thr 5952] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 5952] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    Mon Mar 03 23:13:20 2014
    1821.372: [GC 1821.372: [ParNew: 243879K->63494K(261888K), 0.0293364 secs] 1564643K->1384258K(2009856K), 0.0294187 secs]
    Mon Mar 03 23:13:26 2014
    1827.415: [GC 1827.416: [ParNew: 238086K->52216K(261888K), 0.0312805 secs] 1558850K->1372980K(2009856K), 0.0313517 secs]
    [Thr 7956] Mon Mar 03 23:13:28 2014
    [Thr 7956] CCMS: closeMonitoringSegment(): inside static JMON Lib: nothing to do.
    [Thr 3192] Mon Mar 03 23:13:29 2014
    [Thr 3192] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]
    [Thr 7304] Mon Mar 03 23:13:30 2014
    [Thr 7304] JLaunchIExitJava: exit hook is called (rc = -11111)
    [Thr 7304] **********************************************************************
    [Thr 7304] *** ERROR => The Java VM terminated with a non-zero exit code.
    [Thr 7304] *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    [Thr 7304] *** for additional information and trouble shooting.
    [Thr 7304] **********************************************************************
    [Thr 7304] JLaunchCloseProgram: good bye (exitcode = -11111)
    Could you please help me out from this issue. Its very urgent.
    Thanks in advance,
    Bhaskar

  • Best camera for Cisco Video Advantage

    Hi,
    I am looking for a camera which is having the best specifications for Video advantage. It looks like the Microsoft LifeCam NX-6000 is the one. (1600 x 1190 with 30 fps) Does anyone have experience with this camera or who has good experience with a camera which is not listed in the "tested" camera list:
    Cisco VT Camera II
    • Cisco VT Camera
    • Logitech QuickCam Fusion
    • Logitech QuickCam for Notebooks Pro
    • Logitech QuickCam Pro 5000
    • Logitech QuickCam Ultra Vision
    • Microsoft LifeCam VX-6000
    • Microsoft LifeCam NX-6000 Webcam
    • Creative Webcam Live Pro USB 2.0 Webcam
    Thanks in advance,
    Jeroen

    Hi Mark,
    Thanks a lot for your reply. We tried several models which are not in the list. They all worked. The only problem is that the Video Advantage narrows down the format. I tried the Logitech Quickcam Sphere AF. In the Logitech application it's a great Webcam in with HD quality but these are the Specifications of Video advantage:
    • H.263 and H.264 video codecs: Bit rates from 50 kbps to 1.5 Mbps
    • Video formats (up to 30 frames per second): 352 x 288, 320 x 240, 176 x 144, and 160 x 120
    • Interoperable with most third-party H.323 video terminals from verified IP video telephony partners
    So it's only working at 352 x 288. I hope the next version of Video advantage is able to increase the resolution.
    I would also like to know if there is a way to enable the camera automatically when a phone call is established.
    I don't have a MCU to do video conferencing but is there a way to conference a none-video phone into an video conversation?
    Thanks!
    Regards,
    Jeroen

  • Libaacs Package Errors (I Want To Watch Bluray!!) (SOLVED)

    System is up to date and less than a month old anyway.  Base-devel is installed on the system.
    I'm trying to get Bluray setup on my Mythbox.  I need "libaacs" which is available in AUR (libaacs-git).  However, when I unpack it and then "makepkg" it bombs out, and spits out the following code:
    keydbcfg-parser.h:132:37: error: unknown type name 'dk_list'
    keydbcfg-parser.h:132:54: error: unknown type name 'pk_list'
    keydbcfg-parser.h:132:71: error: unknown type name 'cert_list'
    keydbcfg-parser.h:132:89: error: unknown type name 'title_entry_list'
    keydbcfg-parser.h:132:115: error: unknown type name 'digit_key_pair_list'
    keydbcfg-lexer.c: In function 'libaacs_yylex':
    keydbcfg-lexer.c:926:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    keydbcfg-lexer.c: In function 'libaacs_yy_scan_bytes':
    keydbcfg-lexer.c:1872:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    make[4]: *** [keydbcfg-lexer.lo] Error 1
    make[4]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/myth/AUR/libaacs-0.5.0'
    make: *** [all] Error 2
    keydbcfg-parser.h:132:54: error: unknown type name 'pk_list'
    keydbcfg-parser.h:132:71: error: unknown type name 'cert_list'
    keydbcfg-parser.h:132:89: error: unknown type name 'title_entry_list'
    keydbcfg-parser.h:132:115: error: unknown type name 'digit_key_pair_list'
    keydbcfg-lexer.c: In function 'libaacs_yylex':
    keydbcfg-lexer.c:926:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    keydbcfg-lexer.c: In function 'libaacs_yy_scan_bytes':
    keydbcfg-lexer.c:1872:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    make[4]: *** [keydbcfg-lexer.lo] Error 1
    make[4]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/myth/AUR/libaacs-0.5.0'
    make: *** [all] Error 2
    There is mention of this error here:
    http://aur.archlinux.org/packages.php?ID=45974
    However, the link to Gentoo just confuses me.  First, they say the bug is fixed in libaacs-0.5.0, so I downloaded that specifically and did my own make, make install and I get the same thing. 
    I think I need somebody to educate me on what this means????
    There should be
    #include "file/keydbcfg.h"
    in the bison generated keydbcfg-parser.h since the file includes this declaration
    int libaacs_yyparse (void *scanner, dk_list *dklist, pk_list *pklist, cert_list *clist, title_entry_list *celist, digit_key_pair_list *dkplist);
    and does not define the appropriate types, which are defined in the "file/keydbcfg.h". Whether it is a problem of the new bison or a problem in the wrong file/keydbcfg-parser.y or perhaps file/keydbcfg-lexer.l, I don't know, I didn't dive into those.
    As always, any help is greatly appreciated.
    Last edited by minivanman (2012-09-04 03:55:36)

    Okay, I got in to play nice.  I kind of just guessed, but it worked. 
    Downloaded and extracted the tarball. 
    ./bootstrap
    ./configure
    Then I went into the extracted folder /where_you_unpacked/libaacs.0.5.0/src and edited the keydbcfg-parser.h file by adding the following to the top of the file, below the initial comments:
    #include "file/keydbcfg.h"
    /* A Bison parser, made by GNU Bison 2.6.2. */
    /* Bison interface for Yacc-like parsers in C
    Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program. If not, see <http://www.gnu.org/licenses/>. */
    /* As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work
    under terms of your choice, so long as that work isn't itself a
    parser generator using the skeleton or a modified version thereof
    as a parser skeleton. Alternatively, if you modify or redistribute
    the parser skeleton itself, you may (at your option) remove this
    special exception, which will cause the skeleton and the resulting
    Bison output files to be licensed under the GNU General Public
    License without this special exception.
    This special exception was added by the Free Software Foundation in
    version 2.2 of Bison. */
    #include "file/keydbcfg.h"
    #ifndef LIBAACS_YY_Y_TAB_H
    # define LIBAACS_YY_Y_TAB_H
    /* Enabling traces. */
    #ifndef YYDEBUG
    # define YYDEBUG 0
    #endif
    #if YYDEBUG
    extern int libaacs_yydebug;
    #endif
    /* Tokens. */
    #ifndef YYTOKENTYPE
    # define YYTOKENTYPE
    /* Put the tokens into the symbol table, so that GDB and other debuggers
    know about them. */
    enum yytokentype {
    HEXSTRING = 258,
    DISC_TITLE = 259,
    DIGIT = 260,
    KEYWORD_DEVICE_KEY = 261,
    KEYWORD_DEVICE_NODE = 262,
    KEYWORD_HOST_PRIV_KEY = 263,
    KEYWORD_HOST_CERT = 264,
    KEYWORD_HOST_NONCE = 265,
    KEYWORD_HOST_KEY_POINT = 266,
    PUNCT_EQUALS_SIGN = 267,
    PUNCT_VERTICAL_BAR = 268,
    PUNCT_HYPHEN = 269,
    ENTRY_ID_DK = 270,
    ENTRY_ID_PK = 271,
    ENTRY_ID_HC = 272,
    ENTRY_ID_DATE = 273,
    ENTRY_ID_MEK = 274,
    ENTRY_ID_VID = 275,
    ENTRY_ID_BN = 276,
    ENTRY_ID_VUK = 277,
    ENTRY_ID_PAK = 278,
    ENTRY_ID_TK = 279,
    ENTRY_ID_UK = 280,
    NEWLINE = 281,
    BAD_ENTRY = 282
    #endif
    /* Tokens. */
    #define HEXSTRING 258
    #define DISC_TITLE 259
    #define DIGIT 260
    #define KEYWORD_DEVICE_KEY 261
    #define KEYWORD_DEVICE_NODE 262
    #define KEYWORD_HOST_PRIV_KEY 263
    #define KEYWORD_HOST_CERT 264
    #define KEYWORD_HOST_NONCE 265
    #define KEYWORD_HOST_KEY_POINT 266
    #define PUNCT_EQUALS_SIGN 267
    #define PUNCT_VERTICAL_BAR 268
    #define PUNCT_HYPHEN 269
    #define ENTRY_ID_DK 270
    #define ENTRY_ID_PK 271
    #define ENTRY_ID_HC 272
    #define ENTRY_ID_DATE 273
    #define ENTRY_ID_MEK 274
    #define ENTRY_ID_VID 275
    #define ENTRY_ID_BN 276
    #define ENTRY_ID_VUK 277
    #define ENTRY_ID_PAK 278
    #define ENTRY_ID_TK 279
    #define ENTRY_ID_UK 280
    #define NEWLINE 281
    #define BAD_ENTRY 282
    #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
    typedef union YYSTYPE
    /* Line 2049 of yacc.c */
    #line 106 "file/keydbcfg-parser.y"
    char *string;
    unsigned int digit;
    /* Line 2049 of yacc.c */
    #line 117 "keydbcfg-parser.h"
    } YYSTYPE;
    # define YYSTYPE_IS_TRIVIAL 1
    # define yystype YYSTYPE /* obsolescent; will be withdrawn */
    # define YYSTYPE_IS_DECLARED 1
    #endif
    #ifdef YYPARSE_PARAM
    #if defined __STDC__ || defined __cplusplus
    int libaacs_yyparse (void *YYPARSE_PARAM);
    #else
    int libaacs_yyparse ();
    #endif
    #else /* ! YYPARSE_PARAM */
    #if defined __STDC__ || defined __cplusplus
    int libaacs_yyparse (void *scanner, dk_list *dklist, pk_list *pklist, cert_list *clist, title_entry_list *celist, digit_key_pair_list *dkplist);
    #else
    int libaacs_yyparse ();
    #endif
    #endif /* ! YYPARSE_PARAM */
    #endif /* !LIBAACS_YY_Y_TAB_H
    I still can't get blurays to play, but progress has been made as VLC is now telling me that I don't have a "aacs" installed, which is actually a different error than before.  So something took a step in the right direction.
    Last edited by minivanman (2012-08-29 19:33:37)

  • Bizzare behavior with oracle 10g driver

    Hello - we are seeing some very strange behavior using the oracle 10g driver (version 10.2.0.1.0). I'll briefly describe the problem and then show a code example of our test. We are sending in a prepared statement against the primary key of a table with an in clause of 300 string values. When we iterate over the result set we consistantly only get 256 rows returned. But when we send in a prepared statement with only one bind variable (but do this 300 seperate times) the result set is complete. If we use the oracle 9i driver, all 300 are returned as expected. The database is 10g. Here is what our test looks like:
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.DriverManager;
    import java.io.InputStream;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.FileInputStream;
    * Thomson West
    * User: Tom Killeen
    * Date: Feb 28, 2006
    public class OracleTest
    public static void main(String[] args) throws Exception
    String driver = "oracle.jdbc.driver.OracleDriver";
    String prodUrl = "jdbc:oracle:thin:@myDatabase";
    Class.forName(driver);
    String singleSql = "select * from case where case_uuid = ?";
    Connection con = DriverManager.getConnection(prodUrl, "scott", "tiger");
    PreparedStatement ps = con.prepareStatement(singleSql);
    InputStream in = new FileInputStream("C:/Java/projects/MetadataService/mainline/test/query/xml/300ProdUuids.txt");
    BufferedReader br = new BufferedReader(new InputStreamReader(in));
    String uuid = null;
    int rsCount = 0;
    ResultSet rs = null;
    System.out.println("find individually");
    while ((uuid = br.readLine()) != null)
    ps.setString(1, uuid);
    rs = ps.executeQuery();
    while (rs.next())
    rsCount++;
    System.out.println("idv " + rsCount + ": " + rs.getString("case_uuid"));
    rs.close();
    ps.close();
    System.out.println();
    StringBuffer sql = new StringBuffer();
    sql.append("select * from case where case_uuid in (");
    for (int i = 0; i < 300; i++)
    sql.append("?");
    if (i < 299)
    sql.append(",");
    sql.append(")");
    System.out.println(sql);
    ps = con.prepareStatement(sql.toString());
    in = new FileInputStream("C:/Java/projects/MetadataService/mainline/test/query/xml/300ProdUuids.txt");
    br = new BufferedReader(new InputStreamReader(in));
    uuid = null;
    int bindCount = 1;
    System.out.println("binding variables");
    while ((uuid = br.readLine()) != null)
    System.out.println("bc " + bindCount + " : " + uuid);
    ps.setString(bindCount, uuid);
    bindCount++;
    rs = ps.executeQuery();
    int rsCounter = 0;
    System.out.println();
    System.out.println("iterating rs");
    while (rs.next())
    rsCounter++;
    System.out.println("rs " + rsCounter + ": " + rs.getString("case_uuid"));
    rs.close();
    ps.close();
    con.close();
    Here is the output from running our test. Notice that the last line has a count of 256 for the result set.
    Has anyone seen anything like this?
    thanks,
    Tom
    find individually
    idv 1: I00000670722f11d7bffff83f52289667
    idv 2: I000010a071e611d7ba84e3942a4b620d
    idv 3: I0000192072c111d7b100a463f186e11d
    idv 4: I00001b90723111d7ab54daa4035d65fa
    idv 5: I00002020727411d7a07084608af77b15
    idv 6: I000029b0728011d792e6e58f3e66f41c
    idv 7: I00002c80723a11d787c8f80b08d85a21
    idv 8: I00003f10745411d79b9bc4eeac1c0b2d
    idv 9: I000048d0721411d796fabc35f7796f7a
    idv 10: I000067e0726c11d7b100a463f186e11d
    idv 11: I0000796072e411d7b100a463f186e11d
    idv 12: I000079c005aa11d8a85fe39410e0ab6f
    idv 13: I000079e0741711d7aea3a34f2eb4052a
    idv 14: I000085e0a1f611d7af65eaafd5dac9b5
    idv 15: I000088c0728911d7a07084608af77b15
    idv 16: I00008b0071d411d7880af2b8a7a150bc
    idv 17: I00008f90721711d787c8f80b08d85a21
    idv 18: I00009950724811d78ef88cd3014a7f23
    idv 19: I00009a1072dc11d7ba84e3942a4b620d
    idv 20: I0000a7a072bc11d7bffff83f52289667
    idv 21: I0000ace071e611d78ef88cd3014a7f23
    idv 22: I0000c0a0741a11d7ab5cff2fe4340d11
    idv 23: I0000c40071d211d796fabc35f7796f7a
    idv 24: I0000cc50728811d796fabc35f7796f7a
    idv 25: I0000d250724611d7b100a463f186e11d
    idv 26: I0000d94072bd11d78ef88cd3014a7f23
    idv 27: I0000e7b0741a11d7b44cec793782d444
    idv 28: I0000f1a071ff11d787c8f80b08d85a21
    idv 29: I0000f4a071de11d7a5a58ae19b0bc350
    idv 30: I0000fbc0727a11d78347daa8ede63acd
    idv 31: I0000fcf0729411d787c8f80b08d85a21
    idv 32: I0000ff5072c811d7a07084608af77b15
    idv 33: I00010090721e11d7bffff83f52289667
    idv 34: I00010390746e11d79ccbd455e2fa80ef
    idv 35: I000112b0724111d7bffff83f52289667
    idv 36: I00011940726e11d7b100a463f186e11d
    idv 37: I00011ca0729711d78ef88cd3014a7f23
    idv 38: I00012500728911d787c8f80b08d85a21
    idv 39: I00012770746a11d79c33f30f55d9158b
    idv 40: I0001297071e311d78347daa8ede63acd
    idv 41: I00012a4071b311d7880af2b8a7a150bc
    idv 42: I00012e7071ac11d7a5a58ae19b0bc350
    idv 43: I000131c0729911d7a07084608af77b15
    idv 44: I00013d90746111d7abd288e162f1ee6f
    idv 45: I000147f0743d11d79a8ab5f5a94ee96e
    idv 46: I00014850721611d7b100a463f186e11d
    idv 47: I000148b0726011d78bcee6281d031f02
    idv 48: I00014d2071ba11d7a5a58ae19b0bc350
    idv 49: I0001593072e311d7ab54daa4035d65fa
    idv 50: I00015d70721811d7880af2b8a7a150bc
    idv 51: I000162a0720611d792e6e58f3e66f41c
    idv 52: I00016340154411d894849fe41a758d3e
    idv 53: I00016a90727211d7b0409d11d16b6b13
    idv 54: I0001713071db11d796fabc35f7796f7a
    idv 55: I00017de072af11d787c8f80b08d85a21
    idv 56: I000183c0ff1e11d79d93859d09cad35e
    idv 57: I00018680720211d7a07084608af77b15
    idv 58: I00018fe071e911d7bffff83f52289667
    idv 59: I000190b0154c11d8a6f0ebf54ed20c72
    idv 60: I0001921071f811d792e6e58f3e66f41c
    idv 61: I0001943072cb11d796fabc35f7796f7a
    idv 62: I00019500729b11d796fabc35f7796f7a
    idv 63: I0001a1d0745811d79ccbd455e2fa80ef
    idv 64: I0001a3d071d111d7947cc0bc28d0837a
    idv 65: I0001a8e042cc11d8bfb1c5b53ee7b122
    idv 66: I0001aa0071b411d78bcee6281d031f02
    idv 67: I0001c940b1ab11d7ad3ab23fa36e24eb
    idv 68: I0001dc60724911d78ef88cd3014a7f23
    idv 69: I0001f050723111d792e6e58f3e66f41c
    idv 70: I0001f080725611d7ab54daa4035d65fa
    idv 71: I0001f980746411d7a94bace56a9eba1c
    idv 72: I0001fa10726211d78ef88cd3014a7f23
    idv 73: I0001fe70728011d78347daa8ede63acd
    idv 74: I0001ffe071fb11d7b0409d11d16b6b13
    idv 75: I0002010072d911d78bcee6281d031f02
    idv 76: I0002084071ed11d7a07084608af77b15
    idv 77: I000220f0723d11d7b100a463f186e11d
    idv 78: I00022c4072d211d7a5a58ae19b0bc350
    idv 79: I00022cf0154c11d89b2cb73750577cdc
    idv 80: I00022f4072b111d7b100a463f186e11d
    idv 81: I00023550a76111d79a3e000874f30b44
    idv 82: I00024ad0746811d79a8ab5f5a94ee96e
    idv 83: I00024b02a5ba11d8860ea464f39e833e
    idv 84: I00025ef0720411d7ba84e3942a4b620d
    idv 85: I00026d40727811d7ab54daa4035d65fa
    idv 86: I00026d80a2ad11d79bff000874f30b44
    idv 87: I00027080742911d79d2ef02eee90521e
    idv 88: I0002721aa5ba11d8860ea464f39e833e
    idv 89: I00027280741311d7b44cec793782d444
    idv 90: I00028050147611d895d6f30359ceb780
    idv 91: I000286c0729811d7947cc0bc28d0837a
    idv 92: I00028830721311d78347daa8ede63acd
    idv 93: I00029920a5ba11d8860ea464f39e833e
    idv 94: I0002a0b0723e11d7a5a58ae19b0bc350
    idv 95: I0002a3a072e111d7a07084608af77b15
    idv 96: I0002a48071ed11d787c8f80b08d85a21
    idv 97: I0002a940725511d78bcee6281d031f02
    idv 98: I0002b8c072e311d7a07084608af77b15
    idv 99: I0002ba00723911d7b100a463f186e11d
    idv 100: I0002c034a5ba11d8860ea464f39e833e
    idv 101: I0002c2f0729a11d792e6e58f3e66f41c
    idv 102: I0002c2f0729a11d7ab54daa4035d65fa
    idv 103: I0002c4f0728411d7a07084608af77b15
    idv 104: I0002cf9071c111d787c8f80b08d85a21
    idv 105: I0002dfe0721f11d7b0409d11d16b6b13
    idv 106: I0002e8a0725b11d7ba84e3942a4b620d
    idv 107: I0002f5a0743d11d797e5f7f2fcbea176
    idv 108: I0002fd2072b211d7ab54daa4035d65fa
    idv 109: I0003003071cd11d796fabc35f7796f7a
    idv 110: I00030a8074de11d79453d3af27410a27
    idv 111: I00030b1072dc11d78347daa8ede63acd
    idv 112: I000318e0721d11d7880af2b8a7a150bc
    idv 113: I00032630729c11d7b100a463f186e11d
    idv 114: I00032e60726911d7ba84e3942a4b620d
    idv 115: I00033230721811d796fabc35f7796f7a
    idv 116: I00033600743811d7a658bf569bf0de0b
    idv 117: I00033730745211d79d2ef02eee90521e
    idv 118: I000341f0f36c11d7993aa96b44857ca1
    idv 119: I00034270b79611d7817fb05730618d2c
    idv 120: I0003429071b211d7b0409d11d16b6b13
    idv 121: I00034e80746311d7afb9df8873fee31a
    idv 122: I0003507072a011d7ba84e3942a4b620d
    idv 123: I00035f40744711d79d2ef02eee90521e
    idv 124: I00037420727711d7b100a463f186e11d
    idv 125: I00037d20721411d7ba84e3942a4b620d
    idv 126: I00037dc0743011d79d2ef02eee90521e
    idv 127: I00038970729e11d7ba84e3942a4b620d
    idv 128: I00038ab071f411d7b100a463f186e11d
    idv 129: I0003921071f111d7a5a58ae19b0bc350
    idv 130: I0003a860720d11d78347daa8ede63acd
    idv 131: I0003aa5072bb11d7ab54daa4035d65fa
    idv 132: I0003aa99a5ba11d8860ea464f39e833e
    idv 133: I0003ac5072a511d7a5a58ae19b0bc350
    idv 134: I0003b720747811d79ccbd455e2fa80ef
    idv 135: I0003b7b0727611d787c8f80b08d85a21
    idv 136: I0003bb10729f11d78ef88cd3014a7f23
    idv 137: I0003c5d072c511d7a5a58ae19b0bc350
    idv 138: I0003d19072e011d78347daa8ede63acd
    idv 139: I0003d1a4a5ba11d8860ea464f39e833e
    idv 140: I0003d1a6a5ba11d8860ea464f39e833e
    idv 141: I0003d1a8a5ba11d8860ea464f39e833e
    idv 142: I0003d53074db11d7b5dbefdbeac7aa0d
    idv 143: I0003d560728f11d7a5a58ae19b0bc350
    idv 144: I0003d5c072d911d792e6e58f3e66f41c
    idv 145: I0003ec20723111d78347daa8ede63acd
    idv 146: I0003f2b0725e11d787c8f80b08d85a21
    idv 147: I0003f54072b711d792e6e58f3e66f41c
    idv 148: I0003f8b0a5ba11d8860ea464f39e833e
    idv 149: I0003fa50742d11d79b9bc4eeac1c0b2d
    idv 150: I0003feb071da11d7a07084608af77b15
    idv 151: I000405d0160911d88becacb69499ad1d
    idv 152: I00040950060411d88297fc19561b6a07
    idv 153: I00040ed0721311d7a5a58ae19b0bc350
    idv 154: I00041660723511d7a07084608af77b15
    idv 155: I00041830746b11d797e5f7f2fcbea176
    idv 156: I00041cc0723d11d7b0409d11d16b6b13
    idv 157: I000420f0723611d7b100a463f186e11d
    idv 158: I000426c071cf11d7880af2b8a7a150bc
    idv 159: I00043970726111d7ba84e3942a4b620d
    idv 160: I00043af0c41a11d7858789f8f41f469f
    idv 161: I0004401071ca11d7b100a463f186e11d
    idv 162: I000452c0725c11d7bffff83f52289667
    idv 163: I000462d08bc311d7bb8d85f0ac71b1f3
    idv 164: I00047040725011d7ab54daa4035d65fa
    idv 165: I000470a0729a11d7b100a463f186e11d
    idv 166: I0004773072c711d78ef88cd3014a7f23
    idv 167: I0004794071ed11d7ab54daa4035d65fa
    idv 168: I00048290729811d78347daa8ede63acd
    idv 169: I00049af071da11d7b100a463f186e11d
    idv 170: I0004b040720111d7880af2b8a7a150bc
    idv 171: I0004b4a0721f11d78ef88cd3014a7f23
    idv 172: I0004b9702b4f11d8a0409604c12e4f92
    idv 173: I0004bb7071ad11d7a5a58ae19b0bc350
    idv 174: I0004c3c0726311d78ef88cd3014a7f23
    idv 175: I0004cb90745711d7a658bf569bf0de0b
    idv 176: I0004d490067011d8b893f65b4e54826b
    idv 177: I0004d780749711d79ccbd455e2fa80ef
    idv 178: I0004dc10726911d78347daa8ede63acd
    idv 179: I0004de70729d11d7ba84e3942a4b620d
    idv 180: I0004e040726211d7b0409d11d16b6b13
    idv 181: I0004e71071f011d7b100a463f186e11d
    idv 182: I0004ed70746911d79a8ab5f5a94ee96e
    idv 183: I0004ef7071e211d78bcee6281d031f02
    idv 184: I0004f09072c011d792e6e58f3e66f41c
    idv 185: I0004f0a071fc11d792e6e58f3e66f41c
    idv 186: I0004f240879511d79cf082a8a526bdf9
    idv 187: I0004f3a0744c11d7b433bc7aed88dbc8
    idv 188: I0004f490729411d7bffff83f52289667
    idv 189: I0004fb90724711d7a07084608af77b15
    idv 190: I00050b20721111d7b0409d11d16b6b13
    idv 191: I00050e2071f011d78bcee6281d031f02
    idv 192: I00050e20746111d79b9bc4eeac1c0b2d
    idv 193: I00051380747411d7afb9df8873fee31a
    idv 194: I000518a072b511d78347daa8ede63acd
    idv 195: I000518e0721611d78ef88cd3014a7f23
    idv 196: I00052800725a11d7ba84e3942a4b620d
    idv 197: I00052f00720d11d7947cc0bc28d0837a
    idv 198: I00053200745d11d79a8ab5f5a94ee96e
    idv 199: I00053e90268111d886bdfb192a64ac56
    idv 200: I00054420859711d79001d96d270a074a
    idv 201: I000546f071c911d792e6e58f3e66f41c
    idv 202: I000562c072e111d7ab54daa4035d65fa
    idv 203: I00056d109f7311d7b07dff332e990446
    idv 204: I00056d30746a11d797e5f7f2fcbea176
    idv 205: I00056f30745411d79c33f30f55d9158b
    idv 206: I00057820724411d7b100a463f186e11d
    idv 207: I00057980728311d7a07084608af77b15
    idv 208: I000580e0728011d7ab54daa4035d65fa
    idv 209: I00058271efc011d897339e11b9afd716
    idv 210: I00058d7074dc11d7b371e3b03459763a
    idv 211: I0005944071f911d7947cc0bc28d0837a
    idv 212: I00059910879611d7b396e0d633b35241
    idv 213: I00059ca071eb11d7ab54daa4035d65fa
    idv 214: I00059fd0746011d7b433bc7aed88dbc8
    idv 215: I0005a981efc011d897339e11b9afd716
    idv 216: I0005aaa0eb6311d7b52ae3604baa5d0f
    idv 217: I0005ad60744011d7a94bace56a9eba1c
    idv 218: I0005ae20726311d792e6e58f3e66f41c
    idv 219: I0005b9f071ba11d7b100a463f186e11d
    idv 220: I0005bc001e3711d891fbd2c50ca57005
    idv 221: I0005c8b071b411d7a07084608af77b15
    idv 222: I0005dc2072da11d78bcee6281d031f02
    idv 223: I0005f7a4efc011d897339e11b9afd716
    idv 224: I0005f9e0722f11d796fabc35f7796f7a
    idv 225: I0006073072ae11d7a07084608af77b15
    idv 226: I00061530133611d8aac7dbcabbf65311
    idv 227: I000627f071e211d7a07084608af77b15
    idv 228: I00062d80721a11d7947cc0bc28d0837a
    idv 229: I000633a072c111d7a5a58ae19b0bc350
    idv 230: I000635b0745811d789fed0d41f30a68d
    idv 231: I00063b3072e311d78347daa8ede63acd
    idv 232: I00063bd0728e11d78bcee6281d031f02
    idv 233: I00063e4071fe11d78bcee6281d031f02
    idv 234: I000643d0723611d78ef88cd3014a7f23
    idv 235: I00064b5000b611d88508fb717bde6c05
    idv 236: I00065a80729c11d7a5a58ae19b0bc350
    idv 237: I00066a5071c711d7b0409d11d16b6b13
    idv 238: I00066d50741711d79b9bc4eeac1c0b2d
    idv 239: I000672e071de11d78bcee6281d031f02
    idv 240: I000676e071b211d7880af2b8a7a150bc
    idv 241: I00067a70747111d7a94bace56a9eba1c
    idv 242: I00068860722a11d7ab54daa4035d65fa
    idv 243: I0006a450742b11d7abd288e162f1ee6f
    idv 244: I0006ba7071b111d7bffff83f52289667
    idv 245: I0006c930a76111d78cb8000874f30b44
    idv 246: I0006da10923511d78b148831b06d9b3e
    idv 247: I0006dc10726211d7a5a58ae19b0bc350
    idv 248: I0006e6a0726311d7ab54daa4035d65fa
    idv 249: I0006ef70744c11d79d2ef02eee90521e
    idv 250: I0006f070744111d7abd288e162f1ee6f
    idv 251: I0006fa0071dc11d7b100a463f186e11d
    idv 252: I0006fc60859811d78984a55bb4517c0f
    idv 253: I000708d7044011da9439b076ef9ec4de
    idv 254: I00071b70726811d7a5a58ae19b0bc350
    idv 255: I00071f40748811d79ccbd455e2fa80ef
    idv 256: I00072210f0c511d78788db544ffe8b12
    idv 257: I00072600726911d7bffff83f52289667
    idv 258: I00073890748311d7afb9df8873fee31a
    idv 259: I000746a0d4cd11d79c5ab0511e0c5824
    idv 260: I00077420726911d7947cc0bc28d0837a
    idv 261: I000775b072cd11d787c8f80b08d85a21
    idv 262: I0007802071e511d78bcee6281d031f02
    idv 263: I0007974071d111d7a5a58ae19b0bc350
    idv 264: I0007a8c0724911d796fabc35f7796f7a
    idv 265: I0007aa30743511d7aea3a34f2eb4052a
    idv 266: I0007b280727a11d7b0409d11d16b6b13
    idv 267: I0007b3f0746611d79ccbd455e2fa80ef
    idv 268: I0007b520748011d7afb9df8873fee31a
    idv 269: I0007bf10726511d78ef88cd3014a7f23
    idv 270: I0007cd1071cb11d7b0409d11d16b6b13
    idv 271: I0007d000726e11d7b0409d11d16b6b13
    idv 272: I0007d29833ff11d986b0aa9c82c164c0
    idv 273: I0007d34071ae11d7947cc0bc28d0837a
    idv 274: I0007d730724611d78347daa8ede63acd
    idv 275: I0007de3071f911d7ba84e3942a4b620d
    idv 276: I0007e13071d811d796fabc35f7796f7a
    idv 277: I0007e850727411d78bcee6281d031f02
    idv 278: I0007f1f0742d11d79a8ab5f5a94ee96e
    idv 279: I0007f54072a911d78347daa8ede63acd
    idv 280: I0007f620154811d8b8fd999a64bcc6ae
    idv 281: I00080dd0721011d7bffff83f52289667
    idv 282: I000812a071b411d7a5a58ae19b0bc350
    idv 283: I00081af0726a11d7b100a463f186e11d
    idv 284: I00082b20745011d7a658bf569bf0de0b
    idv 285: I00084300725f11d7ba84e3942a4b620d
    idv 286: I0008449072c311d78ef88cd3014a7f23
    idv 287: I000861b0726d11d7a5a58ae19b0bc350
    idv 288: I0008644072c611d7b0409d11d16b6b13
    idv 289: I000864b0724c11d78347daa8ede63acd
    idv 290: I00087d7071d811d7b0409d11d16b6b13
    idv 291: I00087d70744911d7afb9df8873fee31a
    idv 292: I000886f072a811d787c8f80b08d85a21
    idv 293: I00088cf0726611d792e6e58f3e66f41c
    idv 294: I00088e90747711d7a94bace56a9eba1c
    idv 295: I000890b072d911d787c8f80b08d85a21
    idv 296: I000896f071f811d78347daa8ede63acd
    idv 297: I0008a3a072cc11d7a5a58ae19b0bc350
    idv 298: I0008ad1071ef11d7947cc0bc28d0837a
    idv 299: I0008b170747e11d79ccbd455e2fa80ef
    idv 300: I0008b26072c611d7ba84e3942a4b620d
    select * from case where case_uuid in (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
    binding variables
    bc 1 : I00000670722f11d7bffff83f52289667
    bc 2 : I000010a071e611d7ba84e3942a4b620d
    bc 3 : I0000192072c111d7b100a463f186e11d
    bc 4 : I00001b90723111d7ab54daa4035d65fa
    bc 5 : I00002020727411d7a07084608af77b15
    bc 6 : I000029b0728011d792e6e58f3e66f41c
    bc 7 : I00002c80723a11d787c8f80b08d85a21
    bc 8 : I00003f10745411d79b9bc4eeac1c0b2d
    bc 9 : I000048d0721411d796fabc35f7796f7a
    bc 10 : I000067e0726c11d7b100a463f186e11d
    bc 11 : I0000796072e411d7b100a463f186e11d
    bc 12 : I000079c005aa11d8a85fe39410e0ab6f
    bc 13 : I000079e0741711d7aea3a34f2eb4052a
    bc 14 : I000085e0a1f611d7af65eaafd5dac9b5
    bc 15 : I000088c0728911d7a07084608af77b15
    bc 16 : I00008b0071d411d7880af2b8a7a150bc
    bc 17 : I00008f90721711d787c8f80b08d85a21
    bc 18 : I00009950724811d78ef88cd3014a7f23
    bc 19 : I00009a1072dc11d7ba84e3942a4b620d
    bc 20 : I0000a7a072bc11d7bffff83f52289667
    bc 21 : I0000ace071e611d78ef88cd3014a7f23
    bc 22 : I0000c0a0741a11d7ab5cff2fe4340d11
    bc 23 : I0000c40071d211d796fabc35f7796f7a
    bc 24 : I0000cc50728811d796fabc35f7796f7a
    bc 25 : I0000d250724611d7b100a463f186e11d
    bc 26 : I0000d94072bd11d78ef88cd3014a7f23
    bc 27 : I0000e7b0741a11d7b44cec793782d444
    bc 28 : I0000f1a071ff11d787c8f80b08d85a21
    bc 29 : I0000f4a071de11d7a5a58ae19b0bc350
    bc 30 : I0000fbc0727a11d78347daa8ede63acd
    bc 31 : I0000fcf0729411d787c8f80b08d85a21
    bc 32 : I0000ff5072c811d7a07084608af77b15
    bc 33 : I00010090721e11d7bffff83f52289667
    bc 34 : I00010390746e11d79ccbd455e2fa80ef
    bc 35 : I000112b0724111d7bffff83f52289667
    bc 36 : I00011940726e11d7b100a463f186e11d
    bc 37 : I00011ca0729711d78ef88cd3014a7f23
    bc 38 : I00012500728911d787c8f80b08d85a21
    bc 39 : I00012770746a11d79c33f30f55d9158b
    bc 40 : I0001297071e311d78347daa8ede63acd
    bc 41 : I00012a4071b311d7880af2b8a7a150bc
    bc 42 : I00012e7071ac11d7a5a58ae19b0bc350
    bc 43 : I000131c0729911d7a07084608af77b15
    bc 44 : I00013d90746111d7abd288e162f1ee6f
    bc 45 : I000147f0743d11d79a8ab5f5a94ee96e
    bc 46 : I00014850721611d7b100a463f186e11d
    bc 47 : I000148b0726011d78bcee6281d031f02
    bc 48 : I00014d2071ba11d7a5a58ae19b0bc350
    bc 49 : I0001593072e311d7ab54daa4035d65fa
    bc 50 : I00015d70721811d7880af2b8a7a150bc
    bc 51 : I000162a0720611d792e6e58f3e66f41c
    bc 52 : I00016340154411d894849fe41a758d3e
    bc 53 : I00016a90727211d7b0409d11d16b6b13
    bc 54 : I0001713071db11d796fabc35f7796f7a
    bc 55 : I00017de072af11d787c8f80b08d85a21
    bc 56 : I000183c0ff1e11d79d93859d09cad35e
    bc 57 : I00018680720211d7a07084608af77b15
    bc 58 : I00018fe071e911d7bffff83f52289667
    bc 59 : I000190b0154c11d8a6f0ebf54ed20c72
    bc 60 : I0001921071f811d792e6e58f3e66f41c
    bc 61 : I0001943072cb11d796fabc35f7796f7a
    bc 62 : I00019500729b11d796fabc35f7796f7a
    bc 63 : I0001a1d0745811d79ccbd455e2fa80ef
    bc 64 : I0001a3d071d111d7947cc0bc28d0837a
    bc 65 : I0001a8e042cc11d8bfb1c5b53ee7b122
    bc 66 : I0001aa0071b411d78bcee6281d031f02
    bc 67 : I0001c940b1ab11d7ad3ab23fa36e24eb
    bc 68 : I0001dc60724911d78ef88cd3014a7f23
    bc 69 : I0001f050723111d792e6e58f3e66f41c
    bc 70 : I0001f080725611d7ab54daa4035d65fa
    bc 71 : I0001f980746411d7a94bace56a9eba1c
    bc 72 : I0001fa10726211d78ef88cd3014a7f23
    bc 73 : I0001fe70728011d78347daa8ede63acd
    bc 74 : I0001ffe071fb11d7b0409d11d16b6b13
    bc 75 : I0002010072d911d78bcee6281d031f02
    bc 76 : I0002084071ed11d7a07084608af77b15
    bc 77 : I000220f0723d11d7b100a463f186e11d
    bc 78 : I00022c4072d211d7a5a58ae19b0bc350
    bc 79 : I00022cf0154c11d89b2cb73750577cdc
    bc 80 : I00022f4072b111d7b100a463f186e11d
    bc 81 : I00023550a76111d79a3e000874f30b44
    bc 82 : I00024ad0746811d79a8ab5f5a94ee96e
    bc 83 : I00024b02a5ba11d8860ea464f39e833e
    bc 84 : I00025ef0720411d7ba84e3942a4b620d
    bc 85 : I00026d40727811d7ab54daa4035d65fa
    bc 86 : I00026d80a2ad11d79bff000874f30b44
    bc 87 : I00027080742911d79d2ef02eee90521e
    bc 88 : I0002721aa5ba11d8860ea464f39e833e
    bc 89 : I00027280741311d7b44cec793782d444
    bc 90 : I00028050147611d895d6f30359ceb780
    bc 91 : I000286c0729811d7947cc0bc28d0837a
    bc 92 : I00028830721311d78347daa8ede63acd
    bc 93 : I00029920a5ba11d8860ea464f39e833e
    bc 94 : I0002a0b0723e11d7a5a58ae19b0bc350
    bc 95 : I0002a3a072e111d7a07084608af77b15
    bc 96 : I0002a48071ed11d787c8f80b08d85a21
    bc 97 : I0002a940725511d78bcee6281d031f02
    bc 98 : I0002b8c072e311d7a07084608af77b15
    bc 99 : I0002ba00723911d7b100a463f186e11d
    bc 100 : I0002c034a5ba11d8860ea464f39e833e
    bc 101 : I0002c2f0729a11d792e6e58f3e66f41c
    bc 102 : I0002c2f0729a11d7ab54daa4035d65fa
    bc 103 : I0002c4f0728411d7a07084608af77b15
    bc 104 : I0002cf9071c111d787c8f80b08d85a21
    bc 105 : I0002dfe0721f11d7b0409d11d16b6b13
    bc 106 : I0002e8a0725b11d7ba84e3942a4b620d
    bc 107 : I0002f5a0743d11d797e5f7f2fcbea176
    bc 108 : I0002fd2072b211d7ab54daa4035d65fa
    bc 109 : I0003003071cd11d796fabc35f7796f7a
    bc 110 : I00030a8074de11d79453d3af27410a27
    bc 111 : I00030b1072dc11d78347daa8ede63acd
    bc 112 : I000318e0721d11d7880af2b8a7a150bc
    bc 113 : I00032630729c11d7b100a463f186e11d
    bc 114 : I00032e60726911d7ba84e3942a4b620d
    bc 115 : I00033230721811d796fabc35f7796f7a
    bc 116 : I00033600743811d7a658bf569bf0de0b
    bc 117 : I00033730745211d79d2ef02eee90521e
    bc 118 : I000341f0f36c11d7993aa96b44857ca1
    bc 119 : I00034270b79611d7817fb05730618d2c
    bc 120 : I0003429071b211d7b0409d11d16b6b13
    bc 121 : I00034e80746311d7afb9df8873fee31a
    bc 122 : I0003507072a011d7ba84e3942a4b620d
    bc 123 : I00035f40744711d79d2ef02eee90521e
    bc 124 : I00037420727711d7b100a463f186e11d
    bc 125 : I00037d20721411d7ba84e3942a4b620d
    bc 126 : I00037dc0743011d79d2ef02eee90521e
    bc 127 : I00038970729e11d7ba84e3942a4b620d
    bc 128 : I00038ab071f411d7b100a463f186e11d
    bc 129 : I0003921071f111d7a5a58ae19b0bc350
    bc 130 : I0003a860720d11d78347daa8ede63acd
    bc 131 : I0003aa5072bb11d7ab54daa4035d65fa
    bc 132 : I0003aa99a5ba11d8860ea464f39e833e
    bc 133 : I0003ac5072a511d7a5a58ae19b0bc350
    bc 134 : I0003b720747811d79ccbd455e2fa80ef
    bc 135 : I0003b7b0727611d787c8f80b08d85a21
    bc 136 : I0003bb10729f11d78ef88cd3014a7f23
    bc 137 : I0003c5d072c511d7a5a58ae19b0bc350
    bc 138 : I0003d19072e011d78347daa8ede63acd
    bc 139 : I0003d1a4a5ba11d8860ea464f39e833e
    bc 140 : I0003d1a6a5ba11d8860ea464f39e833e
    bc 141 : I0003d1a8a5ba11d8860ea464f39e833e
    bc 142 : I0003d53074db11d7b5dbefdbeac7aa0d
    bc 143 : I0003d560728f11d7a5a58ae19b0bc350
    bc 144 : I0003d5c072d911d792e6e58f3e66f41c
    bc 145 : I0003ec20723111d78347daa8ede63acd
    bc 146 : I0003f2b0725e11d787c8f80b08d85a21
    bc 147 : I0003f54072b711d792e6e58f3e66f41c
    bc 148 : I0003f8b0a5ba11d8860ea464f39e833e
    bc 149 : I0003fa50742d11d79b9bc4eeac1c0b2d
    bc 150 : I0003feb071da11d7a07084608af77b15
    bc 151 : I000405d0160911d88becacb69499ad1d
    bc 152 : I00040950060411d88297fc19561b6a07
    bc 153 : I00040ed0721311d7a5a58ae19b0bc350
    bc 154 : I00041660723511d7a07084608af77b15
    bc 155 : I00041830746b11d797e5f7f2fcbea176
    bc 156 : I00041cc0723d11d7b0409d11d16b6b13
    bc 157 : I000420f0723611d7b100a463f186e11d
    bc 158 : I000426c071cf11d7880af2b8a7a150bc
    bc 159 : I00043970726111d7ba84e3942a4b620d
    bc 160 : I00043af0c41a11d7858789f8f41f469f
    bc 161 : I0004401071ca11d7b100a463f186e11d
    bc 162 : I000452c0725c11d7bffff83f52289667
    bc 163 : I000462d08bc311d7bb8d85f0ac71b1f3
    bc 164 : I00047040725011d7ab54daa4035d65fa
    bc 165 : I000470a0729a11d7b100a463f186e11d
    bc 166 : I0004773072c711d78ef88cd3014a7f23
    bc 167 : I0004794071ed11d7ab54daa4035d65fa
    bc 168 : I00048290729811d78347daa8ede63acd
    bc 169 : I00049af071da11d7b100a463f186e11d
    bc 170 : I0004b040720111d7880af2b8a7a150bc
    bc 171 : I0004b4a0721f11d78ef88cd3014a7f23
    bc 172 : I0004b9702b4f11d8a0409604c12e4f92
    bc 173 : I0004bb7071ad11d7a5a58ae19b0bc350
    bc 174 : I0004c3c0726311d78ef88cd3014a7f23
    bc 175 : I0004cb90745711d7a658bf569bf0de0b
    bc 176 : I0004d490067011d8b893f65b4e54826b
    bc 177 : I0004d780749711d79ccbd455e2fa80ef
    bc 178 : I0004dc10726911d78347daa8ede63acd
    bc 179 : I0004de70729d11d7ba84e3942a4b620d
    bc 180 : I0004e040726211d7b0409d11d16b6b13
    bc 181 : I0004e71071f011d7b100a463f186e11d
    bc 182 : I0004ed70746911d79a8ab5f5a94ee96e
    bc 183 : I0004ef7071e211d78bcee6281d031f02
    bc 184 : I0004f09072c011d792e6e58f3e66f41c
    bc 185 : I0004f0a071fc11d792e6e58f3e66f41c
    bc 186 : I0004f240879511d79cf082a8a526bdf9
    bc 187 : I0004f3a0744c11d7b433bc7aed88dbc8
    bc 188 : I0004f490729411d7bffff83f52289667
    bc 189 : I0004fb90724711d7a07084608af77b15
    bc 190 : I00050b20721111d7b0409d11d16b6b13
    bc 191 : I00050e2071f011d78bcee6281d031f02
    bc 192 : I00050e20746111d79b9bc4eeac1c0b2d
    bc 193 : I00051380747411d7afb9df8873fee31a
    bc 194 : I000518a072b511d78347daa8ede63acd
    bc 195 : I000518e0721611d78ef88cd3014a7f23
    bc 196 : I00052800725a11d7ba84e3942a4b620d
    bc 197 : I00052f00720d11d7947cc0bc28d0837a
    bc 198 : I00053200745d11d79a8ab5f5a94ee96e
    bc 199 : I00053e90268111d886bdfb192a64ac56
    bc 200 : I00054420859711d79001d96d270a074a
    bc 201 : I000546f071c911d792e6e58f3e66f41c
    bc 202 : I000562c072e111d7ab54daa4035d65fa
    bc 203 : I00056d109f7311d7b07dff332e990446
    bc 204 : I00056d30746a11d797e5f7f2fcbea176
    bc 205 : I00056f30745411d79c33f30f55d9158b
    bc 206 : I00057820724411d7b100a463f186e11d
    bc 207 : I00057980728311d7a07084608af77b15
    bc 208 : I000580e0728011d7ab54daa4035d65fa
    bc 209 : I00058271efc011d897339e11b9afd716
    bc 210 : I00058d7074dc11d7b371e3b03459763a
    bc 211 : I0005944071f911d7947cc0bc28d0837a
    bc 212 : I00059910879611d7b396e0d633b35241
    bc 213 : I00059ca071eb11d7ab54daa4035d65fa
    bc 214 : I00059fd0746011d7b433bc7aed88dbc8
    bc 215 : I0005a981efc011d897339e11b9afd716
    bc 216 : I0005aaa0eb6311d7b52ae3604baa5d0f
    bc 217 : I0005ad60744011d7a94bace56a9eba1c
    bc 218 : I0005ae20726311d792e6e58f3e66f41c
    bc 219 : I0005b9f071ba11d7b100a463f186e11d
    bc 220 : I0005bc001e3711d891fbd2c50ca57005
    bc 221 : I0005c8b071b411d7a07084608af77b15
    bc 222 : I0005dc2072da11d78bcee6281d031f02
    bc 223 : I0005f7a4efc011d897339e11b9afd716
    bc 224 : I0005f9e0722f11d796fabc35f7796f7a
    bc 225 : I0006073072ae11d7a07084608af77b15
    bc 226 : I00061530133611d8aac7dbcabbf65311
    bc 227 : I000627f071e211d7a07084608af77b15
    bc 228 : I00062d80721a11d7947cc0bc28d0837a
    bc 229 : I000633a072c111d7a5a58ae19b0bc350
    bc 230 : I000635b0745811d789fed0d41f30a68d
    bc 231 : I00063b3072e311d78347daa8ede63acd
    bc 232 : I00063bd0728e11d78bcee6281d031f02
    bc 233 : I00063e4071fe11d78bcee6281d031f02
    bc 234 : I000643d0723611d78ef88cd3014a7f23
    bc 235 : I00064b5000b611d88508fb717bde6c05
    bc 236 : I00065a80729c11d7a5a58ae19b0bc350
    bc 237 : I00066a5071c711d7b0409d11d16b6b13
    bc 238 : I00066d50741711d79b9bc4eeac1c0b2d
    bc 239 : I000672e071de11d78bcee6281d031f02
    bc 240 : I000676e071b211d7880af2b8a7a150bc
    bc 241 : I00067a70747111d7a94bace56a9eba1c
    bc 242 : I00068860722a11d7ab54daa4035d65fa
    bc 243 : I0006a450742b11d7abd288e162f1ee6f
    bc 244 : I0006ba7071b111d7bffff83f52289667
    bc 245 : I0006c930a76111d78cb8000874f30b44
    bc 246 : I0006da10923511d78b148831b06d9b3e
    bc 247 : I0006dc10726211d7a5a58ae19b0bc350
    bc 248 : I0006e6a0726311d7ab54daa4035d65fa
    bc 249 : I0006ef70744c11d79d2ef02eee90521e
    bc 250 : I0006f070744111d7abd288e162f1ee6f
    bc 251 : I0006fa0071dc11d7b100a463f186e11d
    bc 252 : I0006fc60859811d78984a55bb4517c0f
    bc 253 : I000708d7044011da9439b076ef9ec4de
    bc 254 : I00071b70726811d7a5a58ae19b0bc350
    bc 255 : I00071f40748811d79ccbd455e2fa80ef
    bc 256 : I00072210f0c511d78788db544ffe8b12
    bc 257 : I00072600726911d7bffff83f52289667
    bc 258 : I00073890748311d7afb9df8873fee31a
    bc 259 : I000746a0d4cd11d79c5ab0511e0c5824
    bc 260 : I00077420726911d7947cc0bc28d0837a
    bc 261 : I000775b072cd11d787c8f80b08d85a21
    bc 262 : I0007802071e511d78bcee6281d031f02
    bc 263 : I0007974071d111d7a5a58ae19b0bc350
    bc 264 : I0007a8c0724911d796fabc35f7796f7a
    bc 265 : I0007aa30743511d7aea3a34f2eb4052a
    bc 266 : I0007b280727a11d7b0409d11d16b6b13
    bc 267 : I0007b3f0746611d79ccbd455e2fa80ef
    bc 268 : I0007b520748011d7afb9df8873fee31a
    bc 269 : I0007bf10726511d78ef88cd3014a7f23
    bc 270 : I0007cd1071cb11d7b0409d11d16b6b13
    bc 271 : I0007d000726e11d7b0409d11d16b6b13
    bc 272 : I0007d29833ff11d986b0aa9c82c164c0
    bc 273 : I0007d34071ae11d7947cc0bc28d0837a
    bc 274 : I0007d730724611d78347daa8ede63acd
    bc 275 : I0007de3071f911d7ba84e3942a4b620d
    bc 276 : I0007e13071d811d796fabc35f7796f7a
    bc 277 : I0007e850727411d78bcee6281d031f02
    bc 278 : I0007f1f0742d11d79a8ab5f5a94ee96e
    bc 279 : I0007f54072a911d78347daa8ede63acd
    bc 280 : I0007f620154811d8b8fd999a64bcc6ae
    bc 281 : I00080dd0721011d7bffff83f52289667
    bc 282 : I000812a071b411d7a5a58ae19b0bc350
    bc 283 : I00081af0726a11d7b100a463f186e11d
    bc 284 : I00082b20745011d7a658bf569bf0de0b
    bc 285 : I00084300725f11d7ba84e3942a4b620d
    bc 286 : I0008449072c311d78ef88cd3014a7f23
    bc 287 : I000861b0726d11d7a5a58ae19b0bc350
    bc 288 : I0008644072c611d7b0409d11d16b6b13
    bc 289 : I000864b0724c11d78347daa8ede63acd
    bc 290 : I00087d7071d811d7b0409d11d16b6b13
    bc 291 : I00087d70744911d7afb9df8873fee31a
    bc 292 : I000886f072a811d787c8f80b08d85a21
    bc 293 : I00088cf0726611d792e6e58f3e66f41c
    bc 294 : I00088e90747711d7a94bace56a9eba1c
    bc 295 : I000890b072d911d787c8f80b08d85a21
    bc 296 : I000896f071f811d78347daa8ede63acd
    bc 297 : I0008a3a072cc11d7a5a58ae19b0bc350
    bc 298 : I0008ad1071ef11d7947cc0bc28d0837a
    bc 299 : I0008b170747e11d79ccbd455e2fa80ef
    bc 300 : I0008b26072c611d7ba84e3942a4b620d
    iterating rs
    rs 1: I000147f0743d11d79a8ab5f5a94ee96e
    rs 2: I00014850721611d7b100a463f186e11d
    rs 3: I000148b0726011d78bcee6281d031f02
    rs 4: I00014d2071ba11d7a5a58ae19b0bc350
    rs 5: I0001593072e311d7ab54daa4035d65fa
    rs 6: I00015d70721811d7880af2b8a7a150bc
    rs 7: I000162a0720611d792e6e58f3e66f41c
    rs 8: I00016340154411d894849fe41a758d3e
    rs 9: I00016a90727211d7b0409d11d16b6b13
    rs 10: I0001713071db11d796fabc35f7796f7a
    rs 11: I00017de072af11d787c8f80b08d85a21
    rs 12: I000183c0ff1e11d79d93859d09cad35e
    rs 13: I00018680720211d7a07084608af77b15
    rs 14: I00018fe071e911d7bffff83f52289667
    rs 15: I000190b0154c11d8a6f0ebf54ed20c72
    rs 16: I0001921071f811d792e6e58f3e66f41c
    rs 17: I0001943072cb11d796fabc35f7796f7a
    rs 18: I00019500729b11d796fabc35f7796f7a
    rs 19: I0001a1d0745811d79ccbd455e2fa80ef
    rs 20: I0001a3d071d111d7947cc0bc28d0837a
    rs 21: I0001a8e042cc11d8bfb1c5b53ee7b122
    rs 22: I0001aa0071b411d78bcee6281d031f02
    rs 23: I0001c940b1ab11d7ad3ab23fa36e24eb
    rs 24: I0001dc60724911d78ef88cd3014a7f23
    rs 25: I0001f050723111d792e6e58f3e66f41c
    rs 26: I0001f080725611d7ab54daa4035d65fa
    rs 27: I0001f980746411d7a94bace56a9eba1c
    rs 28: I0001fa10726211d78ef88cd3014a7f23
    rs 29: I0001fe70728011d78347daa8ede63acd
    rs 30: I0001ffe071fb11d7b0409d11d16b6b13
    rs 31: I0002010072d911d78bcee6281d031f02
    rs 32: I0002084071ed11d7a07084608af77b15
    rs 33: I000220f0723d11d7b100a463f186e11d
    rs 34: I00022c4072d211d7a5a58ae19b0bc350
    rs 35: I00022cf0154c11d89b2cb73750577cdc
    rs 36: I00022f4072b111d7b100a463f186e11d
    rs 37: I00023550a76111d79a3e000874f30b44
    rs 38: I00024ad0746811d79a8ab5f5a94ee96e
    rs 39: I00024b02a5ba11d8860ea464f39e833e
    rs 40: I00025ef0720411d7ba84e3942a4b620d
    rs 41: I00026d40727811d7ab54daa4035d65fa
    rs 42: I00026d80a2ad11d79bff000874f30b44
    rs 43: I00027080742911d79d2ef02eee90521e
    rs 44: I0002721aa5ba11d8860ea464f39e833e
    rs 45: I00027280741311d7b44cec793782d444
    rs 46: I00028050147611d895d6f30359ceb780
    rs 47: I000286c0729811d7947cc0bc28d0837a
    rs 48: I00028830721311d78347daa8ede63acd
    rs 49: I00029920a5ba11d8860ea464f39e833e
    rs 50: I0002a0b0723e11d7a5a58ae19b0bc350
    rs 51: I0002a3a072e111d7a07084608af77b15
    rs 52: I0002a48071ed11d787c8f80b08d85a21
    rs 53: I0002a940725511d78bcee6281d031f02
    rs 54: I0002b8c072e311d7a07084608af77b15
    rs 55: I0002ba00723911d7b100a463f186e11d
    rs 56: I0002c034a5ba11d8860ea464f39e833e
    rs 57: I0002c2f0729a11d792e6e58f3e66f41c
    rs 58: I0002c2f0729a11d7ab54daa4035d65fa
    rs 59: I0002c4f0728411d7a07084608af77b15
    rs 60: I0002cf9071c111d787c8f80b08d85a21
    rs 61: I0002dfe0721f11d7b0409d11d16b6b13
    rs 62: I0002e8a0725b11d7ba84e3942a4b620d
    rs 63: I0002f5a0743d11d797e5f7f2fcbea176
    rs 64: I0002fd2072b211d7ab54daa4035d65fa
    rs 65: I0003003071cd11d796fabc35f7796f7a
    rs 66: I00030a8074de11d79453d3af27410a27
    rs 67: I00030b1072dc11d78347daa8ede63acd
    rs 68: I000318e0721d11d7880af2b8a7a150bc
    rs 69: I00032630729c11d7b100a463f186e11d
    rs 70: I00032e60726911d7ba84e3942a4b620d
    rs 71: I00033230721811d796fabc35f7796f7a
    rs 72: I00033600743811d7a658bf569bf0de0b
    rs 73: I00033730745211d79d2ef02eee90521e
    rs 74: I000341f0f36c11d7993aa96b44857ca1
    rs 75: I00034270b79611d7817fb05730618d2c
    rs 76: I0003429071b211d7b0409d11d16b6b13
    rs 77: I00034e80746311d7afb9df8873fee31a
    rs 78: I0003507072a011d7ba84e3942a4b620d
    rs 79: I00035f40744711d79d2ef02eee90521e
    rs 80: I00037420727711d7b100a463f186e11d
    rs 81: I00037d20721411d7ba84e3942a4b620d
    rs 82: I00037dc0743011d79d2ef02eee90521e
    rs 83: I00038970729e11d7ba84e3942a4b620d
    rs 84: I00038ab071f411d7b100a463f186e11d
    rs 85: I0003921071f111d7a5a58ae19b0bc350
    rs 86: I0003a860720d11d78347daa8ede63acd
    rs 87: I0003aa5072bb11d7ab54daa4035d65fa
    rs 88: I0003aa99a5ba11d8860ea464f39e833e
    rs 89: I0003ac5072a511d7a5a58ae19b0bc350
    rs 90: I0003b720747811d79ccbd455e2fa80ef
    rs 91: I0003b7b0727611d787c8f80b08d85a21
    rs 92: I0003bb10729f11d78ef88cd3014a7f23
    rs 93: I0003c5d072c511d7a5a58ae19b0bc350
    rs 94: I0003d19072e011d78347daa8ede63acd
    rs 95: I0003d1a4a5ba11d8860ea464f39e833e
    rs 96: I0003d1a6a5ba11d8860ea464f39e833e
    rs 97: I0003d1a8a5ba11d8860ea464f39e833e
    rs 98: I0003d53074db11d7b5dbefdbeac7aa0d
    rs 99: I0003d560728f11d7a5a58ae19b0bc350
    rs 100: I0003d5c072d911d792e6e58f3e66f41c
    rs 101: I0003ec20723111d78347daa8ede63acd
    rs 102: I0003f2b0725e11d787c8f80b08d85a21
    rs 103: I0003f54072b711d792e6e58f3e66f41c
    rs 104: I0003f8b0a5ba11d8860ea464f39e833e
    rs 105: I0003fa50742d11d79b9bc4eeac1c0b2d
    rs 106: I0003feb071da11d7a07084608af77b15
    rs 107: I000405d0160911d88becacb69499ad1d
    rs 108: I00040950060411d88297fc19561b6a07
    rs 109: I00040ed0721311d7a5a58ae19b0bc350
    rs 110: I00041660723511d7a07084608af77b15
    rs 111: I00041830746b11d797e5f7f2fcbea176
    rs 112: I00041cc0723d11d7b0409d11d16b6b13
    rs 113: I000420f0723611d7b100a463f186e11d
    rs 114: I000426c071cf11d7880af2b8a7a150bc
    rs 115: I00043970726111d7ba84e3942a4b620d
    rs 116: I00043af0c41a11d7858789f8f41f469f
    rs 117: I0004401071ca11d7b100a463f186e11d
    rs 118: I000452c0725c11d7bffff83f52289667
    rs 119: I000462d08bc311d7bb8d85f0ac71b1f3
    rs 120: I00047040725011d7ab54daa4035d65fa
    rs 121: I000470a0729a11d7b100a463f186e11d
    rs 122: I0004773072c711d78ef88cd3014a7f23
    rs 123: I0004794071ed11d7ab54daa4035d65fa
    rs 124: I00048290729811d78347daa8ede63acd
    rs 125: I00049af071da11d7b100a463f186e11d
    rs 126: I0004b040720111d7880af2b8a7a150bc
    rs 127: I0004b4a0721f11d78ef88cd3014a7f23
    rs 128: I0004b9702b4f11d8a0409604c12e4f92
    rs 129: I0004bb7071ad11d7a5a58ae19b0bc350
    rs 130: I0004c3c0726311d78ef88cd3014a7f23
    rs 131: I0004cb90745711d7a658bf569bf0de0b
    rs 132: I0004d490067011d8b893f65b4e54826b
    rs 133: I0004d780749711d79ccbd455e2fa80ef
    rs 134: I0004dc10726911d78347daa8ede63acd
    rs 135: I0004de70729d11d7ba84e3942a4b620d
    rs 136: I0004e040726211d7b0409d11d16b6b13
    rs 137: I0004e71071f011d7b100a463f186e11d
    rs 138: I0004ed70746911d79a8ab5f5a94ee96e
    rs 139: I0004ef7071e211d78bcee6281d031f02
    rs 140: I0004f09072c011d792e6e58f3e66f41c
    rs 141: I0004f0a071fc11d792e6e58f3e66f41c
    rs 142: I0004f240879511d79cf082a8a526bdf9
    rs 143: I0004f3a0744c11d7b433bc7aed88dbc8
    rs 144: I0004f490729411d7bffff83f52289667
    rs 145: I0004fb90724711d7a07084608af77b15
    rs 146: I00050b20721111d7b0409d11d16b6b13
    rs 147: I00050e2071f011d78bcee6281d031f02
    rs 148: I00050e20746111d79b9bc4eeac1c0b2d
    rs 149: I00051380747411d7afb9df8873fee31a
    rs 150: I000518a072b511d78347daa8ede63acd
    rs 151: I000518e0721611d78ef88cd3014a7f23
    rs 152: I00052800725a11d7ba84e3942a4b620d
    rs 153: I00052f00720d11d7947cc0bc28d0837a
    rs 154: I00053200745d11d79a8ab5f5a94ee96e
    rs 155: I00053e90268111d886bdfb192a64ac56
    rs 156: I00054420859711d79001d96d270a074a
    rs 157: I000546f071c911d792e6e58f3e66f41c
    rs 158: I000562c072e111d7ab54daa4035d65fa
    rs 159: I00056d109f7311d7b07dff332e990446
    rs 160: I00056d30746a11d797e5f7f2fcbea176
    rs 161: I00056f30745411d79c33f30f55d9158b
    rs 162: I00057820724411d7b100a463f186e11d
    rs 163: I00057980728311d7a07084608af77b15
    rs 164: I000580e0728011d7ab54daa4035d65fa
    rs 165: I00058271efc011d897339e11b9afd716
    rs 166: I00058d7074dc11d7b371e3b03459763a
    rs 167: I0005944071f911d7947cc0bc28d0837a
    rs 168: I00059910879611d7b396e0d633b35241
    rs 169: I00059ca071eb11d7ab54daa4035d65fa
    rs 170: I00059fd0746011d7b433bc7aed88dbc8
    rs 171: I0005a981efc011d897339e11b9afd716
    rs 172: I0005aaa0eb6311d7b52ae3604baa5d0f
    rs 173: I0005ad60744011d7a94bace56a9eba1c
    rs 174: I0005ae20726311d792e6e58f3e66f41c
    rs 175: I0005b9f071ba11d7b100a463f186e11d
    rs 176: I0005bc001e3711d891fbd2c50ca57005
    rs 177: I0005c8b071b411d7a07084608af77b15
    rs 178: I0005dc2072da11d78bcee6281d031f02
    rs 179: I0005f7a4efc011d897339e11b9afd716
    rs 180: I0005f9e0722f11d796fabc35f7796f7a
    rs 181: I0006073072ae11d7a07084608af77b15
    rs 182: I00061530133611d8aac7dbcabbf65311
    rs 183: I000627f071e211d7a07084608af77b15
    rs 184: I00062d80721a11d7947cc0bc28d0837a
    rs 185: I000633a072c111d7a5a58ae19b0bc350
    rs 186: I000635b0745811d789fed0d41f30a68d
    rs 187: I00063b3072e311d78347daa8ede63acd
    rs 188: I00063bd0728e11d78bcee6281d031f02
    rs 189: I00063e4071fe11d78bcee6281d031f02
    rs 190: I000643d0723611d78ef88cd3014a7f23
    rs 191: I00064b5000b611d88508fb717bde6c05
    rs 192: I00065a80729c11d7a5a58ae19b0bc350
    rs 193: I00066a5071c711d7b0409d11d16b6b13
    rs 194: I00066d50741711d79b9bc4eeac1c0b2d
    rs 195: I000672e071de11d78bcee6281d031f02
    rs 196: I000676e071b211d7880af2b8a7a150bc
    rs 197: I00067a70747111d7a94bace56a9eba1c
    rs 198: I00068860722a11d7ab54daa4035d65fa
    rs 199: I0006a450742b11d7abd288e162f1ee6f
    rs 200: I0006ba7071b111d7bffff83f52289667
    rs 201: I0006c930a76111d78cb8000874f30b44
    rs 202: I0006da10923511d78b148831b06d9b3e
    rs 203: I0006dc10726211d7a5a58ae19b0bc350
    rs 204: I0006e6a0726311d7ab54daa4035d65fa
    rs 205: I0006ef70744c11d79d2ef02eee90521e
    rs 206: I0006f070744111d7abd288e162f1ee6f
    rs 207: I0006fa0071dc11d7b100a463f186e11d
    rs 208: I0006fc60859811d78984a55bb4517c0f
    rs 209: I000708d7044011da9439b076ef9ec4de
    rs 210: I00071b70726811d7a5a58ae19b0bc350
    rs 211: I00071f40748811d79ccbd455e2fa80ef
    rs 212: I00072210f0c511d78788db544ffe8b12
    rs 213: I00072600726911d7bffff83f52289667
    rs 214: I00073890748311d7afb9df8873fee31a
    rs 215: I000746a0d4cd11d79c5ab0511e0c5824
    rs 216: I00077420726911d7947cc0bc28d0837a
    rs 217: I000775b072cd11d787c8f80b08d85a21
    rs 218: I0007802071e511d78bcee6281d031f02
    rs 219: I0007974071d111d7a5a58ae19b0bc350
    rs 220: I0007a8c0724911d796fabc35f7796f7a
    rs 221: I0007aa30743511d7aea3a34f2eb4052a
    rs 222: I0007b280727a11d7b0409d11d16b6b13
    rs 223: I0007b3f0746611d79ccbd455e2fa80ef
    rs 224: I0007b520748011d7afb9df8873fee31a
    rs 225: I0007bf10726511d78ef88cd3014a7f23
    rs 226: I0007cd1071cb11d7b0409d11d16b6b13
    rs 227: I0007d000726e11d7b0409d11d16b6b13
    rs 228: I0007d29833ff11d986b0aa9c82c164c0
    rs 229: I0007d34071ae11d7947cc0bc28d0837a
    rs 230: I0007d730724611d78347daa8ede63acd
    rs 231: I0007de3071f911d7ba84e3942a4b620d
    rs 232: I0007e13071d811d796fabc35f7796f7a
    rs 233: I0007e850727411d78bcee6281d031f02
    rs 234: I0007f1f0742d11d79a8ab5f5a94ee96e
    rs 235: I0007f54072a911d78347daa8ede63acd
    rs 236: I0007f620154811d8b8fd999a64bcc6ae
    rs 237: I00080dd0721011d7bffff83f52289667
    rs 238: I000812a071b411d7a5a58ae19b0bc350
    rs 239: I00081af0726a11d7b100a463f186e11d
    rs 240: I00082b20745011d7a658bf569bf0de0b
    rs 241: I00084300725f11d7ba84e3942a4b620d
    rs 242: I0008449072c311d78ef88cd3014a7f23
    rs 243: I000861b0726d11d7a5a58ae19b0bc350
    rs 244: I0008644072c611d7b0409d11d16b6b13
    rs 245: I000864b0724c11d78347daa8ede63acd
    rs 246: I00087d7071d811d7b0409d11d16b6b13
    rs 247: I00087d70744911d7afb9df8873fee31a
    rs 248: I000886f072a811d787c8f80b08d85a21
    rs 249: I00088cf0726611d792e6e58f3e66f41c
    rs 250: I00088e90747711d7a94bace56a9eba1c
    rs 251: I000890b072d911d787c8f80b08d85a21
    rs 252: I000896f071f811d78347daa8ede63acd
    rs 253: I0008a3a072cc11d7a5a58ae19b0bc350
    rs 254: I0008ad1071ef11d7947cc0bc28d0837a
    rs 255: I0008b170747e11d79ccbd455e2fa80ef
    rs 256: I0008b26072c611d7ba84e3942a4b620d

    Thanks again for the input. One of our DBA's was also able to recreate the problem using the below PL/SQL script. He is going to open a TAR with Oracle. I'll post a message when we get a resolution.
    Tom
    CREATE OR REPLACE PROCEDURE "SYSTEM"."TEST_BIND2" is
    type dynamic_tc is ref cursor;
    v_rc dynamic_tc;
    sql_stmt varchar(3000);
    bindvariable varchar2(33) := 'I00000670722f11d7bffff83f52289667';
    v_case_uuid varchar2(33);
    v_rows number :=0;
    begin
    sql_stmt := 'select case_uuid from machv.case
    where case_uuid in (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,
    :16,
    :17,
    :18,
    :19,
    :20,
    :21,
    :22,
    :23,
    :24,
    :25,
    :26,
    :27,
    :28,
    :29,
    :30,
    :31,
    :32,
    :33,
    :34,
    :35,
    :36,
    :37,
    :38,
    :39,
    :40,
    :41,
    :42,
    :43,
    :44,
    :45,
    :46,
    :47,
    :48,
    :49,
    :50,
    :51,
    :52,
    :53,
    :54,
    :55,
    :56,
    :57,
    :58,
    :59,
    :60,
    :61,
    :62,
    :63,
    :64,
    :65,
    :66,
    :67,
    :68,
    :69,
    :70,
    :71,
    :72,
    :73,
    :74,
    :75,
    :76,
    :77,
    :78,
    :79,
    :80,
    :81,
    :82,
    :83,
    :84,
    :85,
    :86,
    :87,
    :88,
    :89,
    :90,
    :91,
    :92,
    :93,
    :94,
    :95,
    :96,
    :97,
    :98,
    :99,
    :100,
    :101,
    :102,
    :103,
    :104,
    :105,
    :106,
    :107,
    :108,
    :109,
    :110,
    :111,
    :112,
    :113,
    :114,
    :115,
    :116,
    :117,
    :118,
    :119,
    :120,
    :121,
    :122,
    :123,
    :124,
    :125,
    :126,
    :127,
    :128,
    :129,
    :130,
    :131,
    :132,
    :133,
    :134,
    :135,
    :136,
    :137,
    :138,
    :139,
    :140,
    :141,
    :142,
    :143,
    :144,
    :145,
    :146,
    :147,
    :148,
    :149,
    :150,
    :151,
    :152,
    :153,
    :154,
    :155,
    :156,
    :157,
    :158,
    :159,
    :160,
    :161,
    :162,
    :163,
    :164,
    :165,
    :166,
    :167,
    :168,
    :169,
    :170,
    :171,
    :172,
    :173,
    :174,
    :175,
    :176,
    :177,
    :178,
    :179,
    :180,
    :181,
    :182,
    :183,
    :184,
    :185,
    :186,
    :187,
    :188,
    :189,
    :190,
    :191,
    :192,
    :193,
    :194,
    :195,
    :196,
    :197,
    :198,
    :199,
    :200,
    :201,
    :202,
    :203,
    :204,
    :205,
    :206,
    :207,
    :208,
    :209,
    :210,
    :211,
    :212,
    :213,
    :214,
    :215,
    :216,
    :217,
    :218,
    :219,
    :220,
    :221,
    :222,
    :223,
    :224,
    :225,
    :226,
    :227,
    :228,
    :229,
    :230,
    :231,
    :232,
    :233,
    :234,
    :235,
    :236,
    :237,
    :238,
    :239,
    :240,
    :241,
    :242,
    :243,
    :244,
    :245,
    :246,
    :247,
    :248,
    :249,
    :250,
    :251,
    :252,
    :253,
    :254,
    :255,
    :256,
    :257,
    :258,
    :259,
    :260,
    :261,
    :262,
    :263,
    :264,
    :265,
    :266,
    :267,
    :268,
    :269,
    :270,
    :271,
    :272,
    :273,
    :274,
    :275,
    :276,
    :277,
    :278,
    :279,
    :280,
    :281,
    :282,
    :283,
    :284,
    :285,
    :286,
    :287,
    :288,
    :289,
    :290,
    :291,
    :292,
    :293,
    :294,
    :295,
    :296,
    :297,
    :298,
    :299,
    :300,
    :301,
    :302,
    :303,
    :304,
    :305,
    :306,
    :307,
    :308,
    :309,
    :310,
    :311,
    :312,
    :313,
    :314,
    :315,
    :316,
    :317,
    :318,
    :319,
    :320,
    :321,
    :322,
    :323,
    :324,
    :325,
    :326,
    :327,
    :328,
    :329,
    :330,
    :331,
    :332,
    :333,
    :334,
    :335,
    :336,
    :337,
    :338,
    :339,
    :340,
    :341,
    :342,
    :343,
    :344,
    :345,
    :346,
    :347,
    :348,
    :349,
    :350,
    :351,
    :352,
    :353,
    :354,
    :355,
    :356,
    :357,
    :358,
    :359,
    :360,
    :361,
    :362,
    :363,
    :364,
    :365,
    :366,
    :367,
    :368,
    :369,
    :370,
    :371,
    :372,
    :373,
    :374,
    :375,
    :376,
    :377,
    :378,
    :379,
    :380,
    :381,
    :382,
    :383,
    :384,
    :385,
    :386,
    :387,
    :388,
    :389,
    :390,
    :391,
    :392,
    :393,
    :394,
    :395,
    :396,
    :397,
    :398,
    :399,
    :400,
    :401,
    :402,
    :403,
    :404,
    :405,
    :406,
    :407,
    :408,
    :409,
    :410,
    :411,
    :412,
    :413,
    :414,
    :415,
    :416,
    :417,
    :418,
    :419,
    :420,
    :421,
    :422,
    :423,
    :424,
    :425,
    :426,
    :427,
    :428,
    :429,
    :430,
    :431,
    :432,
    :433,
    :434,
    :435,
    :436,
    :437,
    :438,
    :439,
    :440,
    :441,
    :442,
    :443,
    :444,
    :445,
    :446,
    :447,
    :448,
    :449,
    :450,
    :451,
    :452,
    :453,
    :454,
    :455,
    :456,
    :457,
    :458,
    :459,
    :460,
    :461,
    :462,
    :463,
    :464,
    :465,
    :466,
    :467,
    :468,
    :469,
    :470,
    :471,
    :472,
    :473,
    :474,
    :475,
    :476,
    :477,
    :478,
    :479,
    :480,
    :481,
    :482,
    :483,
    :484,
    :485,
    :486,
    :487,
    :488,
    :489,
    :490,
    :491,
    :492,
    :493,
    :494,
    :495,
    :496,
    :497,
    :498,
    :499)';
    open v_rc for sql_stmt using 'I00000670722f11d7bffff83f52289667',
    'I000010a071e611d7ba84e3942a4b620d',
    'I0000192072c111d7b100a463f186e11d',
    'I00001b90723111d7ab54daa4035d65fa',
    'I00002020727411d7a07084608af77b15',
    'I000029b0728011d792e6e58f3e66f41c',
    'I00002c80723a11d787c8f80b08d85a21',
    'I00003f10745411d79b9bc4eeac1c0b2d',
    'I000048d0721411d796fabc35f7796f7a',
    'I000067e0726c11d7b100a463f186e11d',
    'I0000796072e411d7b100a463f186e11d',
    'I000079c005aa11d8a85fe39410e0ab6f',
    'I000079e0741711d7aea3a34f2eb4052a',
    'I000085e0a1f611d7af65eaafd5dac9b5',
    'I000088c0728911d7a07084608af77b15',
    'I00008b0071d411d7880af2b8a7a150bc',
    'I00008f90721711d787c8f80b08d85a21',
    'I00009950724811d78ef88cd3014a7f23',
    'I00009a1072dc11d7ba84e3942a4b620d',
    'I0000a7a072bc11d7bffff83f52289667',
    'I0000ace071e611d78ef88cd3014a7f23',
    'I0000c0a0741a11d7ab5cff2fe4340d11',
    'I0000c40071d211d796fabc35f7796f7a',
    'I0000cc50728811d796fabc35f7796f7a',
    'I0000d250724611d7b100a463f186e11d',
    'I0000d94072bd11d78ef88cd3014a7f23',
    'I0000e7b0741a11d7b44cec793782d444',
    'I0000f1a071ff11d787c8f80b08d85a21',
    'I0000f4a071de11d7a5a58ae19b0bc350',
    'I0000fbc0727a11d78347daa8ede63acd',
    'I0000fcf0729411d787c8f80b08d85a21',
    'I0000ff5072c811d7a07084608af77b15',
    'I00010090721e11d7bffff83f52289667',
    'I00010390746e11d79ccbd455e2fa80ef',
    'I000112b0724111d7bffff83f52289667',
    'I00011940726e11d7b100a463f186e11d',
    'I00011ca0729711d78ef88cd3014a7f23',
    'I00012500728911d787c8f80b08d85a21',
    'I00012770746a11d79c33f30f55d9158b',
    'I0001297071e311d78347daa8ede63acd',
    'I00012a4071b311d7880af2b8a7a150bc',
    'I00012e7071ac11d7a5a58ae19b0bc350',
    'I000131c0729911d7a07084608af77b15',
    'I00013d90746111d7abd288e162f1ee6f',
    'I000147f0743d11d79a8ab5f5a94ee96e',
    'I00014850721611d7b100a463f186e11d',
    'I000148b0726011d78bcee6281d031f02',
    'I00014d2071ba11d7a5a58ae19b0bc350',
    'I0001593072e311d7ab54daa4035d65fa',
    'I00015d70721811d7880af2b8a7a150bc',
    'I000162a0720611d792e6e58f3e66f41c',
    'I00016340154411d894849fe41a758d3e',
    'I00016a90727211d7b0409d11d16b6b13',
    'I0001713071db11d796fabc35f7796f7a',
    'I00017de072af11d787c8f80b08d85a21',
    'I000183c0ff1e11d79d93859d09cad35e',
    'I00018680720211d7a07084608af77b15',
    'I00018fe071e911d7bffff83f52289667',
    'I000190b0154c11d8a6f0ebf54ed20c72',
    'I0001921071f811d792e6e58f3e66f41c',
    'I0001943072cb11d796fabc35f7796f7a',
    'I00019500729b11d796fabc35f7796f7a',
    'I0001a1d0745811d79ccbd455e2fa80ef',
    'I0001a3d071d111d7947cc0bc28d0837a',
    'I0001a8e042cc11d8bfb1c5b53ee7b122',
    'I0001aa0071b411d78bcee6281d031f02',
    'I0001c940b1ab11d7ad3ab23fa36e24eb',
    'I0001dc60724911d78ef88cd3014a7f23',
    'I0001f050723111d792e6e58f3e66f41c',
    'I0001f080725611d7ab54daa4035d65fa',
    'I0001f980746411d7a94bace56a9eba1c',
    'I0001fa10726211d78ef88cd3014a7f23',
    'I0001fe70728011d78347daa8ede63acd',
    'I0001ffe071fb11d7b0409d11d16b6b13',
    'I0002010072d911d78bcee6281d031f02',
    'I0002084071ed11d7a07084608af77b15',
    'I000220f0723d11d7b100a463f186e11d',
    'I00022c4072d211d7a5a58ae19b0bc350',
    'I00022cf0154c11d89b2cb73750577cdc',
    'I00022f4072b111d7b100a463f186e11d',
    'I00023550a76111d79a3e000874f30b44',
    'I00024ad0746811d79a8ab5f5a94ee96e',
    'I00024b02a5ba11d8860ea464f39e833e',
    'I00025ef0720411d7ba84e3942a4b620d',
    'I00026d40727811d7ab54daa4035d65fa',
    'I00026d80a2ad11d79bff000874f30b44',
    'I00027080742911d79d2ef02eee90521e',
    'I0002721aa5ba11d8860ea464f39e833e',
    'I00027280741311d7b44cec793782d444',
    'I00028050147611d895d6f30359ceb780',
    'I000286c0729811d7947cc0bc28d0837a',
    'I00028830721311d78347daa8ede63acd',
    'I00029920a5ba11d8860ea464f39e833e',
    'I0002a0b0723e11d7a5a58ae19b0bc350',
    'I0002a3a072e111d7a07084608af77b15',
    'I0002a48071ed11d787c8f80b08d85a21',
    'I0002a940725511d78bcee6281d031f02',
    'I0002b8c072e311d7a07084608af77b15',
    'I0002ba00723911d7b100a463f186e11d',
    'I0002c034a5ba11d8860ea464f39e833e',
    'I0002c2f0729a11d792e6e58f3e66f41c',
    'I0002c2f0729a11d7ab54daa4035d65fa',
    'I0002c4f0728411d7a07084608af77b15',
    'I0002cf9071c111d787c8f80b08d85a21',
    'I0002dfe0721f11d7b0409d11d16b6b13',
    'I0002e8a0725b11d7ba84e3942a4b620d',
    'I0002f5a0743d11d797e5f7f2fcbea176',
    'I0002fd2072b211d7ab54daa4035d65fa',
    'I0003003071cd11d796fabc35f7796f7a',
    'I00030a8074de11d79453d3af27410a27',
    'I00030b1072dc11d78347daa8ede63acd',
    'I000318e0721d11d7880af2b8a7a150bc',
    'I00032630729c11d7b100a463f186e11d',
    'I00032e60726911d7ba84e3942a4b620d',
    'I00033230721811d796fabc35f7796f7a',
    'I00033600743811d7a658bf569bf0de0b',
    'I00033730745211d79d2ef02eee90521e',
    'I000341f0f36c11d7993aa96b44857ca1',
    'I00034270b79611d7817fb05730618d2c',
    'I0003429071b211d7b0409d11d16b6b13',
    'I00034e80746311d7afb9df8873fee31a',
    'I0003507072a011d7ba84e3942a4b620d',
    'I00035f40744711d79d2ef02eee90521e',
    'I00037420727711d7b100a463f186e11d',
    'I00037d20721411d7ba84e3942a4b620d',
    'I00037dc0743011d79d2ef02eee90521e',
    'I00038970729e11d7ba84e3942a4b620d',
    'I00038ab071f411d7b100a463f186e11d',
    'I0003921071f111d7a5a58ae19b0bc350',
    'I0003a860720d11d78347daa8ede63acd',
    'I0003aa5072bb11d7ab54daa4035d65fa',
    'I0003aa99a5ba11d8860ea464f39e833e',
    'I0003ac5072a511d7a5a58ae19b0bc350',
    'I0003b720747811d79ccbd455e2fa80ef',
    'I0003b7b0727611d787c8f80b08d85a21',
    'I0003bb10729f11d78ef88cd3014a7f23',
    'I0003c5d072c511d7a5a58ae19b0bc350',
    'I0003d19072e011d78347daa8ede63acd',
    'I0003d1a4a5ba11d8860ea464f39e833e',
    'I0003d1a6a5ba11d8860ea464f39e833e',
    'I0003d1a8a5ba11d8860ea464f39e833e',
    'I0003d53074db11d7b5dbefdbeac7aa0d',
    'I0003d560728f11d7a5a58ae19b0bc350',
    'I0003d5c072d911d792e6e58f3e66f41c',
    'I0003ec20723111d78347daa8ede63acd',
    'I0003f2b0725e11d787c8f80b08d85a21',
    'I0003f54072b711d792e6e58f3e66f41c',
    'I0003f8b0a5ba11d8860ea464f39e833e',
    'I0003fa50742d11d79b9bc4eeac1c0b2d',
    'I0003feb071da11d7a07084608af77b15',
    'I000405d0160911d88becacb69499ad1d',
    'I00040950060411d88297fc19561b6a07',
    'I00040ed0721311d7a5a58ae19b0bc350',
    'I00041660723511d7a07084608af77b15',
    'I00041830746b11d797e5f7f2fcbea176',
    'I00041cc0723d11d7b0409d11d16b6b13',
    'I000420f0723611d7b100a463f186e11d',
    'I000426c071cf11d7880af2b8a7a150bc',
    'I00043970726111d7ba84e3942a4b620d',
    'I00043af0c41a11d7858789f8f41f469f',
    'I0004401071ca11d7b100a463f186e11d',
    'I000452c0725c11d7bffff83f52289667',
    'I000462d08bc311d7bb8d85f0ac71b1f3',
    'I00047040725011d7ab54daa4035d65fa',
    'I000470a0729a11d7b100a463f186e11d',
    'I0004773072c711d78ef88cd3014a7f23',
    'I0004794071ed11d7ab54daa4035d65fa',
    'I00048290729811d78347daa8ede63acd',
    'I00049af071da11d7b100a463f186e11d',
    'I0004b040720111d7880af2b8a7a150bc',
    'I0004b4a0721f11d78ef88cd3014a7f23',
    'I0004b9702b4f11d8a0409604c12e4f92',
    'I0004bb7071ad11d7a5a58ae19b0bc350',
    'I0004c3c0726311d78ef88cd3014a7f23',
    'I0004cb90745711d7a658bf569bf0de0b',
    'I0004d490067011d8b893f65b4e54826b',
    'I0004d780749711d79ccbd455e2fa80ef',
    'I0004dc10726911d78347daa8ede63acd',
    'I0004de70729d11d7ba84e3942a4b620d',
    'I0004e040726211d7b0409d11d16b6b13',
    'I0004e71071f011d7b100a463f186e11d',
    'I0004ed70746911d79a8ab5f5a94ee96e',
    'I0004ef7071e211d78bcee6281d031f02',
    'I0004f09072c011d792e6e58f3e66f41c',
    'I0004f0a071fc11d792e6e58f3e66f41c',
    'I0004f240879511d79cf082a8a526bdf9',
    'I0004f3a0744c11d7b433bc7aed88dbc8',
    'I0004f490729411d7bffff83f52289667',
    'I0004fb90724711d7a07084608af77b15',
    'I00050b20721111d7b0409d11d16b6b13',
    'I00050e2071f011d78bcee6281d031f02',
    'I00050e20746111d79b9bc4eeac1c0b2d',
    'I00051380747411d7afb9df8873fee31a',
    'I000518a072b511d78347daa8ede63acd',
    'I000518e0721611d78ef88cd3014a7f23',
    'I00052800725a11d7ba84e3942a4b620d',
    'I00052f00720d11d7947cc0bc28d0837a',
    'I00053200745d11d79a8ab5f5a94ee96e',
    'I00053e90268111d886bdfb192a64ac56',
    'I00054420859711d79001d96d270a074a',
    'I000546f071c911d792e6e58f3e66f41c',
    'I000562c072e111d7ab54daa4035d65fa',
    'I00056d109f7311d7b07dff332e990446',
    'I00056d30746a11d797e5f7f2fcbea176',
    'I00056f30745411d79c33f30f55d9158b',
    'I00057820724411d7b100a463f186e11d',
    'I00057980728311d7a07084608af77b15',
    'I000580e0728011d7ab54daa4035d65fa',
    'I00058271efc011d897339e11b9afd716',
    'I00058d7074dc11d7b371e3b03459763a',
    'I0005944071f911d7947cc0bc28d0837a',
    'I00059910879611d7b396e0d633b35241',
    'I00059ca071eb11d7ab54daa4035d65fa',
    'I00059fd0746011d7b433bc7aed88dbc8',
    'I0005a981efc011d897339e11b9afd716',
    'I0005aaa0eb6311d7b52ae3604baa5d0f',
    'I0005ad60744011d7a94bace56a9eba1c',
    'I0005ae20726311d792e6e58f3e66f41c',
    'I0005b9f071ba11d7b100a463f186e11d',
    'I0005bc001e3711d891fbd2c50ca57005',
    'I0005c8b071b411d7a07084608af77b15',
    'I0005dc2072da11d78bcee6281d031f02',
    'I0005f7a4efc011d897339e11b9afd716',
    'I0005f9e0722f11d796fabc35f7796f7a',
    'I0006073072ae11d7a07084608af77b15',
    'I00061530133611d8aac7dbcabbf65311',
    'I000627f071e211d7a07084608af77b15',
    'I00062d80721a11d7947cc0bc28d0837a',
    'I000633a072c111d7a5a58ae19b0bc350',
    'I000635b0745811d789fed0d41f30a68d',
    'I00063b3072e311d78347daa8ede63acd',
    'I00063bd0728e11d78bcee6281d031f02',
    'I00063e4071fe11d78bcee6281d031f02',
    'I000643d0723611d78ef88cd3014a7f23',
    'I00064b5000b611d88508fb717bde6c05',
    'I00065a80729c11d7a5a58ae19b0bc350',
    'I00066a5071c711d7b0409d11d16b6b13',
    'I00066d50741711d79b9bc4eeac1c0b2d',
    'I000672e071de11d78bcee6281d031f02',
    'I000676e071b211d7880af2b8a7a150bc',
    'I00067a70747111d7a94bace56a9eba1c',
    'I00068860722a11d7ab54daa4035d65fa',
    'I0006a450742b11d7abd288e162f1ee6f',
    'I0006ba7071b111d7bffff83f52289667',
    'I0006c930a76111d78cb8000874f30b44',
    'I0006da10923511d78b148831b06d9b3e',
    'I0006dc10726211d7a5a58ae19b0bc350',
    'I0006e6a0726311d7ab54daa4035d65fa',
    'I0006ef70744c11d79d2ef02eee90521e',
    'I0006f070744111d7abd288e162f1ee6f',
    'I0006fa0071dc11d7b100a463f186e11d',
    'I0006fc60859811d78984a55bb4517c0f',
    'I000708d7044011da9439b076ef9ec4de',
    'I00071b70726811d7a5a58ae19b0bc350',
    'I00071f40748811d79ccbd455e2fa80ef',
    'I00072210f0c511d78788db544ffe8b12',
    'I00072600726911d7bffff83f52289667',
    'I00073890748311d7afb9df8873fee31a',
    'I000746a0d4cd11d79c5ab0511e0c5824',
    'I00077420726911d7947cc0bc28d0837a',
    'I000775b072cd11d787c8f80b08d85a21',
    'I0007802071e511d78bcee6281d031f02',
    'I0007974071d111d7a5a58ae19b0bc350',
    'I0007a8c0724911d796fabc35f7796f7a',
    'I0007aa30743511d7aea3a34f2eb4052a',
    'I0007b280727a11d7b0409d11d16b6b13',
    'I0007b3f0746611d79ccbd455e2fa80ef',
    'I0007b520748011d7afb9df8873fee31a',
    'I0007bf10726511d78ef88cd3014a7f23',
    'I0007cd1071cb11d7b0409d11d16b6b13',
    'I0007d000726e11d7b0409d11d16b6b13',
    'I0007d29833ff11d986b0aa9c82c164c0',
    'I0007d34071ae11d7947cc0bc28d0837a',
    'I0007d730724611d78347daa8ede63acd',
    'I0007de3071f911d7ba84e3942a4b620d',
    'I0007e13071d811d796fabc35f7796f7a',
    'I0007e850727411d78bcee6281d031f02',
    'I0007f1f0742d11d79a8ab5f5a94ee96e',
    'I0007f54072a911d78347daa8ede63acd',
    'I0007f620154811d8b8fd999a64bcc6ae',
    'I00080dd0721011d7bffff83f52289667',
    'I000812a071b411d7a5a58ae19b0bc350',
    'I00081af0726a11d7b100a463f186e11d',
    'I00082b20745011d7a658bf569bf0de0b',
    'I00084300725f11d7ba84e3942a4b620d',
    'I0008449072c311d78ef88cd3014a7f23',
    'I000861b0726d11d7a5a58ae19b0bc350',
    'I0008644072c611d7b0409d11d16b6b13',
    'I000864b0724c11d78347daa8ede63acd',
    'I00087d7071d811d7b0409d11d16b6b13',
    'I00087d70744911d7afb9df8873fee31a',
    'I000886f072a811d787c8f80b08d85a21',
    'I00088cf0726611d792e6e58f3e66f41c',
    'I00088e90747711d7a94bace56a9eba1c',
    'I000890b072d911d787c8f80b08d85a21',
    'I000896f071f811d78347daa8ede63acd',
    'I0008a3a072cc11d7a5a58ae19b0bc350',
    'I0008ad1071ef11d7947cc0bc28d0837a',
    'I0008b170747e11d79ccbd455e2fa80ef',
    'I0008b26072c611d7ba84e3942a4b620d',
    'I0008b540742d11d789fed0d41f30a68d',
    'I0008bf0071ed11d7b0409d11d16b6b13',
    'I0008c100744811d79b9bc4eeac1c0b2d',
    'I0008c96071c911d7a07084608af77b15',
    'I0008d3f071ca11d7a5a58ae19b0bc350',
    'I0008d5e0727811d7a07084608af77b15',
    'I0008e5e071c811d7880af2b8a7a150bc',
    'I0008ea3072aa11d7b100a463f186e11d',
    'I0008ea40dd5211d7b6ffcd773e7967a9',
    'I0008eda0748011d79a8ab5f5a94ee96e',
    'I0008ef70744511d7a94bace56a9eba1c',
    'I0008f6c0729511d7a07084608af77b15',
    'I0008fa80bc4611d7bf8df081d881356f',
    'I00090120727111d787c8f80b08d85a21',
    'I00090390745211d7b433bc7aed88dbc8',
    'I000904e072e411d7a07084608af77b15',
    'I00090520724511d7b100a463f186e11d',
    'I00090ea0adad11d79e6cbe65fd77490b',
    'I00091010729011d78ef88cd3014a7f23',
    'I00092740742911d79a8ab5f5a94ee96e',
    'I000928a0746811d79a8ab5f5a94ee96e',
    'I00092bc072bf11d787c8f80b08d85a21',
    'I00093200a2b211d7acd0000874f30b44',
    'I0009365072c011d78ef88cd3014a7f23',
    'I0009373071cc11d7b100a463f186e11d',
    'I00093dc071f911d792e6e58f3e66f41c',
    'I00094320747d11d7afb9df8873fee31a',
    'I00095410748611d79a8ab5f5a94ee96e',
    'I00095510720a11d796fabc35f7796f7a',
    'I00095fd0723011d7ab54daa4035d65fa',
    'I00096200723f11d7880af2b8a7a150bc',
    'I00096830749311d7afb9df8873fee31a',
    'I00096e30a2b411d781eb000874f30b44',
    'I0009716071e411d78ef88cd3014a7f23',
    'I0009729071fe11d796fabc35f7796f7a',
    'I0009769071d211d78ef88cd3014a7f23',
    'I00097d20180311d8987fae20d218a0bf',
    'I00097f20745a11d7ab5cff2fe4340d11',
    'I000989a072ae11d7947cc0bc28d0837a',
    'I00099c30725711d7a07084608af77b15',
    'I00099e70741311d795e2961f3aa542c2',
    'I0009ac2074dc11d79d22fcdb12bfafec',
    'I0009b720746311d7a94bace56a9eba1c',
    'I0009bb4072af11d796fabc35f7796f7a',
    'I0009c170729211d7ba84e3942a4b620d',
    'I0009c410722711d796fabc35f7796f7a',
    'I0009ca1071e511d7b0409d11d16b6b13',
    'I0009ca3072ce11d7b100a463f186e11d',
    'I0009daf072b211d7a07084608af77b15',
    'I0009ef20746c11d79a8ab5f5a94ee96e',
    'I0009fc80742711d797e5f7f2fcbea176',
    'I0009fca0729f11d792e6e58f3e66f41c',
    'I000a0240721311d78bcee6281d031f02',
    'I000a175072d911d78bcee6281d031f02',
    'I000a1c60744f11d7abd288e162f1ee6f',
    'I000a1ec0721211d78ef88cd3014a7f23',
    'I000a1f9071e211d7ab54daa4035d65fa',
    'I000a2d7072d011d78347daa8ede63acd',
    'I000a2fe0724011d7a5a58ae19b0bc350',
    'I000a35e0746f11d79a8ab5f5a94ee96e',
    'I000a3640724811d7b0409d11d16b6b13',
    'I000a36e071f311d7bffff83f52289667',
    'I000a3ae0743811d7b433bc7aed88dbc8',
    'I000a43d0722811d792e6e58f3e66f41c',
    'I000a463015ef11d88c7bd5cc2418da3e',
    'I000a4770742311d7a658bf569bf0de0b',
    'I000a47d071fc11d7ab54daa4035d65fa',
    'I000a4d60723411d787c8f80b08d85a21',
    'I000a4e00745011d7abd288e162f1ee6f',
    'I000a515072cc11d7b100a463f186e11d',
    'I000a5320a84711d79341000874f30b44',
    'I000a548072d011d7a07084608af77b15',
    'I000a5b20723911d78ef88cd3014a7f23',
    'I000a601072c611d7ab54daa4035d65fa',
    'I000a6450746c11d7afb9df8873fee31a',
    'I000a67a0586611d88987ae5d74e7d237',
    'I000a6a80744f11d7a658bf569bf0de0b',
    'I000a71b071b611d7a07084608af77b15',
    'I000a8070b60c11d78d7ae36da6291c4c',
    'I000a8260725e11d7a5a58ae19b0bc350',
    'I000a8e90f36411d7af718f2bed3b58d8',
    'I000a98f0744c11d7bbd0dd5ae518b214',
    'I000aad40720d11d7880af2b8a7a150bc',
    'I000abd0071fc11d787c8f80b08d85a21',
    'I000abec0728511d78bcee6281d031f02',
    'I000ac02072c411d7b0409d11d16b6b13',
    'I000ac48072e211d7b100a463f186e11d',
    'I000ad400d51811d7b8b189ec09a4f1f2',
    'I000ad95071d611d78347daa8ede63acd',
    'I000addd072dd11d796fabc35f7796f7a',
    'I000ae0b071d311d78ef88cd3014a7f23',
    'I000ae6e0742711d789fed0d41f30a68d',
    'I000aeda0720811d792e6e58f3e66f41c',
    'I000af1c072c511d7b0409d11d16b6b13',
    'I000af4c072a411d7b100a463f186e11d',
    'I000af5c0729911d78347daa8ede63acd',
    'I000af890725311d7a5a58ae19b0bc350',
    'I000aff8072ca11d7b100a463f186e11d',
    'I000b036071b511d7ba84e3942a4b620d',
    'I000b17b071e711d78347daa8ede63acd',
    'I000b18e0747211d7afb9df8873fee31a',
    'I000b2400075e11d8bba4ee3df5595e5e',
    'I000b2470746811d797e5f7f2fcbea176',
    'I000b24a0721c11d787c8f80b08d85a21',
    'I000b2540743811d795e2961f3aa542c2',
    'I000b2df933ff11d986b0aa9c82c164c0',
    'I000b383017be11d89633df6acb652f6c',
    'I000b3be0511c11d8a870d7b8ade616c2',
    'I000b3de072db11d7b0409d11d16b6b13',
    'I000b41c071c611d796fabc35f7796f7a',
    'I000b4a5071dd11d7880af2b8a7a150bc',
    'I000b4a800bd111d88eb89f6c614e0b44',
    'I000b50b071e511d7a07084608af77b15',
    'I000b5310721911d7a5a58ae19b0bc350',
    'I000b58d074e711d795b58681ea3280ca',
    'I000b5e6072ae11d7a5a58ae19b0bc350',
    'I000b5fd0722911d7bffff83f52289667',
    'I000b6570879611d791b5808d2e7078a3',
    'I000b66a071b711d7947cc0bc28d0837a',
    'I000b6b3071fa11d78bcee6281d031f02',
    'I000b6c60748511d79a8ab5f5a94ee96e',
    'I000b7ce0729711d796fabc35f7796f7a',
    'I000b8be0746311d79b9bc4eeac1c0b2d',
    'I000b8eb071ac11d7b0409d11d16b6b13',
    'I000b9040721011d78347daa8ede63acd',
    'I000b96e88f1e11d8af0be6a4d782f601',
    'I000ba00071ff11d7b0409d11d16b6b13',
    'I000ba860746211d795e2961f3aa542c2',
    'I000baf50726811d7a07084608af77b15',
    'I000bb0c071e311d7880af2b8a7a150bc',
    'I000bb220722211d7a07084608af77b15',
    'I000bbe8071e811d7bffff83f52289667',
    'I000bbfa072c611d792e6e58f3e66f41c',
    'I000bcd40745311d7ab5cff2fe4340d11',
    'I000be660742911d797e5f7f2fcbea176',
    'I000be8f0721111d7a07084608af77b15',
    'I000bfae0859711d79858f13fea870308',
    'I000bfda0728d11d78bcee6281d031f02',
    'I000bfda0728d11d7a07084608af77b15',
    'I000bfeb071be11d792e6e58f3e66f41c',
    'I000c071071b011d796fabc35f7796f7a',
    'I000c0c138f1e11d8af0be6a4d782f601',
    'I000c0c1c8f1e11d8af0be6a4d782f601',
    'I000c25e072a711d792e6e58f3e66f41c',
    'I000c33b071e811d78347daa8ede63acd',
    'I000c37b0742d11d7aea3a34f2eb4052a',
    'I000c39a0726a11d78bcee6281d031f02',
    'I000c3b7029a311d9aaecedbddfbb95ea',
    'I000c3b70722f11d78bcee6281d031f02',
    'I000c419072d611d787c8f80b08d85a21',
    'I000c49a0742b11d79b9bc4eeac1c0b2d',
    'I000c4a90727311d7a5a58ae19b0bc350',
    'I000c6180723a11d7b0409d11d16b6b13',
    'I000c634072c311d7b0409d11d16b6b13',
    'I000c6450746511d7abd288e162f1ee6f',
    'I000c6cb071e611d78bcee6281d031f02',
    'I000c6ce0720b11d7bffff83f52289667',
    'I000c72b0741511d7a658bf569bf0de0b',
    'I000c764071f211d7947cc0bc28d0837a',
    'I000c79d0724011d7880af2b8a7a150bc',
    'I000c899529a311d9aaecedbddfbb95ea',
    'I000c89b0032311d89e448639da8914ed',
    'I000c8b20729311d78bcee6281d031f02',
    'I000c8ed084e111d7a5e0e825c1cd135a',
    'I000c9180729b11d796fabc35f7796f7a',
    'I000ca3e0721f11d7a5a58ae19b0bc350',
    'I000caf00728f11d78ef88cd3014a7f23',
    'I000cb44071b911d7a07084608af77b15',
    'I000cb9d071f111d7a07084608af77b15',
    'I000cc48072db11d78347daa8ede63acd',
    'I000cc490721711d7ba84e3942a4b620d',
    'I000cd680721511d792e6e58f3e66f41c',
    'I000cd7b329a311d9aaecedbddfbb95ea',
    'I000ce310720011d7880af2b8a7a150bc',
    'I000ce800c5e811d883e2d13616373e63',
    'I000ce801c5e811d883e2d13616373e63',
    'I000ce80dc5e811d883e2d13616373e63',
    'I000cec9072d011d792e6e58f3e66f41c',
    'I000ced30727b11d7b0409d11d16b6b13',
    'I000cfeca29a311d9aaecedbddfbb95ea',
    'I000d0550725c11d7bffff83f52289667',
    'I000d0d2071df11d78347daa8ede63acd',
    'I000d0eb0724311d792e6e58f3e66f41c',
    'I000d0f1bc5e811d883e2d13616373e63',
    'I000d0f1cc5e811d883e2d13616373e63',
    'I000d0f1ec5e811d883e2d13616373e63',
    'I000d115071d811d7ba84e3942a4b620d',
    'I000d15d072df11d7b100a463f186e11d',
    'I000d22a0722b11d7ba84e3942a4b620d',
    'I000d2cf072cb11d7b100a463f186e11d',
    'I000d30f0729f11d78ef88cd3014a7f23',
    'I000d3622c5e811d883e2d13616373e63',
    'I000d362ac5e811d883e2d13616373e63',
    'I000d3630c5e811d883e2d13616373e63',
    'I000d3633c5e811d883e2d13616373e63',
    'I000d39f0723c11d7b0409d11d16b6b13',
    'I000d432071fe11d7a5a58ae19b0bc350',
    'I000d4520745911d79a8ab5f5a94ee96e',
    'I000d4680722711d792e6e58f3e66f41c';
    FETCH v_rc INTO v_case_uuid;
    WHILE v_rc%FOUND
    LOOP
    v_rows := v_rows +1;
    FETCH v_rc INTO v_case_uuid;
    END LOOP;
    CLOSE v_rc;
    dbms_output.put_line(v_rows);
    end ;

  • Bad warning or not

    In SunStudio12 rh4, I get the following warning
    "/xxx.h", line 92: Warning: Types cannot be declared in anonymous union.
    Code is from
    union
    struct
    double xStart; /* 256 - 263 */
    double xDelta; /* 264 - 271 */
    uint32_t xUnits; /* 272 - 275 */
    } adjunct_1000;
    struct
    double rowStart; /* 256 - 263 */
    double rowDelta; /* 264 - 271 */
    uint32_t rowUnits; /* 272 - 275 */
    uint32_t columnRecs; /* 276 - 279 */
    double columnStart; /* 284 - 291 */
    double columnDelta; /* 292 - 299 */
    uint32_t columnUnits; /* 300 - 303 */
    } adjunct_2000;
    struct
    struct
    double tagStart; /* 256 - 263 */
    double tagDelta; /* 264 - 271 */
    uint32_t tagUnits; /* 272 - 275 */
    uint32_t numberSubrec; /* 276 - 279 */
    double r2Start; // 280 - 287 | Unused. Set to tagStart.
    double r2Delta; // 288 - 295 | Unused. Set to tagDelta.
    uint32_t r2Units; // 296 - 299 | Unused. Set to tagUnits.
    uint32_t recordLength; /* 300 - 303 */
    struct
    char name [4];
    char format[2];
    uint16_t offset;
    } subr[26];
    } adjunct_3000;
    I think this is legal. IBM's web site certainly seems to say this is ok. (this is within a big structuer).
    Comments?

    There are two separate issues.
    1. An anonymous union at global or namespace scope must be declared static.
    2. An anonymous union cannot declare nested types.
    Your original example showed an anonymous union at global scope that was not declared static, and that declared nested types.
    You later revised the example to show the anonymous union as a member of a struct, but it still declared nested types.
    Your new example is similar to the revised example. The anonymous union is a member of a struct, which is always OK. But the anonymous union declares two nested structs, which is not OK.
    You can make the example valid by naming the structs and moving them outside the anonymous union:
    struct S1 {
    int b;
    int c;
    struct S2 {
    int d;
    int e;
    struct my_struct {
    int a;
    union {
    S1 s1;
    S2 s2;
    or like this, to preserve some scope:
    struct my_struct {
    int a;
    struct S1 {
    int b;
    int c;
    struct S2 {
    int d;
    int e;
    union {
    S1 s1;
    S2 s2;
    };

  • File handling in nokia lumia

    will lumia phone reades all the music and videos ,images from memory card no matter in which folder they are placed
    as it happens in the case of symbian phones
    as I am planning to get a lumia handset
    Solved!
    Go to Solution.

    In Windows Phone 8 all files on the CD card are scanned and compatible files added to their respective filelists.
    For audio and video, the compatible formats are:
    Video Playback Formats;
    3GPP formats (H.263), ASF, H.264/AVC, M4V, MPEG-4, VC-1, WMV 
    Audio Formats;
    3G2, AAC, AAC LC, AMR-NB, AMR-WB, HE-AAC v1, HE-AAC v2, M4A, MP3, MP4, WMA 10 Pro, WMA 9
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

Maybe you are looking for

  • Please remove remaining 255 character API limitations

    I develop a library for creating .xll add-ins using the Excel C API (as described in the Excel SDK: http://msdn.microsoft.com/en-us/library/office/bb687883(v=office.15).aspx ). However, this discussion also applies to the COM Automation interfaces, a

  • How to download adobe reader to edit pdf documents

    I am new of Mac and lost in editing a pdf document. It seems I have to have Adobe reader.Where do I get this from? safely I mean.Thank you for your help

  • Scaleability of JMS Clients Receiving Messages

    How do you scale the receipt of messages in a JMS client for messages from the same topic? Given a topic, I would like to enable concurrent receipt and processing of messages by many concurrent listeners where a single message is only consumed once b

  • IWeb and fonty goodness

    hey everyone just wondering, if i use a certain font in iweb, does the user have to have that font installed locally for them to view the web page as i do in iweb with that font the default font seems to be palatino, but i've never seen this installe

  • Mail and Safari are opening multiple times

    Help! I am getting two open icons, two instantiations, and actually two open sets of windows in different safari at the same time. When you command tab you see two of each icon for them. What causes this, and how do I stop it from happening? It just