CRS installation: Failure at final check of Oracle CRS stack.10

Hello,
I am trying to install Oracle RAC in 10GR2 to simulate a migration from 1024 to 11GR2. I am using VMWARE with two Linux CentOS 64b 6.2 and shared disks as raw devices. I got "Failure at final check of Oracle CRS stack.10" when running root.sh, on both nodes. The ocrcheck is fine, but I have two different IDs... which is not good and I do not understand why:
- I have shared raw devices
- the devices are the same, I checked this twice
Can anyoane help?
I thank you all in advance.

Hello,
The exact error message is the one in my subject description: Failure at final check of Oracle CRS stack.10
This occurs when runing root.sh after the installation is successfull and there is no way to continue, the assistants are failing, which is logic, as the root.sh attempt to configure and run the CRS agents are not done successfully. The OCR ar ok with the same ID on both nodes, the minor in major values for the raw devices are and the firewall is disabled on both nodes. I checked the rights, they are also ok. The exact and complete return of the root.sh script is the following:
Checking to see if Oracle CRS stack is already configured
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: cygnus cygnus-priv cygnus
node 2: taurus taurus-priv taurus
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Now formatting voting device: /apps/oracle/oradat/vot10
Now formatting voting device: /apps/oracle/oradat/vot20
Now formatting voting device: /apps/oracle/oradat/vot30
Format of 3 voting devices complete.
Startup will be queued to init within 30 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
Failure at final check of Oracle CRS stack.
10
Any help will be really apreciated and I thank you in advancen guys...

Similar Messages

  • Clusterware Install:root.sh- Failure at final check of Oracle CRS stack. 10

    Hello All,
    Image: !http://systemwars.com/rac/cluster_back.jpg!
    I was attempting to perform the steps in:
    Link: http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnLinuxUsingNFS.php
    The only difference is that I decided to use fedora core 12 instead. I did this because I added a second NIC card (USB) and only FC12 would recognize it. I tried to get it to work on Cent 5 but it just wouldn't. The second nic on each machine eth1 are connected via crossover cable, and the interfaces can ping each other just fine, rac1-priv and rac2-priv.
    So here is my setup:
    # Public
    192.168.2.11 rac1.localdomain rac1
    192.168.2.12 rac2.localdomain rac2
    #Private
    192.168.0.11 rac1-priv.localdomain rac1-priv
    192.168.0.12 rac2-priv.localdomain rac2-priv
    #Virtual
    192.168.2.111 rac1-vip.localdomain rac1-vip
    192.168.2.112 rac2-vip.localdomain rac2-vip
    #NAS
    192.168.2.10 mini.localdomain mini
    Mini refers to my Mac mini which I decided to use as the 3rd "server" in the group. I was able to mount/read & write to the file systems just fine. As you can see.
    [root@rac1 ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/vg_rac1-lv_root
    8063408 5156268 2497540 68% /
    tmpfs 1417456 0 1417456 0% /dev/shm
    /dev/sda1 198337 22080 166017 12% /boot
    mini:/shared_config 488050688 76719808 411074880 16% /u01/shared_config
    mini:/shared_crs 488050688 76719808 411074880 16% /u01/app/crs/product/11.1.0/crs
    mini:/shared_home 488050688 76719808 411074880 16% /u01/app/oracle/product/11.1.0/db_1
    mini:/shared_data 488050688 76719808 411074880 16% /u01/oradata
    [root@rac1 ~]# ssh rac2
    Last login: Mon Dec 21 19:33:38 2009 from rac1.localdomain
    [root@rac2 ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/vg_rac2-lv_root
    8063408 4958008 2695800 65% /
    tmpfs 1417456 0 1417456 0% /dev/shm
    /dev/sda1 198337 22063 166034 12% /boot
    mini:/shared_config 488050688 76719808 411074880 16% /u01/shared_config
    mini:/shared_crs 488050688 76719808 411074880 16% /u01/app/crs/product/11.1.0/crs
    mini:/shared_home 488050688 76719808 411074880 16% /u01/app/oracle/product/11.1.0/db_1
    mini:/shared_data 488050688 76719808 411074880 16% /u01/oradata[color]
    CLUSTER VERIFY SEEMS OK APART FROM ONE WARNING
    WARNING:
    Could not find a suitable set of interfaces for VIPs.
    which according to this link, "can be safety ignored", although I noticed in the link its an actual ERROR and not a WARNING => http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_11.shtml . I also noted that it saw the public IPs as the possible priv IPs, which I also thought could safety be ignored.
    oracle@rac1 clusterware]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "rac1"
      Destination Node                      Reachable?             
      rac2                                  yes                    
      rac1                                  yes                    
    Result: Node reachability check passed from node "rac1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment                
      rac2                                  passed                 
      rac1                                  passed                 
    Result: User equivalence check passed for user "oracle".
    Checking administrative privileges...
    Check: Existence of user "oracle"
      Node Name     User Exists               Comment                
      rac2          yes                       passed                 
      rac1          yes                       passed                 
    Result: User existence check passed for "oracle".
    Check: Existence of group "oinstall"
      Node Name     Status                    Group ID               
      rac2          exists                    501                    
      rac1          exists                    501                    
    Result: Group existence check passed for "oinstall".
    Check: Membership of user "oracle" in group "oinstall" [as Primary]
      Node Name         User Exists   Group Exists  User in Group  Primary       Comment    
      rac2              yes           yes           yes           yes           passed     
      rac1              yes           yes           yes           yes           passed     
    Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed.
    Administrative privileges check passed.
    Checking node connectivity...
    Interface information for node "rac2"
      Interface Name    IP Address    Subnet        Subnet Gateway  Default Gateway  Hardware Address
      eth0              192.168.2.12  192.168.2.0   0.0.0.0       192.168.2.1   00:01:6C:XXXX
      eth2              192.168.0.12  192.168.0.0   0.0.0.0       192.168.2.1   00:25:4B:XXXX
    Interface information for node "rac1"
      Interface Name    IP Address    Subnet        Subnet Gateway  Default Gateway  Hardware Address
      eth0              192.168.2.11  192.168.2.0   0.0.0.0       192.168.2.1   00:01:6CXXXXX
      eth1              192.168.0.11  192.168.0.0   0.0.0.0       192.168.2.1   00:25:4B:XXXX
    Check: Node connectivity of subnet "192.168.2.0"
      Source                          Destination                     Connected?     
      rac2:eth0                       rac1:eth0                       yes            
    Result: Node connectivity check passed for subnet "192.168.2.0" with node(s) rac2,rac1.
    Check: Node connectivity of subnet "192.168.0.0"
      Source                          Destination                     Connected?     
      rac2:eth2                       rac1:eth1                       yes            
    Result: Node connectivity check passed for subnet "192.168.0.0" with node(s) rac2,rac1.
    Interfaces found on subnet "192.168.2.0" that are likely candidates for a private interconnect:
    rac2 eth0:192.168.2.12
    rac1 eth0:192.168.2.11
    WARNING:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check passed.
    Checking system requirements for 'crs'...
    Check: Total memory
      Node Name     Available                 Required                  Comment  
      rac2          2.7GB (2834912KB)         1GB (1048576KB)           passed   
      rac1          2.7GB (2834912KB)         1GB (1048576KB)           passed   
    Result: Total memory check passed.
    Check: Free disk space in "/tmp" dir
      Node Name     Available                 Required                  Comment  
      rac2          4.58GB (4805204KB)        400MB (409600KB)          passed   
      rac1          10.51GB (11015624KB)      400MB (409600KB)          passed   
    Result: Free disk space check passed.
    Check: Swap space
      Node Name     Available                 Required                  Comment  
      rac2          2GB (2097144KB)           1.5GB (1572864KB)         passed   
      rac1          3GB (3145720KB)           1.5GB (1572864KB)         passed   
    Result: Swap space check passed.
    Check: System architecture
      Node Name     Available                 Required                  Comment  
      rac2          i686                      i686                      passed   
      rac1          i686                      i686                      passed   
    Result: System architecture check passed.
    Check: Kernel version
      Node Name     Available                 Required                  Comment  
      rac2          2.6.31.5-127.fc12.i686.PAE  2.6.9                     passed   
      rac1          2.6.31.5-127.fc12.i686.PAE  2.6.9                     passed   
    Result: Kernel version check passed.
    Check: Package existence for "make-3.81"
      Node Name                       Status                          Comment        
      rac2                            make-3.81-18.fc12.i686          passed         
      rac1                            make-3.81-18.fc12.i686          passed         
    Result: Package existence check passed for "make-3.81".
    Check: Package existence for "binutils-2.17.50.0.6"
      Node Name                       Status                          Comment        
      rac2                            binutils-2.19.51.0.14-34.fc12.i686  passed         
      rac1                            binutils-2.19.51.0.14-34.fc12.i686  passed         
    Result: Package existence check passed for "binutils-2.17.50.0.6".
    Check: Package existence for "gcc-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            gcc-4.4.2-7.fc12.i686           passed         
      rac1                            gcc-4.4.2-7.fc12.i686           passed         
    Result: Package existence check passed for "gcc-4.1.1".
    Check: Package existence for "libaio-0.3.106"
      Node Name                       Status                          Comment        
      rac2                            libaio-0.3.107-9.fc12.i686      passed         
      rac1                            libaio-0.3.107-9.fc12.i686      passed         
    Result: Package existence check passed for "libaio-0.3.106".
    Check: Package existence for "libaio-devel-0.3.106"
      Node Name                       Status                          Comment        
      rac2                            libaio-devel-0.3.107-9.fc12.i686  passed         
      rac1                            libaio-devel-0.3.107-9.fc12.i686  passed         
    Result: Package existence check passed for "libaio-devel-0.3.106".
    Check: Package existence for "libstdc++-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libstdc++-4.4.2-7.fc12.i686     passed         
      rac1                            libstdc++-4.4.2-7.fc12.i686     passed         
    Result: Package existence check passed for "libstdc++-4.1.1".
    Check: Package existence for "elfutils-libelf-devel-0.125"
      Node Name                       Status                          Comment        
      rac2                            elfutils-libelf-devel-0.143-1.fc12.i686  passed         
      rac1                            elfutils-libelf-devel-0.143-1.fc12.i686  passed         
    Result: Package existence check passed for "elfutils-libelf-devel-0.125".
    Check: Package existence for "sysstat-7.0.0"
      Node Name                       Status                          Comment        
      rac2                            sysstat-9.0.4-4.fc12.i686       passed         
      rac1                            sysstat-9.0.4-4.fc12.i686       passed         
    Result: Package existence check passed for "sysstat-7.0.0".
    Check: Package existence for "compat-libstdc++-33-3.2.3"
      Node Name                       Status                          Comment        
      rac2                            compat-libstdc++-33-3.2.3-68.i686  passed         
      rac1                            compat-libstdc++-33-3.2.3-68.i686  passed         
    Result: Package existence check passed for "compat-libstdc++-33-3.2.3".
    Check: Package existence for "libgcc-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libgcc-4.4.2-7.fc12.i686        passed         
      rac1                            libgcc-4.4.2-7.fc12.i686        passed         
    Result: Package existence check passed for "libgcc-4.1.1".
    Check: Package existence for "libstdc++-devel-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libstdc++-devel-4.4.2-7.fc12.i686  passed         
      rac1                            libstdc++-devel-4.4.2-7.fc12.i686  passed         
    Result: Package existence check passed for "libstdc++-devel-4.1.1".
    Check: Package existence for "unixODBC-2.2.11"
      Node Name                       Status                          Comment        
      rac2                            unixODBC-2.2.14-6.fc12.i686     passed         
      rac1                            unixODBC-2.2.14-9.fc12.i686     passed         
    Result: Package existence check passed for "unixODBC-2.2.11".
    Check: Package existence for "unixODBC-devel-2.2.11"
      Node Name                       Status                          Comment        
      rac2                            unixODBC-devel-2.2.14-6.fc12.i686  passed         
      rac1                            unixODBC-devel-2.2.14-9.fc12.i686  passed         
    Result: Package existence check passed for "unixODBC-devel-2.2.11".
    Check: Package existence for "glibc-2.5-12"
      Node Name                       Status                          Comment        
      rac2                            glibc-2.11-2.i686               passed         
      rac1                            glibc-2.11-2.i686               passed         
    Result: Package existence check passed for "glibc-2.5-12".
    Check: Group existence for "dba"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: Group existence check passed for "dba".
    Check: Group existence for "oinstall"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: Group existence check passed for "oinstall".
    Check: User existence for "nobody"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: User existence check passed for "nobody".
    System requirement passed for 'crs'
    Pre-check for cluster services setup was successful.  So now here is the actual problem:
    After the installation and during the run of the root.sh I get:
    Failure at final check of Oracle CRS stack.
    10
    [root@rac1 crs]# ./root.sh
    WARNING: directory '/u01/app/crs/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/crs/product' is not owned by root
    WARNING: directory '/u01/app/crs' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    The directory '/u01/app/crs/product/11.1.0' is not owned by root. Changing owner to root
    The directory '/u01/app/crs/product' is not owned by root. Changing owner to root
    The directory '/u01/app/crs' is not owned by root. Changing owner to root
    The directory '/u01/app' is not owned by root. Changing owner to root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac1-priv rac1
    node 2: rac2 rac2-priv rac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /u01/shared_config/voting_disk
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10According to this link => http://blog.contractoracle.com/2009/01/failure-at-final-check-of-oracle-crs.html
    To recover from a status 10, one must check:
    check firewall / routing / iptables issues
    Now I have turned iptables off completely it doesnt even start up at boot time, so I know it can't be that.
    ROUTE
    [oracle@rac1 clusterware]$ route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
    192.168.0.0 * 255.255.255.0 U 1 0 0 eth1
    default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
    [oracle@rac2 ~]$ route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
    192.168.0.0 * 255.255.255.0 U 1 0 0 eth2
    default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
    [oracle@rac1 clusterware]$ traceroute rac2
    traceroute to rac2 (192.168.2.12), 30 hops max, 60 byte packets
    1 rac2.localdomain (192.168.2.12) 0.424 ms 0.427 ms 0.096 ms
    [oracle@rac1 clusterware]$ traceroute rac2-priv
    traceroute to rac2-priv (192.168.0.12), 30 hops max, 60 byte packets
    1 rac2-priv.localdomain (192.168.0.12) 1.336 ms 1.238 ms 1.188 ms
    [oracle@rac1 clusterware]$ traceroute rac2-vip
    traceroute to rac2-vip (192.168.2.112), 30 hops max, 60 byte packets
    1 rac1.localdomain (192.168.2.11) 2999.599 ms !H 2999.560 ms !H 2999.523 ms !H
    [oracle@rac1 bin]$ ./crs_stat -t
    CRS-0184: Cannot communicate with the CRS daemon.
    Both rac1 and rac2 get the same output above with the -vip getting !H => !H, !N, or !P (host, network or protocol unreachable), I am assuming this is normal as CRS install did not complete successfully and the virtual IP is not bound yet.
    Im pretty sure I have some kind of networking issue here, but I cant put my finger on it. I have tried absolutely everything that is suggested on the internet that I could find. Even deleting the /tmp/.oracle and /var/tmp/.oracle but nothing works. Ssh keys for root and oracle users exist and Ive connected using every possible combination to avoid that first time ssh prompt so users oracle on each node goes directly into rac1/rac2 rac1-priv/rac2-priv & actual IPs as well. Any ideas?
    Edited by: Javier on Dec 30, 2009 12:34 PM
    Edited by: Javier on Dec 30, 2009 6:58 PM

    Hello
    Note 370605.1 (Clusterware Intermittently Hangs And Commands Fail With CRS-184) is telling this.
    "This is caused by a cron job that cleans up the /tmp directory which also removes the Oracle socket files in /tmp/.oracle
    Do not remove /tmp/.oracle or /var/tmp/.oracle or its files while Oracle Clusterware is up."
    Best Regards...

  • Failure at final check of Oracle CRS stack.10  on the second node

    Hi,
    I am trying to install Oracle Clusterware 10.2.0.1.0 in VM machines (2 nodes config) in Linux (OEL5) using VMware Server (2.0). Everything went very well one the first node upto running the root.sh. Running root.sh ended with Failure at final check of Oracle CRS stack 10 error.
    RAC1 root.sh output
    [root@rac1 crs]# ./root.sh
    WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/u01/crs/oracle' is not owned by root
    WARNING: directory '/u01/crs' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/u01/crs/oracle' is not owned by root
    WARNING: directory '/u01/crs' is not owned by root
    WARNING: directory '/u01' is not owned by root
    assigning default hostname rac1 for node 1.
    assigning default hostname rac2 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac1-priv rac1
    node 2: rac2 rac2-priv rac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/raw/raw2
    Format of 1 voting devices complete.
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    CSS is active on these nodes.
    rac1
    CSS is inactive on these nodes.
    rac2
    Local node checking complete.
    Run root.sh on remaining nodes to start CRS daemons.
    [root@rac1 crs]#
    RAC2 root.sh output
    [root@rac2 crs]# ./root.sh
    WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/u01/crs/oracle' is not owned by root
    WARNING: directory '/u01/crs' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/crs/oracle/product' is not owned by root
    WARNING: directory '/u01/crs/oracle' is not owned by root
    WARNING: directory '/u01/crs' is not owned by root
    WARNING: directory '/u01' is not owned by root
    assigning default hostname rac1 for node 1.
    assigning default hostname rac2 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac1-priv rac1
    node 2: rac2 rac2-priv rac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/raw/raw2
    Format of 1 voting devices complete.
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    [root@rac2 crs]#
    Output of alterrac2.log
    [root@rac2 rac2]# more alertrac2.log
    2009-08-14 23:02:44.699
    [client(5935)]CRS-1006:The OCR location /dev/raw/raw1 is inaccessible. Details in /u01/crs/oracle/product/10.2.
    0/crs/log/rac2/client/ocrconfig_5935.log.
    2009-08-14 23:02:44.704
    [client(5935)]CRS-1006:The OCR location /dev/raw/raw1 is inaccessible. Details in /u01/crs/oracle/product/10.2.
    0/crs/log/rac2/client/ocrconfig_5935.log.
    2009-08-14 23:02:44.707
    [client(5935)]CRS-1006:The OCR location /dev/raw/raw1 is inaccessible. Details in /u01/crs/oracle/product/10.2.
    0/crs/log/rac2/client/ocrconfig_5935.log.
    2009-08-14 23:02:44.864
    [client(5935)]CRS-1001:The OCR was formatted using version 2.
    2009-08-14 23:02:50.339
    [client(6004)]CRS-1801:Cluster crs configured with nodes rac1 rac2 .
    2009-08-14 23:05:07.603
    [cssd(6600)]CRS-1605:CSSD voting file is online: /dev/raw/raw2. Details in /u01/crs/oracle/product/10.2.0/crs/l
    og/rac2/cssd/ocssd.log.
    [root@rac2 rac2]#
    Since raw devices are not supported from OEL5, I did do the workaround in *63-oracle-raw.rules file under /etc/udev/rules.d* dir.
    ACTION=="add", KERNEL=="sdb1", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="sdc1", RUN+="/bin/raw /dev/raw/raw2 %N"
    ACTION=="add", KERNEL=="sdd1", RUN+="/bin/raw /dev/raw/raw3 %N"
    ACTION=="add", KERNEL=="sde1", RUN+="/bin/raw /dev/raw/raw4 %N"
    ACTION=="add", KERNEL=="sdf1", RUN+="/bin/raw /dev/raw/raw5 %N"
    KERNEL=="raw[1-2]*", OWNER="root", GROUP="oinstall", MODE="640"
    KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="640"
    One thing I have noticed after running root.sh on both the nodes is the permissons on raw devices changed from
    Before root.sh
    [root@rac2 crs]# ls -ls /dev/raw*
    0 crw------- 1 root root 162, 0 Aug 14 22:42 /dev/rawctl
    /dev/raw:
    total 0
    0 crw-r----- 1 root oinstall 162, 1 Aug 14 22:42 raw1
    0 crw-r----- 1 root oinstall 162, 2 Aug 14 22:42 raw2
    0 crw-r----- 1 oracle oinstall 162, 3 Aug 14 22:42 raw3
    0 crw-r----- 1 oracle oinstall 162, 4 Aug 14 22:42 raw4
    0 crw-r----- 1 oracle oinstall 162, 5 Aug 14 22:42 raw5
    to
    [root@rac2 crs]# ls -ls /dev/raw*
    0 crw------- 1 root root 162, 0 Aug 14 22:31 /dev/rawctl
    /dev/raw:
    total 0
    0 crw-r----- 1 root oinstall 162, 1 Aug 14 22:56 raw1
    0 crw-r--r-- 1 oracle oinstall 162, 2 Aug 14 23:01 raw2
    0 crw-r----- 1 oracle oinstall 162, 3 Aug 14 22:31 raw3
    0 crw-r----- 1 oracle oinstall 162, 4 Aug 14 22:31 raw4
    0 crw-r----- 1 oracle oinstall 162, 5 Aug 14 22:31 raw5
    [root@rac1 crs]#
    My shared disk listing
    [root@www shared]# ls -ltr
    total 8780
    -rw------- 1 root root 640 Aug 14 22:43 votingdisk.vmdk
    -rw------- 1 root root 598 Aug 14 22:43 ocr.vmdk
    -rw------- 1 root root 604 Aug 14 22:43 asm3.vmdk
    -rw------- 1 root root 604 Aug 14 22:43 asm2.vmdk
    -rw------- 1 root root 604 Aug 14 22:43 asm1.vmdk
    -rw------- 1 root root 65536 Aug 14 22:44 votingdisk-s006.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 votingdisk-s005.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 votingdisk-s004.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 votingdisk-s003.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 votingdisk-s002.vmdk
    -rw------- 1 root root 393216 Aug 14 22:44 votingdisk-s001.vmdk
    -rw------- 1 root root 65536 Aug 14 22:44 ocr-s006.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 ocr-s005.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 ocr-s004.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 ocr-s003.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 ocr-s002.vmdk
    -rw------- 1 root root 393216 Aug 14 22:44 ocr-s001.vmdk
    -rw------- 1 root root 65536 Aug 14 22:44 asm3-s006.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm3-s005.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm3-s004.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm3-s003.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm3-s002.vmdk
    -rw------- 1 root root 393216 Aug 14 22:44 asm3-s001.vmdk
    -rw------- 1 root root 65536 Aug 14 22:44 asm2-s006.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm2-s005.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm2-s004.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm2-s003.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm2-s002.vmdk
    -rw------- 1 root root 393216 Aug 14 22:44 asm2-s001.vmdk
    -rw------- 1 root root 65536 Aug 14 22:44 asm1-s006.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm1-s005.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm1-s004.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm1-s003.vmdk
    -rw------- 1 root root 327680 Aug 14 22:44 asm1-s002.vmdk
    -rw------- 1 root root 393216 Aug 14 22:44 asm1-s001.vmdk
    [root@www shared]#
    I don't know how to fix this problem. I did go through many docs and metalink notes.
    I am new to RAC world. It took 3 days to come to this stage. Please help me.
    Thanks
    Leo

    Hi Surachart,
    Here is my messages output..
    */var/log/messages*
    Aug 20 14:05:01 rac2 avahi-daemon[3627]: Registering new address record for fe80::20c:29ff:fe6b:f9a8 on eth1.
    Aug 20 14:05:01 rac2 avahi-daemon[3627]: Registering new address record for 192.168.1.196 on eth1.
    Aug 20 14:05:01 rac2 avahi-daemon[3627]: Registering new address record for fe80::20c:29ff:fe6b:f99e on eth0.
    Aug 20 14:05:01 rac2 avahi-daemon[3627]: Registering new address record for 192.168.0.196 on eth0.
    Aug 20 14:05:01 rac2 avahi-daemon[3627]: Registering HINFO record with values 'I686'/'LINUX'.
    Aug 20 14:05:02 rac2 avahi-daemon[3627]: Server startup complete. Host name is rac2.local. Local service cookie is 927471131.
    Aug 20 14:05:03 rac2 avahi-daemon[3627]: Service "SFTP File Transfer on rac2" (/services/sftp-ssh.service) successfully established.
    Aug 20 14:05:08 rac2 smartd[3739]: smartd version 5.38 [i686-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
    Aug 20 14:05:08 rac2 smartd[3739]: Home page is http://smartmontools.sourceforge.net/
    Aug 20 14:05:08 rac2 smartd[3739]: Opened configuration file /etc/smartd.conf
    Aug 20 14:05:08 rac2 smartd[3739]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/hdc, opened
    Aug 20 14:05:08 rac2 kernel: hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
    Aug 20 14:05:08 rac2 kernel: hdc: drive_cmd: error=0x04 { AbortedCommand }
    Aug 20 14:05:08 rac2 kernel: ide: failed opcode was: 0xec
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/hdc, not ATA, no IDENTIFY DEVICE Structure
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sda, opened
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sda, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sda' to turn on SMART features
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdb, opened
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdb, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sdb' to turn on SMART features
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdc, opened
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdc, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sdc' to turn on SMART features
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdd, opened
    Aug 20 14:05:08 rac2 smartd[3739]: Device: /dev/sdd, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sdd' to turn on SMART features
    Aug 20 14:05:09 rac2 smartd[3739]: Device: /dev/sde, opened
    Aug 20 14:05:09 rac2 smartd[3739]: Device: /dev/sde, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sde' to turn on SMART features
    Aug 20 14:05:10 rac2 smartd[3739]: Device: /dev/sdf, opened
    Aug 20 14:05:10 rac2 smartd[3739]: Device: /dev/sdf, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sdf' to turn on SMART features
    Aug 20 14:05:10 rac2 smartd[3739]: Monitoring 0 ATA and 0 SCSI devices
    Aug 20 14:05:10 rac2 smartd[3741]: smartd has fork()ed into background mode. New PID=3741.
    Aug 20 14:05:13 rac2 pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 Not Found
    Aug 20 14:05:13 rac2 last message repeated 3 times
    Aug 20 14:05:27 rac2 gconfd (root-3967): starting (version 2.14.0), pid 3967 user 'root'
    Aug 20 14:05:27 rac2 gconfd (root-3967): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
    Aug 20 14:05:27 rac2 gconfd (root-3967): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
    Aug 20 14:05:27 rac2 gconfd (root-3967): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
    Aug 20 14:05:29 rac2 gconfd (root-3967): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 0
    Aug 20 14:05:29 rac2 hald: mounted /dev/hdc on behalf of uid 0
    Aug 20 14:05:29 rac2 hcid[3311]: Default passkey agent (:1.8, /org/bluez/applet) registered
    Aug 20 14:05:31 rac2 nm-system-settings: Loaded plugin ifcfg-rh: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth1 ...
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: read connection 'System eth1'
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: error: Ignoring loopback device config.
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
    Aug 20 14:05:31 rac2 nm-system-settings: ifcfg-rh: read connection 'System eth0'
    Aug 20 14:05:31 rac2 pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 Not Found
    Aug 20 14:05:32 rac2 last message repeated 4 times
    Aug 20 14:12:51 rac2 kernel: FS-Cache: Loaded
    Aug 20 14:22:06 rac2 xinetd[3488]: START: shell pid=5193 from=192.168.0.195
    Aug 20 14:22:06 rac2 xinetd[3488]: EXIT: shell status=0 pid=5193 duration=0(sec)
    Aug 20 14:22:07 rac2 xinetd[3488]: START: shell pid=5217 from=192.168.0.195
    Aug 20 14:22:07 rac2 xinetd[3488]: EXIT: shell status=0 pid=5217 duration=0(sec)
    Aug 20 14:22:07 rac2 xinetd[3488]: START: shell pid=5241 from=192.168.0.195
    Aug 20 14:22:07 rac2 xinetd[3488]: EXIT: shell status=0 pid=5241 duration=0(sec)
    Aug 20 14:22:16 rac2 xinetd[3488]: EXIT: shell status=0 pid=6236 duration=0(sec)
    Aug 20 14:22:16 rac2 xinetd[3488]: START: shell pid=6265 from=192.168.0.195
    Aug 20 14:22:16 rac2 xinetd[3488]: EXIT: shell status=0 pid=6265 duration=0(sec)
    Aug 20 14:22:16 rac2 xinetd[3488]: START: shell pid=6291 from=192.168.0.195
    Aug 20 14:22:17 rac2 xinetd[3488]: EXIT: shell status=0 pid=6291 duration=1(sec)
    Aug 20 14:22:17 rac2 xinetd[3488]: START: shell pid=6317 from=192.168.0.195
    Aug 20 14:22:17 rac2 xinetd[3488]: EXIT: shell status=0 pid=6317 duration=0(sec)
    [root@rac2 log]#

  • Failure at final check of Oracle CRS stack. 10 on the first node.

    Hi everyone
    I trying to install an Oracle RAC 10gr2 on an Oracle Enterprise Linux AS release 4 (October Update 7) , but I'm having this problem
    root@fporn01 crs# ./root.sh
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    assigning default hostname fporn01 for node 1.
    assigning default hostname fporn02 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    +10+
    forget about the node names!!!!
    but on the second node everything went fine, so I'm sure this is not a connectivity issue.
    the iptables service is stopped and disabled
    check the results after running the root.sh script
    root@fporn02 ~# /u01/app/crs/root.sh
    Checking to see if Oracle CRS stack is already configured
    +/etc/oracle does not exist. Creating it now.+
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    assigning default hostname fporn01 for node 1.
    assigning default hostname fporn02 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    CSS is active on these nodes.
    fporn02
    CSS is inactive on these nodes.
    fporn01
    Local node checking complete.
    Run root.sh on remaining nodes to start CRS daemons.
    this is the log of crs on the first node
    root@fporn01 bin# cat /u01/app/crs/log/fporn01/alertfporn01.log
    +2009-06-24 17:27:37.695+
    client(9045)CRS-1006:The OCR location /u02/oradata/orcl/OCRFile_mirror is inaccessible. Details in /u01/app/crs/log/fporn01/client/ocrconfig_9045.log.
    +2009-06-24 17:27:37.741+
    client(9045)CRS-1001:The OCR was formatted using version 2.
    +2009-06-24 17:28:24.544+
    client(9092)CRS-1801:Cluster pdb-rac configured with nodes fporn01 fporn02 .
    this is the log of crs on the second node
    root@fporn02 ~# cat /u01/app/crs/log/fporn02/alertfporn02.log
    +2009-06-24 18:09:09.307+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:09.307+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile_mirror1. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:09.310+
    cssd(16991)CRS-1605:CSSD voting file is online: /u02/oradata/orcl/CSSFile_mirror2. Details in /u01/app/crs/log/fporn02/cssd/ocssd.log.
    +2009-06-24 18:09:12.441+
    cssd(16991)CRS-1601:CSSD Reconfiguration complete. Active nodes are fporn02 .
    I have rechecked the Remote Access / User Equivalence
    after run the OCRCHECK command ia have this information
    root@fporn01 bin# ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 262144
    Used space (kbytes) : 312
    Available space (kbytes) : 261832
    ID : 255880615
    Device/File Name : /u02/oradata/orcl/OCRFile
    Device/File integrity check succeeded
    Device/File Name : /u02/oradata/orcl/OCRFile_mirror
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    on the second node i get the same output
    root@fporn02 bin# ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 262144
    Used space (kbytes) : 312
    Available space (kbytes) : 261832
    ID : 255880615
    Device/File Name : /u02/oradata/orcl/OCRFile
    Device/File integrity check succeeded
    Device/File Name : /u02/oradata/orcl/OCRFile_mirror
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    I have reviewed the following metalink notes but none of them seems to solve my problem
    *344994.1*
    *240001.1*
    *725878.1*
    *329450.1*
    *734221.1*
    I have done a research trough many forums, but always the fail is on the second node, but my fail is on the first node.
    I hope anyone could help me.
    this is the output of cluvfy
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "fporn01"
    Destination Node Reachable?
    fporn01 yes
    fporn02 yes
    Result: Node reachability check passed from node "fporn01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    fporn02 passed
    fporn01 passed
    Result: User equivalence check passed for user "oracle".
    Checking administrative privileges...
    Check: Existence of user "oracle"
    Node Name User Exists Comment
    fporn02 yes passed
    fporn01 yes passed
    Result: User existence check passed for "oracle".
    Check: Existence of group "oinstall"
    Node Name Status Group ID
    fporn02 exists 501
    fporn01 exists 501
    Result: Group existence check passed for "oinstall".
    Check: Membership of user "oracle" in group "oinstall" as Primary
    Node Name User Exists Group Exists User in Group Primary Comment
    fporn02 yes yes yes yes passed
    fporn01 yes yes yes yes passed
    Result: Membership check for user "oracle" in group "oinstall" as Primary passed.
    Administrative privileges check passed.
    Checking node connectivity...
    Interface information for node "fporn02"
    Interface Name IP Address Subnet
    eth0 10.218.108.245 10.218.108.0
    eth1 192.168.1.2 192.168.1.0
    Interface information for node "fporn01"
    Interface Name IP Address Subnet
    eth0 10.218.108.244 10.218.108.0
    eth1 192.168.1.1 192.168.1.0
    eth2 172.16.9.210 172.16.9.0
    Check: Node connectivity of subnet "10.218.108.0"
    Source Destination Connected?
    fporn02:eth0 fporn01:eth0 yes
    Result: Node connectivity check passed for subnet "10.218.108.0" with node(s) fporn02,fporn01.
    Check: Node connectivity of subnet "192.168.1.0"
    Source Destination Connected?
    fporn02:eth1 fporn01:eth1 yes
    Result: Node connectivity check passed for subnet "192.168.1.0" with node(s) fporn02,fporn01.
    Check: Node connectivity of subnet "172.16.9.0"
    Result: Node connectivity check passed for subnet "172.16.9.0" with node(s) fporn01.
    Suitable interfaces for the private interconnect on subnet "10.218.108.0":
    fporn02 eth0:10.218.108.245
    fporn01 eth0:10.218.108.244
    Suitable interfaces for the private interconnect on subnet "192.168.1.0":
    fporn02 eth1:192.168.1.2
    fporn01 eth1:192.168.1.1
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking system requirements for 'crs'...
    Check: Total memory
    Node Name Available Required Comment
    fporn02 7.93GB (8310276KB) 512MB (524288KB) passed
    fporn01 7.93GB (8310276KB) 512MB (524288KB) passed
    Result: Total memory check passed.
    Check: Free disk space in "/tmp" dir
    Node Name Available Required Comment
    fporn02 9.57GB (10037300KB) 400MB (409600KB) passed
    fporn01 9.55GB (10012168KB) 400MB (409600KB) passed
    Result: Free disk space check passed.
    Check: Swap space
    Node Name Available Required Comment
    fporn02 8.81GB (9240568KB) 1GB (1048576KB) passed
    fporn01 8.81GB (9240568KB) 1GB (1048576KB) passed
    Result: Swap space check passed.
    Check: System architecture
    Node Name Available Required Comment
    fporn02 i686 i686 passed
    fporn01 i686 i686 passed
    Result: System architecture check passed.
    Check: Kernel version
    Node Name Available Required Comment
    fporn02 2.6.9-78.0.0.0.1.ELhugemem 2.4.21-15EL passed
    fporn01 2.6.9-78.0.0.0.1.ELhugemem 2.4.21-15EL passed
    Result: Kernel version check passed.
    Check: Package existence for "make-3.79"
    Node Name Status Comment
    fporn02 make-3.80-7.EL4 passed
    fporn01 make-3.80-7.EL4 passed
    Result: Package existence check passed for "make-3.79".
    Check: Package existence for "binutils-2.14"
    Node Name Status Comment
    fporn02 binutils-2.15.92.0.2-25 passed
    fporn01 binutils-2.15.92.0.2-25 passed
    Result: Package existence check passed for "binutils-2.14".
    Check: Package existence for "gcc-3.2"
    Node Name Status Comment
    fporn02 gcc-3.4.6-10.0.1 passed
    fporn01 gcc-3.4.6-10.0.1 passed
    Result: Package existence check passed for "gcc-3.2".
    Check: Package existence for "glibc-2.3.2-95.27"
    Node Name Status Comment
    fporn02 glibc-2.3.4-2.41 passed
    fporn01 glibc-2.3.4-2.41 passed
    Result: Package existence check passed for "glibc-2.3.2-95.27".
    Check: Package existence for "compat-db-4.0.14-5"
    Node Name Status Comment
    fporn02 compat-db-4.1.25-9 passed
    fporn01 compat-db-4.1.25-9 passed
    Result: Package existence check passed for "compat-db-4.0.14-5".
    Check: Package existence for "compat-gcc-7.3-2.96.128"
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    Result: Package existence check failed for "compat-gcc-7.3-2.96.128".
    ++Check: Package existence for "compat-gcc-c++-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-gcc-c++-7.3-2.96.128".++
    ++Check: Package existence for "compat-libstdc++-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-libstdc++-7.3-2.96.128".++
    ++Check: Package existence for "compat-libstdc++-devel-7.3-2.96.128"++
    Node Name Status Comment
    fporn02 missing failed
    fporn01 missing failed
    ++Result: Package existence check failed for "compat-libstdc++-devel-7.3-2.96.128".++
    Check: Package existence for "openmotif-2.2.3"
    Node Name Status Comment
    fporn02 openmotif-2.2.3-10.2.el4 passed
    fporn01 openmotif-2.2.3-10.2.el4 passed
    Result: Package existence check passed for "openmotif-2.2.3".
    Check: Package existence for "setarch-1.3-1"
    Node Name Status Comment
    fporn02 setarch-1.6-1 passed
    fporn01 setarch-1.6-1 passed
    Result: Package existence check passed for "setarch-1.3-1".
    Check: Group existence for "dba"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: Group existence check passed for "dba".
    Check: Group existence for "oinstall"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: Group existence check passed for "oinstall".
    Check: User existence for "nobody"
    Node Name Status Comment
    fporn02 exists passed
    fporn01 exists passed
    Result: User existence check passed for "nobody".
    System requirement failed for 'crs'
    Pre-check for cluster services setup was unsuccessful on all the nodes.

    forget about my last post, it was my mistake, I rebooted the server and the clustered file system service did not start up at boot time.
    sorry
    this is what I really got in /var/log/messages
    after manually running crs daemons
    Jun 26 16:43:07 fporn01 su(pam_unix)[10020]: session opened for user oracle by (uid=0)
    Jun 26 16:43:07 fporn01 su(pam_unix)[10020]: session closed for user oracle
    Jun 26 16:43:07 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:44:07 fporn01 su(pam_unix)[9977]: session opened for user oracle by (uid=0)
    Jun 26 16:45:31 fporn01 su(pam_unix)[10293]: session opened for user oracle by (uid=0)
    Jun 26 16:45:32 fporn01 su(pam_unix)[10293]: session closed for user oracle
    Jun 26 16:45:32 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:45:40 fporn01 su(pam_unix)[10351]: session opened for user oracle by (uid=0)
    Jun 26 16:45:40 fporn01 su(pam_unix)[10351]: session closed for user oracle
    Jun 26 16:45:40 fporn01 su(pam_unix)[10415]: session opened for user oracle by (uid=0)
    Jun 26 16:45:40 fporn01 su(pam_unix)[10415]: session closed for user oracle
    Jun 26 16:45:40 fporn01 logger: Cluster Ready Services completed waiting on dependencies.
    Jun 26 16:46:32 fporn01 su(pam_unix)[10591]: session opened for user oracle by (uid=0)
    Jun 26 16:46:40 fporn01 logger: Running CRSD with TZ =
    after running ps -ef | grep -E 'init|d.bin|ocls|oprocd|diskmon|evmlogger|PID'
    [root@fporn01 ~]# ps -ef | grep -E 'init|d.bin|ocls|oprocd|diskmon|evmlogger|PID'
    UID PID PPID C STIME TTY TIME CMD
    root 1 0 0 15:33 ? 00:00:00 init [5]
    root 9869 7951 0 16:40 pts/1 00:00:00 [init.crsd] <defunct>
    oracle 10053 9977 0 16:44 ? 00:00:00 /u01/app/crs/bin/evmd.bin
    root 10249 7951 0 16:45 pts/1 00:00:00 /bin/sh /etc/init.d/init.cssd fatal
    root 10341 7951 0 16:45 pts/1 00:00:00 /u01/app/crs/bin/crsd.bin reboot
    root 10551 10249 0 16:46 pts/1 00:00:00 /bin/sh /etc/init.d/init.cssd daemon
    oracle 10618 10592 0 16:46 ? 00:00:00 /u01/app/crs/bin/ocssd.bin
    oracle 10926 10053 0 16:46 ? 00:00:00 /u01/app/crs/bin/evmlogger.bin -o /u01/app/crs/evm/log/evmlogger.info -l /u01/app/crs/evm/log/evmlogger.log
    root 16658 9461 0 16:50 pts/2 00:00:00 grep -E init|d.bin|ocls|oprocd|diskmon|evmlogger|PID
    CRS daemons finally work
    *but i get this error when i run [oracle@fporn01 cluvfy]$ ./runcluvfy.sh stage -post crsinst -n fporn01,fporn02 -verbose*
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "fporn01"
    Destination Node                      Reachable?
    fporn01                               yes
    fporn02                               yes
    Result: Node reachability check passed from node "fporn01".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name                             Comment
    fporn02                               passed
    fporn01                               passed
    Result: User equivalence check passed for user "oracle".
    ERROR:
    CRS is not installed on any of the nodes.
    Verification cannot proceed.
    Post-check for cluster services setup was unsuccessful on all the nodes.

  • Failure at final check of Oracle CRS stac

    +++crs ID conflicts ocrcheck scsi
    ++Referred metalink note:344994.1 but it was specific to RAW devices, Need a solution for scsi device.
    oracle@vx0302 bin # ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 3306636
    Used space (kbytes) : 440
    Available space (kbytes) : 3306196
    ID : 1425438992 <<different from node1
    Device/File Name : /dev/sdb1
    Device/File integrity check failed
    Device/File not configured
    Cluster registry integrity check failed
    oracle@vx0301 bin # ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 40269168
    Used space (kbytes) : 308
    Available space (kbytes) : 40268860
    ID : 68510624 << different from node1
    Device/File Name : /dev/sdb1
    Device/File integrity check succeeded
    Device/File not configured
    Cluster registry integrity check succeeded
    According to the above output, the IDs are same. I followed this http://surachartopun.com/2009/01/failure-at-final-check-of-oracle-crs.html link for the workaround. I have taken the following steps:
    1. Firewall is off.
    2. I have referred to the metalink, but it provides a solution only for raw devices. I have used the link http://www.oracle.com/technology/pub/articles/hunter-rac11gr2-iscsi.html to configure Openfiler for iscsi devices. The configuration is EXACTLY the same. However, when i ran ls -l /dev/iscsi/*, the output was different on both nodes.
    Node1:
    [oracle@vx0301 ~]# ls -l /dev/iscsi/*
    /dev/iscsi/crs1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdc
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdc1
    /dev/iscsi/data1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdb1
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdb1
    /dev/iscsi/fra1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdd
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdd1
    Node2:
    [oracle@vx0302 ~]# ls -l /dev/iscsi/*
    /dev/iscsi/crs1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdb
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdb1
    /dev/iscsi/data1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdd1
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdd1
    /dev/iscsi/fra1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdc
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdc1
    Is there a way i can fix this?
    Edited by: user10594250 on Jan 22, 2010 4:41 AM

    +++crs ID conflicts ocrcheck scsi
    ++Referred metalink note:344994.1 but it was specific to RAW devices, Need a solution for scsi device.
    oracle@vx0302 bin # ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 3306636
    Used space (kbytes) : 440
    Available space (kbytes) : 3306196
    ID : 1425438992 <<different from node1
    Device/File Name : /dev/sdb1
    Device/File integrity check failed
    Device/File not configured
    Cluster registry integrity check failed
    oracle@vx0301 bin # ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 40269168
    Used space (kbytes) : 308
    Available space (kbytes) : 40268860
    ID : 68510624 << different from node1
    Device/File Name : /dev/sdb1
    Device/File integrity check succeeded
    Device/File not configured
    Cluster registry integrity check succeeded
    According to the above output, the IDs are same. I followed this http://surachartopun.com/2009/01/failure-at-final-check-of-oracle-crs.html link for the workaround. I have taken the following steps:
    1. Firewall is off.
    2. I have referred to the metalink, but it provides a solution only for raw devices. I have used the link http://www.oracle.com/technology/pub/articles/hunter-rac11gr2-iscsi.html to configure Openfiler for iscsi devices. The configuration is EXACTLY the same. However, when i ran ls -l /dev/iscsi/*, the output was different on both nodes.
    Node1:
    [oracle@vx0301 ~]# ls -l /dev/iscsi/*
    /dev/iscsi/crs1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdc
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdc1
    /dev/iscsi/data1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdb1
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdb1
    /dev/iscsi/fra1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdd
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdd1
    Node2:
    [oracle@vx0302 ~]# ls -l /dev/iscsi/*
    /dev/iscsi/crs1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdb
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdb1
    /dev/iscsi/data1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdd1
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdd1
    /dev/iscsi/fra1:
    total 0
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part -> ../../sdc
    lrwxrwxrwx 1 root root 9 Nov 3 18:13 part1 -> ../../sdc1
    Is there a way i can fix this?
    Edited by: user10594250 on Jan 22, 2010 4:41 AM

  • Failure at final check of oracle crs stack

    Hi,
    I am installing oracle clusterware 11, when I run on the first node root.sh it's ok, but when I run it on the second node recive this message:
    Failure at final check of Oracle CRS stack 10
    I have stopped firewall and ssh,scp works fine without password using node.domain and node without domain between the nodes.
    please help me!

    thanks for the answer.
    this is root.sh output of second node
    [root@orac-asbe-c cluster]# ./root.sh
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: orac-asbe-d orac-asbe-d-priv orac-asbe-d
    node 2: orac-asbe-c orac-asbe-c-priv orac-asbe-c
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/hdd1
    Now formatting voting device: /dev/hdd2
    Now formatting voting device: /dev/hdd3
    Format of 3 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    the ocssd.log in very long, I take fiew pieces
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    [  clsdmt]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=orac-asbe-cDBG_CSSD))
    [    CSSD]2011-06-17 11:04:17.918 >USER: Oracle Database 10g CSS Release 11.1.0.6.0 Production Copyright 1996, 2004 Oracle. All rights reserved.
    [    CSSD]2011-06-17 11:04:17.918 >USER: CSS daemon log for node orac-asbe-c, number 2, in cluster orac-as_cluster
    [    CSSD]2011-06-17 11:04:17.936 [649053344] >TRACE: clssscmain: local-only set to false
    [    CSSD]2011-06-17 11:04:17.970 [649053344] >TRACE: clssnmReadNodeInfo: added node 1 (orac-asbe-d) to cluster
    [    CSSD]2011-06-17 11:04:17.994 [649053344] >TRACE: clssnmReadNodeInfo: added node 2 (orac-asbe-c) to cluster
    [    CSSD]2011-06-17 11:04:17.997 [649053344] >WARNING: clssnmReadWallet: Open Wallet returned 28759
    [    CSSD]2011-06-17 11:04:17.997 [649053344] >WARNING: clssnmInitNMInfo: Node not configured for node kill
    [    CSSD]2011-06-17 11:04:18.011 [1133824320] >TRACE: clssnm_skgxninit: Compatible vendor clusterware not in use
    [    CSSD]2011-06-17 11:04:18.011 [1133824320] >TRACE: clssnm_skgxnmon: skgxn init failed
    [    CSSD]2011-06-17 11:04:18.023 [649053344] >TRACE: clssnmNMInitialize: Network heartbeat thresholds are: impending reconfig 15000 ms, reconfig start (misscount) 30000 ms
    [    CSSD]2011-06-17 11:04:18.027 [649053344] >TRACE: clssnmNMInitialize: Voting file I/O timeouts are: short 27000 ms, long 200000 ms
    [    CSSD]2011-06-17 11:04:18.039 [649053344] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (0//dev/hdd1)
    [    CSSD]2011-06-17 11:04:18.040 [1133824320] >TRACE: clssnmvDPT: spawned for disk 0 (/dev/hdd1)
    [    CSSD]2011-06-17 11:04:18.083 [1133824320] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (0//dev/hdd1)
    [    CSSD]2011-06-17 11:04:18.088 [1144314176] >TRACE: clssnmvKillBlockThread: spawned for disk 0 (/dev/hdd1) initial : sleep interval (1000)ms
    [    CSSD]2011-06-17 11:04:18.185 [649053344] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (1//dev/hdd2)
    [    CSSD]2011-06-17 11:04:18.189 [1154804032] >TRACE: clssnmvDPT: spawned for disk 1 (/dev/hdd2)
    [    CSSD]2011-06-17 11:04:18.208 [1154804032] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (1//dev/hdd2)
    [    CSSD]2011-06-17 11:04:18.212 [1102223680] >TRACE: clssnmvKillBlockThread: spawned for disk 1 (/dev/hdd2) initial sleep interval (1000)ms
    [    CSSD]2011-06-17 11:04:18.219 [649053344] >TRACE: clssnmDiskStateChange: state from 1 to 2 disk (2//dev/hdd3)
    [    CSSD]2011-06-17 11:04:18.223 [1165293888] >TRACE: clssnmvDPT: spawned for disk 2 (/dev/hdd3)
    [    CSSD]2011-06-17 11:04:18.251 [1165293888] >TRACE: clssnmDiskStateChange: state from 2 to 4 disk (2//dev/hdd3)
    [    CSSD]2011-06-17 11:04:18.255 [1175783744] >TRACE: clssnmvKillBlockThread: spawned for disk 2 (/dev/hdd3) initial sleep interval (1000)ms
    CSSD]2011-06-17 11:04:18.367 [649053344] >TRACE: clssscSclsFatal: read value of disable
    [    CSSD]2011-06-17 11:04:18.370 [649053344] >TRACE: clssscSclsFatal: read value of disable
    [    CSSD]2011-06-17 11:04:18.373 [1196763456] >TRACE: clssnmFatalThread: spawned
    [    CSSD]2011-06-17 11:04:18.375 [1207253312] >TRACE: clssnmClusterListener: Listening on (ADDRESS=(PROTOCOL=tcp)(HOST=orac-asbe-c-priv)(PORT=49895))
    [    CSSD]2011-06-17 11:04:18.375 [1207253312] >TRACE: clssnmconnect: connecting to node(1), con(0xc3af000), flags 0x0003
    [    CSSD]2011-06-17 11:04:18.381 [1217743168] >TRACE: clssgmDeathChkThread: Spawned
    [    CSSD]------- Begin Dump -------
    [    CSSD]
    [    CSSD]
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >TRACE: clssnmConnComplete: MSGSRC 1, type 6, node 1, flags 0x0003, con 0xc3af000, probe (nil), nodekillsz 0
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >TRACE: clssnmConnComplete: msg src=1 dst=2 seq=0 type=6 birth=203767168 state=3 name=()
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >ERROR: ASSERT clssnm.c 11562
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >ERROR: clssnmConnComplete: OCR id mismatch (1700660325, 1307814030)
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >ERROR: ###################################
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >ERROR: clssscExit: CSSD aborting from thread clssnmClusterListener
    [    CSSD]2011-06-17 11:04:18.383 [1207253312] >ERROR: ###################################
    [    CSSD]
    ----- Call Stack Trace -----
    [    CSSD]calling call entry argument values in hex
    [    CSSD]location type point (? means dubious value)
    [    CSSD]-------------------- -------- -------------------- ----------------------------
    [    CSSD]sskgds_getexecname: using /proc/self/status and $PATH to get ocssd.bin
    [    CSSD]Cannot open ocssd.bin for reading: errno=2
    [    CSSD]Cannot open ocssd.bin for reading: errno=2
    [    CSSD]Cannot open ocssd.bin for reading: errno=2
    [    CSSD]000000000040C2D6 call kgdsdst() 000000000 ? 000000001 ?
    [    CSSD] 047F4FB68 ? 047F4E650 ?
    [    CSSD] 000000000 ? 000000003 ?
    thanks again

  • Failure at final  check of Oracle CRS stack.AIX oracle 10g RAC with GPFS

    HI ,I install oracle 10R2 RAC using GPFS,os is AIX 6.1,but when I installed  CRS,at executing the second root.sh ,I am in trouble ,the error information as follow :
    Failure at final  check of Oracle CRS stack.
    10
    I look up the log file the information :
    The OCR location /data_gpfs/CRS/ocr_disk2 is inaccessible. Details in /orac
    leapp/product/10.2.0/crs/log/p615a/client/ocrconfig_6881286.log.
    the ocrconfig_6881286.log.information:
    2014-01-24 01:32:20.361: [ OCRCONF][1]ocrconfig starts...
    2014-01-24 01:32:20.389: [ OCRCONF][1]Upgrading OCR data
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer 100f21d0 buflen 512 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer 100f21d0 buflen 512 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer ffffb1d0 buflen 4096 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.392: [  OCRRAW][1]propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:3: problem reading buffer ffffb1d0 buflen 4096 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.392: [  OCRRAW][1]propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.392: [  OCRRAW][1]proprioini: both disks are not OCR formatted
    2014-01-24 01:32:20.392: [  OCRRAW][1]proprinit: Could not open raw device
    2014-01-24 01:32:20.392: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2014-01-24 01:32:20.393: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2014-01-24 01:32:20.393: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.516: [  OCRRAW][1]propriowv: Vote information on disk 0 [/data_gpfs/CRS/ocr_disk1] is adjusted from [0/0] to [1/2]
    2014-01-24 01:32:20.527: [  OCRRAW][1]propriowv: Vote information on disk 1 [/data_gpfs/CRS/ocr_disk2] is adjusted from [0/0] to [1/2]
    2014-01-24 01:32:20.960: [  OCRRAW][1]propriniconfig:No 92 configuration
    2014-01-24 01:32:20.960: [  OCRAPI][1]a_init:6a: Backend init successful
    2014-01-24 01:32:21.191: [ OCRCONF][1]Initialized DATABASE keys in OCR
    2014-01-24 01:32:21.349: [ OCRCONF][1]Successfully set skgfr block 0
    2014-01-24 01:32:21.351: [ OCRCONF][1]Exiting [status=success]...
    I dont know what cause this error,i am really trouble,who can help me !!!

    HI ,I install oracle 10R2 RAC using GPFS,os is AIX 6.1,but when I installed  CRS,at executing the second root.sh ,I am in trouble ,the error information as follow :
    Failure at final  check of Oracle CRS stack.
    10
    I look up the log file the information :
    The OCR location /data_gpfs/CRS/ocr_disk2 is inaccessible. Details in /orac
    leapp/product/10.2.0/crs/log/p615a/client/ocrconfig_6881286.log.
    the ocrconfig_6881286.log.information:
    2014-01-24 01:32:20.361: [ OCRCONF][1]ocrconfig starts...
    2014-01-24 01:32:20.389: [ OCRCONF][1]Upgrading OCR data
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer 100f21d0 buflen 512 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer 100f21d0 buflen 512 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.391: [  OCROSD][1]utread:3: problem reading buffer ffffb1d0 buflen 4096 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.392: [  OCRRAW][1]propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:3: problem reading buffer ffffb1d0 buflen 4096 retval 0 phy_offset 102400 retry 0
    2014-01-24 01:32:20.392: [  OCROSD][1]utread:4: problem reading the buffer errno 2 errstring No such file or directory
    2014-01-24 01:32:20.392: [  OCRRAW][1]propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.392: [  OCRRAW][1]proprioini: both disks are not OCR formatted
    2014-01-24 01:32:20.392: [  OCRRAW][1]proprinit: Could not open raw device
    2014-01-24 01:32:20.392: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2014-01-24 01:32:20.393: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2014-01-24 01:32:20.393: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    propriogid:1: INVALID FORMAT
    2014-01-24 01:32:20.516: [  OCRRAW][1]propriowv: Vote information on disk 0 [/data_gpfs/CRS/ocr_disk1] is adjusted from [0/0] to [1/2]
    2014-01-24 01:32:20.527: [  OCRRAW][1]propriowv: Vote information on disk 1 [/data_gpfs/CRS/ocr_disk2] is adjusted from [0/0] to [1/2]
    2014-01-24 01:32:20.960: [  OCRRAW][1]propriniconfig:No 92 configuration
    2014-01-24 01:32:20.960: [  OCRAPI][1]a_init:6a: Backend init successful
    2014-01-24 01:32:21.191: [ OCRCONF][1]Initialized DATABASE keys in OCR
    2014-01-24 01:32:21.349: [ OCRCONF][1]Successfully set skgfr block 0
    2014-01-24 01:32:21.351: [ OCRCONF][1]Exiting [status=success]...
    I dont know what cause this error,i am really trouble,who can help me !!!

  • Failure at Final Check of Oracle CRS Stack. ... 10

    Hi,
    when i run the root.sh script on second node,i'm facing this issue.i checked with my alert log. " /dev/raw/raw2" is showing as inaccessible. how to resolve this issue.
    [client(1449)]CRS-1006:The OCR location /dev/raw/raw2 is inaccessible. Details in /u01/app/oracle/product/10.2.0/crs_home/log/rac5/client/ocrconfig_1449.log.
    2012-08-16 12:12:32.628
    [client(1449)]CRS-1006:The OCR location /dev/raw/raw2 is inaccessible. Details in /u01/app/oracle/product/10.2.0/crs_home/log/rac5/client/ocrconfig_1449.log.
    2012-08-16 12:12:32.637
    [client(1449)]CRS-1006:The OCR location /dev/raw/raw2 is inaccessible. Details in /u01/app/oracle/product/10.2.0/crs_home/log/rac5/client/ocrconfig_1449.log.
    2012-08-16 12:12:32.742
    [client(1449)]CRS-1001:The OCR was formatted using version 2.
    2012-08-16 12:12:40.144
    [client(1500)]CRS-1801:Cluster crs configured with nodes rac5 rac6 .
    2012-08-16 12:15:00.465
    [cssd(2185)]CRS-1605:CSSD voting file is online: /dev/raw/raw3. Details in /u01/app/oracle/product/10.2.0/crs_home/log/rac5/cssd/ocssd.log.
    2012-08-16 12:15:03.672
    [cssd(2185)]CRS-1601:CSSD Reconfiguration complete. Active nodes are rac5

    Hi,
    after checking (and correcting) the situtation with you raw device permission (probably you should check udev rulels), you can do the following:
    as root /u01..../crs_home/crs/install/rootcrsl.pl -deconfig -force
    and then run root.sh again.

  • CRS installation roo.sh failed -- FAILURE AT FINAL CHECK

    CRS 10.2.0.1 installation on Solaris 10
    root. sh failed, following error appeared.
    bash-3.00# sh -x root.sh
    + /opt/oracrs/install/rootinstall
    + /opt/oracrs/install/rootconfig
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: proddb02 proddb02-priv proddb02
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/rdsk/vpath9a
    Now formatting voting device: /dev/rdsk/vpath10a
    Now formatting voting device: /dev/rdsk/vpath11a
    Format of 3 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    bash-3.00#
    following metalink note 240001.1 as well, no success.
    any idea where should I look?

    You can start looking at the following files to check if there are any errors reported :
    a) The OS Messages file ( /var/adm/messages )
    b) Any files with names like crsctl* under the /tmp directory
    c) The client trace files under $ORA_CRS_HOME/log/<hostname>/client/*
    d) The crsd and the cssd logs under $ORA_CRS_HOME/log/<hostname>/[crsd/cssd]/*
    Also what does a ps -ef | grep d.bin indicate.
    Which daemons get started and which do not.
    Vishwa

  • CRS Installation failure

    CRS installation failed with the following error. The log file does not have any details for the cause of the failure ...
    Error While copying directory /u01/app/oracle/product/crs_1 with exculde file list 'null' to nodes
    'prd2':[PRKC-1002; all the submitted commands did not execute successfully]
    prd2:
    /bin/tar:/lib/libocrutl10.a: file shrank by 254 bytes; padding with zeros
    /bin/tar:Error exit delayed from previous errors
    refer to '/u01/app/oracle/oraInventory/logs/installActionsXXXXXXXX.log' for details. you may fix the errors on the required remote nodes.Refer to install guide for error recovery.
    What could be the reson for this failure?

    Hi,
    I have configured NFS and started installing CRS. At the end of installation, I ran the script /d01/crs/oracle/product/10.2.0/crs/root.sh from the Node1. It was successful.
    But while running the /d01/crs/oracle/product/10.2.0/crs/root.sh from the Node 2 from root user, it is hanging after displaying the message "Startup will be queued to init within 90 seconds."
    I am struck at this point. Please help me.
    /d01/crs/oracle/product/10.2.0/crs/root.sh
    WARNING: directory '/d01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/d01/crs/oracle/product' is not owned by root
    WARNING: directory '/d01/crs/oracle' is not owned by root
    WARNING: directory '/d01/crs' is not owned by root
    WARNING: directory '/d01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/d01/crs/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/d01/crs/oracle/product' is not owned by root
    WARNING: directory '/d01/crs/oracle' is not owned by root
    WARNING: directory '/d01/crs' is not owned by root
    WARNING: directory '/d01' is not owned by root
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    assigning default hostname jces401 for node 1.
    assigning default hostname perf1 for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: jces401 jces401-priv jces401
    node 2: perf1 perf1-priv perf1
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Thanks,
    Muthu

  • Oracle Ent Linux 5.3 GridControl 10/rel2 installer failure Xp.so.6 error

    I tried some of the sus10 work arrounds but to no avail still get error.
    So... apparently there is no way to install 10G grid on OELinux 5.3 until someone comes up wit another workaround
    I am attempting to get to grid control/R4 but you have to start with /R2 full install
    same errors before and after export
    [oracle@localhost racinst]$ export libXp_HM=/usr/X11/lib
    [oracle@localhost racinst]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, redhat-4 or SuSE-9
    Passed
    Checking for Kernel version 2.4.21 Passed
    Checking for glibc version glibc-2.3.2-95.3 Passed
    Checking swap space: must be greater than 150 MB. Actual 3770 MB Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-02-14_11-30-22AM. Please wait ...[oracle@localhost racinst]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-02-14_11-30-22AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.emgc.oneclick.OneClickWizard.getGuiDefaults(OneClickWizard.java:239)
    at oracle.sysman.emgc.oneclick.OneClickWizard.<init>(OneClickWizard.java:205)
    at oracle.sysman.emgc.oneclick.OneClick.<init>(OneClick.java:230)
    at oracle.sysman.emgc.oneclick.OneClickInstaller.<init>(OneClickInstaller.java:116)
    at oracle.sysman.emgc.oneclick.OneClickInstaller.process(OneClickInstaller.java:268)
    at oracle.sysman.emgc.oneclick.OneStartup.startup(OneStartup.java:359)
    at oracle.sysman.emgc.oneclick.OneArgs.main(OneArgs.java:650)
    at oracle.sysman.emgc.oneclick.OneStartup.main(OneStartup.java:367)
    [oracle@localhost racinst]$

    Are u doing oms or agent install ? any way Install the package xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.i386.rpm and then try

  • During the installation of grid infra(cluster) for Oracle 11.2 RAC one.

    Good Day All, and thanks in advance…
    During the installation of grid infrastructure(cluster) for Oracle 11.2 RAC One Node on AIX6.1 ( PROD) , ASM used. I am getting below errors when executing ./root.sh
    Upon investigation ,I managed to get note: 1068212.1 from the support oracle site ( see below for details) . I might be hitting Unpublished bug 8670579. I also logged Severity 2 SR with Oracle support to get the bug/patch fix and no one has attended the call.
    This might be configuration issue or otherwise , if you have experienced the same issue please assist ? ( if you need more logfiles please feel free to request)….
    I ran the Cluster Verify Check – all passed.
    Many Thanks
    Ezekiel Filane
    /u01/app/11.2.0/grid#./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-10-19 10:33:11: Parsing the host name
    2010-10-19 10:33:11: Checking for super user privileges
    2010-10-19 10:33:11: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    User grid has the required capabilities to run CSSD in realtime mode
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'system'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'csgipm'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'csgipm'
    CRS-2676: Start of 'ora.gipcd' on 'csgipm' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'csgipm'
    CRS-2676: Start of 'ora.gpnpd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'csgipm'
    CRS-2676: Start of 'ora.cssdmonitor' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'csgipm'
    CRS-2672: Attempting to start 'ora.diskmon' on 'csgipm'
    CRS-2676: Start of 'ora.diskmon' on 'csgipm' succeeded
    CRS-2676: Start of 'ora.cssd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'csgipm'
    Start action for daemon aborted
    CRS-2674: Start of 'ora.ctssd' on 'csgipm' failed
    CRS-2679: Attempting to clean 'ora.ctssd' on 'csgipm'
    CRS-2681: Clean of 'ora.ctssd' on 'csgipm' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl start resource ora.ctssd -init
    Start of resource "ora.ctssd -init" failed
    Clusterware exclusive mode start of resource ora.ctssd failed
    CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    Stop of resource "ora.crsd -init" failed
    Failed to stop CRSD
    CRS-2500: Cannot stop resource 'ora.asm' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    Stop of resource "ora.asm -init" failed
    Failed to stop ASM
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'csgipm'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'csgipm'
    CRS-2677: Stop of 'ora.cssd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'csgipm'
    CRS-2677: Stop of 'ora.gpnpd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'csgipm'
    CRS-2677: Stop of 'ora.gipcd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'csgipm'
    CRS-2677: Stop of 'ora.mdnsd' on 'csgipm' succeeded
    Initial cluster configuration failed. See /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_csgipm.log for details
    csgipm:/u01/app/11.2.0/grid#ps -ef | grep pmon
    root 6160492 3932160 0 10:54:13 pts/2 0:00 grep pmon
    more /u01/app/11.2.0/grid/log/csgipm/client/ocrconfig_5767204.log
    csgipm:/usr/sbin#more /u01/app/11.2.0/grid/log/csgipm/client/ocrconfig_5767204.log
    2010-10-19 10:33:14.435: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.435: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.435: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.435: [  OCRRAW][1]proprioini: all disks are not OCR/OLR formatted
    2010-10-19 10:33:14.435: [  OCRRAW][1]proprinit: Could not open raw device
    2010-10-19 10:33:14.442: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2010-10-19 10:33:14.461: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2010-10-19 10:33:14.461: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    2010-10-19 10:33:14.461: [ OCRCONF][1]There was no previous version of OCR. error:[PROCL-33: Oracle Local Registry is not configured]
    2010-10-19 10:33:14.461: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.461: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.462: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.462: [  OCRRAW][1]proprioini: all disks are not OCR/OLR formatted
    2010-10-19 10:33:14.462: [  OCRRAW][1]proprinit: Could not open raw device
    2010-10-19 10:33:14.462: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.463: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.483: [  OCRRAW][1]ibctx: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.483: [  OCRRAW][1]proprinit:problem reading the bootblock or superbloc 22
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.484: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.541: [  OCRAPI][1]a_init:6a: Backend init successful
    2010-10-19 10:33:14.646: [ OCRCONF][1]Initialized DATABASE keys
    2010-10-19 10:33:14.650: [ OCRCONF][1]Exiting [status=success]...

    Hi,
    We are also trying to install 11.2.0.2 Grid infrastructure for Oracle RAC One Node on AIX 6.1. We did a POC in our lab environment and after much struggle got that working. Now we are building 4 clusters in the production environment and the first cluster installation failed while running root.sh on node2. We already have a Sev1 ticket open with Oracle Support but have not heard anything.
    Here is root.sh output from node2. The two node names are p01dou416 and p01dou417.
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node p01dou416, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Failed to start Oracle Clusterware stack
    Failed to start Cluster Synchorinisation Service in clustered mode at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 1020.
    /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
    [root@P01DOU417] /u01/app/11.2.0/grid #
    LOG output: /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/ rootcrs_p01dou417.log
    2010-11-13 17:22:14: Successfully started requested Oracle stack daemons
    2010-11-13 17:22:14: Starting CSS in clustered mode
    2010-11-13 17:22:14: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl start resource ora.cssd -init
    2010-11-13 17:32:28: Command output:
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'p01dou417'
    CRS-2672: Attempting to start 'ora.gipcd' on 'p01dou417'
    CRS-2676: Start of 'ora.cssdmonitor' on 'p01dou417' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'p01dou417' succeeded> CRS-2679: Attempting to clean 'ora.cssd' on 'p01dou417'
    CRS-2681: Clean of 'ora.cssd' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.diskmon' on 'p01dou417'
    CRS-2677: Stop of 'ora.diskmon' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'p01dou417'
    CRS-2677: Stop of 'ora.gipcd' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'p01dou417'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'p01dou417' succeeded
    CRS-5804: Communication error with agent process
    CRS-4000: Command Start failed, or completed with errors.
    End Command output2010-11-13 17:32:28: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl check css
    2010-11-13 17:32:28: Command output:
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    End Command output2010-11-13 17:32:28: Checking the status of css
    2010-11-13 17:32:33: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl check css
    2010-11-13 17:32:33: Command output:
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    End Command output2010-11-13 17:32:33: Checking the status of css
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.cssdmonitor' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.gipcd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.cssdmonitor' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.gipcd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.cssd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.diskmon' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.diskmon' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2674: Start of 'ora.cssd' on 'p01dou417' failed
    2010-11-13 17:32:38: CRS-2679: Attempting to clean 'ora.cssd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2681: Clean of 'ora.cssd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.diskmon' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.diskmon' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.gipcd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.gipcd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.cssdmonitor' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-5804: Communication error with agent process
    2010-11-13 17:32:38: CRS-4000: Command Start failed, or completed with errors.
    2010-11-13 17:32:38: Failed to start Oracle Clusterware stack
    2010-11-13 17:32:38: ###### Begin DIE Stack Trace ######
    2010-11-13 17:32:38: Package File Line Calling
    2010-11-13 17:32:38: --------------- -------------------- ---- ----------
    2010-11-13 17:32:38: 1: main rootcrs.pl 324 crsconfig_lib::dietrap
    2010-11-13 17:32:38: 2: crsconfig_lib crsconfig_lib.pm 1020 main::__ANON__
    2010-11-13 17:32:38: 3: crsconfig_lib crsconfig_lib.pm 997 crsconfig_lib::start_cluster
    2010-11-13 17:32:38: 4: main rootcrs.pl 697 crsconfig_lib::perform_start_cluster
    2010-11-13 17:32:38: ####### End DIE Stack Trace #######
    2010-11-13 17:32:38: 'ROOTCRS_STACK' checkpoint has failed
    Any help on this is appreciated.
    Edited by: user12019257 on Nov 17, 2010 1:26 PM

  • Oracle CRS stack is already configured while running root.sh

    Hi,
    I am trying to install cluster ware in for 10g (10.2.0.1)RAC in RHEL5 node 1 and node 2 servers. Already i tried install clusterware but my installation failed in last step. So i uninstalled and tried my installation again from node 1. But when i execute the ./root.sh as root user in node 1 or node 2 i get the below error
    WARNING: directory '/u01/app/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Oracle CRS stack is already configured and will be running under init(1M)
    How to remove or deconfig this CRS and CSS service properly and proceed the installation.????
    Regards,
    007

    cd <GRID_HOME>/crs/install
    run as root:
    # rootcrs.pl -deconfig -force
    then run under oracle user:
    <GRID_HOME>/deinstall/deinstall
    This should do.
    If you still see this warnings, check if you have any oracle-owned files under /etc, for example /etc/oracle dir with local ocr/olr location files.
    Consider renaming/removing them and try again.

  • Installation Failure: Windows failed to install the following update with error 0x800F0922

    Hi folks,
    I have a HP Elitebook Folio 9470p.  It came with Windows 8, and I installed it on my corporate domain.  I was trying to do some Windows updates so  I could upgrade it to Windows 8.1, but it fails installing the updates, whether or not I try
    to install them one at a time or all of them.  It has about 18 updates it needs from security updates to a .net framework update.  I run Symantec EP, and disabled it, checked for driver updates for things like display and networking and they are
    all up to date.
    I'm at a loss as to what to do.  It gives this error in the event log for each file, Event ID 20.
    Installation Failure: Windows failed to install the following update with error 0x800F0922: Security Update for Windows 8 for x64-based Systems (KB2862152).
    This is the example for KB2862152, but it gives the same error for every one.  I've tried to auto fix for Windows update issues and it fixed a couple of the issues, but not all of them, and provides no other help.
    I also deleted folders and files from the SoftwareDistribution folder as well, to no avail.  Any ideas what I can do to get whatever updates it needs, so I can fully patch it, and upgrade it to Win 8.1?
    Thanks for any help!

    Hi MM. Mr Kywildcat and Vegan Fan,
    GOOD NEW ! At this time, my issue is solved. The only black side is "how ?" : I hope that we will get a response some day ; however, and for in information  pnly - hoping this could help someone - I resume some actions which allowed this the happy end
    1) about installing 8.1 : I wanted to be sure that gain/pain ratio was positive, and that upgrading from a (potentially) damaged system would'nt produce something looking like a new Win 8.1, but difficult to maintain and keeping some negative potentialities.
    2) I was influenced by the fact that this
    0x800F0922  error acted as "a serial killerror", whose root cause could be a unique update error at reboot time concerning several (>20) packages, so I decided to test some manual upgrades.
    3)   Manual update (i.e. manual download and maunching of .msu packages) of the 2 following packages
    (whose update previously failed on a Windows Update) was successful : .NET Framework version 3.5 for  x64 (KB2898866) and Camera Codec Pack Windows 8 for x64 (KB2899190)
    4) So I decided to try Windows Update on a selection of packages, first : those concerning .Net Framework 3.5 and 4.5 (that is: KB2898866, 2901120, 2898865) --> Successful !
    5) finally, I selected almost all other packages, with some exceptions wich I (think to) have no need for : KB2871690, 2904659, 2843630. To be complete, here is the list of pakages updated one time at all :
    KB 2892074, 2893294, 2893984, 2909210, 2912390, 2916036, 2889784,2903938, 2911101, 2913152, 2917499
    --> always succesful.
    I am not a specialist, but I uess that this 0x800F0922 error hides another problem which is globally "H-RESULTED"
    to all updates pending in one update operation with reboot. This could be assumed from this CBS.log exterped from my last wrong attempts, where root cause seems not to be
    0x800f0922, but 0x80004003 :
    2014-02-15 21:29:13, Info                  CBS    Could not get active session for current session file logging [HRESULT = 0x80004003 - E_POINTER]
    2014-02-15 21:29:13, Info                  CBS    Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-02-15 21:29:18, Error  CBS    Startup: Failed to process advanced operation queue, startupPhase: 0.  A rollback transaction will be created. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED]
    Anyway, thanks to you who spent some of your time to describe issues and search/ suggest solutions ; I will upgrade my system to 8.1 anyway, some of this day, when I am sure that my configuration does not hides some other problem. I thing that potential
    issue remains until maybe a new KB corrects it, wrong :-) ?
    And I hope that you - Mr Kywildcat - can upgrade your system on "current levels" trying similar attempts. 
    Phil   

  • INS0017: Installation of the seed data failed.oracle.wh.util.parser.ParseEx

    Hi all!
    I've already posted my error in this thread: Creating OWB Repository - invalid length inside variable character string but I realized it is not exactly the same error. So, I'm posting a new one and I really hope somebody can give me some advice:
    I've been using OWB for a couple of weeks now and I've already successfully created 2 repositories and everything worked (pretty much). But now I'm trying to make another repository and repository user and it kicks out in 32% on Process element SeedData.xml 36% with error:
    The Warehouse Builder repository owner installation failed on user XXX.
    INS0017: Installation of the seed data failed.oracle.wh.util.parser.ParseException.
    After clicking OK, I get another message, saying
    INS0029: Error occured during installation. Check the log file <path>\<log file name>.log for details.
    I have eliminated some parts of the log file. Can somebody please help, I really don't know what to do. I've searched the metalink and this forum for solution, but everything I found was about jdbcdriver.properties file which I
    have with line driver=thin in it.
    Tnx,
    BB
    OracleInstanceVersion = 10.2.0.3.0
    [CheckOracleInstanceVersion] ... complete ...
    Checking if the user is really new...
    query =select username from all_users where username = 'OWBRT_SYS'
    getSysConnection() is ok.
    The user is not a new user. INS0018: Error occurred to this new user. This user name already exists in database. Specify another new user name.
    OWBRT_SYS user already exists in database.
    [checkIfUseConnected()] ... username =OWBRT_SYS
    [getSysConnection]....
    getSysConnection() is ok.
    [getConnection]....
    [getConnection]: Trying to connect as USER OWBRT_SYS with jdbc:oracle:thin:@...
    [getSysConnection]: Succeed to connect as USER OWBRT_SYS.
    [getSysConnection]....
    getSysConnection() is ok.
    [validateInstOrDesintPage] ... complete ...
    query = select schemaname from owbrt_sys.owbrepos
    query = SELECT NAME FROM NEW_WHR_OWNER.CMPWBUSER_V
    [execute] Exception =ORA-00942: table or view does not exist
    User 'OWB_PRF' has associated to the control center 'OWB'. Remove it from the available user list.
    "OE"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "HR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'DP_TGT' has associated to the control center 'OWB'. Remove it from the available user list.
    User 'DQ_TGT' has associated to the control center 'OWB'. Remove it from the available user list.
    "DQ_SRC"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SYSADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "WFADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "CDOUGLAS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "KWALKER"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BLEWIS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SPIERSON"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "OWF_MGR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'EXPENSE_WH' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "EXPENSE_DW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'SALES_WH' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "EUL_FROM_OWB"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "XSALES"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'REP_USER' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "BI_USER1"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "OWBRT_SYS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BI_USER"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BI_ADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SH"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "D4OSYS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "ACC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "PC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "GLOBAL"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "GLOBAL_AW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "CS_OLAP"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SH_AW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    Start parsing d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedData.xml, start at 74.0%, end at 100.0%
    file length is 1020925
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedData.xml counted 16383 lines in 31 milliseconds.
    Current ParserNode: /factor=0.11168384879725089/start%=22.68041237113401/end%=33.8487972508591/base%=22.68041237113401/final%=33.8487972508591/last%=89.76377952755905/used%=30.63946702976074/
    lastCheck=114/lineCount=127/updateInterval=150/url=d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\seed.xml(125, 126)
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class Redefines
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Redefines
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Redefines
    class Translation[] does not exist for parameter Translation in method setTranslation of class Redefines
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Redefines
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Redefines
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Redefines
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Redefines
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Redefines
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class RefCursorType
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RefCursorType
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class RefCursorType
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class RefCursorType
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class RefCursorType
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class RefCursorType
    class Dependency[] does not exist for parameter Dependents in method setDependents of class RefCursorType
    class Translation[] does not exist for parameter Translation in method setTranslation of class RefCursorType
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RefCursorType
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RefCursorType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RefCursorType
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RefCursorType
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BusinessRuleDefinition
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BusinessRuleDefinition
    class BusinessRuleRelParam[] does not exist for parameter RelationalParam in method setRelationalParam of class BusinessRuleDefinition
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BusinessRuleDefinition
    class MapDisplaySet[] does not exist for parameter DisplaySets in method setDisplaySets of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class BusinessRuleDefinition
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BusinessRuleDefinition
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BusinessRuleDefinition
    class Translation[] does not exist for parameter Translation in method setTranslation of class BusinessRuleDefinition
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BusinessRuleDefinition
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BusinessRuleDefinition
    class MapAttributeGroup[] does not exist for parameter AttributeGroups in method setAttributeGroups of class BusinessRuleDefinition
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class BusinessRuleDefinition
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter Operators in method setOperators of class BusinessRuleDefinition
    class Variable[] does not exist for parameter OwnedLocalVariable in method setOwnedLocalVariable of class BusinessRuleDefinition
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BusinessRuleDefinition
    class IntgACETypeUsage[] does not exist for parameter IntgACETypeUsages in method setIntgACETypeUsages of class DSIntegratorMap
    class InstalledModule[] does not exist for parameter InstalledModule in method setInstalledModule of class DSIntegratorMap
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class DSIntegratorMap
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class BaseEmbedMap
    class Translation[] does not exist for parameter Translation in method setTranslation of class BaseEmbedMap
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BaseEmbedMap
    class MapAttributeGroup[] does not exist for parameter AttributeGroups in method setAttributeGroups of class BaseEmbedMap
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BaseEmbedMap
    class MapOperator[] does not exist for parameter Operators in method setOperators of class BaseEmbedMap
    class MapDisplaySet[] does not exist for parameter DisplaySets in method setDisplaySets of class BaseEmbedMap
    class Variable[] does not exist for parameter OwnedLocalVariable in method setOwnedLocalVariable of class BaseEmbedMap
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class BaseEmbedMap
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class InstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class InstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class InstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class InstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class InstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class InstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class InstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class InstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class InstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class InstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class InstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class InstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class InstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class InstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class InstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class InstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class InstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class InstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class InstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class InstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class InstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class InstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class InstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Datatype
    class SupportedLanguage[] does not exist for parameter SupportedLanguage in method setSupportedLanguage of class Installation
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Installation
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class NamedItemSet
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class NamedItemSet
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class NamedItemSet
    class Translation[] does not exist for parameter Translation in method setTranslation of class NamedItemSet
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class NamedItemSet
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class NamedItemSet
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class NamedItemSet
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class NamedItemSet
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class NamedItemSet
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class User
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class User
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class User
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class User
    class RoleAssignment[] does not exist for parameter RoleAssignment in method setRoleAssignment of class User
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class User
    class CLOB not defined for User->setPrefCLOB(CLOB)->PrefCLOB[SeedUtils.createXMLClass-create target class for LogicalLocation:DefaultOwningUser]
    class Dependency[] does not exist for parameter Dependents in method setDependents of class User
    class Translation[] does not exist for parameter Translation in method setTranslation of class User
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class User
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class User
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class User
    class AccessPreference[] does not exist for parameter AccessPreference in method setAccessPreference of class User
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class BusinessRuleModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BusinessRuleModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BusinessRuleModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class BusinessRuleModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BusinessRuleModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BusinessRuleModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BusinessRuleModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class BusinessRuleModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class BusinessRuleModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BusinessRuleModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class BusinessRuleModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class BusinessRuleModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BusinessRuleModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class BusinessRuleModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class BusinessRuleModule
    class BusinessRuleDefinition[] does not exist for parameter OwnedRuleDefinition in method setOwnedRuleDefinition of class BusinessRuleModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class BusinessRuleModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class BusinessRuleModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class BusinessRuleModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BusinessRuleModule
    class Map[] does not exist for parameter Maps in method setMaps of class BusinessRuleModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class BusinessRuleModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Configurable
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Configurable
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class SharedInstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class SharedInstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class SharedInstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class SharedInstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class SharedInstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class SharedInstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class SharedInstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class SharedInstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class SharedInstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class SharedInstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class SharedInstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class SharedInstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class SharedInstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class SharedInstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class SharedInstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class SharedInstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class SharedInstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class SharedInstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class SharedInstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class SharedInstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class SharedInstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SharedInstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class SharedInstalledModule
    class RecordField[] does not exist for parameter PartitionedFields in method setPartitionedFields of class FunctionParallel
    class RecordFieldUsage[] does not exist for parameter RecordFieldUsage in method setRecordFieldUsage of class FunctionParallel
    class RecordField[] does not exist for parameter OrderedFields in method setOrderedFields of class FunctionParallel
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionParallel
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionParallel
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionParallel
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionParallel
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class SQLCollection
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class SQLCollection
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class SQLCollection
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class SQLCollection
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class SQLCollection
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class SQLCollection
    class Dependency[] does not exist for parameter Dependents in method setDependents of class SQLCollection
    class Translation[] does not exist for parameter Translation in method setTranslation of class SQLCollection
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class SQLCollection
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class SQLCollection
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SQLCollection
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class SQLCollection
    [SeedUtils.getXMLClass]not a valid interface ComplexDatatype in SQLCollection:oracle.wh.repos.impl.type.CMPSQLCollection
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class Attribute
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Attribute
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class Attribute
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class Attribute
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class Attribute
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Attribute
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class Attribute
    class Translation[] does not exist for parameter Translation in method setTranslation of class Attribute
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class Attribute
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Attribute
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Attribute
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class Attribute
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class Attribute
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Attribute
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Attribute
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Attribute
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class AttributeArray
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class AttributeArray
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class AttributeArray
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class AttributeArray
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class AttributeArray
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class AttributeArray
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class AttributeArray
    class Translation[] does not exist for parameter Translation in method setTranslation of class AttributeArray
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class AttributeArray
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class AttributeArray
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class AttributeArray
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class AttributeArray
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class AttributeArray
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class AttributeArray
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class AttributeArray
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class AttributeArray
    class SystemType[] does not exist for parameter CompatibleSystems in method setCompatibleSystems of class SystemType
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class SystemType
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class SystemType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SystemType
    class DSIntegratorMap[] does not exist for parameter DSIntegratorMaps in method setDSIntegratorMaps of class SystemType
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class Item
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Item
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class Item
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class Item
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Item
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class Item
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Item
    class Translation[] does not exist for parameter Translation in method setTranslation of class Item
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class Item
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Item
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class Item
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class Item
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Item
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class Item
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class Item
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Item
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Item
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Item
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Item
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class RepInstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class RepInstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RepInstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class RepInstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class RepInstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class RepInstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class RepInstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class RepInstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class RepInstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RepInstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class RepInstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class RepInstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RepInstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class RepInstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class RepInstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class RepInstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class RepInstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class RepInstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class RepInstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RepInstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class RepInstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RepInstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class RepInstalledModule
    class Cube[] does not exist for parameter BoundCube in method setBoundCube of class Function
    class QueryObject[] does not exist for parameter QueryObjects in method setQueryObjects of class Function
    class LocalCalendar[] does not exist for parameter OwnedCalendars in method setOwnedCalendars of class Function
    class DerivationSourceReference[] does not exist for parameter DerivationSourceReferences in method setDerivationSourceReferences of class Function
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class Function
    class FunctionImplementation[] does not exist for parameter FunctionImplementations in method setFunctionImplementations of class Function
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Function
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class Function
    class Level[] does not exist for parameter BoundLevels in method setBoundLevels of class Function
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class Function
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Function
    class BusinessRuleUsage[] does not exist for parameter OwnedBusinessRuleUsage in method setOwnedBusinessRuleUsage of class Function
    class Dependency[] does not exist for parameter Dependents in method setDependents of class Function
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Function
    class Translation[] does not exist for parameter Translation in method setTranslation of class Function
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Function
    class RelationUsage[] does not exist for parameter RelationUsage in method setRelationUsage of class Function
    class DerivationLink[] does not exist for parameter DerivationLink in method setDerivationLink of class Function
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Function
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class Function
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class Function
    class Report[] does not exist for parameter Reports in method setReports of class Function
    class QueryExpRef[] does not exist for parameter QueryExpDependents in method setQueryExpDependents of class Function
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Function
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Function
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Function
    class ItemSet[] does not exist for parameter OwnedItemSets in method setOwnedItemSets of class Function
    class Attribute[] does not exist for parameter OwnedAttributes in method setOwnedAttributes of class Function
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Function
    class IntgACETypeUsage[] does not exist for parameter IntgACETypeUsages in method setIntgACETypeUsages of class ACEType
    class ACETypeUsage[] does not exist for parameter ParentACETypeUsages in method setParentACETypeUsages of class ACEType
    class ACETypeUsage[] does not exist for parameter ChildACETypeUsages in method setChildACETypeUsages of class ACEType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACEType
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class Integrator
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class Integrator
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Integrator
    class DSIntegratorMap[] does not exist for parameter DSIntegratorMaps in method setDSIntegratorMaps of class Integrator
    [DefaultAdapter.createObject]not a valid interface iReferenceProperty in ReferenceProperty:WBReferenceProperty
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class Location
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Location
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class Location
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class Location
    class LogicalConnector[] does not exist for parameter OwnedConnectors in method setOwnedConnectors of class Location
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class Location
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class Location
    class Dependency[] does not exist for parameter Dependents in method setDependents of class Location
    class LogicalConnector[] does not exist for parameter ReferencingConnector in method setReferencingConnector of class Location
    class Translation[] does not exist for parameter Translation in method setTranslation of class Location
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Location
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Location
    class ExternalTable[] does not exist for parameter ExternalTables in method setExternalTables of class Location
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACETypeUsage
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class ItemSet
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class ItemSet
    class Translation[] does not exist for parameter Translation in method setTranslation of class ItemSet
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class ItemSet
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ItemSet
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ItemSet
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ItemSet
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ItemSet
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class ItemSet
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BinaryObject
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BinaryObject
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BinaryObject
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BinaryObject
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BinaryObject
    class BLOB not defined for BinaryObject->setBinaryData(BLOB)->BinaryData[SeedUtils.createXMLClass-create super class for Icon:BinaryObject]
    class Translation[] does not exist for parameter Translation in method setTranslation of class BinaryObject
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BinaryObject
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BinaryObject
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BinaryObject
    [SeedUtils.createXMLClass-create super class for Icon:BinaryObject]not a valid interface MLSTranslatable in BinaryObject:oracle.wh.repos.impl.binaryData.CMPBinaryObject
    class Dependency[] does not exist for parameter Dependents in method setDependents of class PrivilegeOwner
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class PrivilegeOwner
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class PrivilegeOwner
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class PrivilegeOwner
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class PrivilegeOwner
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class PrivilegeOwner
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class PrivilegeOwner
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class PrivilegeOwner
    class AccessPreference[] does not exist for parameter AccessPreference in method setAccessPreference of class PrivilegeOwner
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class PrivilegeOwner
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class SoftwareModule
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class SoftwareModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SoftwareModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class LogicalLocation
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class LogicalLocation
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class LogicalLocation
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class LogicalLocation
    class LogicalConnector[] does not exist for parameter OwnedConnectors in method setOwnedConnectors of class LogicalLocation
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class LogicalLocation
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class LogicalLocation
    class Dependency[] does not exist for parameter Dependents in method setDependents of class LogicalLocation
    class LogicalConnector[] does not exist for parameter ReferencingConnector in method setReferencingConnector of class LogicalLocation
    class Translation[] does not exist for parameter Translation in method setTranslation of class LogicalLocation
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class LogicalLocation
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class LogicalLocation
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class LogicalLocation
    class ExternalTable[] does not exist for parameter ExternalTables in method setExternalTables of class LogicalLocation
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class LogicalLocation
    class DSIntegratorMap[] does not exist for parameter UtilizingMaps in method setUtilizingMaps of class ValidDataTypeList
    class Datatype[] does not exist for parameter MemberTypes in method setMemberTypes of class ValidDataTypeList
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ValidDataTypeList
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class ACLContainer
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ACLContainer
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class ACLContainer
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class ACLContainer
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class ACLContainer
    class Dependency[] does not exist for parameter Dependents in method setDependents of class ACLContainer
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ACLContainer
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACLContainer
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ACLContainer
    class RecordFieldUsage[] does not exist for parameter RecordFieldUsage in method setRecordFieldUsage of class RecordField
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class RecordField
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RecordField
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class RecordField
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class RecordField
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class RecordField
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class RecordField
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class RecordField
    class Translation[] does not exist for parameter Translation in method setTranslation of class RecordField
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class RecordField
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RecordField
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class RecordField
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class RecordField
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RecordField
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class RecordField
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class RecordField
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RecordField
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RecordField
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class RecordField
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class RecordField
    [DefaultAdapter.createObject]not a valid interface iPrimitiveProperty in PrimitiveProperty:WBPrimitiveProperty
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class FunctionArgument
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionArgument
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class FunctionArgument
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class FunctionArgument
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class FunctionArgument
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class FunctionArgument
    class Translation[] does not exist for parameter Translation in method setTranslation of class FunctionArgument
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class FunctionArgument
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionArgument
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class FunctionArgument
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class FunctionArgument
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionArgument
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class FunctionArgument
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class FunctionArgument
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class FunctionArgument
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionArgument
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class FunctionArgument
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class AbstractCollection
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class AbstractCollection
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class AbstractCollection
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class AbstractCollection
    [SeedUtils.createXMLClass-create super class for SQLCollection:AbstractCollection]not a valid interface MapOperatorBindee in AbstractCollection:oracle.wh.repos.impl.type.CMPAbstractCollection
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class ComplexItem
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ComplexItem
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class ComplexItem
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class ComplexItem
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class ComplexItem
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class ComplexItem
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class ComplexItem
    class Translation[] does not exist for parameter Translation in method setTranslation of class ComplexItem
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class ComplexItem
    class Attribute[] does not exist for parameter ContainedAttribute in method setContainedAttribute of class ComplexItem
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class ComplexItem
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ComplexItem
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class ComplexItem
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class ComplexItem
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ComplexItem
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class ComplexItem
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ComplexItem
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class MIVDefinition
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class MIVDefinition
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class MIVDefinition
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class MIVDefinition
    class Dependency[] does not exist for parameter Dependents in method setDependents of class MIVDefinition
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class MIVDefinition
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class MIVDefinition
    class WeakModule[] does not exist for parameter MIVInstalledModule in method setMIVInstalledModule of class MIVDefinition
    class MIVView[] does not exist for parameter MIVView in method setMIVView of class MIVDefinition
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class MIVDefinition
    [DefaultAdapter.createObject]not a valid interface iPropertyDefinition in PropertyDefinition:PropertyDefinition
    class Cluster[] does not exist for parameter OwnedClusters in method setOwnedClusters of class DataWarehouse
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class DataWarehouse
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class DataWarehouse
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class DataWarehouse
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class DataWarehouse
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class DataWarehouse
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class DataWarehouse
    class Dependency[] does not exist for parameter Dependents in method setDependents of class DataWarehouse
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class DataWarehouse
    class Translation[] does not exist for parameter Translation in method setTranslation of class DataWarehouse
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class DataWarehouse
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class DataWarehouse
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class DataWarehouse
    class DerivationSchema[] does not exist for parameter DerivationSchema in method setDerivationSchema of class DataWarehouse
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class DataWarehouse
    class Cube[] does not exist for parameter Cubes in method setCubes of class DataWarehouse
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class DataWarehouse
    class Relation[] does not exist for parameter DAEs in method setDAEs of class DataWarehouse
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class DataWarehouse
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class DataWarehouse
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class DataWarehouse
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class DataWarehouse
    class Map[] does not exist for parameter Maps in method setMaps of class DataWarehouse
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class DataWarehouse
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class DataWarehouse
    class PLSRecord[] does not exist for parameter Records in method setRecords of class FunctionCategory
    class RefCursorType[] does not exist for parameter RefCursors in method setRefCursors of class FunctionCategory
    class DerivationSourceReference[] does not exist for parameter DerivationSourceReferences in method setDerivationSourceReferences of class FunctionCategory
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class FunctionCategory
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionCategory
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class FunctionCategory
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class FunctionCategory
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class FunctionCategory
    class Function[] does not exist for parameter Functions in method setFunctions of class FunctionCategory
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class FunctionCategory
    class Dependency[] does not exist for parameter Dependents in method setDependents of class FunctionCategory
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class FunctionCategory
    class Translation[] does not exist for parameter Translation in method setTranslation of class FunctionCategory
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionCategory
    class PLSRowtype[] does not exist for parameter PLSRowtypes in method setPLSRowtypes of class FunctionCategory
    class DerivationLink[] does not exist for parameter DerivationLink in method setDerivationLink of class FunctionCategory
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionCategory
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class FunctionCategory
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class FunctionCategory
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class FunctionCategory
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionCategory
    class PLSCollection[] does not exist for parameter NestedTables in method setNestedTables of class FunctionCategory
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class FunctionCategory
    class Cube[] does not exist for parameter BoundCube in method setBoundCube of class PLSRecord
    class QueryObject[] does not exist for parameter QueryObjects in method setQueryObjects of class PLSRecord
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class PLSRecord
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class PLSRecord
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class PLSRecord
    class Level[] does not exist for parameter BoundLevels in method setBoundLevels of class PLSRecord
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class PLSRecord
    class SecondClassObject[] does not exist for parameter

    Hi all!
    I've already posted my error in this thread:
    Excel output truncated (255 chars only) - Workaround?
    10437&tstart=0, but I realized it is not exactly the
    same error. So, I'm posting a new one and I really
    hope somebody can give me some advice:
    I've been using OWB for a couple of weeks now and
    I've already successfully created 2 repositories and
    everything worked (pretty much). But now I'm trying
    to make another repository and repository user and it
    kicks out in 32% on Process element SeedData.xml 36%
    with error:
    The Warehouse Builder repository owner
    installation failed on user XXX.
    INS0017: Installation of the seed data
    failed.oracle.wh.util.parser.ParseException.
    After clicking OK, I get another message, saying
    INS0029: Error occured during installation. Check
    the log file <path>\<log file name>.log for
    details.
    I have eliminated some parts of the log file. Can
    somebody please help, I really don't know what to do.
    I've searched the metalink and this forum for
    solution, but everything I found was about
    jdbcdriver.properties file which I
    have with line driver=thin in it.
    Tnx,
    BB
    OracleInstanceVersion = 10.2.0.3.0
    [CheckOracleInstanceVersion] ... complete ...
    Checking if the user is really new...
    query =select username from all_users where username
    = 'OWBRT_SYS'
    getSysConnection() is ok.
    The user is not a new user. INS0018: Error occurred
    to this new user. This user name already exists in
    database. Specify another new user name.
    OWBRT_SYS user already exists in database.
    [checkIfUseConnected()] ... username =OWBRT_SYS
    [getSysConnection]....
    getSysConnection() is ok.
    [getConnection]....
    [getConnection]: Trying to connect as USER OWBRT_SYS
    with jdbc:oracle:thin:@...
    [getSysConnection]: Succeed to connect as USER
    OWBRT_SYS.
    [getSysConnection]....
    getSysConnection() is ok.
    [validateInstOrDesintPage] ... complete ...
    query = select schemaname from owbrt_sys.owbrepos
    query = SELECT NAME FROM NEW_WHR_OWNER.CMPWBUSER_V
    [execute] Exception =ORA-00942: table or view does
    not exist
    User 'OWB_PRF' has associated to the control center
    'OWB'. Remove it from the available user list.
    "OE"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "HR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'DP_TGT' has associated to the control center
    'OWB'. Remove it from the available user list.
    User 'DQ_TGT' has associated to the control center
    'OWB'. Remove it from the available user list.
    "DQ_SRC"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SYSADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "WFADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "CDOUGLAS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "KWALKER"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BLEWIS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SPIERSON"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "OWF_MGR"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'EXPENSE_WH' has associated to the control
    center 'REP_OWNER'. Remove it from the available user
    list.
    "EXPENSE_DW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'SALES_WH' has associated to the control center
    'REP_OWNER'. Remove it from the available user list.
    "EUL_FROM_OWB"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "XSALES"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'REP_USER' has associated to the control center
    'REP_OWNER'. Remove it from the available user list.
    "BI_USER1"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "OWBRT_SYS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BI_USER"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BI_ADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SH"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "D4OSYS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "ACC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "PC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "GLOBAL"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "GLOBAL_AW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "CS_OLAP"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SH_AW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    Start parsing
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedDa
    ta.xml, start at 74.0%, end at 100.0%
    file length is 1020925
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedD
    ta.xml counted 16383 lines in 31 milliseconds.
    Current ParserNode:
    /factor=0.11168384879725089/start%=22.68041237113401/
    nd%=33.8487972508591/base%=22.68041237113401/final%=33
    .8487972508591/last%=89.76377952755905/used%=30.639467
    02976074/
    lastCheck=114/lineCount=127/updateInterval=150/url=d:\
    oracle\10g2owb\owb\bin\admin\..\..\reposasst\seed.xml(
    125, 126)
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    Redefines
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Redefines
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    Redefines
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Redefines
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Redefines
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    Redefines
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Redefines
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Redefines
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    Redefines
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class RefCursorType
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RefCursorType
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    RefCursorType
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    RefCursorType
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class RefCursorType
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class RefCursorType
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    RefCursorType
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RefCursorType
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RefCursorType
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RefCursorType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RefCursorType
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    RefCursorType
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class
    BusinessRuleDefinition
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BusinessRuleDefinition
    class BusinessRuleRelParam[] does not exist for
    parameter RelationalParam in method
    setRelationalParam of class BusinessRuleDefinition
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    BusinessRuleDefinition
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BusinessRuleDefinition
    class MapDisplaySet[] does not exist for parameter
    DisplaySets in method setDisplaySets of class
    BusinessRuleDefinition
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    BusinessRuleDefinition
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class
    BusinessRuleDefinition
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BusinessRuleDefinition
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BusinessRuleDefinition
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BusinessRuleDefinition
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BusinessRuleDefinition
    class MapAttributeGroup[] does not exist for
    parameter AttributeGroups in method
    setAttributeGroups of class BusinessRuleDefinition
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    BusinessRuleDefinition
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter
    Operators in method setOperators of class
    BusinessRuleDefinition
    class Variable[] does not exist for parameter
    OwnedLocalVariable in method setOwnedLocalVariable of
    class BusinessRuleDefinition
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    BusinessRuleDefinition
    class IntgACETypeUsage[] does not exist for parameter
    IntgACETypeUsages in method setIntgACETypeUsages of
    class DSIntegratorMap
    class InstalledModule[] does not exist for parameter
    InstalledModule in method setInstalledModule of class
    DSIntegratorMap
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class DSIntegratorMap
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class BaseEmbedMap
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BaseEmbedMap
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BaseEmbedMap
    class MapAttributeGroup[] does not exist for
    parameter AttributeGroups in method
    setAttributeGroups of class BaseEmbedMap
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BaseEmbedMap
    class MapOperator[] does not exist for parameter
    Operators in method setOperators of class
    BaseEmbedMap
    class MapDisplaySet[] does not exist for parameter
    DisplaySets in method setDisplaySets of class
    BaseEmbedMap
    class Variable[] does not exist for parameter
    OwnedLocalVariable in method setOwnedLocalVariable of
    class BaseEmbedMap
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    BaseEmbedMap
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    InstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class InstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class InstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    InstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    InstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class InstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    InstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    InstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    InstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    InstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class InstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    InstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    InstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class InstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    InstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class InstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    InstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    InstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class InstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    InstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class InstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class InstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    InstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Datatype
    class SupportedLanguage[] does not exist for
    parameter SupportedLanguage in method
    setSupportedLanguage of class Installation
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Installation
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    NamedItemSet
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class NamedItemSet
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    NamedItemSet
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    NamedItemSet
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    NamedItemSet
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    NamedItemSet
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class NamedItemSet
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class NamedItemSet
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    NamedItemSet
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class User
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class User
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class User
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class User
    class RoleAssignment[] does not exist for parameter
    RoleAssignment in method setRoleAssignment of class
    User
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class User
    class CLOB not defined for
    User->setPrefCLOB(CLOB)->PrefCLOB[SeedUtils.createXMLC
    lass-create target class for
    LogicalLocation:DefaultOwningUser]
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class User
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class User
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class User
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class User
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class User
    class AccessPreference[] does not exist for parameter
    AccessPreference in method setAccessPreference of
    class User
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    BusinessRuleModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class BusinessRuleModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BusinessRuleModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    BusinessRuleModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BusinessRuleModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class BusinessRuleModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BusinessRuleModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    BusinessRuleModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BusinessRuleModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BusinessRuleModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class BusinessRuleModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    BusinessRuleModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    BusinessRuleModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class BusinessRuleModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    BusinessRuleModule
    class BusinessRuleDefinition[] does not exist for
    parameter OwnedRuleDefinition in method
    setOwnedRuleDefinition of class BusinessRuleModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class BusinessRuleModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    BusinessRuleModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    BusinessRuleModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BusinessRuleModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class BusinessRuleModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    BusinessRuleModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Configurable
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Configurable
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    SharedInstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class
    SharedInstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class SharedInstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    SharedInstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    SharedInstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class SharedInstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    SharedInstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    SharedInstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    SharedInstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    SharedInstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class SharedInstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    SharedInstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    SharedInstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class SharedInstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    SharedInstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class SharedInstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    SharedInstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    SharedInstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class SharedInstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    SharedInstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class SharedInstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SharedInstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    SharedInstalledModule
    class RecordField[] does not exist for parameter
    PartitionedFields in method setPartitionedFields of
    class FunctionParallel
    class RecordFieldUsage[] does not exist for parameter
    RecordFieldUsage in method setRecordFieldUsage of
    class FunctionParallel
    class RecordField[] does not exist for parameter
    OrderedFields in method setOrderedFields of class
    FunctionParallel
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    FunctionParallel
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class FunctionParallel
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class FunctionParallel
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    FunctionParallel
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class SQLCollection
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class SQLCollection
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    SQLCollection
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    SQLCollection
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class SQLCollection
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class SQLCollection
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    SQLCollection
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    SQLCollection
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    SQLCollection
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    SQLCollection
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SQLCollection
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    SQLCollection
    [SeedUtils.getXMLClass]not a valid interface
    ComplexDatatype in
    SQLCollection:oracle.wh.repos.impl.type.CMPSQLCollecti
    on
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class Attribute
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Attribute
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class Attribute
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class Attribute
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class Attribute
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Attribute
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    Attribute
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Attribute
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class Attribute
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Attribute
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    Attribute
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class Attribute
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    Attribute
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Attribute
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    Attribute
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Attribute
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class AttributeArray
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class AttributeArray
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class AttributeArray
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class AttributeArray
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class AttributeArray
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class AttributeArray
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    AttributeArray
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    AttributeArray
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class AttributeArray
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    AttributeArray
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    AttributeArray
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class AttributeArray
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    AttributeArray
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class AttributeArray
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    AttributeArray
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    AttributeArray
    class SystemType[] does not exist for parameter
    CompatibleSystems in method setCompatibleSystems of
    class SystemType
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class SystemType
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    SystemType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SystemType
    class DSIntegratorMap[] does not exist for parameter
    DSIntegratorMaps in method setDSIntegratorMaps of
    class SystemType
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class Item
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Item
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class Item
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class Item
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Item
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class Item
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class Item
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class Item
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class Item
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Item
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class Item
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    Item
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Item
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class Item
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class Item
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class Item
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Item
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class Item
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class Item
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    RepInstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class RepInstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RepInstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    RepInstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    RepInstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class RepInstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    RepInstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    RepInstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RepInstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RepInstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class RepInstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    RepInstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    RepInstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class RepInstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    RepInstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class RepInstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    RepInstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    RepInstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class RepInstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RepInstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class RepInstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RepInstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    RepInstalledModule
    class Cube[] does not exist for parameter BoundCube
    in method setBoundCube of class Function
    class QueryObject[] does not exist for parameter
    QueryObjects in method setQueryObjects of class
    Function
    class LocalCalendar[] does not exist for parameter
    OwnedCalendars in method setOwnedCalendars of class
    Function
    class DerivationSourceReference[] does not exist for
    parameter DerivationSourceReferences in method
    setDerivationSourceReferences of class Function
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class Function
    class FunctionImplementation[] does not exist for
    parameter FunctionImplementations in method
    setFunctionImplementations of class Function
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Function
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    Function
    class Level[] does not exist for parameter
    BoundLevels in method setBoundLevels of class
    Function
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class Function
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Function
    class BusinessRuleUsage[] does not exist for
    parameter OwnedBusinessRuleUsage in method
    setOwnedBusinessRuleUsage of class Function
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class Function
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    Function
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Function
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Function
    class RelationUsage[] does not exist for parameter
    RelationUsage in method setRelationUsage of class
    Function
    class DerivationLink[] does not exist for parameter
    DerivationLink in method setDerivationLink of class
    Function
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Function
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    Function
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    Function
    class Report[] does not exist for parameter Reports
    in method setReports of class Function
    class QueryExpRef[] does not exist for parameter
    QueryExpDependents in method setQueryExpDependents of
    class Function
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Function
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Function
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    Function
    class ItemSet[] does not exist for parameter
    OwnedItemSets in method setOwnedItemSets of class
    Function
    class Attribute[] does not exist for parameter
    OwnedAttributes in method setOwnedAttributes of class
    Function
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    Function
    class IntgACETypeUsage[] does not exist for parameter
    IntgACETypeUsages in method setIntgACETypeUsages of
    class ACEType
    class ACETypeUsage[] does not exist for parameter
    ParentACETypeUsages in method setParentACETypeUsages
    of class ACEType
    class ACETypeUsage[] does not exist for parameter
    ChildACETypeUsages in method setChildACETypeUsages of
    class ACEType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACEType
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class Integrator
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    Integrator
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Integrator
    class DSIntegratorMap[] does not exist for parameter
    DSIntegratorMaps in method setDSIntegratorMaps of
    class Integrator
    [DefaultAdapter.createObject]not a valid interface
    iReferenceProperty in
    ReferenceProperty:WBReferenceProperty
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class Location
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Location
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    Location
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    Location
    class LogicalConnector[] does not exist for parameter
    OwnedConnectors in method setOwnedConnectors of class
    Location
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    Location
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class Location
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class Location
    class LogicalConnector[] does not exist for parameter
    ReferencingConnector in method
    setReferencingConnector of class Location
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Location
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Location
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Location
    class ExternalTable[] does not exist for parameter
    ExternalTables in method setExternalTables of class
    Location
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACETypeUsage
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    ItemSet
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    ItemSet
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    ItemSet
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    ItemSet
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ItemSet
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class ItemSet
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ItemSet
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ItemSet
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    ItemSet
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class BinaryObject
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BinaryObject
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BinaryObject
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class BinaryObject
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BinaryObject
    class BLOB not defined for
    BinaryObject->setBinaryData(BLOB)->BinaryData[SeedUtil
    s.createXMLClass-create super class for
    Icon:BinaryObject]
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BinaryObject
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BinaryObject
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BinaryObject
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class BinaryObject
    [SeedUtils.createXMLClass-create super class for
    Icon:BinaryObject]not a valid interface
    MLSTranslatable in
    BinaryObject:oracle.wh.repos.impl.binaryData.CMPBinary
    Object
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    PrivilegeOwner
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class PrivilegeOwner
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    PrivilegeOwner
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class PrivilegeOwner
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class PrivilegeOwner
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class PrivilegeOwner
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    PrivilegeOwner
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    PrivilegeOwner
    class AccessPreference[] does not exist for parameter
    AccessPreference in method setAccessPreference of
    class PrivilegeOwner
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class PrivilegeOwner
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class SoftwareModule
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    SoftwareModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SoftwareModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class LogicalLocation
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class LogicalLocation
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    LogicalLocation
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    LogicalLocation
    class LogicalConnector[] does not exist for parameter
    OwnedConnectors in method setOwnedConnectors of class
    LogicalLocation
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    LogicalLocation
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class LogicalLocation
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    LogicalLocation
    class LogicalConnector[] does not exist for parameter
    ReferencingConnector in method
    setReferencingConnector of class LogicalLocation
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    LogicalLocation
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    LogicalLocation
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    LogicalLocation
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class LogicalLocation
    class ExternalTable[] does not exist for parameter
    ExternalTables in method setExternalTables of class
    LogicalLocation
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    LogicalLocation
    class DSIntegratorMap[] does not exist for parameter
    UtilizingMaps in method setUtilizingMaps of class
    ValidDataTypeList
    class Datatype[] does not exist for parameter
    MemberTypes in method setMemberTypes of class
    ValidDataTypeList
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ValidDataTypeList
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class ACLContainer
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ACLContainer
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class ACLContainer
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    ACLContainer
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class ACLContainer
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    ACLContainer
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    ACLContainer
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACLContainer
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ACLContainer
    class RecordFieldUsage[] does not exist for parameter
    RecordFieldUsage in method setRecordFieldUsage of
    class RecordField
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class RecordField
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RecordField
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class RecordField
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class RecordField
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class RecordField
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    RecordField
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    RecordField
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RecordField
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class RecordField
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RecordField
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class RecordField
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    RecordField
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class RecordField
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class RecordField
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class RecordField
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RecordField
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RecordField
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    RecordField
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    RecordField
    [DefaultAdapter.createObject]not a valid interface
    iPrimitiveProperty in
    PrimitiveProperty:WBPrimitiveProperty
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class FunctionArgument
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class FunctionArgument
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class FunctionArgument
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class FunctionArgument
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    FunctionArgument
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    FunctionArgument
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    FunctionArgument
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class FunctionArgument
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    FunctionArgument
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class FunctionArgument
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    FunctionArgument
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    FunctionArgument
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class FunctionArgument
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class FunctionArgument
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    FunctionArgument
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class FunctionArgument
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    FunctionArgument
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class AbstractCollection
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    AbstractCollection
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class AbstractCollection
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    AbstractCollection
    [SeedUtils.createXMLClass-create super class for
    SQLCollection:AbstractCollection]not a valid
    interface MapOperatorBindee in
    AbstractCollection:oracle.wh.repos.impl.type.CMPAbstra
    ctCollection
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class ComplexItem
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ComplexItem
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class ComplexItem
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class ComplexItem
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class ComplexItem
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class ComplexItem
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    ComplexItem
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    ComplexItem
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class ComplexItem
    class Attribute[] does not exist for parameter
    ContainedAttribute in method setContainedAttribute of
    class ComplexItem
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    ComplexItem
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    ComplexItem
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class ComplexItem
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    ComplexItem
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ComplexItem
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    ComplexItem
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ComplexItem
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class MIVDefinition
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class MIVDefinition
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    MIVDefinition
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class MIVDefinition
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    MIVDefinition
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    MIVDefinition
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    MIVDefinition
    class WeakModule[] does not exist for parameter
    MIVInstalledModule in method setMIVInstalledModule of
    class MIVDefinition
    class MIVView[] does not exist for parameter MIVView
    in method setMIVView of class MIVDefinition
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class MIVDefinition
    [DefaultAdapter.createObject]not a valid interface
    iPropertyDefinition in
    PropertyDefinition:PropertyDefinition
    class Cluster[] does not exist for parameter
    OwnedClusters in method setOwnedClusters of class
    DataWarehouse
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    DataWarehouse
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class DataWarehouse
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class DataWarehouse
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    DataWarehouse
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    DataWarehouse
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class DataWarehouse
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    DataWarehouse
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    DataWarehouse
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    DataWarehouse
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    DataWarehouse
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class DataWarehouse
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    DataWarehouse
    class DerivationSchema[] does not exist for parameter
    DerivationSchema in method setDerivationSchema of
    class DataWarehouse
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    DataWarehouse
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class DataWarehouse
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    DataWarehouse
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class DataWarehouse
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    DataWarehouse
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    DataWarehouse
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class DataWarehouse
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    DataWarehouse
    class Map[] does not exist for parameter Maps in
    method setMaps of class DataWarehouse
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassO

Maybe you are looking for

  • Can I split a PDF / PCL file when generating using Crystal Report

    Hi, I can generate a big PCL file from sending it to a PCL printer from Crystal. Can I add something to split the PCL file while generating it from Crystal? Any pointers towards splitting a PCL would be appreciated. Thank you Deepa

  • IPhone 6 plus screen crack cost me SGD550?

    My 6 plus less than one month, accidentally the screen was cracked. Apple authorized service provider A.LAB charge us SGD550.00 for replace a new phone Which only charge USD129.00 in USA. The A.LAB staff told me the charges was set by Apple. anything

  • ActionScript 3 - Learning

    guys i get this error to import a class. 1180: Call to a possibly undefined method sayHello.

  • "System cannot connect to the application server" (Admin Client only)

    Hello Experts, I have a strange issue: I am getting "system cannot connect to the application server" when I am trying to launch BPC Admin. I successfully connect to the same application server with Excel client on the same PC. I am able to connect v

  • How to automount StorNext Volume on XSan client?

    I found a similiar question in this forum. http://discussions.apple.com/thread.jspa?messageID=1784842&#1784842 But it doesn't work. I found a mount command in /System/Library/StartupItems/acfs/acfs. So I tried /etc/fstab. But still no work. The "moun