Unable to conform activation

I am trying to use apple configurator to upgrade numerous iPad 2 devices to iOS 7.  The iPads are already supervised by apple configurator.  iOS 7 installs but then I get an "Unable to conform activation.  The device is activated but not supervised." error in configurator.  Any ideas?

I have contacts at Apple.  I just now went through the same errors with my Network Engineer.
Issue 1
The error messages, "unable to conform activation" or "unable to connect to device" (even though it did) are due to the new features in iOS 7.  There is a bug in AC 1.4 with these new features. We reported these two errors today. The errors were not on the bug list, but they are now.  :-)
"unable to conform activation" or "unable to connect to device" work around:
Quit AC
Launch iTunes
Setup all iPads in iTunes as new devices
Make sure all the devices "Trust" your iTunes
In AC uncheck all profiles and apps
Supervise/ingest all the iPads into AC 1.4... you should bypass the errors
After the iPads are supervised you should be able to add your profiles and apps
Issue 2
When setting up a restore backup your iPads still do not bypass the startup questions.
This error is documented at Apple and they are working on a fix.
Start up questions work around:
Create the restore backup on the highest model of iPads you have.  e.g. iPad 4 vs iPad 2
Restore your iPads as you normally would
When the iPads restart to the startup questions, powercyle them
When they restart they will bypass the start up questions
Hope this helps

Similar Messages

  • Unable to Conform Activation - AC 1.4.2 iOS 6.1.3

    I am trying to get our home devices supervised, starting with an iPhone 3GS running 6.1.3.
    I'm using a Mac OS X Server (iMac), running Mavericks and Apple Configurator 1.4.2.
    First step, Prepare. I turn on the supervision flag, accept the rest of the defaults and click go.
    6.1.3 is reinstalled on the iPhone fine, then AC errors out with, 'Cannot Conform Activation'.
    I tried multiple times, all with the same result. I do see a dialog on the iTunes-like window that appears about a Carrier upgrade, but AC has failed before I see that.
    What am I doing wrong?

    I am trying to get our home devices supervised, starting with an iPhone 3GS running 6.1.3.
    I'm using a Mac OS X Server (iMac), running Mavericks and Apple Configurator 1.4.2.
    First step, Prepare. I turn on the supervision flag, accept the rest of the defaults and click go.
    6.1.3 is reinstalled on the iPhone fine, then AC errors out with, 'Cannot Conform Activation'.
    I tried multiple times, all with the same result. I do see a dialog on the iTunes-like window that appears about a Carrier upgrade, but AC has failed before I see that.
    What am I doing wrong?

  • Can't invoke WS from BPEL process: Unable to locate activated endpoint

    I have a simple Calculator Web Service deployed on Glassfish, that I can access with any kind of SOAP client (e.g. soapUI). I have then created a BPEL process that invokes this external Web Service (which happens to run on the same Glassfish server, but that's largely irrelevant I suppose). I can instantiate and invoke the BPEL process (I've tried it with a dummy assign earlier just to make sure, and it runs successfully), but the BPEL process doesn't seem to be able to locate the external Web Service. I get the following fault:
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <ns2:Fault xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>ns2:Server</faultcode>
    <faultstring>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</faultstring>
    <detail>
    <ns2:exception class="java.lang.RuntimeException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false" xmlns:ns2="http://jax-ws.dev.java.net/">
    <message>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube$AsyncProviderCallbackImpl" file="AsyncProviderInvokerTube.java" line="114" method="sendError"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="136" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    <ns2:cause class="javax.jbi.messaging.MessagingException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
    <message>Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="492" method="addressExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="326" method="doExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.DeliveryChannelImpl" file="DeliveryChannelImpl.java" line="209" method="send"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="268" method="sendInOut"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="479" method="executeSOAP"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="215" method="execute"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="134" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    </ns2:cause>
    </ns2:exception>
    </detail>
    </ns2:Fault>
    </S:Body>
    </S:Envelope>
    For good measure, here's the WSDL (and partner link defn) for the external WS:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="CalculatorWSExternal" targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal" xmlns:ns="http://calculator.me.org/" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal">
    <xsd:import namespace="http://calculator.me.org/" schemaLocation="CalculatorWSService.xsd"/>
    </xsd:schema>
    </types>
    <message name="addRequest">
    <part name="add" element="ns:add"/>
    </message>
    <message name="addReply">
    <part name="addResponse" element="ns:addResponse"/>
    </message>
    <portType name="CalculatorWSExternalPortType">
    <operation name="add">
    <input name="input1" message="tns:addRequest"/>
    <output name="output1" message="tns:addReply"/>
    </operation>
    </portType>
    <binding name="CalculatorWSExternalBinding" type="tns:CalculatorWSExternalPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="add">
    <soap:operation/>
    <input name="input1">
    <soap:body use="literal"/>
    </input>
    <output name="output1">
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CalculatorWSExternalService">
    <port name="CalculatorWSExternalPort" binding="tns:CalculatorWSExternalBinding">
    <soap:address location="http://localhost:8080/CalculatorApp/CalculatorWSService"/>
    </port>
    </service>
    <plnk:partnerLinkType name="CalculatorWSExternal1">
    <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
    <plnk:role name="CalculatorWSExternalPortTypeRole" portType="tns:CalculatorWSExternalPortType"/>
    </plnk:partnerLinkType>
    </definitions>
    Any help? I've seen someone post a similar problem on the forum at http://forum.java.sun.com/thread.jspa?threadID=5273187&messageID=10157363#10157363
    but I haven't seen any answers. Thanks!
    Edited by: tboubez on Jun 9, 2008 10:56 AM

    Check the ports of Web services and those of BPEL, as Hambo have different communication ports.
    Normally Webservices point to the port 8080 and BPEL to 18181 or 9084.
    Check and I accounts.
    Greetings.

  • RMI Activatable (unable to obtain activation system)

    Hello, I am new to forum... I have a simple rmi activation program.. Before writing program,I have checked some books and example in the sun site...
    Before starting to program, I command "start rmiregistry" and
    rmid -J-Djava.security.policy=rmi.policy -J-Dsun.rmi.activation.execPolicy=none
    Up to here ,everything is Ok.
    However,when I started to Setup program .I got the error Unable to obtaion activation system....
    Following my codes:
    my remote object...package impl.server;
    import java.rmi.*;
    import araclass.Kitapcik;
    import araclass.Soru;
    public interface Sinav extends Remote{
         Kitapcik bilgileriGetir() throws RemoteException;
         String sorulariGetir(Soru soru) throws RemoteException;
    package impl.activate;
    import impl.server.Sinav;
    import java.rmi.*;
    import java.rmi.activation.*;
    import araclass.Kitapcik;
    import database.Database;
    import araclass.Soru;
    public class SinavYordam extends Activatable implements Sinav{
         Database data;
         public SinavYordam(ActivationID id,MarshalledObject data) throws RemoteException{
              super(id,0);
         public Kitapcik bilgileriGetir(){
              data=new Database();
              data.baglan();
              Kitapcik kitap=data.kitapcikGetir(2);
              data.kapat();
              return kitap;
         public String sorulariGetir(Soru soru){
              String sor="";
              data=new Database();
              data.baglan();
              sor=data.soruGetir("Soru_Getir", soru.soru_no, soru.tabloAdi);
              data.kapat();
              return sor;
         public String[] siklariGetir(Soru soru){
              String[] sik;
              data=new Database();
              data.baglan();
              sik=data.siklariGetir("Soru_Getir", soru.soru_no, soru.tabloAdi);
              data.kapat();
              return sik;
    }and lastly setup program,
    import impl.server.Sinav;
    import java.rmi.*;
    import java.rmi.activation.*;
    import java.util.Properties;
    import java.util.prefs.Preferences;
    public class SinavServer {
         public SinavServer(){
         public static void main(String[] args) throws Exception{
                   System.setSecurityManager(new RMISecurityManager());
         Properties prop=new Properties();
            prop.put("java.security.policy","/workspace1/SINAV");
               ActivationGroupDesc.CommandEnvironment  cmd=null;
               ActivationGroupDesc grpdesc=new ActivationGroupDesc(prop,cmd);
              ActivationGroupID id=ActivationGroup.getSystem().registerGroup(grpdesc);
              String location="file:/workspace1/SINAV";
              ActivationDesc desc=new ActivationDesc(id,"impl.activate.SinavYordam",location,null);
              Sinav sin=(Sinav)Activatable.register(desc);
              Naming.rebind("Sinav", sin);
    } Thanks in advance..

    Actually, I got two diffirent exception in an interesting order.. I mean one day I got the following the error;
    Exception in  thread "main"  java.Access.Security.ControlException: access denied <java.io.FilePermission \\c\workspace1\SINAV read>
    at java.security.AccessControlContext.checkPermissionthat goes on...
    The other day ,
    Unable to obtain activation system exception today I could not have got so far. If I got, I would post.
    So anyone who I have an idea of this problem...
    Thanks in advance...

  • We are unable to continu activation ipad itunes

    Hi ,I'm try i g to activated my Ipad 2 but i won't activated
    "we are unable to continu activation ipad itunes" any ideas how to solve this problem

    Hi All,
    I solved the problem, Activation with Itunes 10.4.1 did n't work,
    Used an other Mac with Itunes 10.2 and no with activation problems. :-) strangsssss
    Regards Bram J

  • Unable to continue activation after i upgrade version

    unable to continue activation after i upgrade version in my 3gs who knows how to solve it?

    That's almost always because the phone was hacked to illegally unlock it.

  • How do i reset a used ipad given to me as a christmas gift.  i  am unable to finish activation becau se the previous owner's gmail account still shows

    How do I reset a used ipad given to me as a gift?  I am unable to finish activation because I have no previous owner's information?

    Settings, general, erase all content and settings.
    if the person has iOS7 on that device and it's activation locked then you'll need the apple ID of the previous owner to fully wipe it. So if you can't wipe it you'll need that previous owner to give you their apple ID or to unlock it for you.
    If you can't contact them or if they can't unlock it, try to get your money back because without that info you can't fully erase that ipad, and it's unfortunately possible that the device they sold you wasn't theirs to sell.

  • NWDS IDE Problem - Unable to associate activity

    Hi All,
    I have come across a problem with my NWDS IDE 7.0.09. I am able to successfully login to the dtr, but I am unable to associate activity with my work.
    The DTR console view has the following trace
      <i>Unable to associate project ID4_CMD_DUtilsbp.com with DTR repository (Could not instantiate provider com.tssap.dtr.client.eclipse.DAVTeamProvider for project ID4_CMD_DUtilsbp.com.)
    20:27:41.145  INFO: Set local file writable for folder item that is checked out  =>  AddLGComp.wdcontroller   (D:\Documents and Settings\kn.padmarajan\.dtc\0\DCs\bp.com\AddLG\_comp\src\packages\com\bp\cmd\wd\AddLGComp.wdcontroller)
    20:27:41.145  INFO: Set local file writable for folder item that is checked out  =>  AddLGView.wdview   (D:\Documents and Settings\kn.padmarajan\.dtc\0\DCs\bp.com\AddLG\_comp\src\packages\com\bp\cmd\wd\AddLGView.wdview)
    20:27:41.145  INFO: Set local file writable for folder item that is checked out  =>  AddLGView.wdcontroller   (D:\Documents and Settings\kn.padmarajan\.dtc\0\DCs\bp.com\AddLG\_comp\src\packages\com\bp\cmd\wd\AddLGView.wdcontroller)
    20:27:41.145  INFO: Set local file writable for folder item that is checked out  =>  AddLGView.wdview.xlf   (D:\Documents and Settings\kn.padmarajan\.dtc\0\DCs\bp.com\AddLG\_comp\src\packages\com\bp\cmd\wd\AddLGView.wdview.xlf)
    20:30:50.207  WARNING: Found checked out folder item without mount point.  =>  .dcdef   (/CMD/bp.com_CMD/dev/inactive/DCs/bp.com/Search/_comp/.dcdef)
    20:30:50.207  WARNING: Found checked out folder item without mount point.  =>  AddLGBean.java   (/CMD/bp.com_CMD/dev/inactive/DCs/bp.com/AddLGBean/_comp/ejbModule/com/bp/cmd/ejb/AddLGBean.java)
    20:30:51.409  WARNING: Found checked out folder item without mount point.  =>  .dcdef   (/CMD/bp.com_CMD/dev/inactive/DCs/bp.com/Search/_comp/.dcdef)
    20:30:51.409  WARNING: Found checked out folder item without mount point.  =>  AddLGBean.java   (/CMD/bp.com_CMD/dev/inactive/DCs/bp.com/AddLGBean/_comp/ejbModule/com/bp/cmd/ejb/AddLGBean.java)
    Server response time for login to server http://<server>:<port>/dtr/ : 1552 ms.</i>
    <b>When I start the IDE, the DTR Console shows the following error message</b>
    <i>There is no configuration found for com.tssap.dtr.client.eclipse.ui.treeBrowser.OpenActivityView view. Empty TreeInput provider will be used.</i>
    Let me know if I need to give any more details.
    Please provide some valuable inputs.
    -Thanks,
    Padmarajan.

    Hi Kenny,
    I changed the name of .metadata folder and started the IDE. I am able to login to dtr. But the Open activity view is showing up Offline. the DTR console shows the following error:
    <i>Server response time for login to server http://<server>:51000/dtr/ : 1552 ms.
    Accessing server root property (XCM_CLIENT:minVersion) failed: Unauthorized
    Accessing server root property (XCM_CLIENT:minVersion) failed: Unauthorized
    Server response time for login to server http://<server>:51000/dtr/ : 1562 ms.
    Accessing server root property (XCM_CLIENT:minVersion) failed: Unauthorized</i>
    Any inputs on this ?
    -Thanks,
    Padmarajan.

  • After rebooting ML server, unable to open active directory.  Error msg is Unable to open requested node error -14006.

    This active directory is a replica of master on 2nd Mac Mini server which still thinks replica is there (perhaps it is) and will not let us delete in order to recreate.  Both servers are running 10.8.4.  Nothing changed on either server, simply did a reboot.  When we logged in, Active Directory was turned off and when trying to turn on or access received message "Unable to open the requested node.  The node LDAPV3/127.0.0.1 could not be opened because of an unexpected error -14006".
    Does any one have experience with this and how can we recover?  Thanks in advance for your help.

    Hi again,
    I've been able to run Reports by changing the "Reports_Tmp" key in the Registry under:
    Hkey_local_machine\software\oracle\home0\
    to the D:\ drive

  • Forest trust unable to find Active Directory Domain Controller

    I have two domains with a two-way forest trust. We'll call them ForestA and ForestB. They're on seperate subnets. ForestA's DCs are in one physical location. ForestB's DCs are in two locations, one of which is shared with A.
    I'm unable to route traffic directly from the remote DC in ForestB to the subnet ForestA is on, so I created a new DC in ForestA that sits on the subnet ForestB uses (basically, I can't route between subnets via the wireless bridge between locations, but
    can within the same location).
    I found this: http://www.neomagick.net/zen/2008/11/30/using-dns-to-force-a-domain-trust-through-a-specific-domain-controller-dc/
    I followed the instructions to set the new DC in forest A to be the only one the remote DC in forest B was aware of.
    Nslookup ForestA.com resolves correctly to this DC, but I'm unable to validate the trust relationship, getting the error:
    "Windows cannot find an Active Directory Domain Controller for the ForestA.com domain. Verify that an AD DC is available and then try again."
    I'd appreciate any help.

    In the event viewer, have you found any event id's that corrospond with this error? Have you ensured all ports required are open? Windows firewall is correctly setup? NIC is properly configured?
    Statement below taken from: http://technet.microsoft.com/en-us/library/cc961803.aspx
    If you receive the following error, ERROR_NO_LOGON_SERVERS while using the Nltest tool to query the secure channel, this is usually indicative of the inability to find a domain controller for that domain. Run nltest /dsgetdc: < DomainName > : to verify
    whether you can locate a domain controller. If you are unable to find a domain controller examine DNS registrations and network connectivity.
    ADDS Ports:
    http://msdn.microsoft.com/en-us/library/dd772723(v=ws.10).aspx

  • Unable to run Active Sync -- Geting OutofMemoryError

    Dear All
    Urgent help needed....
    Can anyone of you please help us as we are facing issues with Active Sync.
    We are getting the below mentioned error and are unable to process any records.
    2011-04-28T10:18:43.905+0530: result from submit (blank means no errors):
    2011-04-28T10:19:36.348+0530: Error processing updates
    2011-04-28T10:19:36.358+0530: Java heap space
    2011-04-28T10:19:36.359+0530: java.lang.OutOfMemoryError: Java heap space
    Please suggest us what to changes to be made so as to procced ahead and get rid of the same.

    What about to increase your java heap space? How much is it set? You can do it from your application server (the Xmx jvm parameter).
    Anyway, tuning the jvm is not a simple thing and it change from one enviroment to another.
    Read this useful tutorial:
    http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html

  • Received an error message "unable to continue activation" on I-Pod Touch.  Can anyone help?

    I am receiving an error "unable to continue with activation" for my IPod Touch. Any suggestions?  We have an account with ITunes but it is for another IPod.  ITunes won't recognize this new one.

    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                              

  • Unable to find Active Users Concurrent Program in Submit Requests Form

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.
    However, we are able to submit the Active Users program using CONCSUB.
    Not sure if the patch has done anything.
    Please suggest.
    Regards,
    RA.

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.From which responsibility?
    Have you verified if the concurrent program is added to the Request Group which is linked to this responsibility?
    Not sure if the patch has done anything. I do not think so. Was the patch applied successfully included all pre-reqs?
    Thanks,
    Hussein

  • Unable To Call Active FM Through Service Call - After Adding To a TP

    Hi,
    I am facing a weird problem.
    I have created a FM "Z_GENERIC_SERVICE" which is remote enabled. I have radio button for Remote Enabled and Start Immediately selected.
    Initially this FM/RFC was a local object (in $TMP package), created in local Function Group.
    I was able to execute this RFC from WDJ as well as from WDA via service calls.
    But later, I added this particular RFC to a Transport request. Hence it is inside a newly created Function Group now.
    And additionally, I recreated the service call to this RFC inside WD Component.
    This FM is in active state!
    Now while running application, I get following error:-
    The following error text was processed in the system KLL : The function module is not active or contains no code.
    The error occurred on the application server KLL_10 and in the work process 3 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: EXECUTE_Z_GENERIC_SERVI of program /1BCWDY/E6VJ1B35GQA0PLHLCWNC==CP
    Method: IF_COMPONENTCONTROLLER~EXECUTE_Z_GENERIC_SERVI of program /1BCWDY/E6VJ1B35GQA0PLHLCWNC==CP
    Method: ONACTIONATESTCALL of program /1BCWDY/E6VJ1B35GQA0PLHLCWNC==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/E6VJ1B35GQA0PLHLCWNC==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Any idea why this is happening?
    Thanks and regards,
    Amey Mogare

    Actually, FM was active but Function Group was inactive!

  • Activation - computer crashed, reinstalled Adobe 8, but unable to submit activation info to adobe - "cannot find internet."  Tried deactivating/reactivating, partly successful, but cannot get print to adobe pdf to work, says program needs to be activated

    My computer crashed a few years ago, and I called Adobe and received help getting the software reinstalled and activated.  Computer messed up again in January and I had to reformat/reinstall everything.  This time I loaded Acrobat and am able to view and edit files, but cannot print to Acrobat pdf.  Error message says it has to be activated.  I try to activate but get an error message
    When I try to register I get this
    I cannot get past this message to try submitting again.  Telephone support is apparently no longer available.  I go to online registration and find I'm already registered and cannot find a way to get this resolved.
    I'm having to use a cheesy, free pdf creator program to print to pdf and I'm missing my full acrobat, even though it's old and decrepit.  someday I'll be able to buy the current version, but cannot budget it for now.  Help!

    Looks like we have the exact same problem. Thank you for the description, now let us wait for a solution. Except three computers got fried at the same time at my end, there are four products lost and I have no idea what was where.

Maybe you are looking for

  • How do I remove twitter updates from app store?

    How do I remove twitter updates from app store seeing as I don't have a twitter account?

  • Problem with stop( ) clone  (again!!!)

    Hi, after asking & searching in the forum, i know that in order to stop a ds (or a clone) the ds(or the cloneable) must be transmitted, played, processed etc. Now, i try to stop a clone , right after the cloneable starts being processed, but the clon

  • ICR Process 003 - Should postings be stopped during activation of database

    In our first go-live of ICR we only use process 003 and have no additional special ledger in scope for this phase. We have seen a recommendation that all postings should be stopped during activation of database. Is that really also valid if we only c

  • Treasury Data Migration

    Friends, One of our client has decided to use SAP Treasury and Risk Management. I have been asked to lead data migration within this area. For the same, I would like to know the generally used and needed master and transaction data for SAP Treasury M

  • Bootable copy of SL on a new HDD

    Hi! I've bought a new HDD. Can I make a clone of my current SL volume on the new HDD, and then just replace the old one with the new in my MBP? Will it work as it had always been there? Thanks guys!