Table K9RAAANNNNNNN is not active in the system Message no. K/066

Good Morning SAP Guru's-
I am having an issue during our SAP Upgrade from SP12 to SP18 for my client.  While testing creating a billing document via t-code VF01, we received the above issue which resulted in a Syntax error.  It appears we are missing a table?  Initially, I thought activating the operating concern via KEA0 would be the solution as the same table is found in our sandbox and it works there. 
Table RKEAK9R
I am not an COPA expert however I do not understand why or what is the solution to fix this.  I found notes in SAP but they did not resolve the issue. 
Is there something I need to activate in development or ?
Many thanks!!
Edited by: CharlesMM on Jan 19, 2011 5:08 PM

Hi
This table is created in COPA when you create a derivation step in KEDR using "Derivation rule"... The values that you maintain are maintained in this K9RAA... table...
Ensure if your derivation rules are maintained properly post upgrade and try to regenerate your operating concern from KEA0
Notes 446279 or 148609 may be useful
BR, Ajay M
Edited by: Ajay Maheshwari on Jan 19, 2011 9:58 PM

Similar Messages

  • CreativeCloud.exe doesn't work anymore. It seens to be not activated in the system tray.

    Hello and sorry for my english. My name is Jean-Pierre BRETHES and I have a problem with the creativecloud.exe program which doesn't want anymore to start. (since a while now) The icon in the system tray doesn't appear and it still to be gray (not red). When I clic to lunch the program nothing happen. When I try to reinstall it the download end by a windows "error 50" and everything is stopped.
    AT the beginning I wanted to download In design  program to try the PAO functionalities. Thank to help me. My email adress is <removed email - kglad>. Have a nice day. JP

    Hello and sorry for the delay. Thank you for your answer. I did what you wrote and everything is fine now. Really thank you for that. I fully understood regarding my email address in my message. I will not anymore do this error.
    Have a nice day.
    Sincerely, Jean-Pierre BRETHES
    De : kglad 
    Envoyé : dimanche 6 juillet 2014 23:33
    À : Jean Pierre BRETHES
    Objet :  CreativeCloud.exe doesn't work anymore. It seens to be not activated in the system tray.
    CreativeCloud.exe doesn't work anymore. It seens to be not activated in the system tray.
    created by kglad <https://forums.adobe.com/people/kglad>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/6527054#6527054>

  • The table RSPFL_FDIR is not active in the dictionary

    Hi Everyone,
    When I am trying to edit the table RSPFL_FDIR, It is giving the Error message as The table RSPFL_FDIR is not active in the dictionary". Can somebody tell me how to activate this table.
    Thanks.

    Hello,
    Contact your basis team. Or do it yourself, just go to trx. se11 or se14 and activate the table.
    Regards,
    Jorge Diogo

  • Infoobject 0CEPRCS5 not active in the system

    hello all,
    When I am trying to install anything from BI Content. I am getting these pop ups:
    Infoobject 0CEPRCS5 not active in the system and is being deleted"
    And it keeps on going for alot of infoobjects, a few of them being 0CEBQRQM,0CERVSVOL,0CECLSM ...all are starting with 0CE.
    I need to hit ok to get through all these pop ups and then my objects continue collecting.
    What is this pop up for, is any one else seeing these pop ups?
    Thanks,
    Kiran

    For the sake of discussion, I have the same issue for e.g. 0VKAPPSID and 0VKDLGID, when collecting the <i>not assigned characteristics</i> IOCatalog and the related objects before the data flow.
    Davide

  • Cannot drop the table because it does not exist in the system catalog. Transaction context in use by another session

    Hi Every one,
    An error has occurred during report processing. (rsProcessingAborted)
    Get Online Help
    Query execution failed for data set 'NonFinTran'. (rsErrorExecutingCommand)
    Get Online Help
    Cannot drop the table '#NonFinTran', because it does not exist in the system catalog. Cannot drop the table '#MultipleNonFinTran',
    because it does not exist in the system catalog. Transaction context in use by another session.
    NOTE: NonFinTran &
    MultipleNonFinTran are
    the Temp table in my storedPoc.
    Please any help me to solve this issue. 
    Thanks & Regards,
    Anil Kumar
    Anil Kumar

    Hi Harsh,
     Below is my Stored Proc
    SELECT @ServerName=datasource from master.dbo.sysservers WHERE catalog='Voyager'    
     SELECT @ServerName3=datasource from master.dbo.sysservers WHERE catalog='AuditLog'    
     SELECT @ServerName2=datasource from master.dbo.sysservers WHERE catalog='Portal'    
     IF @ServerName IS NOT NULL SET @ServerName='[' + @ServerName + '].' ELSE SET @ServerName=''    
     IF @ServerName3 IS NOT NULL SET @ServerName3='[' + @ServerName3 + '].' ELSE SET @ServerName3=''    
     IF @ServerName2 IS NOT NULL SET @ServerName2='[' + @ServerName2 + '].' ELSE SET @ServerName2=''    
     IF Exists(Select * From tempdb.dbo.SysObjects Where Name Like '#NonFinTran%')     
      DROP TABLE #NonFinTran    
     IF Exists(Select * From tempdb.dbo.SysObjects Where Name Like '#MultipleNonFinTran%')     
      DROP TABLE #MultipleNonFinTran    
     CREATE TABLE #NonFinTran (FirstName VARCHAR(40), TaxId VARCHAR(40), TrxID VARCHAR(40), Status VARCHAR(255), Field1 VARCHAR(255), Field2 VARCHAR(255),    
       Field3 VARCHAR(255), Field4 VARCHAR(255), Field5 VARCHAR(255), Field6 VARCHAR(255), DateTime DATETIME,     
       BranchID CHAR(3), BankID CHAR(1), FromAccountID VARCHAR(255), FromAccountType VARCHAR(255))    
     CREATE TABLE #MultipleNonFinTran (FirstName VARCHAR(40), TaxId VARCHAR(40), TrxID VARCHAR(40), Status VARCHAR(255), Field1 VARCHAR(255), Field2 VARCHAR(255),    
       Field3 VARCHAR(255), Field4 VARCHAR(255), Field5 VARCHAR(255), Field6 VARCHAR(255), DateTime DATETIME,     
       BranchID CHAR(3), BankID CHAR(1), FromAccountID VARCHAR(255), FromAccountType VARCHAR(255))     
    INSERT #NonFinTran    
     EXEC('SELECT FirstName, TaxID,     
      TrxID, Status, TrxField1, TrxField2, TrxField3, TrxField4, TrxField5, TrxField6, DateTime, '''', '''', '''', ''''    
     FROM ' + @ServerName3 + 'AuditLog.dbo.CCAuditLogEntryView AS Audit, ' + @ServerName + 'Voyager.dbo.CCUser AS CCUser    
     WHERE CCUser.UserID = Audit.UserID     
      AND Audit.Succeeded = 1     
      AND Audit.TrxID IN (''ChangeBillPayDefaultAccountEdit'',''ChangeExpiryUserPassword'',''ChangePasswordEdit'',    
       ''ChangeUserPassword'',''ManageAddressMaint'',''ManageContactMaint'',''ManageSecretQuestionAnswerEdit'',    
       ''ManageTransLimitMaint'',''OtherBankAccountMaintAdd'',''OtherBankAccountMaintDelete'',''OtherBankAccountMaintEdit'',    
       ''WithinAmBankAccountMaintAdd'',''WithinAmBankAccountMaintDelete'',''WithinAmBankAccountMaintEdit'',    
       ''SetAccountMaskPreferenceAudit'',''ChangeLoginIdAudit'')     
      AND DATEDIFF(DAY, CONVERT(DATETIME, CONVERT(VARCHAR(10), ''' + @StartDate + '''), 103), Audit.DateTime) >= 0     
      AND DATEDIFF(DAY, CONVERT(DATETIME, CONVERT(VARCHAR(10), ''' + @EndDate + '''), 103), Audit.DateTime) <= 0 ')    
     INSERT #MultipleNonFinTran    
     EXEC('SELECT DISTINCT FirstName, TaxID,     
      TrxID, Status, TrxField1, TrxField2, TrxField3, TrxField4, TrxField5, TrxField6, Audit.DateTime as AuditDateTime,    
    (SELECT DISTINCT SUBSTRING(A.BranchCode,3,3)  FROM ' + @ServerName + 'AuditLog.dbo.CCAuditLogEntryView X INNER JOIN ' + @ServerName + 'Voyager.dbo.CCuser U
    ON X.UserId = U.UserId INNER JOIN ' + @ServerName + 'Voyager.dbo.AMHZ_CustomerProfile P ON P.EnrolId = U.TAXID 
    INNER JOIN ' + @ServerName + 'Voyager.dbo.AMHZ_AccountListing A ON A.CIFNO = P.CIFNO
    WHERE X.UserId = Audit.UserId AND A.AccountNo = SUBSTRING(Audit.TrxField1,11,16) AND P.CIFNO = A.CIFNO
    AND (SUBSTRING(A.BranchCode,3,3) <> NULL OR SUBSTRING(A.BranchCode,3,3) <> '''')
    AND CHARINDEX(''AccountID='', Audit.TrxField1, 1) > 0),
      SUBSTRING(TrxField1,14,1), CASE WHEN CHARINDEX(''AccountID='', TrxField1, 1) > 0 THEN     
      SUBSTRING(TrxField1,11,16) ELSE '''' END, CASE WHEN CHARINDEX(''AccountType='', TrxField2, 1) > 0 THEN SUBSTRING(TrxField2,13,3) ELSE '''' END    
     FROM ' + @ServerName3 + 'AuditLog.dbo.CCAuditLogEntryView AS Audit, ' + @ServerName + 'Voyager.dbo.CCUser AS CCUser    
     WHERE CCUser.UserID = Audit.UserID     
      AND Audit.Succeeded = 1     
      AND Audit.TrxID IN (''SetAccountAttributesAudit'',''SetAccountFriendlyNameAudit'',    
      ''AccountProfileMaintULDelete'',''AccountProfileMaintLHAAdd'',''AccountProfileMaintLSCAdd'')
      AND DATEDIFF(DAY, CONVERT(DATETIME, CONVERT(VARCHAR(10), ''' + @StartDate + '''), 103), Audit.DateTime) >= 0     
      AND DATEDIFF(DAY, CONVERT(DATETIME, CONVERT(VARCHAR(10), ''' + @EndDate + '''), 103), Audit.DateTime) <= 0 ')  
      SET @stmt = '    
     SELECT * FROM    
     SELECT BranchName,
     CASE WHEN SUBSTRING(FromAccountID,1,6) IN (''519901'',''559409'')  THEN ''DC''  
    ELSE       
     CASE FromAccountType WHEN ''01'' THEN ''SA '' WHEN ''02'' THEN ''CA '' WHEN ''03'' THEN ''FD ''     
        WHEN ''SA'' THEN ''SA '' WHEN ''CA'' THEN ''CA '' WHEN ''FD'' THEN ''FD '' ELSE FromAccountType + '' ''    
     END 
     END +     
    case when Len(FromAccountID) =16 Then  
       CASE FromAccountType WHEN ''VC'' THEN   
       SUBSTRING(FromAccountID,1,6)+''******''+SUBSTRING(FromAccountID,13,4)      
    WHEN ''MC'' THEN SUBSTRING(FromAccountID,1,6)+''******''+SUBSTRING(FromAccountID,13,4)  END  
         when Len(FromAccountID) =15 Then 
    CASE FromAccountType WHEN ''VC'' THEN   
       SUBSTRING(FromAccountID,1,6)+''******''+SUBSTRING(FromAccountID,13,3)      
    WHEN ''MC'' THEN SUBSTRING(FromAccountID,1,6)+''******''+SUBSTRING(FromAccountID,13,3)  END  
         ELSE FromAccountID   
    ENd  
     AS FromAcctNo,    
     CASE TrxId  
     WHEN ''AccountProfileMaintLHAAdd'' THEN ''Link Account/Card''    
     WHEN ''AccountProfileMaintLSCAdd'' THEN ''Link Account/Card''    
     WHEN ''APMFamilyFirstAdd'' THEN ''Link Family First Account''    
     WHEN ''AccountProfileMaintULDelete'' THEN ''Unlink Account/Card''    
     WHEN ''BalInqFD'' THEN CASE  WHEN Field3 IN (''APMLink=SUCCESS'') THEN ''APMLink Success'' ELSE ''Fixed Deposit Balance Inquiry'' END  
     WHEN ''BalInqCASA'' THEN CASE  WHEN Field3 IN (''APMLink=SUCCESS'') THEN ''APMLink Success'' ELSE
         CASE WHEN FromAccountType IN (''SA'',''01'') THEN ''Savings Account Balance Inquiry'' 
        ELSE ''Current Account Balance Inquiry'' 
       END 
      END    
     WHEN ''StopCheck'' THEN ''Stop Cheque Request''    
     WHEN ''CheckReorder'' THEN ''Order Your Cheque''    
     WHEN ''CheckInquiry'' THEN ''Cheque Inquiry''    
     WHEN ''TransHistFD'' THEN ''Fixed Deposit Transaction History''    
     WHEN ''TransHistCASA'' THEN    
      CASE WHEN FromAccountType IN (''SA'',''01'') THEN ''Savings Account Transaction History'' ELSE ''Current Account Transaction History'' END    
     WHEN ''StmtInqCC'' THEN    
      CASE WHEN FromAccountType IN (''DR'',''03'') THEN ''Debit Card Statement Inquiry'' ELSE ''Credit Card Statement Inquiry'' END    
     WHEN ''StmtInqDA'' THEN    
      CASE WHEN FromAccountType IN (''SA'',''01'') THEN ''Savings Account Statement Inquiry'' ELSE ''Current Account Statement Inquiry'' END    
     WHEN ''StmtReq'' THEN ''Printed Statement Request''    
     WHEN ''StmtInqIAMSTAR'' THEN ''E-AMSTAR Statement Inquiry''    
     WHEN ''Repayment/Transfer Inquiry'' THEN ''Repayment/Transfer Inquiry''    
     WHEN ''Account Inquiry'' THEN ''Account Inquiry''    
     WHEN ''Payment Inquiry'' THEN ''Payment Inquiry''    
     END AS TransType,    
     FirstName AS CustomerName,    
     TaxId, CONVERT(VARCHAR, DateTime, 103) AS Date, CONVERT(VARCHAR, DateTime, 108) AS Time    
     FROM #NonFinTran, ' + @ServerName3 + 'Portal.dbo.TB_Branch AS TB_Branch    
     WHERE     
     BranchId = TB_Branch.BranchCode     
     AND (TB_Branch.InstCode IN (''00001'', ''00003'',''001'',''002''))    
     AND (FromAccountType IN (''SA'', ''CA'', ''FD'', ''01'', ''02'', ''03'')))'    
    EXEC (@stmt)
    IF Exists(Select * From tempdb.dbo.SysObjects Where Name Like '#NonFinTran%')     
     DROP TABLE #NonFinTran    
     IF Exists(Select * From tempdb.dbo.SysObjects Where Name Like '#MultipleNonFinTran%')     
      DROP TABLE #MultipleNonFinTran    
    Anil Kumar

  • DBIF_RSQL_TABLE_UNKNOWN Table AUSPN_V1 does not exist in the database with ID R/3

    Hi All,
    We are encountering numerous short dumps in our system caused by Table AUSPN_V1 does not exist in the database with ID R/3.
    Can anyone advise how to solve the issue? Please find below portion of the short dumps.
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           SAPLCLVF
    Application Component  CA-CL-CL
    Date and Time          11.06.2014 12:08:28
    Short text
         A table is unknown or does not exist.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLCLVF" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         A table is referred to in an SAP Open SQL statement that either does not
          exist or is unknown to the ABAP Data Dictionary.
         The table involved is "AUSPN_V1" or another table accessed in the statement.
    Source Code Extract
    Line  SourceCde
      104     if dupl = kreuz.
      105       insert auspc_v2 client specified from table auspcv2
      106                              accepting duplicate keys.
      107     else.
      108       insert auspc_v2 client specified from table auspcv2.
      109       if syst-subrc ne 0.
      110         message a585 with tabausp.
      111       endif.
      112     endif.
      113     refresh auspcv2.
      114   endif.
      115   read table auspcv3 index 1.
      116   if syst-subrc = 0.
      117     if dupl = kreuz.
      118       insert auspc_v3 client specified from table auspcv3
      119                              accepting duplicate keys.
      120     else.
      121       insert auspc_v3 client specified from table auspcv3.
      122       if syst-subrc ne 0.
      123         message a585 with tabausp.
      124       endif.
      125     endif.
      126     refresh auspcv3.
      127   endif.
      128   read table auspnv1 index 1.
      129   if syst-subrc = 0.
      130     if dupl = kreuz.
      131       insert auspn_v1 client specified from table auspnv1
      132                              accepting duplicate keys.
      133     else.
    >>>>>       insert auspn_v1 client specified from table auspnv1.
      135       if syst-subrc ne 0.
      136         message a585 with tabausp.
      137       endif.
      138     endif.
      139     refresh auspnv1.
      140   endif.
      141   read table auspnv2 index 1.
      142   if syst-subrc = 0.
      143     if dupl = kreuz.
      144       insert auspn_v2 client specified from table auspnv2
      145                              accepting duplicate keys.
      146     else.
      147       insert auspn_v2 client specified from table auspnv2.
      148       if syst-subrc ne 0.
      149         message a585 with tabausp.
      150       endif.
      151     endif.
      152     refresh auspnv2.
      153   endif.

    Hello
    Please check on transaction SE11 if this table exists and if it is active.
    Also, it may be a database issue. What is your database?
    BR
    Caetano

  • SAPK-81705INDMISBSC-Table 'SMW3_BDOC2' iseither not active.

    Hi Gurus,
    While applying (component :DMIS_BSC_2008_1_700) patch SAPK-81705INDMISBSC Its giving below error.
    >>>>>
    Program CNV_TDMS_CRM_DETERMINE_BO, Include CNV_TDMS_CRM_DETERMINE_BO_F01: Syntax error in line 000090
    The Dictionary structure or table 'SMW3_BDOC2' iseither not active or does not exist.
    >>>>>
    Checked the table using Se11,SM30 it does not exist in the system.I can create the table but since its standard table have to rethink before creating .
    We had applied the same patch in quality system it was completed sucessfully,Though the table does not exist in quality as well.
    anybody has any idea please let me know.
    Thanks&Regards
    Praveen

  • Table Z does not exist in the database

    Hi,
    I have created a Z table and modified the DataType from NUMC to DEC and transported to Quality server
    and it is giving an information error that (Table Z does not exist in the database) then once again
    i modified the DataType from DEC to NUMC and transported to Quality server  then still it is giving an information error that
    (Table Z does not exist in the database) please help me out in this issue.
    Thanks in advance.

    Hi Jayanthumer,
    Have you Activated (Ctrl + F3) the Table in SE11 before transporting to Quality server ?
    Try to activate (Ctrl + F3) the table in SE11 of your Quality server...
    It may not be imported properly into Quality server...
    Ask to BASIS person about errors/warnings while importing to Quality Server..
    Also activate all dataelement and domains.... make sure all things are active...
    Once you activate it then it will create the table in database... till then there will be no table in database...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Licecache table missing Table MATRIXINDE does not exist in the database wit

    Hello,
    We recently done a system copy of our APO system, everything went well. in case of Livecache there are 2 problem
    1) when we do the integration for LCA/LDA/LCA while we mentione the Livecache server it is not taking the host name , it is only picking the IP address of the livecache server. If we tried host name, it times out.
    2) once we give the IP address as livecache server  we can start the live cache server. Bure there is only two tables in it
    when we run
    transaction Livecache Check (/SAPAPO/OM03) we get the erro i.e.Table MATRIXINDE does not exist in the database with ID LCA
    runtime error DBIF_RSQL_TABLE_UNKNOWN
    When we look into the tables there are only 2 tables in it
    AAPSYSNAME
    LCA_WARNINGS
    when I compare with other system...it is missing a lots of other tables..
    We did re-initialized the livecache.
    Appreciate your help in this

    Hello Sudhir,
    1) Did you create the SAP ticket where this issue is reported?
    2) It's good to know more details about the APO version, liveCache/LCA versions on your
        source & target systems.
        What note or document did you follow to do a system copy of our APO system?
    3) Please pay attention to the recommendations in the SAP notes:::
             877203     Post steps after the Homogenous liveCache copy usi u2026
             886103    System Landscape Copy for SAP SCM
    Thank you and best regards, Natalia Khlopina

  • Trip country IN / trip region  do not exist in the system (T702O)

    Hi Experts,
    While creating Travel request in TCode TRIP I am getting this error"Trip country IN / trip region  do not exist in the system (T702O)"
    But the table T702O does not exist when i checked in SM30. Can u please tell me how to solve this error.
    Thanks and Regards,
    Shilpa

    Hi Shilpashree,
    I am also facing the same problem. I maintained T702O table, schema & V_T706O. But still facing the same problem.
    Please help to sort the issue. Even i had followed some of the SDN links:
    Trip country IN / trip region  do not exist in the system (T702O)"
    Re: Trip country IN / trip region  do not exist in the system (T702O)
    Error while Creating Travel Request ..thru TRIP
    Thanks in Advance

  • Problems Shared Services:Registered application is not active at the moment

    Hi!
    I have a problem with Hyperion Shared Services (HSS) and Hyperion Performance Socrecard (HPS), my projecto from HPS appears like if not it was registered in HSS.
    The error is: Registered application is not active at the moment. Please consult your system administrator.
    The information was migrated from other server, now already run configuration utility and configurate my proyect, but not appears in HSS.
    Optional: This is necessary for assign sercurity roles by Domain?
    Thank you very much.

    Did you get this resolved .
    Vinod

  • Missing Fonts when fonts are activated on the system.

    I created an Indesign CS6 document (334pg book) and used ITC Garamond Bold for the document subheads. This was done with a paragraph style. After editing the document I get a missing font warning for ITC Garamond Bold. The font is activated on the system using Suitcase Fusion 4. If I create a new document the font is available. Both documents open. One shows the font missing. On a Mac OSX 10.6.8. Any ideas on fixing this missing font error?

    Why not obtain FontFingler or FontNuke and run these font cache burping utilities and see if the problem goes away? Is it installed in more than one place? Does one of your documents have a Document Fonts subfolder and the other doesn't? Did you maybe try to Export the afflicted document to IDML, and then turn around and re-open that file?

  • Registered application is not active at the moment.

    Two symtoms
    This happens with the Native Admin or any MSAD Shared Services admin.
    When in Shared Services - Right Click on Hyperion System 9 BI+ - the option to Assign Preference is not available
    Also when selecting the same project the following message -
    Registered application is not active at the moment. Please consult your system administrator.
    This is not of a case of it breaking. This was the symptom since the original installation.
    System 9.3.1 -
    Note - Regestering BI with Shared Services does an interesting thing - The menu appears to Assign Preference - but a page cannot be displayed also appears.
    When recycling services the menu option disappears again.
    Any thoughts?

    Hi,
    I have exactly the same error with a different external directory wich is Open LDAP.
    Did you get any answers or tips around this error ?
    Thanks,
    Gaël.

  • Registered application is not active at the moment. Please consult your sys

    Registered application is not active at the moment. Please consult your system administrator. This is what I often (and now) see when opening the default created application "Hyperion System 9 BI+:#####.intranet.######.nl:6800::1 BI+ 9.3.1 " under default created project "Hyperion System 9 BI+" in Shared Services. Even after restaring all the relevant services in the right sequence with the right delay I still got the message. Anyone an idea?

    Hi,
    I'm also interested in the answer, if you got it.
    Thanks,

  • Container MigrationContainer is not active at the moment

    Hi All,
    Below mentioned error encountered while deploying SAP-CRMDIC component using the file SAPCRMDIC17_0-10002941.SCA. It ended up in "ERROR" status in JSPM.
    Problem might be due to the "inactive container". Could you please let me know a easiest method to deploy the SAP-CRMDIC component.
    predecessor system -
                         com.sap.engine.services.deploy.exceptions.ServerDeploymentE
    xception: Container MigrationContainer is not active at the moment and it is not
    possible to update sap.com/crmmigrxcm.
                            at com.sap.engine.services.deploy.server.application.Upd
    ateTransaction.getConcernedContainers(UpdateTransaction.java:485)
                            at com.sap.engine.services.deploy.server.application.Dep
    loyUtilTransaction.commonBegin(DeployUtilTransaction.java:265)
                            at com.sap.engine.services.deploy.server.application.Upd
    ateTransaction.begin(UpdateTransaction.java:166)
                            at com.sap.engine.services.deploy.server.application.App
    licationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                            at com.sap.engine.services.deploy.server.application.App
    licationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                            at com.sap.engine.services.deploy.server.DeployServiceIm
    pl.makeGlobalTransaction(DeployServiceImpl.java:3190)
                            at com.sap.engine.services.deploy.server.DeployServiceIm
    pl.update(DeployServiceImpl.java:671)
                            at com.sap.engine.services.deploy.server.DeployServiceIm
    plp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                            at com.sap.engine.services.rmi_p4.DispatchImpl._runInter
    nal(DispatchImpl.java:330)
                            at com.sap.engine.services.rmi_p4.DispatchImpl._run(Disp
    atchImpl.java:201)
                            at com.sap.engine.services.rmi_p4.server.P4SessionProces
    sor.request(P4SessionProcessor.java:137)
                            at com.sap.engine.core.service630.context.cluster.sessio
    n.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.ja
    va:33)
                            at com.sap.engine.core.cluster.impl6.session.MessageRunn
    er.run(MessageRunner.java:41)
                            at com.sap.engine.core.thread.impl3.ActionObject.run(Act
    ionObject.java:37)
                            at java.security.AccessController.doPrivileged(AccessCon
    troller.java:207)
                            at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:104)
                            at com.sap.engine.core.thread.impl3.SingleThread.run(Sin
    gleThread.java:176)
                         For detailed information see the log file of the Deploy Ser
    vice.
    11/02/12 19:54:04 -  ***********************************************************
    Feb 12, 2011 7:54:04 PM  Info: End of log messages of the target system.
    Feb 12, 2011 7:54:04 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE App
    lication) *****
    Feb 12, 2011 7:54:04 PM  Error: Aborted: development component 'crm/migr/xcm'/'s
    ap.com'/'MAIN_CRM50VAL_C'/'7630861'/'2', grouped by :
    Caught exception during application deployment from SAP J2EE Engine's deploy ser
    vice:
    java.rmi.RemoteException: Cannot deploy application sap.com/crmmigrxcm..
    Reason: Container MigrationContainer is not active at the moment and it is not p
    ossible to update sap.com/crmmigrxcm.; nested exception is:
            com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Con
    tainer MigrationContainer is not active at the moment and it is not possible to
    update sap.com/crmmigrxcm.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDepl
    oyerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 12, 2011 7:54:04 PM  Info: Starting to save the repository
    Feb 12, 2011 7:54:05 PM  Info: Finished saving the repository
    Feb 12, 2011 7:54:05 PM  Info: Starting: Update: Selected software component 'SA
    P-CRMDIC'/'sap.com'/'MAIN_CRM50VAL_C'/'1000.5.0.17.0.20100820072113''/'2' update
    s currently deployed software component 'SAP-CRMDIC'/'sap.com'/'MAIN_CRM50VAL_C'
    /'1000.5.0.14.0.20090211084319''/'1'.
    Feb 12, 2011 7:54:05 PM  Error: Aborted: software component 'SAP-CRMDIC'/'sap.co
    m'/'MAIN_CRM50VAL_C'/'1000.5.0.17.0.20100820072113''/'2':
    Failed deployment of SDAs:
    development component 'crm/migr/xcm'/'sap.com'/'MAIN_CRM50VAL_C'/'7630861'/'2' :
    aborted
    Please, look at error logs above for more information!
    Feb 12, 2011 7:54:05 PM  Info: Starting to save the repository
    Feb 12, 2011 7:54:05 PM  Info: Finished saving the repository
    Feb 12, 2011 7:54:05 PM  Info: J2EE Engine is in same state (online/offline) as
    it has been before this deployment process.
    Feb 12, 2011 7:54:05 Error: -
    At least one of the Deployments
    failed -
    Thanks.

    Hi,
    You would need to start the services MigrationService and MigrationContainer using following commands.
    - connect via telnet to the system: telnet <hostname> 5<instance number>04
    - authenticate with administrator username/password
    - jump <server_id>         Server ID can be obtained from the Visual Administrator/or from System Information Page.
    - startservice MigrationService
    - startservice MigrationContainer
    Then retry the deployment.
    Regards,
    Srikishan

Maybe you are looking for

  • Can I set up a message-listener on a temporary destination?

    //Given session exists Topic tempTopic = session.createTemporaryTopic(); TopicSubscriber receiver = session.createSubscriber(tempTopic); //Topic is a named topic defined using Admin tool. TopicPublisher sender = session.createPublisher(topic); sessio

  • Why system stopped

    Does anyone knows why the system became unavailable.  Dev_disp trace is appended. Did u201CBIDANDSAu201D run something?: trc file: "dev_disp", trc level: 1, release: "700" sysno      00 sid        VHR systemid   562 (PC with Windows NT) relno      70

  • I can't receive calls.. and the help stuff on my phone doesn't, well help.

    So I tried calling my cell with my house phone to see what the difference in ring tone would be with Out of Holster and in Holster (which I still don't know) and it said that the number I have called is not in service when clearly it is because I can

  • How to export the data to Multiple sheet in Excel

    Hi, How can I export the data to multiple sheets in excel using Crystal Report XI. Thanks, Baski. Edited by: J_Baskaar on Mar 31, 2010 8:14 AM

  • Help with running PE 2.0 on computer with Windows Vista?

    I am having problems opening my older version 2 of photoshop elements after installing it on a laptop with Windows Vista.   It loads but freezes up when I try to open the program.  I do have the program loaded on a desk top system with XP and it runs