SUM phase - Need to activate object METH CX_E2E_DPC_SETUP====CM001 is inactive

Hi Experts,
I am doing SUM update in the solution manager 7.1 system to update the patches.
During the Solution Manager system preparation, I have applied the below note as a part of Central correction Note.
1707803 - DPC: Grey metrics due to "Agent not registered" message
During the pre-processing - update preparation phase, SUM tool asking to release the Transport Requests/Tasks.
While trying to release the task of the TR, I am getting error as ' Object METH CX_E2E_DPC_SETUP========CM001 is inactive.
Can you please let me know, Is it ok if I activated the object.
I am able to find the 'CX_E2E_DPC_SETUP' Class under SE80--> Inactive objects-->classes.
As I am not yet done this object activation earlier, Can you pls let me know the procedure to activate the object.
BR-Vamshi

Hi Vamshi,
I was too stucked into same issue.
I have activated object and its worked, I am able to release TR which is contained SAP note 1707803.
To activate object: Goto Tx Snote--> select SAP note 1707803--> click on option "Corrected Objects (ctrl+F6)" ---> select object "CX_E2E_DPC_SETUP"---> click on Activate.
It will prompt you for Developer key & Object key, put both key and click ok, your object will activate.
After that release TR and continue to your patch update.
[Note: Please take full backup before activating object and then try activate object]
Thanks,
Siddhesh

Similar Messages

  • In which situation I need to active objects after transport

    Hi Experts,
        I'm wondering in which situation I need to active object after transport?  In some cases, I have to active transformation, DTP, infoobject, multiprovider....  Does any one make a conclusion of that?
        thanks in advance.
    Eric

    Sometimes, because of impact of a transport some other objects will be deactivated, then we need to manuaaly activate the objects after transport.
    Also, sometimes transport after import process could not be able to activate the objects, then also we have to activate them manually.
    Or suppose, you have moved and infoobject, due to which some other objects become inactive (where ever infoobjects is being used), then we have to activate them manually, if you dont want to transport them.

  • Implementation project - needed to activate ChRM?

    Dear SolMan gurus.
    Is needed to activate a sap solman change management during creating an Implementation project? Or in other words, how to create task list for implementation project without activating ChRM?
    Thank you for you answers.
    Best regards,
    Petr Syka

    Hi
    If you want to use task list and other functionalities given under
    System Landscape tab->change request tab..................in solar_project_admin project
    you need to activate charms which helps to automate the transport mechanism for managed systems like ecc etc
    but in case you just want to implement or execute SAP ecc blueprinting and store doc etc you dont need to activate charms for that and you won't get any task list or phase wise maintenance cycle etc.
    hope that ans ur query
    regards
    prakhar

  • Activatable object must provide an activation constructor error

    Hi everybody,
    while I'm trying to calling a simple activatable object, I got this error
    rmi://localhost:1099/MyActivatableServer
    Found a reference to the object that extend IMyRemoteInterface and Activatable
    Invoking the remote method of this object
    RemoteException
    java.rmi.activation.ActivateFailedException: activation failed; nested exception is:
         java.rmi.activation.ActivationException: Activatable object must provide an activation constructor; nested exception is:
         java.lang.NoSuchMethodException: Progetto3.MyActivatableServer.<init>(java.rmi.activation.ActivationID, java.rmi.MarshalledObject)
         at sun.rmi.server.ActivatableRef.activate(ActivatableRef.java:285)
         at sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:114)
         at Progetto3.MyActivatableServer_Stub.chiamamiInRemoto(Unknown Source)
         at Progetto3.Client.run(Client.java:52)
         at Progetto3.Client.main(Client.java:78)
    Caused by: java.rmi.activation.ActivationException: Activatable object must provide an activation constructor; nested exception is:
         java.lang.NoSuchMethodException: Progetto3.MyActivatableServer.<init>(java.rmi.activation.ActivationID, java.rmi.MarshalledObject)
         at sun.rmi.server.ActivationGroupImpl.newInstance(ActivationGroupImpl.java:273)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
         at java.rmi.activation.ActivationGroup_Stub.newInstance(Unknown Source)
         at sun.rmi.server.Activation$ObjectEntry.activate(Activation.java:1277)
         at sun.rmi.server.Activation$GroupEntry.activate(Activation.java:972)
         at sun.rmi.server.Activation$ActivatorImpl.activate(Activation.java:243)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
         at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:179)
         at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
         at $Proxy0.activate(Unknown Source)
         at java.rmi.activation.ActivationID.activate(ActivationID.java:96)
         at sun.rmi.server.ActivatableRef.activate(ActivatableRef.java:258)
         ... 4 more
    Caused by: java.lang.NoSuchMethodException: Progetto3.MyActivatableServer.<init>(java.rmi.activation.ActivationID, java.rmi.MarshalledObject)
         at java.lang.Class.getConstructor0(Class.java:2647)
         at java.lang.Class.getDeclaredConstructor(Class.java:1953)
         at sun.rmi.server.ActivationGroupImpl$1.run(ActivationGroupImpl.java:228)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.server.ActivationGroupImpl.newInstance(ActivationGroupImpl.java:222)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
    I can't figure out what constructor it need, because there is already a default constructor in the remote object implementation.
    do anybody have an idea?
    I'm going to post the program code in the reply.

    here is the client code
    public class Client implements Runnable {
         private String server;
         private long ms;
         private String msg;
         public Client(String server, long ms, String msg) {
              //server address
              this.server = server;
              //time in ms need for the activatable object
              this.ms = ms;
              //the message to print out
              this.msg = msg;
              public void run() {
              //create a securitymanager
              System.setSecurityManager(new RMISecurityManager());
             try {
                   String location = "rmi://" + server + "/MyActivatableServer";
                   System.out.println(location);
                   //lookup on server
                   IMyRemoteInterface mri = (IMyRemoteInterface)Naming.lookup(location);
                   System.out.println("Found a reference to the object that extend IMyRemoteInterface and Activatable ");
                   int risultato = 0;
                   System.out.println("Invoking the remote method of this object");
                    //call the method "chiamamiInRemoto" of the remote activatable object
                   risultato = mri.chiamamiInRemoto(ms, msg);
                   System.out.println("Fine dell'invocazione remota");
                   if (risultato != 0)
                        System.out.println("ok");
                   else
                        System.out.println("no ok");
              } catch (MalformedURLException e) {
                   System.out.println("MalformedUrlException");
                   e.printStackTrace();
              } catch (RemoteException e) {
                   System.out.println("RemoteException");
                   e.printStackTrace();
              } catch (NotBoundException e) {
                   System.out.println("NotBoundException");
                   e.printStackTrace();
              } catch (AccessControlException e){
                   System.out.println("AccessControlException");
                   e.printStackTrace();
              } catch (Exception e){
                   System.out.println("Other Exception");
                   e.printStackTrace();
         public static void main(String[] args) {
              Client cliente = new Client("localhost:1099",150,"hello");
              cliente.run();
    }the server interface that the activatable implements is simply
    public interface IMyRemoteInterface extends Remote {
         public int chiamamiInRemoto(long ms, String msg) throws RemoteException;
    }and the activatable object's implementation is
    public class MyActivatableServer extends Activatable implements IMyRemoteInterface {
         //il threadpool per gestire le chiamate arrivate
         private final ExecutorService pool;
         //per accedere al variabile indice, bisogna prima sincronizzarsi su questo lock
         private Object objLock;
         //un indice che tiene conto di quanti thread sono stati creati per gestire l'invocazione del client
         private int indice;
         public MyActivatableServer(ActivationID id, int data)
                   throws RemoteException {
              super(id, data);
              objLock = new Object();
              indice = 1;
              //il pool creato � di tipo CachedThreadPool, che aggiunge un nuovo thread al pool
              //nel caso in cui i thread presenti non siano disponibili per una nuova chiamata.
              pool = Executors.newCachedThreadPool();
         public int chiamamiInRemoto(long ms, String msg)
              throws RemoteException {
    //doing something here and return an Integer number
    }the setup java file is
    public class MyActivatableServerSetup {
         public static void main(String[] args) {
              System.setSecurityManager(new RMISecurityManager());
              //create an instance of ActivationGroup
              Properties props = new Properties();
              props.put("java.security.policy","d:\\policy");
              System.out.println(props.getProperty("java.security.policy"));
              ActivationGroupDesc.CommandEnvironment ace = null;
              ActivationGroupDesc ActivationGruppo = new ActivationGroupDesc(props, ace);
              try {
                   //registration
                   ActivationGroupID agID = ActivationGroup.getSystem().registerGroup(ActivationGruppo);
                   //location define l'URL where class are
                   String location = "file:///d:\\progetti\\Progetto\\bin\\";
                   //Other parameters need for the constructor of ActivationDesc
                   MarshalledObject data = null;
                   ActivationDesc desc = new ActivationDesc(agID,"Progetto3.MyActivatableServer",location,data);
                   //Registration to rmid
                   IMyRemoteInterface mri = (IMyRemoteInterface)Activatable.register(desc);
                   System.out.println("obtain stub for MyActivatableServer");
                   //Bind the stub
                   Naming.rebind("MyActivatableServer", mri);
                   System.out.println("Esportato MyActivatableServer");
              } catch (RemoteException e) {
                   System.out.println("RemoteException al Setup");
                   e.printStackTrace();
              } catch (UnknownGroupException e) {
                   System.out.println("UnknownGroupException al Setup");
                   e.printStackTrace();
              } catch (MalformedURLException e) {
                   System.out.println("MalformedURLException al Setup");
                   e.printStackTrace();
              } catch (ActivationException e) {
                   System.out.println("ActivationException al Setup");
                   e.printStackTrace();
              System.exit(0);
    }I can start the rmiregistry and rmid without problem, I can't esecute the setup of activatable object without problem, but when I try esecuting the client, the activation constructor error appear.
    I really can't figure out what is this constructor, doesn't I already implemented in my activatableServer yet? with public MyActivatableServer(ActivationID id, int data)
                   throws RemoteException {thanks in advance for everybody.

  • Can't open Microsoft Office 2011 even after unistalling then reinstalling. Error message comes up before launch. What do I do? Can I fix this? I need to activate Microsoft Office within 15 days!!

    I recently got a new MacBook Pro Running on OSX Mavericks and used Time Machine to move my documents and applications. However Microsoft Office Student/ Home applications did not work and requested a product key. I did not have the product key for it as I had installed Microsoft a long time ago, so I purchased a new Mincrosoft Office 2011 Student/Home Pin to install Microsoft Office. Everything installed fine, however when I go to open it it failed to open.
    I need to activate my Microsoft Office within 15 days apparently and this is done when the application is launched. However none of the Microsoft Office applications do Launch (not Word, Powerpoint, Excel or Outlook).
    Whenever I tried to open one of the named above the Microsoft Error Reporting App would pop up and list the errors. I was advised on other support pages to disenable this app so I have done that but now Word is now giving its own error message saying:
    Process:    
    Microsoft Word [1380]
    Path:       
    /Applications/Microsoft Office 2011/Microsoft Word.app/Contents/MacOS/Microsoft Word
    Identifier: 
    com.microsoft.Word
    Version:    
    14.3.9 (14.3.9)
    Build Info: 
    Unknown-131030~0
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [152]
    Responsible:
    Microsoft Word [1380]
    I don't know or understand what is stopping me from launching my Misrosoft Office. I am wondering if others have encountered similar problems with OSX Mavericks and the Microsoft Office 2011? Does anyone have any ideas of how I can get it to launch?
    I need to get hold of my Word and Powerpoint Documents ASAP.

    Build Info:
    Unknown-131030~0
    This indicates you had a bad install. You need to completely remove Office and reinstall using your new CD Key. See instructions here. Do not do the simple remove, Use the COMPLETELY REMOVE ALL FILES steps.
    http://www.officeformachelp.com/2012/12/office-for-mac-2011-remove-office/
    so I purchased a new Mincrosoft Office 2011 Student/Home Pin to install Microsoft Office.
    You don't purchase a PIN. A PIN is generated when you install Office. You need a CD Key. If you bought Office365, you activate online.
    I have issues with the Microsoft User Data - are there supposed to be two? and where exactly do they belon. They are in the Documents file at the moment.
    Unless you used Outlook or Entourage you can delete both Microsoft User Data folders. When you install Office it will create a new one. Only Outlook & Entourage used this folder for data. W,E,P stores it's data in the User's Library/Application Support/Microsoft folder now.
    For help with removing dulicatate fonts installed by Office see:
    Office 2011 Font Management with Mavericks

  • Hello   my i phone was dropped and i changed its battery now i need to activate it but  i forgot my apple id and password who can unlock my i phone 5 with IOS 8.1.3  your answer will be highly appreciated

    hello
    my i phone was dropped and i changed its battery now i need to activate it but  i forgot my apple id and password who can unlock my i phone 5 with IOS 8.1.3
    your answer will be highly appreciated

    Use the links provided.
    Recover your AppleID via https://appleid.apple.com/
    Reset your password via iforgot.apple.com
    If the iPhone is asking for an AppleID you do not recognize, the iPhone
    is Activation Locked. Only the person who initiated the Activation Lock
    can remove it. There is no workaround for Activation Lock.

  • HT201363 my i phone was dropped and i changed its battery now i need to activate it but  i forgot my apple id and password who can unlock my i phone 5 with IOS 8.1.3

    my i phone was dropped and i changed its battery now i need to activate it but  i forgot my apple id and password who can unlock my i phone 5 with IOS 8.1.3

    Use the links provided.
    Recover your AppleID via https://appleid.apple.com/
    Reset your password via iforgot.apple.com
    If the iPhone is asking for an AppleID you do not recognize, the iPhone
    is Activation Locked. Only the person who initiated the Activation Lock
    can remove it. There is no workaround for Activation Lock.

  • This may be a duplicate but, I have a new ipad mini that I need to activate but I need to get my data from my 1pad 1 which has never been backed up.  How do I get the data from the ipad 1 to the new mini?  I have itunes acct and also Icloud acct.  Thanks

    I have a new ipad mini that I need to activate but I need to get the data from my old ipad 1 and install on the new mini.  I have a itunes acct and also icloud acct.  How do I back up the ipad 1 data and then activate the mini.  I assume I will need to transfer the sim from the ipad 1 to the mini.
    Thanks for any info
    wino454

    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
     Cheers, Tom

  • Do I need to activate my Verizon iphone 5 before I use it in Europe?

    do I need to activate my new unlocked Verizon iphone 5 before I take it to Europe? Do you know if there are any limitations on how many times/countries I can activate a gsm card? is LTE going to work as far as there is the right sim each time?
    Thank you in advance

    If the iPhone does not have the necessary carrier support files, then it won't connect regardless of the bands used. And as evidenced by the addition of more EU carriers just by an update to iOS, those files are not automatically present in the iPhone except for those carriers listed on the page I referenced. I have yet to see any reports of anyone being able to connect a US-sold iPhone 5 to a European carrier via LTE, so those support files are apparently not present in US-sold iPhones.
    Again, unless someone has found a workaround that I cannot find any evidence of, a US iPhone will it would seem not work via LTE in Europe. I'd be happy to see reports or methods to the contrary, but I cannot find any.
    Regards.

  • I have deactivated XPro on one machine and need to activate on this one

    I have deactivated XPro on one machine and need to activate on this one

    And "this one" refers to what? You need to explain better and provide the necessary technical information liek operating system and so on.
    Mylenium

  • HT4623 I update my iphone 3gs from 4.1 to iOs 6.1 but after I update it says you need to activate your phone. I can't activate it thru itunes or wifi.

    I update my iphone 3gs from 4.1 to iOs 6.1 but after I update it says you need to activate your phone. I can't activate it thru itunes or wifi.

    @Onlymanu and @ Easy Now - Google may provide some
    direction. Discussion of jaibroken iPhones is prohibited per
    Terms of Use for this forum.
    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743

  • I changed my laptop and need to activate my ADOBEACROBAT 10 PRO WIN on another laptop?

    I changed my laptop and need to activate my ADOBE®ACROBAT® 10 PRO WIN on another laptop?

    Hi Gavriel ,
    For activation or licensing of Acrobat you just need to log in with your Adobe credentials ,i.e your Adobe ID and password.
    This will activate your Acrobat 10.
    Let us know if you face any challenges.
    Regards
    Sukrit Dhingra

  • Need to send object instances over the network

    I found no other way to implement a switch case to cast objects on both sides to solve my problem.
    Basically I need to send objects over a network protocol based on XML, the object is sent inside XML
    converted in base64, overall encoding of XML is utf-8.
    Let's suppose in my network there are 2 peers connected via socket.
    I have multiple instances of different types on both peers but I want to keep these instances
    synchronized. If something changes on side A, side B must receive that instance and replace
    it in the correct place (just one way, from A to B).
    When I receive such instance on B I want to cast it to it's proper instance
    of it's proper type and I am scratching my head on how could I implement this without some
    sort of unique ID table and switch case.
    If I had 1 instance per type could it be done easily?
    But I need to keep in synch many instances per type.
    Is there any dynamic casting that I can trigger based on some type/instanceID information
    I could send along the object?

    I found no other way to implement a switch case to cast objects on both sides to solve my problem.
    Basically I need to send objects over a network protocol based on XML, the object is sent inside XML
    converted in base64, overall encoding of XML is utf-8.
    Let's suppose in my network there are 2 peers connected via socket.
    I have multiple instances of different types on both peers but I want to keep these instances
    synchronized. If something changes on side A, side B must receive that instance and replace
    it in the correct place (just one way, from A to B).
    When I receive such instance on B I want to cast it to it's proper instance
    of it's proper type and I am scratching my head on how could I implement this without some
    sort of unique ID table and switch case.
    If I had 1 instance per type could it be done easily?
    But I need to keep in synch many instances per type.
    Is there any dynamic casting that I can trigger based on some type/instanceID information
    I could send along the object?

  • I need to activate my I phone 5s gold it needs an I cloud id witch I don't have

    I need to activate my I phone 5s gold it needs an I cloud id witch I don't have

    then sign up for icloud and get one

  • I have a pragunta, I need to activate my apple ID.

    I have a pragunta, I need to activate my apple ID.
    I can not download applications from my apple id. Since reestablishment my password nor served. 
    <Edited by Host>

    fiver1 wrote:
    i have a balance of 30 dollars on my apple id and i cant purchase an app in the app store it keeps taking me to a window that says billing information
    Was it from an iTunes Gift Card?
    Pete

Maybe you are looking for

  • HP Laserjet 1300 Manual Double Sided Printing with Windows 7

    I just purchased a new laptop with windows 7, love the interface but have some hiccups here and there.  And the one that is the biggest pain is printing.  I have a HP Laserjet 1300 connected via a linksys print server.  Single sided printing works ju

  • Stream video from pc using Apple TV and iTunes?

    Can I set up video streaming from a pc using wii, iTunes and apple tv?

  • Has anyone had a problem with their contact display on messages?

    I have turned off other contact groups, but when texting I get all groups displayed when I search for names. Not only this, some of them seem to have downloaded name info from sender! I also now get some email contacts displayed in text name line. Ve

  • Anamorphic sequence with letterboxes

    Hi I have a sequence that was shot on an xl2 in 16:9, it was digitized in a 4:3 project and edited. I have a client who only has widescreen tv's. I made the sequence 16:9 anamorphic in my sequence settings. It still has letter boxes on it, I need to

  • Cannot open reference to Word in "New Report.vi"

    I am trying to fill a Word template, but cannot get past an error inside the New Report.vi. The Automation Open subVI returns the following error: Error -2147312566 occurred at Error loading type library/DLL. in New Report.vi This error code is undef