Admin Level Personalization to create seeded views failing

Hi,
I have a custom page, let me call it customPG.xml.
When I log in and access that page, there is a button that enables me to create user-level views for a table, and it works.
To create table view that is visible to all users, I go to functional admin and create seeded user views for the same table. For some reason, when I create a blank view from admin level personalization, it appears in the user screen views dropdown, but when the view is selected, no data shows up in the table.
When I duplicate this view at the user level, I can see the data in the table.
any reason why this is happening?
how can i overcome this?
thanks

Anand,
Thank you for the response.
I tried both Functional Admin and SYSADMIN and neither worked. What worked was - when on the personalizae page - select option 'Complete View' instead of the 'Simple View', then all 'Create Item' icons becone enabled!
Well - wonders never stop!
Regards
Anatoliy

Similar Messages

  • Create materialized view failed!

    I want to create a mv from a table which does not contain primary key constraint,but failed. why?
    SQL> Create Table tb_test01
    2 (
    3 Id Number,
    4 Name Varchar2(1024)
    5 );
    Table created.
    SQL>
    SQL> Create Materialized View Log On tb_test01
    2 With Sequence,Rowid(Id,Name)
    3 Including New Values;
    Materialized view log created.
    SQL> Create Materialized View mv_tb_test01
    2 Refresh Fast On Commit
    3 As
    4 Select * From tb_test01;
    Select * From tb_test01
    ERROR at line 4:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 7
    ORA-12014: table 'TB_TEST01' does not contain a primary key constraint

    12014, 00000, "table '%s' does not contain a primary key constraint"
    // *Cause:  The CREATE MATERIALIZED VIEW LOG command was issued with the
    //          WITH PRIMARY KEY option and the master table did not contain
    //          a primary key constraint or the constraint was disabled.
    // *Action: Reissue the command using only the WITH ROWID option, create a
    //          primary key constraint on the master table, or enable an existing
    //          primary key constraint.

  • Create materialized View fails with "table or view does not exist"

    DB: 10.2.0.4
    OS: Win 2003
    Hi,
    Here in my tests, i have 2 databases (A(source) and B(backup)), and i am trying to create an mview in database B to replicate data from one test table from database A, only for test purpose. I'm getting the error "table or view does not exist" when i try to create a mview with REFRESH FAST. Here is my code:
    CREATE MATERIALIZED VIEW TESTES.TAB_TESTES_REPLIC_MVIEW_02
    REFRESH FAST
    START WITH TO_DATE('21/02/2012 18:50:00', 'DD/MM/YYYY HH24:MI:SS')
    NEXT SYSDATE + 1/24/60
    WITH PRIMARY KEY
    AS SELECT REGISTRO1,
    REGISTRO2
    FROM TESTES.TAB_TESTES_REPLIC_MVIEW_02@DB_LINK_ORA10;
    The dblink is workig fine(dblink user has select privilege on TESTES.TAB_TESTES_REPLIC_MVIEW_02), and i have created the mview log on database A.
    Where is my mistake.
    Thanks a lot.
    Edited by: Fabricio_Jorge on 21/02/2012 19:06

    I found the solution.
    I had to grant SELECT on the mview log. The name is avaiable in DBA_MVIEW_LOGS

  • How to disable seeded views and personalize button on project list page?

    Hey all,
    we are setting a limited user access responsibility for employees...
    they will come into the team member page..
    problem is if they select project list page from the drop down...
    there are seeded views like profitability... we dont want anyone to see them unless they are a sr staff...
    also the personalize button can allow them to pick the fields into a custom view if they desire...we need that turned off or supress certain fields from the list of fields when creating a new view... or worst case turn off the personalize button
    thoughts?? solution???

    The personalization page (Shuttle bean where user selects the columns to be displayed on the table) is being rendered automatically by Framework layer and not from Product code side.Hence it will not be possible to hide fields.
    Another way of achieving the objective which you detailed is : You can create the views which is secured by a function. So that users with that function security will be only able to see those views.
    Hope this helps

  • Creating a view on KONA & KONH -  Failed with 'Field name DATAB not unique'

    Hi all,
        I am creating a view on KONA (Rebate Agreement) & KONH (Conditions Header) tables. The link is KONA-KNUMA = KONH-KNUMA_AG.
       The field 'DATAB' exists in both tables and I have included those two fields under 'View Fields' . When I tried to activate the View, it fails with 'Field name DATAB not unique'.
       The following is the complete error message:
    Message no. MC060
    Diagnosis
    When you define aggregates (views, lock objects or matchcode objects), you can assign the aggregate fields your own names (the system assigns names to the basic fields automatically). These names must be unique.
    System response
    The system has established that the names assigned to the aggregate fields in an aggregate definition are not unique and issues an error message.
    Procedure
    Assign unique names to the aggregate fields in question.
       Why I am not able to create the view after including a field that EXISTS in two tables, PLEASE ?
    Thanks,
    Venkat.

    Hi,
    you can include both fields (but what for??); most likely KNUMH will also complain after fixing DATAB (just a guess...).
    You can include both fields if you name them differently (different aliases):
    In the view fields tab, enter two different names in the column "view field".
    this will work.
    hope this helps...
    Olivier.
    Message was edited by:
            Olivier Cora

  • Hyperion Smart View Fusion Failed to create Smart View Extension Activator

    Receving error with Office 2007, SP2 XP with SP3.
    We have done a few installs and there seems to be a problem here and there which i was able to resolve but not this one?
    exact error is upon launch of Excel , word 2007.
    Failed to create Smart View Extension Activator object. Verify that it is registered properly (-2147221164).
    Please help or suggest a solution:
    Thank you.

    Each time when I start Excel, msg box appear "Error, Failed to create Smart View Extension Activator object. Verify that it is registered properly.
    Please install the following update from Microsoft Corp.
    "MS Office 2003 update (office2003-KB907417-FullFile-ENU.exe)"
    After installing this suggested update Smart-view causes Excel crash every time it is opened.
    Smart View version 11.1.2.1.102
    MS Office 2003 SP3, Internet Explorer 7
    NOTE : Smatview functionality is working fine, but this error message is extremely annoying the users.
    We have already installed .NET 4.0 but the issue still exists.

  • Create materialized view is failing when refresh fast is used

    version 10.2.0.4 on solaris
    This statement is working fine
    CREATE MATERIALIZED VIEW MVIEW1
    TABLESPACE MIS_CURD01
    BUILD IMMEDIATE
    as
    SELECT ACTIVITY_ID "ACTIVITY_ID",
    ASSOC_ID "ASSOC_ID",
    PIT_ROLE_CODE "PIT_ROLE_CODE",
    PIT_BANK_CODE "PIT_BANK_CODE",
    PIT_COST_CENTER "PIT_COST_CENTER",
    RESP_ASSOC_IND "RESP_ASSOC_IND"
    FROM TABLE1@DBLINK;
    The statement with fast refresh is failing with this error message
    ERROR at line 18:
    ORA-12018: following error encountered during code generation for
    "TABLE1"
    ORA-00942: table or view does not exist
    Here is the statement
    CREATE MATERIALIZED VIEW MVIEW1
    TABLESPACE MIS_CURD01
    NOCACHE
    LOGGING
    NOCOMPRESS
    NOPARALLEL
    BUILD IMMEDIATE
    USING INDEX TABLESPACE MIS_CURI01
    REFRESH FAST ON DEMAND
    WITH PRIMARY KEY
    AS
    SELECT ACTIVITY_ID "ACTIVITY_ID",
    ASSOC_ID "ASSOC_ID",
    PIT_ROLE_CODE "PIT_ROLE_CODE",
    PIT_BANK_CODE "PIT_BANK_CODE",
    PIT_COST_CENTER "PIT_COST_CENTER",
    RESP_ASSOC_IND "RESP_ASSOC_IND"
    FROM TABLE1@DBLINK;
    Any idea what's going wrong here. Thanks for your help in advance.
    Edited by: user11319873 on Jun 30, 2010 4:17 PM

    Refresh FAST requires that
    a. An MV Log (Snapshot Log) be created on the source table
    b. The user doing the refresh (i.e. the account that the DBLink uses) has SELECT privilege on the MV Log.
    Hemant K Chitale

  • Failed to create Smart View Extension Activator when launching MS Excel

    Hi
    I am using EPM Planning 11.1.2.1.
    We have installed Smartview on client (MS Office 2003). No error on installation.
    But when we launch MS Excel, we have the following error message :
    Failed to create Smart View Extension Activator object. Verify that it is (registered) properly
    Please install the following update of Microsoft Corporation :
    MS Office 2003 Update (office 2003-KB907417-FullFile-ENU.exe)
    We have installed the KB907417 MS Office update, but we still have the same error message.
    Thanks in advance for your help
    Fanny

    Fanny,
    One more reason that i can think is Office shared feature that comes along with office suite which is needed for installing office addins. Could you please verify in your system if office shared features is installed.
    to check: Add or remove programs->microsoft office->change->add/remove feature-> you can see the list of office stuffs installed on the machine. Just check if "office shared feature" is present.

  • Creating ALV view system-level assignment

    Hi!
    When I press "Save as.." in the settings window of an ALV, I can only save the view with assignment "User".
    But I want to create system view available to all users. Like views with "/view_name" in usual ALV.
    Is it possible to create such view and make it default to all users?

    Just run the application in Administrative Mode (Assuming you have the correct authorizations to do so).  From SE80 you can do this if you double click on the Web Dynpro Application to bring up the Application Edit.  Then choose Web Dynpro Application->Test->Execute in Administrative Mode From the top level menu bar. You can also use the URL parameter sap-config-mode=X.
    When you save the variant you will be saving a global one and will have the option to place your variant in a transport.

  • Creating a View at Database level to be used in an another application

    Posted - 01/20/2012 : 11:43:27
    I have a table Named Customer_Distribution in which we store all the recepient information based on a request submitted by the customer.
    Maximum number of recepients for a request is 3.So if a customer submits a request with 3 recepients the Customer_Distribution table will have 3 records inserted for the request as below
    ReqNo recepientdesc recepientname recepientemail
    1 R Abc [email protected]
    1 U xyz [email protected]
    1 S sap [email protected]
    I'm trying to create a view and need help to create the view such that the entire Request Information is in a single row rather than multiple rows as we are trying to use this view in another application where it will be easy to retreive if the entire information is in a single row
    The View should have the data in the below format
    ReqNo desc1 name1 email1 desc2 name2 email2 desc3 name2 email2
    1 R Abc [email protected] U Xyz [email protected] S sap [email protected]
    Thanks

    user12946819 wrote:
    Hi
    Would you be able to elaborate more on your response as i am new to oracle and have hard time using your response
    Thanks
    ME_XE?with
      2     data as
      3  (
      4     select 1 as ReqNo, 'R' as recepientdesc, 'Abc' as recepientname, '[email protected]' as recepientemail      from dual union all
      5     select 1 , 'U', 'xyz',  '[email protected]'         from dual union all
      6     select 1 , 'S', 'sap',  '[email protected]'       from dual union all
      7     select 2 , 'Q', 'me',   '[email protected]'        from dual
      8  )
      9  select
    10     ReqNo,
    11     max( decode( rn, 1, recepientdesc))     as desc1,
    12     max( decode( rn, 2, recepientdesc))     as desc2,
    13     max( decode( rn, 3, recepientdesc))     as desc3,
    14     max( decode( rn, 1, recepientname))     as name1,
    15     max( decode( rn, 2, recepientname))     as name2,
    16     max( decode( rn, 3, recepientname))     as name3,
    17     max( decode( rn, 1, recepientemail))    as email1,
    18     max( decode( rn, 2, recepientemail))    as email2,
    19     max( decode( rn, 3, recepientemail))    as email3
    20  from
    21  (
    22     select
    23             ReqNo, recepientdesc, recepientname, recepientemail,
    24             row_number() over (partition by ReqNo order by recepientdesc asc) as rn
    25     from data
    26  )
    27  group by ReqNo;
                 REQNO DES DES DES NAME1     NAME2     NAME3     EMAIL1                                        EMAIL2                                        EMAIL3
                     1 R   S   U   Abc       sap       xyz       [email protected]                                 [email protected]                               [email protected]
                     2 Q           me                            [email protected]
    2 rows selected.
    Elapsed: 00:00:00.01
    ME_XE?In the future, posting sample data in a format that someone can easily use (like i did above) will get you answers a lot quicker. I'm in a decently good mood this morning so i did it myself. 7 times out of 10 i'll skip over questions that don't make it easy for me to help. Just an FYI to help you in future posting.

  • Create view failing

    Hi ,
    I have created public dblink and want to create view by dblink,but i am getting below error,please help me how to create such view
    ORA-22992 cannot use LOB locators selected from remote tables. i have created db public dblink "emp_db_link" and using below command for creating view
    create view emp_view as select * from emp_table@emp_db_link;
    Thanks
    Hridyesh

    Hello
    pls use this link
    DBLink problem ORA-22992

  • Converting user level personalizations to site level personalizations

    Hi All,
    My Requirement is as follows:
    In one search page i have created one view to save my search by providing view name.
    Now if i login from different user i am not able to see that view name in the drop down which i have created from different login.
    i intend to see that view for all users even if create from single login.
    i know that save search is user level personalization, but i want to get the same at site level.
    but while creating there is option like site level or responsibility level.
    Any help would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Naren.

    Hi Reetesh,
    find the below steps.
    let me know if you need any clarity.
    Create, Duplicate, Update or Delete an "admin-seeded user-level" personalization :-
    ==================================================
    Select the Personalize pen icon to launch a focused version of the Page Hierarchy Personalization page for a selected boxed region.
    Use the Hierarchy Page HGrid to identify the query region for which you wish to create an "admin-seeded user-level" personalization. (You can create seeded user-level personalizations only for a table or a HGrid in a query region.)
    Select the Seeded User Views icon to launch the Personalize Views page where you can create, update, duplicate or delete "Admin-seeded user level" personalizations.
    When you create, duplicate or update a seeded view, you navigate to the respective Create/Duplicate/Update Views page. Select Apply to save your changes when you are done.
    Regards,
    Naren.

  • 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

  • How to create a view on SQLServer 2008 as an OPENQuery select to a MYSQL linked server

    I am trying to create a view on SQLServer through Management Studio based on data on a MYSql server.
    I have created the Linked server and I am able to query all data.
    Using the syntax select * from OPENQUERY (linkedServer, 'select * from MYSQL-table') - This works fine
    What I am trying to do now is issue the following statement
    create view ViewnameToBeCreatedOnSQLServer
       as select * from OPENQUERY (linkedServer, 'select * from MYSQL-table')
    When I run this from SSMS I get the following error
    OLE DB provider "MSDASQL" for linked server "TESTTSC2" returned message "[MySQL][ODBC 5.1 Driver][mysqld-5.0.95-log]Table 'FP.M3' doesn't exist".
    Msg 7350, Level 16, State 2, Procedure FPMaster3, Line 2
    Cannot get the column information from OLE DB provider "MSDASQL" for linked server "TESTTSC2".
    The account I am using has create view privs and alter schema privs on the SQlServer side. I am assuming there are not isues on the MYSQL server side since I am able to successfully run the select statement using OPENQUERY.  There must be one small
    piece I am missing. has anyone experienced the same problem and were you able to find a solution?

    All the configurations seem to be in place correctly since I can SELECT any data with no issues. The statement   
    select * from OPENQUERY (linkedServer, 'select * from MYSQL-table')
    works fine and I can change the table I am selecting from which all return data. Therefore, the objects all exists in MYSQL.
    The DSN is set up, the linked Server is good, the provider is set up, the DB account has all privs.
    It only fails when I try to create the view on SQLServer as a select from a remote table accessed via the linked MYSQL server. I connect to SQLServer with DB account PS which has full privs including CREATE VIEW and ALTER SCHEMA. The MYSQL pass-through account
    has read access to all objects in the MYSQL schema. I am trying to figure out if I might be missing some little part of this puzzle when trying to create a new object (CRESTE VIEW) vs. just reading the data (SELECT).
    The kicker in all this is that I did create a view on SQLServer in this manner about a year ago and I am able to see the view definition and that view still works! So, this is quite interesting that I am not able to create a new object.
    If there any specific information I could provide which might help, I am happy to do that. Just did not want to provide the details on all of the puzzle pieces if it can be avoided but if it comes to that then that's OK also.
    Thanks very much! I appreciate your help.

  • Object Level security by creating catalog groups in OBIEE-10G

    Hi All,
    I have a requirement to display the dashboard based on the user login. Ex. Mike belongs to HR, Smith belongs to Accounts
    When Mike logs in he should see only these three dashboards. HR View, Common data1, common data2. When Smith logs in he should see only these three dashboards. Accounts view, Common data1, commondata2.
    The commondata1 and commondata2 dashboards has common reports for all the departments. The other dashboards are department specific with all different reports. How can I implement this?
    From one of my earlier posts I was advised to do it using Object Level security by creating catalog groups. Can you please provide me end to end instructions on how to create Object level security based on catalog groups.
    Thanks for your time and help.

    Hi,
    Mike to HR
    Smit - Account
    Yes, You achive by Object Level security by creating catalog groups
    1) Create Catalog group and users in RPD part(Ex: Account_grp,HR_grp)
    2)assign user to that particular group(let say Ex: Account_grp= Smith and HR_grp=Mike )
    3) login (Admin user id ) into dashboard page and --->mange dashboard page -->add users to that particular
    dashboard to relevent users and save it then
    try to login that mike and smith user it will work
    kindly refer below link
    http://www.rittmanmead.com/2010/01/obiee-10g-web-catalog-best-practices/
    http://www.rittmanmead.com/2007/05/obiee-and-row-level-security/
    thanks
    Deva

Maybe you are looking for

  • Debugging PL/SQL in Oracle

    Hi there, I'm needing some help on features of Oracle PL/SQL and the Oracle server. Does oracle provide a way for a user to debug SQL and/or PL/SQL statements? I'm currently using Oracle 8x and looking to probably use Oracle 9 or later version in the

  • Business area Financial statement F.01

    hai, we are in 5.0. i have problem with business area wise report. while taking P&L account business area wise, the error shows as invalid output. But i have created 3 business area as per the client requirement and all the entries posted through bus

  • Appearance.properties file

    Hi there, I am trying to open the appearance.properties file for my project but it says "Windows can't open this file" - what program do I need to download to be able to open and edit this file? Thanks!

  • Fetching resultset is slow

    I am using following JDBC driver. Manifest-Version: 1.0 Specification-Title: Oracle JDBC driver classes for use with JDK14 Created-By: 1.4.2_08 (Sun Microsystems Inc.) Implementation-Title: ojdbc14_g.jar Specification-Vendor: Oracle Corporation Speci

  • HT3669 Phaser Tektronix/Xerox 780 - Does anyone know of any drivers for mac mountain lion?

    I have updated to mountain lion and the Phaser 780 no longer works? It just says timed ou, can any one help? Thanks.