OLAP migration error

I have had a brief search and cannot find an explanation for this error message.
Whilst attempting to run the migration wizard to migrate SSAS 2000 cubes to SSAS 2008, I receive the following error:
Cannot identify the source table of the '(SELECT 0)' calculated column.
At which point the wizard fails. Can anyone explain what this error is and (maybe) how to avoid?

Hi Gusthearchitect,
From the error messages reported from the wizard, it can’t accept the way the SSAS2000 used so it refused to migrate it. SSAS2008 and the wizard has its own standard and requirement because SSAS2008 and SSAS2000 is different designed fundamentally. I can’t
simply say this is a defect.
Though the migration wizard’s task is to do the migration, but it doesn’t promise to finish all the migration if the old version contain the design that is not allowed to exist in the new version. So most of times, I recommend to re-design the SSAS databases
if possible in the SSAS2008 design tool and deploy it directly.
Hope this helps.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • MII 14.0 SP4 :Migration error while importing SAP BM Templates

    Hi Experts,
    I am facing some migration errors while importing SAP Batch Manufacturing Templates into MII 14.0 SP4.
    There are almost 23 transactions which are not getting imported and the error message for all of them is-
    "Unable to migrate transaction Unable to import file
    <Name of the Transaction>"
    Any first hand experiences will be really helpful for me to proceed further.
    Regards,
    Muddassar Khan

    Hi All,
    Got the solution. The STARTUP.BAT file is been placed in the installation directory(usr/sap) and then it works fine. Also I have installed the patches and all working fine.
    Any way thanks for the answer christian libich.
    Regards
    G.Partheeban

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • INI: XOQ-01600: OLAP DML Error "ORA-01438: value larger than specified prec

    I have created a Time dimension in AWM 11.1.0.7.0B.
    I have added two Hierarchies to it. One Hierarchy has All Years, Year, Week, day. The second hierarchy has All Years, Year, Quarter.
    When I maintain the dimension, the following error occurs:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01600: OLAP DML Error "ORA-01438: value larger than specified precision allowed for this column
    " while executing DML "SYS.AWXML!R11_LOAD_DIM('TIME.ALL_GREGORIAN_YEARS.LEVEL' SYS.AWXML!___R11_LONG_ARG_VALUE(SYS.AWXML!___R11_LONG_ARG_DIM 1) 'TIME.END_DATE.ATTRIBUTE' 'TIME.TIME_SPAN.ATTRIBUTE' 'TIME.LONG_DESCRIPTION.ATTRIBUTE' 'TIME.SHORT_DESCRIPTION.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_END_DATE.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_TIME_SPA.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_LONG_DES.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_SHORT_DE.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_TIME_SPA1.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_TIME_SPA2.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_TIME_SPA3.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_LONG_DES1.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_SHORT_DE1.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_TIME_SPA4.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_LONG_DES2.ATTRIBUTE' 'TIME.ALL_GREGORIAN_YEARS_SHORT_DE2.ATTRIBUTE' 'TIME.GREGORIAN_QUARTER_END_DATE.ATTRIBUTE' 'TIME.GREGORIAN_QUARTER_TIME_SPAN.ATTRIBUTE' 'TIME.GREGORIAN_QUAOLAP DML Error "%(1)s" while executing DML "%(2)s", Generic at TxsOqStdFormCommand::execute
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)

    The most likely explanation is that you have a numeric attribute whose data type precision is less than that of the column it is mapped to. For example if you had an attribute with data type NUMBER(2) and you mapped it to a column with data type NUMBER(5), then you could get this error on load. Note that some of the attributes may not be visible in AWM. The offending SQL statement should be in the OUTPUT column of the CUBE_BUILD_LOG, but you may be able to fix this by just describing the view associated with the dimension. For example, here is the description of a TIME view created in 11.2..
      Name                            Null?    Type
    DIM_KEY                             VARCHAR2(60)
    LEVEL_NAME                             VARCHAR2(30)
    MEMBER_TYPE                             VARCHAR2(1)
    DIM_ORDER                             NUMBER
    END_DATE                             DATE
    TIME_SPAN                             NUMBER
    LONG_DESCRIPTION                        VARCHAR2(60 CHAR)
    SHORT_DESCRIPTION                        VARCHAR2(60 CHAR)
    MONTH_END_DATE                         DATE
    MONTH_TIME_SPAN                        NUMBER(5)
    MONTH_LONG_DESCRIPTION                    VARCHAR2(60 CHAR)
    MONTH_SHORT_DESCRIPTION                   VARCHAR2(60 CHAR)
    FISCAL_QUARTER_END_DATE                   DATE
    FISCAL_QUARTER_TIME_SPAN                   NUMBER(5)
    FISCAL_QUARTER_LONG_DESC                   VARCHAR2(60 CHAR)
    FISCAL_QUARTER_SHORT_DES                   VARCHAR2(60 CHAR)
    FISCAL_YEAR_END_DATE                        DATE
    FISCAL_YEAR_TIME_SPAN                        NUMBER(5)
    FISCAL_YEAR_LONG_DESCRIP                   VARCHAR2(60 CHAR)
    FISCAL_YEAR_SHORT_DESCRI                   VARCHAR2(60 CHAR)
    CALENDAR_QUARTER_END_DAT                   DATE
    CALENDAR_QUARTER_TIME_SP                   NUMBER(5)
    CALENDAR_QUARTER_LONG_DE                   VARCHAR2(60 CHAR)
    CALENDAR_QUARTER_SHORT_D                   VARCHAR2(60 CHAR)
    CALENDAR_YEAR_END_DATE                    DATE
    CALENDAR_YEAR_TIME_SPAN                   NUMBER(5)
    CALENDAR_YEAR_LONG_DESCR                   VARCHAR2(60 CHAR)
    CALENDAR_YEAR_SHORT_DESC                   VARCHAR2(60 CHAR)You can get the same information from user_cube_attributes
    SQL> select attribute_name, data_precision from user_cube_attributes where dimension_name = 'TIME' and data_type = 'NUMBER';
    ATTRIBUTE_NAME                 DATA_PRECISION
    TIME_SPAN
    MONTH_TIME_SPAN                    5
    FISCAL_QUARTER_TIME_SPAN              5
    FISCAL_YEAR_TIME_SPAN                   5
    CALENDAR_QUARTER_TIME_SPAN              5
    CALENDAR_YEAR_TIME_SPAN               5

  • INI: XOQ-01600: OLAP DML error "ORA-4030: out of process memory" OLAP PGA S

    Hi All ,
    While executing the cube generation I am getting an error. Anybody knows the reason ? I have amended the olap_page_pool_size to 200MB and it doesn't help at all .
    INI: error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>INI: XOQ-01600: OLAP DML error "ORA-4030: out of process memory when trying to allocate 82860 bytes (OLAP PGA Stack,xsVPBlankParm: PPARM)" while executing DML "SYS.AWXML!R11_COMPILE_PARTITIONS('TIME.DIMENSION')", Generic at TxsOqStdFormCommand::execute
    Thanks in advance,
    Debashis

    HI David ,
    Thanks for the reply.
    My Time Dimension having 10 years of data in day level granularity and Fact table is not partitioned and having only one month of data as 299 records .
    Just to let you know that we define two hierarchy level under TIMES one is "ALL levels" and another is Detail where END_DATE has been defaulted with some value and TIME_SPAN is set mapped to the Times table column having distinct value 1 for each records .Also the Member specified as ROW_WID of the Time table.
    Just to let you know we have ran(Maintain from Dimension hierarchy) 'Product' and 'Position' dimension individually and it works fine i.e Load ,Compile and Sync process works fine but while run Times it is throwing issue :
    ORA-4030: out of process memory when trying to allocate 59340 bytes (OLAP PGA Stack,xsVPBlankParm: PPARM)&quot; while executing DML
    we run the Times hierarchy from OLAPTRAIN and it was perfectly fine . Not sure with our time Dim definition .
    Any clue ?
    Many Thanks,
    Debashis

  • XOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_LOAD_DIM"

    hi all,
    I am trying to do the tutorial Building OLAP 11g Cubes (http://st-curriculum.oracle.com/obe/db/11g/r1/olap/cube/buildicubes.htm), but when I try to "Maintain Cube SALES_CUBE" I get the following error:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: ORA-35571: The maximum number of load errors has occurred. No changes from this step were committed to the database.
    XOQ-01600: OLAP DML error while executing DML "SYS.AWXML!R11_LOAD_DIM", Generic at TxsOqStdFormCommand::execute
    INI: XOQ-01601: error while loading data for Cube Dimension "OLAPTRAIN.PRODUCT" into the analytic workspace, Generic at TxsOqStdFormCommand::callR11LoadDim
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$2.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:662)
    Can anyone help me?
    Thanks,
    Carlos

    I have seen this (in 11.1.0.7, I believe) when the metadata cache ("kgl") gets out of synch with the data dictionary. Specifically there is a flag that determines if prefixes get added to dimension members ("use surrogates" in AWM terms) that becomes false instead of true. If you look at the generated SQL in the OUTPUT column of the CUBE_BUILD_LOG you may find that sometimes a prefix is added to dimension members (e.g. "LEAF_LEVEL_" || dim_table.leaf_column) and othertimes it is not (e.g. just dim_table.leaf_column). A workaround if this is the case may be to execute the following (as dba) before building the dimension.
    alter system flush shared_pool;

  • XOQ-01600: OLAP DML error "ORA-33858: 11g Cube

    Hi All ,
    I was trying to apply the cube changes after changing the sparsity definition against one of the dimension under Storage tab and it is throwing below error .
    Any reason ?
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: cannot create server cursor, Generic at TxsOqDefinitionManager::generic<CommitRoot>
    INI: XOQ-01600: OLAP DML error "ORA-33858: The value of the ampersand-substitution expression is NA." while executing DML "SYS.AWXML!R11_MANAGE_CUBE('MARKET_SALES_CUBE_WORKING.CUBE' 'ALTER' 'NUMBER' SYS.AWXML!___R11_LONG_ARG_VALUE(SYS.AWXML!___R11_LONG_ARG_DIM 1) SYS.AWXML!___R11_LONG_ARG_VALUE(SYS.AWXML!___R11_LONG_ARG_DIM 2) 'TIME.DIMENSION' 'TIME.CALENDER.HIERARCHY' 'TIME.MONTHLY.LEVEL' 'COMPRESSED' 'YES' 'YES' 'MARKET_SALES_CUBE_WORKING.SOLVE.AGGREGATIONDEFINITION' 'NO')", Generic at TxsOqStdFormCommand::execute
    Thanks in advance,
    DxP

    I have seen this kind of error show up if you rename an object (e.g. a measure) and then make further modifications. Did that happen in your case? If you export the cube to XML, delete it from AWM, and then recreate it from XML, then it may resolve the problem. If not, and if it is preventing your from making progress, then I would open a service request since we usually need to enable tracing to resolve this class of error.

  • BPS Flat file load ABAP objects migration error.

    Hello
    We are trying to load a flat file via the SAP-GUI and BPS and everything works well in DEV based on the HOw-TO guide. When trying to move the ABAP objects to QA, we get a migration error on the type /1sem/_yth_data_260ZBYAPEPL. Of course the 260ZBYAPEP is relevant to our configuration and in QA we do have the equivalent structure /1sem/_yth_data_614ZBYAPEPL.
    How come the type in DEV does not translate to the equivalent type in QA just like any objects we transport to QA? 
    Thank you all.
    YB.

    Dear YB,
    the element /1sem/_yth_data_260ZBYAPEPL has to be changed according to the QA manually only. Sytem can't change the clent no. automaticaaly when u transport to the QA.
    so in /1sem/_yth_data_260ZBYAPEPL replce 260 with ur QA Client no.
    Narendra Reddy

  • OATM Migration Error Report

    Hi,
    I am trying to migrate to OATM on my 11.5.9.2 apps before upgrading to R12.
    OATM migration progress report is showing
    Total No. Commands Commands % completion
    of commands in error in success of migration
    80,180 5 80,037 99.82%
    When i checked for the errors, it is showing below error report.
    Migration Error
    AMR AMR_GMD_SAMPLES_N2 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    AMR AMR_GMF_LOT_COST_DETAILS_N1 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    APPLSYS WF_LOCAL_USER_ROLES TABLE HZ_PARTY
    ORA-12801: error signaled in parallel query server P001
    ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)
    ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'
    ORA-26040: Data block was loaded using the NOLOGGING option
    Please help.
    Thanks,

    > Migration Error                                                               
    > ------------------------------------------------------------------------------------------------------------------------------------
    > AMR     AMR_GMD_SAMPLES_N2             INDEX      X                           
    > ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'                       
    Please run this command and see if it helps.
    SQL> alter user AMR quota unlimited on APPS_TS_TX_IDX;
    ORA-01950 Error While Executing Initial Build of Opportunities and Leads Bins [ID 309664.1]
    ORA-01950 AND ORA-06512 TRYING TO OPEN PERIOD [ID 1058205.6
    > APPLSYS WF_LOCAL_USER_ROLES            TABLE      HZ_PARTY                    
    > ORA-12801: error signaled in parallel query server P001                       
    > ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)           
    > ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'            
    > ORA-26040: Data block was loaded using the NOLOGGING option
    Workflow Tables: ORA-01578: ORACLE data block corrupted ORA-26040: Data block was loaded using the NOLOGGING option [ID 416476.1]
    How Block Corruption of Workflow Tables Can Cause Self Service Login Not to Work [ID 435523.1]
    During a Backup, WF_LOCAL_ROLES Is Showing Corrupt Block [ID 369535.1]
    Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING [ID 433280.1]
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Access Migration Error Creating Migration Project - string literal too long

    I get this error when attempting to create an MS Access Migration Project:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 8, column 8: PLS-00172: string literal too long &amp;lt;pre&amp;gt;begin &amp;amp;lt;br&amp;amp;gt;declare &amp;amp;lt;br&amp;amp;gt; p varchar(32767) := null; &amp;amp;lt;br&amp;amp;gt; l_clob clob; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; dbms_lob.createtemporary(l_clob,FALSE, dbms_lob.session); &amp;amp;lt;br&amp;amp;gt; dbms_lob.open(l_clob,dbms_lob.lob_
    I suspected the 'string literal too long' was due to a very long code section in the Exporter .sql file -
    So I edited out that code except - essentially by cutting the macro code within the quotes, cutting down that code module.
    Same error.
    Any suggestions on what else may be causing this?
    Thanks - Karen

    I found it - two other big long ugly macros that I had to cut out as well. Then the migration project created just fine. Thanks for the moral support :)

  • Character set migration error to UTF8 urgent

    Hi
    when we migrated from ar8iso889p6 to utf8 characterset we are facing one error when i try to compile one package through forms i am getting error program unit pu not found.
    When i running the source code of that procedure direct from database using sqlplus its running wihtout any problem.How can i migrate this forms from ar8iso889p6 to utf8 characterset. We migrated from databas with ar8iso889p6 oracle 81.7 database to oracle 9.2. database with character set UTF8 (windows 2000) export and import done without any error
    I am using oracle 11i inside the calling forms6i and reports 6i
    with regards
    ramya
    1) this is server side program yaa when connecting with forms i am getting error .When i am running this program using direct sql its working when i running compiling i am getting this error.
    3) yes i am using 11 i (11.5.10) inside its calling forms 6i and reports .Why this is giving problem using forms.Is there any setting changing in forms nls_lang
    with regards

    Hi Ramya
    what i understand from your question is that you are trying to compile a procedure from a forms interface at client side?
    if yes you should check the code in the forms that is calling the compilation package.
    does it contains strings that might be affected from the character set change???
    Tony G.

  • Hyperion Planning migration error while refreshing/creating Essbase cube

    Hi,
    I'm migrating a Hyperion Planning application (11.1.1.4) to a complete other environment (due to the split of the companies). I have read most post on otn, but unfortunately nothing that helped me to solve the issue, yet... I hope someone can help me. Thanks in advance!
    I have executed the following steps:
    1. Create a new Oracle database
    2. Create a datasource to the Oracle database and to Essbase (both tested succesfully)
    3. Create a fresh planning application (I have used a native Admin account and not the original owner)
    4. Go into the database tables for the planning app and look at table HSP_USERS, store the SID value against user 50001
    5. Go into the database planning system tables and HSPSYS_APPLICATION, clear out the version field for the application you have created - I did not do this since I could not delete this value. null is not accepted.
    6. Stop Planning
    7. Restore the planning application database over the one created in the first step (I had to drop the existing tables first)
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Log on to planning and I did see the webforms, etc as expected.
    11. Now, when I try to refresh the database, I receive an error:
    Cube refresh/create in progress
    Status failed
    Step 4 Adding dimensions
    java.lang.NoSuchMethodError: getAttributeType
    Does anyone has an idea? Hope someone can help me since the deadline is getting closer and closer.
    Thanks!
    Kind Regards
    Martin

    Hi John,
    Thanks for your reply.
    I have exactly done what you have described. I droped the schema and recreated it with an impdp to import.
    But, in the meantime I have been investigating the dimensions and there's indeed something very wrong. Some dimensions have been mixed up. In the 'old' environment I have 10 stored dimensions and 4 attribute dimensions (as well as in EAS as in Planning, offcourse as you expect). In the 'new' environment, two stored dimensions have been mixed up with two attribute dimensions.... How is that possible?
    I have never seen that. Could this be caused by the reason that we use a different version of Oracle (11G release 2 vs 10G (10.2.0.4))? Or went something wrong with exporting the schema...? Can you tell me what I can do to investigate this?
    Thanks!
    Kind Regards,
    Martin

  • ACL migration Error : 1210 could not find a domain controller for domain "Test Domain" (Old Domain)

    Hi
    We are migrating from old domain to new domain. Before live migration, we are trying to check the ACE/ACL migration through SubInACL. We are running the SubInACL on a cluster, which is a member of the Old Domain (Test Domain). We are able to resolve and
    ping both Old Domain and the New domain from this cluster machine. We have created a network share on this cluster, which is accessible to all Domain Users of the Old Domain. Both Domains have two way forest level trust. we are trying to migrate
    the ACL of this share (\\ClusterMachine\testshare$) to the new domain using SubInACL. We are trying to run the below command to get it done.  
    subinacl /outputlog=C:\Users\Administrator\Desktop\Migrationlog.txt /subdirectories
    \\ClusterMachine\testshare$\*.* /migratetodomain=OldDomain=NewDomain=mappingfile.txt
    Mapping file contains : Domain Users=NewDomain_Users
    But we are geeting the Error that "1210 could not find a domain controller for domain "Test Domain". Error finding domain name : 1210 the format of the specified computer name is invalid. Current Object "\\ClusterMachine\testshare$"
    will not be processed."

    Hello,
    how in detail is DNS set up in each domain?
    Any problems when using nslookup to verify?
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Web Template Migration Error in Chart

    Hi All,
      I have a 3x web template 'TEST_3X'
      It is derived from the SAP default 3x template 0QUERY_TEMPLATE with no
      major changes/customizing. Only a picture and a data provider has been
      assigned. It works fine.
      Now I tried to migrate 'TEST_3X' to a 2004s template using the Migration tool.
      Before doing this I migrated all items using the report
      <b>'RSZW_ITEM_MIGRATION_3X_TO_70'</b>.
      At the end of the process there is this error message "Make sure that the
      3x library item <b>0ADHOC_COLUMN_CHART</b> is migrated to 2004s via the report.
      See note 832712."
       However I cross checked the item '0ADHOC_COLUMN_CHART' in table
       <b>RSZWBITMHEAD</b> (target table for migration). It exists and is active.
       It also exists in table '<b>RSZWITEM</b>' (source table for migration) and is active.
       Any suggestions. Am I missing anything?
    Thanks
    Vishno

    Yes.
    See path below.
    https://websmp208.sap-ag.de/patches
    Entry by Application Group -->
    Support Packages and Patches" --> SAP Frontend Components" --> BI ADDON FOR SAP GUI" -->  BI 7.0 ADDON FOR SAP GUI 7.10

  • WD Java Migration error

    Hello all,
    I'm facing a 700 to 730 migration and I'm having some problems with some (not all) WD Java migration. Steps I'm following:
    Development Infraestructure perspective > DC > Sync / Create Project > Create Project
    The system detects that it's an older version and gives me the option Migrate Projects > Next
    Migration Summary:
    Total projects migrated 1
    Projects migrated with warnings 1
    Migration Details:
    Started migration for project DEP_TRACK_Dzhratse_ndp~diba.com OK
    Migrating all of the controller's context in Web Dynpro project OK
    If there are build errors in Web Dynpro Project after migration,this might be due to internal API usages (see SAP Note 928485) For migrating internal API usages -> In Web Dynpro Explorer, right click on Project Node and choose Repair->Internal API Usages
    Web Dynpro perspective > Project > Rebuild, and yes, there are build errors:
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 159     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 159     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 482     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 662     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 722     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 793     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 795     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 129     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 129     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 563     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 119     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 119     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 229     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 235     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 250     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 43     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 33     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 26     Java Problem
    Then I do what he said:
    Web Dynpro perspective > Project > Repair > Internal Web Dynpro API Usages
    Web Dynpro perspective > Project > Rebuild
    And right now, everything is ok! No more errors in the Web Dynpro project code...
    Right now, I should deploy it, right?
    Web Dynpro perspective > Project > Deploy > Make consistent first (Create Archive) > OK
    And then an error occurs:
    Build
      zhr/atse_ndp diba.com The Build terminated with errors
    Archive file ' DEP_TRACK_Dzhratse_ndpdiba.com gen default deploy diba.comzhr~atse_ndp.ear' not found. Check the problems view for error messages and create a new archive.
    Any idea?
    Thanks!!!

    [wdgen] [Info]    Generating packages/realtech/com/atse/wdp/wdp/ResourceATSE_ProPer.properties
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    java.lang.reflect.InvocationTargetException
         [wdgen]      at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:139)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:207)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:164)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentDefaultResource(Generation.java:541)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentResources(Generation.java:3188)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1788)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateComponentsForArchive(Generation.java:2660)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateMDOsForArchive(Generation.java:2604)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1630)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:190)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:69)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:240)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         [wdgen]      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:348)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:357)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
         [wdgen]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         [wdgen]      at com.sap.tc.buildplugin.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:53)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.processSequence(DefaultPlugin.java:235)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:174)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:165)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:276)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1459)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1441)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3927)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.build(BuildDcsCommand.java:333)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.execute(BuildDcsCommand.java:176)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor$2.run(CommandExecutor.java:77)
         [wdgen]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:90)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:52)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor.executeInWorkspaceAndDevConfLocks(CommandExecutor.java:90)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:179)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:986)
         [wdgen]      at com.sap.ide.dii05.ui.internal.actions.dc.BuildAction$2.run(BuildAction.java:193)
         [wdgen]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         [wdgen] Caused by: java.lang.NullPointerException
         [wdgen]      at com.sap.ide.metamodel.core.i18n.TranslatableTextProxy.getResourceType(TranslatableTextProxy.java:197)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.vm_dumpTextPool(_Resource.java:135)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.v_main(_Resource.java:83)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.v_main(DefaultResource.java:80)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.doGenerate(DefaultResource.java:56)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate0(CompiledTemplateBase.java:232)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate(CompiledTemplateBase.java:164)
         [wdgen]      ... 59 more
         [wdgen] [Info]    Generation error while processing template defaultResource
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    java.lang.reflect.InvocationTargetException
         [wdgen]      at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:139)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:207)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:164)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentDefaultResource(Generation.java:541)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentResources(Generation.java:3188)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1788)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateComponentsForArchive(Generation.java:2660)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateMDOsForArchive(Generation.java:2604)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1630)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:190)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:69)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:240)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         [wdgen]      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:348)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:357)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
         [wdgen]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         [wdgen]      at com.sap.tc.buildplugin.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:53)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.processSequence(DefaultPlugin.java:235)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:174)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:165)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:276)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1459)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1441)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3927)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.build(BuildDcsCommand.java:333)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.execute(BuildDcsCommand.java:176)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor$2.run(CommandExecutor.java:77)
         [wdgen]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:90)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:52)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor.executeInWorkspaceAndDevConfLocks(CommandExecutor.java:90)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:179)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:986)
         [wdgen]      at com.sap.ide.dii05.ui.internal.actions.dc.BuildAction$2.run(BuildAction.java:193)
         [wdgen]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         [wdgen] Caused by: java.lang.NullPointerException
         [wdgen]      at com.sap.ide.metamodel.core.i18n.TranslatableTextProxy.getResourceType(TranslatableTextProxy.java:197)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.vm_dumpTextPool(_Resource.java:135)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.v_main(_Resource.java:83)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.v_main(DefaultResource.java:80)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.doGenerate(DefaultResource.java:56)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate0(CompiledTemplateBase.java:232)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate(CompiledTemplateBase.java:164)
         [wdgen]      ... 59 more
         [wdgen] [Error]   Generation error while processing D:/Documents and Settings/corellavpd/NWDS_73.jdi/0/t/52509E1C6529CF3CE8D0B5F0D24D8066/gen_wdp/packages/realtech/com/atse/wdp/wdp/ResourceATSE_ProPer.properties (java.lang.reflect.InvocationTargetException)
         [wdgen] [Error]   Generation failed due to errors (10 seconds)
    Ant runtime 24.953 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Build stopped due to an error: [Error]   Generation failed!

Maybe you are looking for

  • Macbook Pro does not boot up

    Hello, I have a mid 2010 macbook pro. Yesterday while i was using skype, my computer shut down, on his own. Now everytime i try to boot up, i press the power button, fans are really high, no light in the front, and after 5 seconds, shuts down. So eve

  • BW APO Reports

    Hi, I have to present reporting session to a client on APO BW Reporting I know we dont have outof the box APO reports like R/3 in BI  Content. My question is more on functional area.What are the possible reports can be build in BW from Demand Plannin

  • Photoshop Elements 7 acr 5.4 camera raw plugin won't work

    Hello everyone, I am very frustrated hopefully someone can help me out.  I have PS Elements 7 and installed the camera raw plugin 5.4 per adobe instructions which I followed to the letter.  I still can't open raw files and do not want to use other th

  • Corrupted Photos on iphoto

    I have been working on organizing my pictures in iphoto for several weeks however today when I got on the computer, many photos show a black screen and a white exclamation mark and I cant access the picture. It has done this so atleast half of my pho

  • Ipod touch genre duplicates itself in my music list. So both genres have the same list of songs.. how can i correct this?

    My ipod touch music genre has duplicated itself, with both list having the same sets of songs. this is very annoying as i have multiple genres that i listen to. how can i fix this