Activation failed in DSO  for BI 7

Hi,
   I have an existing custom DSO. I want a add a  new infoobject ZMATERIAL which has ZMATL_GRP as attribute. I have firstly added ZMATERIAL at data source and acivated . DTP is already activated.
Now I have added ZMATERIAL in DSO and trying to activate the DSO. But getting the following errors-       1. Structure change at field level (convert table /BIC/AZBI7_DSO00)     
                                  2. Enhancement category for table missing
                                   3.enhancement category for include or subtype missing
Please guide me , how to resolve this issue
Regards
Deep

Hello Deep,
Did you find a solution to this problem? I know that if you want to change the structure you have to delete the data in the target first otherwise it throws the errors you listed below.
In BI 7.0 you can change, in other words, remodel an infocube using the remodelling option but i couldn't find anything of the sort for ODS. I have to do something similar and was wondering if you were able to add the field without having to delete the data in the ODS. I would really appreciate it if you can get back to me on this problem.
Thank You
MM

Similar Messages

  • No data in Active table of DSO for fields populated by End Routine

    Hi,
    I have a Standard DSO where we are populating few fields by using End Routine.
    Last week we added 5 more fields to DSO and wrote a logic in End ROutine to populate the DSO. These new fields dont have any mapping and these are just populated by end routine only.
    When I loaded the data from Data Source TO DSO, Data is loaded correctly into NEW DATA Table of DSO for all the fields. I could see correct data as per the logic in NEW Table including old and new fields.
    However, when I activate the DSO, I could not find the data for new fields which I added last week. Remaining fields are getting data as per the logic. Only these five fields are not having any data.
    Can you please let me know if any one had similar issue. I was under impression that all the data in the new table will go to Active table when we activate the DSO.
    Your inputs are highly appreciated.
    Thanks
    Krishna

    What version of BW are you using?  When editing your end-routine, a pop-up should display saying which fields you want populated/transferred from the end routine.  This pop-up will not display if you are using a lower version of BW 7.x.  To get around this, make sure that your newly added fields have a transformation rule type set to constant.  This will make sure that the fields get populated when transferring from new to active tables.

  • DSO Activation Fails after adding navigational attribute

    hi Gurus
    I have created a object A using Object B as reference and added Object A into Object C as navigation attribute.
    Now my object D which is referenced to Object C also has this object A as attribute and i change to navigational attribute here.
    When i try to turn on nav. attribute check box in DSO then DSO activation fails (Error - DS Object Object D__Object A (Master data check) does not exist} and therefore i cant add it as free char. in report. Though i am getting the data in report if i keep dnt turn on nav. attribute option in DSO and activate it.
    Thanks
    BIT

    Hi
    Make sure your object A has master data check box checked. For this your referenced object B should have master data check.
    Regards,
    Venkatesh

  • HT3939 how to know the carrier for iphone 5 if its showing activation failed please insert a sim card

    how to know the carrier of iphone 5 if its showing activation failed please insert a sim card and i don't know what sim card goes in it and if it is cdma or gsm.
    i stuck on this step. i can't go further it just shows imei and meid number but iccid is displayed unknown. please help me to move further. thank u.

    contact apple.

  • Date fields are showing as  /  /   in DSO for blank dates or no dates

    We are loading flat file data to DSO and the date fields are showing as  /  /   in DSO for blank dates or no dates in the flat file source system.  We don't want to see this / /  and instead of this, we would want to this field in DSO to be in blank. Please help how to achieve this. Is there any way to do this transformation. If yes, then can you please provide  the sample coding.
    Advance Thanks,
    Christy

    I have added the code and data loading is successful. while DSO activation, it is failing. The error message is,
    Value '#' of characteristic 0DATE is not a number with 000008 spaces.
    It seems that we need to change the code. Can you provide me the corrected code please. Thanks.
    Christy

  • Invalid character error while activating data in DSO.

    Hi Experts,
    We are facing an issue with presence of invalid characters in data from source. This throws SID generation error while activating data in DSO. Long text of error shows like this:
    "Value " ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" (HEX 000D0120012001200120012001200120012001200120012001) of characteristic  contains an error at position 1"
    Also we've tried adding the character " Ġ " in TCode RSKC, but it then shows as a rectangle box which I'm not able to copy manually(looks like a blank space or something of that sort).
    We've tried implementing routine to remove special characters while loading data, but still it fails. Due to huge amounts of data, its practically unfeasible to check each record manually.
    Any useful suggestions will be acknowledged.
    regards,
    anoop

    Hi,
      We are using following code for the same purpose. U can use it at infoobject level mapping. This code will check value of each character in the data coming, whether it is in RSKC, if it is a allowed one then it will be passed as it is. Otherwise it will replace that character by space.
        data: l_d_length like sy-index,
                 l_d_char type c,
                 l_d_index type sy-index,
              l  oopx like sy-tabix.
        data : xinfobj(30) type c value 'RABC'.    -> this is ur infoobject name
        clear : result.
        call function 'CONVERSION_EXIT_ALPHA_INPUT'
          exporting
            input  = tran_strucutre-XYZ     -> object name in ur structure
          importing
            output = result.
        l_d_length = strlen( result ).
        do l_d_length times.
          l_d_index = sy-index - 1.
          l_d_char = result+l_d_index(1).
          call function 'RSKC_CHAVL_OF_IOBJ_CHECK'
            exporting
              i_chavl                 = l_d_char
              i_iobjnm                = xinfobj
        I_S_COB_PRO             =
        I_T_COB_PRO_CMP         =
           exceptions
             chavl_not_allowed       = 1
             others                  = 2
          if sy-subrc <> 0.
            result+l_d_index(1) = ' '.
          endif.
        enddo.
    Regards;
    Jitendra

  • Error while activating request in DSO

    COPA Data is successfully uploaded to DSO from PSA.
    DSO -> Manage -> Activate -> Start  -> Displaying error msg :
    Request 122,317 is currently being read from data target ZCOPA_O1
    Message no. RSENQ011
    Have deleted the request from DSO and again loaded, still error persists. Please help.
    Regards

    even if you get the error message it will show you the Data flow.
    Just check which cube or DSO is reading data from this particular DSO for which activation is failing.
    May be that load is still running or some entries are still there in control tables...this is preventing from activation...
    PS: In my last message I wanted to know what is this ZCOPA_O1 ?
    Is this your DSO or Open Hub Destination?
    Edited by: Anindya Bose on Feb 8, 2012 1:27 PM

  • Office 2013 pro plus activation fail on windows 8

    hi guys
    I have issue about getting Office 2013 pro plus activation fail on windows 8 via KMS server.
    When I test using KMS server via nslookup -type=srv _vlmcs._tcp all looks good with corporate KMS server.
    Activation fine with windows 7 environment
    Any idea
    This topic first appeared in the Spiceworks Community

    Hi
    We recommend you download it from the website and extract it again to make sure your source install is complete.
    Run setup.exe as administrator then try the install.
    If the issue persists, refer to the article on General troubleshooting for installing Office 2013 and Office 365:
    http://support.microsoft.com/kb/2822317
    Regards
    Tylor Wang
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while Activating the Standard DSO

    Hi,
    I am getting the below error while Activating the Standard DSO.
    Characteristic 0DPM_DCAS__0CSM_SPRO: DS object 0DPM_DCAS__0CSM_STAT (master data check) does not exist
    I tried searching the forum , but didnt find any answer.
    Any suggestions are welcome.
    Thank you,
    Adhvi.

    Hi,
       Are you getting the error while trying to activate the DSO data after loading or just while trying to activate the DSO itself.
      If it is during the activation of a request,then please check if you have loaded some data in the DSO which doesnt have the corresponding Master Data loaded.For preventing this, you can check in Infopackage/DTP -"No Update without Master Data".
    You can also go into RSRV and perform elementary tests for the DSO and check the SID table consistency.
    Thanks,
    Divya.

  • Error getting while activating Write Optimzed DSO

    Hi Exerts,
    I am getting the below error whil i am activation Write Oprtimized DSO
    Error in global conversion rule for InfoObject ZGSOURSYS
    ZGSOURSYS--- this is compunding attr of all my char.
    Thanks in advance

    Goto RDS1 -->check if the ZGSOURSYS object active or not?
    Check if there are any transfer routine or conversion routine. if there is no routine
    just add some line of code in the transfer routine and save it.
    delete the added line of code and again save the transfer routine. activate the infoobject.
    just saving the transfer routine and activating the infoobject should also help.
    Re: Errors with the global conversion rule for the field 0SOURSYSTEM.

  • Activation of the activity fails u0096 no source files in the active workspace

    Dear All,
    I’m working on a NWDI installation since last month. The NWDI server (NW2004s) has been installed and configured with the following parameters:
    Some Details:
    -     Java Stack on SPS 12
    -     No complete Developer Workplace, we only use the Studio (SPS 12)
    -     OS: WIN 2003
    -     DB: Oracle 10g
    -     SDK: 2 SDK, Standard Edition x64 1.4.2_15
    Installation Usages Types: DI, AS Java, EP Core, EP (EP for the Visual Composer)
    Performed configuration steps:
    -     adaptation of VM parameter in the Visual Admin
    -     patched the NWDI Server and the Studio from SPS 9 to support package stack 12 + available single patches
    -     run the template installer => NWA with type “DI Allinone – run all post installation Steps for DI, CBS, CMS, DTR”
    -     Oracle Parameters changed, User and Authorizations created and assigned (UME, J2EE Security roles, DTR => ACL List), SLD (Creation of a new Landscape), Configuration of the CBS with the VA
    -     Configuration of the Studio (SAP J2EE Engine (fill in the NWDI engine), Proxy Settings, Development Configuration Pool)
    Development Steps for an example:
    -     Creation of a new software product (SLD)
    -     Namespace reservation on SLD => Application Context Root, Development Component Name
    -     Created a Domain and a Track on CMS
    -     Attached all Software components to the track (my own dc, SAP-JEE, SAP_Buildt, SAP_JTechs)
    -     Check-In the Software Components on Transport studio => CMS
    -     Moved the development configuration into Studio
    -     Created a ear- and a web-project => Display a JSP File (It’s the same example like in the SAP Course TADM10)
    -     Check-in the activity under “Open activities” => Activate
    My problem appears during the check-in phase in the studio. I was able to check-In the source files in to the inactive Workspace on the DTR, but the activation of the activity fails. (I thought that the build process runs automatically after the activation - also the movement from the source files from the inactive to the active workspace?).
    I received no error message, but I can’t find any source files in active workspace. The activity seems to be pending. I locate the request in the CBS, the request state is “failed” regarding the request type “activate”.
    At the moment there is no separate runtime system assigned to the NWDI System.
    Questions:
    1.     Have I forgotten an important configuration step?
    2.     Can I use the NWDI Server also as a runtime environment (DEV System)?
    Please let me know if somebody has an idea.
    Thanks.
    Christoph

    Hello Michael,
    thanks a lot for your answer.
    I found the following error messages in the <b>request log</b>:
    <i>Calculate all combinations of components and variants to be built...
         "xxxtest.com/math/calc/webdc01" variant "default"
              "xxxtest.com/math/calc/webdc01" variant "default" cannot be built. Activation will fail.
              INVALID dependency is declared to public part: default.
              [DC 247 variant "default"][SC 65 "xxxtest.com_TASCHENRECHNER_1"] using [PP default of DC 6 at Build-Time Dependency]
         "xxxtest.com/math/calc/eardc03" variant "default"
              "xxxtest.com/math/calc/eardc03" variant "default" cannot be built. Activation will fail.
              The required Build Plugin "sap.com/tc/bi/bp/enterpriseApplication/enterpriseApplication" IS UNKNOWN. None of the compatments contains a suitable plugin for this component.
              [DC 248 variant "default"][SC 65 "sanofitest.com_TASCHENRECHNER_1"] using [BP sap.com/tc/bi/bp/enterpriseApplication/enterpriseApplication]
    Prepare build environment in the file system... started at 2007-09-04 06:13:54.316 GMT
    Prepare build environment in the file system... finished at 2007-09-04 06:13:54.316 GMT and took 0 ms
    ===== Pre-Processing =====  finished at 2007-09-04 06:13:54.332 GMT and took 406 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred during request processing:Activation failed due to component "xxxtest.com/math/calc/webdc01" variant "default". The component is BROKEN.
    ERROR! The following error occurred during request processing:Activation failed due to component "xxxtest.com/math/calc/eardc03" variant "default". The component is BROKEN.
    REQUEST PROCESSING finished at 2007-09-04 06:13:54.332 GMT and took 422 ms</i>
    The <b>Build Log</b> was empty.
    Thank you in advance.
    Best regards
    Christoph

  • No active writeable datasource found for user creation, check your Persiste

    HI SAP Guru's
    Suddenly when I am login in Portal with J2EE_ADMIN or any user , I am getting error
    You are not authorized to access this application; contact your system administrator
    and when I am going to create user in identity management I am getting below error
    Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration.".
    I have searched all related treads in SDN but no success
    Please help.
    Thanks & Regards
    Vinay Patel

    Dear all,
    I was searching the community because I had this same error and there was no answer of how it was fixed. So I'm sending how I fixed today in a customer environment.
    1. Go to portal  http://<portal>/webdynpro/dispatcher/sap.com/tcsecumewdumeadmin/UmeAdminApp
    - select configuration
    - folder "sap system based in abap"
    - do the conection test
    If the test fails, log on in client 001 and change user SAPJSF:
    - assign role SAP_BC_JSF_COMMUNICATION (only this one) and one profile that has permission to RFC logon
    - you can change the password too
    STOP/START ABAP+JAVA
    Go again to the portal above and test connection again. The tests should now be OK.
    2. Go to portal  http://<portal>/irj
    - Log on with administrator user
    Now you should be able to create an user.

  • Terminate:Activity failed; there is no back end error log. - Query Designer

    Hello all,
    Has anyone encountered this erro before while using query Designer. I am trying to drag an infoobject in the rows section and I get this STOP error in message section at the bottom.
    Terminate: Activity failed; there is no back-end error log [A006(R9E)]
    Diagnosis
    An error occurred in the back end.
    System Response
    An error occurred in the back end for which there is no error message. You cannot continue to work.
    Procedure
    Exit the Query Designer and correct the error on the back end.
    Then start the query designer again.
    Procedure for System Administration
    I dont get what is going wrong here,
    Thanks,

    hi,
         There may be some problems with the connectivity in the box which you have logged in or in the excel properties itself. Try to login again and see if the problem is resolved else contact the BASIS or admin.
    Thanks,
    vrrp.

  • Activation failed due to sructure generation error.-URGENT

    i tried to check in an activity but activation failed due to the foloowing error:PLEASE HELP VERY URGENT
    Development Component Build (2008-03-14 10:09:20)
      Component name: tablist
      Component vendor: worldbank.org
      SC compartment: worldbank.org_GDB_OPERATIONS_1
      Configuration: WAS_MIGATEST_D
      Location: WAS_MIGATEST_D
      Source code location: http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/DCs/worldbank.org/tablist/_comp/
      DC root folder: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/
      DC type: Web Dynpro
      Host: sapjdi01
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to  public part "pp_connserv" of DC "worldbank.org/connserv"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/
    Build Plugin 'WebDynproPlugin', Version 6.40 SP 19 (630_VAL_REL, built on 2006-10-27 02:01:51 CEST)
       development component:  tablist (worldbank.org)
          software component:  GDB_OPERATIONS (worldbank.org)
                    location:  WAS_MIGATEST_D
                        type:  Web Dynpro
               build variant:  default
             source location:  http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/
           plugin start time:  2008-03-14 10:09:21 GMT+00:00
                     Java VM:  Classic VM, 1.4.2 (IBM Corporation)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Source folder META-INF exists but is empty.
    Source folder src/configuration exists but is empty.
    Plugin initialized in 1.026 seconds
    Warning: Runtime dependency to connserv (worldbank.org) not allowed (incompatible runtime type).
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.128 seconds
    Executing macro file..
      Using macro file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/macros/build.vm
      Creating output file: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
    Macro file executed in 3 seconds
    Starting Ant..
      Using build file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
      Using build target:   build
      Generation folder:    /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B
      Using Ant version:    1.5.4
    prepare:
         [mkdir] Created dir: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/deploy
    compile:
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/src/packages
         [ddgen] [Info]    Property targetpath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B/gdd
         [ddgen] [Info]    Property archivename: worldbank.org~tablist
         [ddgen] [Info]    Property vendor: worldbank.org
         [ddgen] [Info]    Property dcname: tablist
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       worldbank.orgconnservpp_connserv.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/connserv/_comp/gen/default/public/pp_connserv/lib/java
         [ddgen] [Info]       exception.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypeServices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypesRuntime.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_proxy_rt.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       cmiapi.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproadmin.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynprobasesrvc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproclientserver.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodelimpl.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodel_dynamicrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpropdfobject.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproprogmodel.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling_api.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository_pmr.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproservices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_util_misc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.perf.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Origin.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Ccy_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Subm_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Uw_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Guar_Holder.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Conver_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sic_Cde.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Sndr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Rcvr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Modified_By.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Ty.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Frcast_Chk.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migeo_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Waiv_Flag.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Item_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Categ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Mngmt_Gr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reg_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stat_Chng_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migaorg_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Grp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Typ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Comment.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Src_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sndr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Doctype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Cmmt_User.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sme_Share.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Description.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Amount.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Comment_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Time_Stamp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Miga_Source.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__S_Doc_Typ.gstructure
         [ddgen] [Error]   Structure org.wb.operations.stl.types.__Miga__Appl is not generated
         [ddgen] [Error]   BuiltIn Type or Simple Type expected
         [ddgen] [Info]    Catching throwable null
         [ddgen] [Info]    com.sap.dictionary.generation.ant.GenerationAntTaskError
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:171)
         [ddgen]      at com.sap.dictionary.tools.generation.Generation.generatePersistentStructure(Generation.java:480)
         [ddgen]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:168)
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:47)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:219)
         [ddgen]      at org.apache.tools.ant.Task.perform(Task.java:341)
         [ddgen]      at org.apache.tools.ant.Target.execute(Target.java:309)
         [ddgen]      at org.apache.tools.ant.Target.performTasks(Target.java:336)
         [ddgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         [ddgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         [ddgen]      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:226)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:202)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1498)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)
         [ddgen] ERROR: Unknown exception during generation null (com.sap.dictionary.generation.ant.GenerationAntTaskError)
         [ddgen] ERROR: Generation failed due to errors (3 seconds)
    Ant runtime 5.593 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-03-14 10:09:32 GMT+00:00
    Total build plugin runtime: 10.143 seconds
    Build finished with ERROR

    I think the "," that comes in the flat file. CHange the number fields in the file from ",". If it has 1000 separator remove them. You need not have them in the file. In your case i think the decimals are coming as ",". In that case change your user settings for decimal places and then try to load.
    Hope this helps

  • Activation Failed

    I have a library project and an External Library project, both which build successfully.  In fact the application that uses these runs successfully on one server.  These projects were built on an NWDI Track and there is an activity for each (Create Library and Create External Library).  Both activities are checked in and available in the activation view. 
    I first tried to activate the External Library as it has no predecessors.  The build was successful but the activation failed.  I thought maybe I needed to activate them at the same time so I tried to activate the Create Library - it has one predecessor (Create External Library) - I selected Activate with all Predecessors.  Still Fails.
    This is what the activation log says:
    REQUEST PROCESSING started at 2009-03-03 14:44:05.770 GMT
        ACTIVATION request in Build Space "JP1_EPPHASE1_D" at Node ID: 3,431,550
         [id: 270; parentID: 0; type: 4]
         [options: FORCE ACTIVATE PREDECESSORS, IGNORE COMPONENT INTERSECTION]
        Waiting for access: 4 ms
        ===== Pre-Processing =====  started at 2009-03-03 14:44:05.774 GMT
            List of requested for activation activities:
                'mc.com_TRACK_1' compartment
                    Edit XML Library
                        [ISN 217][created by M100236 at 2009-03-03 09:43:48.0][OID f2562c82b03211ddc1689ad54e639164]
                There is 1 activity in compartment mc.com_TRACK_1
                1 activity will be processed by this request
            Analyze dependencies to predecessor activities... started at 2009-03-03 14:44:05.783 GMT
                Analyzing predecessors in compartment "mc.com_TRACK_1"
                    2 not activated predecessors are detected
                    The following activities are being added to request:
                    "Create XML External Library"   [seq. no 145][created by M100236 at 11/11/08 2:05 PM][ID bdae3201b01311ddac1e9ad54e639164]
                    "Create XML Library"   [seq. no 146][created by M100236 at 11/11/08 3:21 PM][ID 5cedb8ccb02311dd9f7d9ad54e639164]
                    The following DC is to be added to compartment mc.com_TRACK_1:
                    "mc.com/xml_eLib"
            Analyze dependencies to predecessor activities... finished at 2009-03-03 14:44:05.811 GMT and took 28 ms
            Analyze versions... started at 2009-03-03 14:44:05.811 GMT
                List Active Versions Report: "HTTP/1.1 207 Multi-Status" finished at 2009-03-03 14:44:05.914 GMT and took 103 ms
                Resource "/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_eLib.dcref" is not relevant for DC build and will be ignored. Reason: Invalid DC URL '/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_eLib.dcref'. URL does not point to DCs root directory.
                Resource "/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_lib.dcref" is not relevant for DC build and will be ignored. Reason: Invalid DC URL '/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_lib.dcref'. URL does not point to DCs root directory.
                < IGNORE > 'mc.com/xml_eLib' DC
                Synchronize metadata for [mc.com/xml_elib] started at 2009-03-03 14:44:05.980 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 14:44:05.997 GMT and took 7 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 14:44:06.009 GMT and took 12 ms
                Synchronize metadata for [mc.com/xml_elib] finished at 2009-03-03 14:44:06.009 GMT and took 29 ms
                < CREATE > 'mc.com/xml_elib' DC
                Synchronize metadata for [mc.com/xml_lib] started at 2009-03-03 14:44:06.033 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 14:44:06.047 GMT and took 6 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 14:44:06.059 GMT and took 12 ms
                Synchronize metadata for [mc.com/xml_lib] finished at 2009-03-03 14:44:06.059 GMT and took 26 ms
                < CREATE > 'mc.com/xml_lib' DC
            Analyze versions... finished at 2009-03-03 14:44:06.059 GMT and took 248 ms
            Analyze activities... started at 2009-03-03 14:44:06.059 GMT
                Loading component definitions
                DC Metadata inconsistency detected: Registered DC vendor/name "mc.com/xml_elib" does not correspond to "mc.com/xml_eLib" declared in the DC definition
                Removing component "mc.com/xml_eLib" from request 270. A component with this name has not yet been created or activated.
                2 components to be build in compartment "mc.com_TRACK_1"
            Analyze activities... finished at 2009-03-03 14:44:06.077 GMT and took 18 ms
            Calculate all combinations of components and variants to be built...
            Analyze request DC BV... started at 2009-03-03 14:44:06.083 GMT
                    'mc.com/xml_elib' variant 'default'
                    'mc.com/xml_lib' variant 'default'
                    'mc.com/xml_lib' variant 'default' cannot be built. ACTIVATION will fail.
                    INVALID dependency is declared
                    DC 'mc.com/xml_lib' in SC 'mc.com_TRACK_1' USES Non-existing DC 'mc.com/xml_eLib' [public-part: XMLAssembly] AS Build-Time Dependency  [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
            Analyze request DC BV... finished at 2009-03-03 14:44:06.118 GMT and took 35 ms
        ===== Pre-Processing =====  finished at 2009-03-03 14:44:06.120 GMT and took 346 ms
        Change request state from PROCESSING to FAILED
        Error! The following problem(s) occurred  during request processing:
        Error! The following error occurred during request processing:Activation failed due to component "mc.com/xml_lib" variant "default". The component is BROKEN.
    REQUEST PROCESSING finished at 2009-03-03 14:44:06.129 GMT and took 359 ms
    So I can understand there is a problem - but the activities are checked in and I cannot modify them so I am unsure how to fix this issue.  I thought maybe create a new activity and just checkin the project from scratch but that isn't an option as these are always seen as predecessors.  I really need to get these activated and released to the next server so any tips are appriciated.

    I did a sync on the Track and am now receiving a different error:
    REQUEST PROCESSING started at 2009-03-03 15:11:59.292 GMT
        ACTIVATION request in Build Space "JP1_EPPHASE1_D" at Node ID: 3,431,550
         [id: 273; parentID: 0; type: 4]
         [options: FORCE ACTIVATE PREDECESSORS, IGNORE COMPONENT INTERSECTION]
        Waiting for access: 16 ms
        ===== Pre-Processing =====  started at 2009-03-03 15:11:59.308 GMT
            List of requested for activation activities:
                'mc.com_TRACK_1' compartment
                    Create XML Library
                        [ISN 146][created by M100236 at 2008-11-11 15:21:14.0][OID 5cedb8ccb02311dd9f7d9ad54e639164]
                There is 1 activity in compartment mc.com_TRACK_1
                1 activity will be processed by this request
            Analyze dependencies to predecessor activities... started at 2009-03-03 15:11:59.312 GMT
                Analyzing predecessors in compartment "mc.com_TRACK_1"
                    1 not activated predecessor is  detected
                    The following activities are being added to request:
                    "Create XML External Library"   [seq. no 145][created by M100236 at 11/11/08 2:05 PM][ID bdae3201b01311ddac1e9ad54e639164]
                    The following 2 DCs are to be added to compartment mc.com_TRACK_1:
                    "mc.com/xml_elib"
                    "mc.com/xml_eLib"
            Analyze dependencies to predecessor activities... finished at 2009-03-03 15:11:59.339 GMT and took 27 ms
            Analyze versions... started at 2009-03-03 15:11:59.339 GMT
                List Active Versions Report: "HTTP/1.1 207 Multi-Status" finished at 2009-03-03 15:11:59.436 GMT and took 97 ms
                Resource "/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_eLib.dcref" is not relevant for DC build and will be ignored. Reason: Invalid DC URL '/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_eLib.dcref'. URL does not point to DCs root directory.
                Resource "/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_lib.dcref" is not relevant for DC build and will be ignored. Reason: Invalid DC URL '/SCs/mc.com/MC/_comp/TopLevelDCs/mc.com xml_lib.dcref'. URL does not point to DCs root directory.
                < IGNORE > 'mc.com/xml_eLib' DC
                Synchronize metadata for [mc.com/xml_elib] started at 2009-03-03 15:11:59.483 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 15:11:59.497 GMT and took 7 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 15:11:59.516 GMT and took 19 ms
                Synchronize metadata for [mc.com/xml_elib] finished at 2009-03-03 15:11:59.516 GMT and took 33 ms
                < CREATE > 'mc.com/xml_elib' DC
                Synchronize metadata for [mc.com/xml_lib] started at 2009-03-03 15:11:59.541 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 15:11:59.557 GMT and took 9 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 15:11:59.576 GMT and took 19 ms
                Synchronize metadata for [mc.com/xml_lib] finished at 2009-03-03 15:11:59.576 GMT and took 35 ms
                < CREATE > 'mc.com/xml_lib' DC
            Analyze versions... finished at 2009-03-03 15:11:59.576 GMT and took 237 ms
            Analyze activities... started at 2009-03-03 15:11:59.577 GMT
                Loading component definitions
                DC Metadata inconsistency detected: Registered DC vendor/name "mc.com/xml_elib" does not correspond to "mc.com/xml_eLib" declared in the DC definition
                Removing component "mc.com/xml_eLib" from request 273. A component with this name has not yet been created or activated.
                2 components to be build in compartment "mc.com_TRACK_1"
            Analyze activities... finished at 2009-03-03 15:11:59.587 GMT and took 10 ms
            Calculate all combinations of components and variants to be built...
            Analyze request DC BV... started at 2009-03-03 15:11:59.593 GMT
                    'mc.com/xml_elib' variant 'default'
                    'mc.com/xml_lib' variant 'default'
            Analyze request DC BV... finished at 2009-03-03 15:11:59.643 GMT and took 50 ms
            Prepare build environment in the file system... started at 2009-03-03 15:11:59.643 GMT
                Synchronize development configuration... started at 2009-03-03 15:11:59.644 GMT
                Synchronize development configuration... finished at 2009-03-03 15:11:59.646 GMT and took 2 ms
                Synchronize sources for [mc.com/xml_elib] started at 2009-03-03 15:11:59.649 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 15:11:59.667 GMT and took 8 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 15:11:59.696 GMT and took 29 ms
                Synchronize sources for [mc.com/xml_elib] finished at 2009-03-03 15:11:59.696 GMT and took 47 ms
                Synchronize sources for [mc.com/xml_lib] started at 2009-03-03 15:11:59.722 GMT
                    Verification of DL [ws/EPPHASE1/mc.com_MC/dev/active/] finished at 2009-03-03 15:11:59.737 GMT and took 7 ms
                    Verification of cache (level 2: Comparison of attributes) finished at 2009-03-03 15:11:59.777 GMT and took 40 ms
                Synchronize sources for [mc.com/xml_lib] finished at 2009-03-03 15:11:59.778 GMT and took 56 ms
                Synchronize used libraries... started at 2009-03-03 15:11:59.793 GMT
                Synchronize used libraries... finished at 2009-03-03 15:12:00.665 GMT and took 872 ms
            Prepare build environment in the file system... finished at 2009-03-03 15:12:00.665 GMT and took 1 s 22 ms
        ===== Pre-Processing =====  finished at 2009-03-03 15:12:00.665 GMT and took 1 s 357 ms
        Waiting for access: 3 ms
        ===== Processing =====  started at 2009-03-03 15:12:00.669 GMT
            BUILD DCs
                'mc.com/xml_elib' in variant 'default'
                        'XML_Assembly' PP has been changed. Dependent DCs will be re-built.
                        'XML_Component' PP has been changed. Dependent DCs will be re-built.
                    The build was SUCCESSFUL. Archives have been created.
                'mc.com/xml_lib' in variant 'default'
                        'defLib' PP has been changed. Dependent DCs will be re-built.
                    The build was SUCCESSFUL. Archives have been created.
        ===== Processing =====  finished at 2009-03-03 15:12:11.953 GMT and took 11 s 284 ms
        ===== Post-Processing =====
        Waiting for access: 7 ms
        ===== Post-Processing =====  started at 2009-03-03 15:12:11.960 GMT
            Check whether build was successful for all required variants...
                "mc.com/xml_elib" in variant "default"   OK
                "mc.com/xml_lib" in variant "default"   OK
            STORE activation build results... started at 2009-03-03 15:12:11.961 GMT
                Update DC metadata... started at 2009-03-03 15:12:11.961 GMT
                    'mc.com/xml_elib' DC is CREATED
                    'mc.com/xml_lib' DC is CREATED
                Update DC metadata... finished at 2009-03-03 15:12:12.040 GMT and took 79 ms
                STORE build results... started at 2009-03-03 15:12:12.040 GMT
                ===== Post-Processing =====  finished at 2009-03-03 15:12:12.041 GMT and took 81 ms
                Change request state from PROCESSING to FAILED
                Error! The following problem(s) occurred  during request processing:
                Error! The following error occurred during request processing:I/O error:Failed to persist the assembly
    Assembly: [binary ID: [B@35193519]
         [bsID: 27, scID: 101, dcID: 304, bvID: 101, ppName: "XML_Assembly"archive type: "PP Archive", build number: 259]
         temporary location in: /usr/sap/JP1/DVEBMGS00/j2ee/cluster/server0/temp/CBS/1b/.B/259/DCs/mc.com/xml_elib/tmp of the PPBV
    Build Variant "default" of Compartment "mc.com_TRACK_1"
         [bvID: 101, scID: 101, required for activation: true] OF Build variant default of
    Development Component
         "mc.com/xml_elib" in compartment "mc.com_TRACK_1" attached to request 273
         [scID: 101, dcID: 304, parent dcID: 0, current state: OK, action: CREATED]
         Build Number: (last successful: 259, last known 259)
         Original Cause: PPA not found! Expected location:
    /usr/sap/JP1/DVEBMGS00/j2ee/cluster/server0/temp/CBS/1b/.B/259/DCs/mc.com/xml_elib/_comp/gen/default/public/XML_Assembly.ppa
            REQUEST PROCESSING finished at 2009-03-03 15:12:12.084 GMT and took 12 s 792 ms

Maybe you are looking for