Could not register. asked to submit proof of purchase

I tried to register my Ipod Touch 8gb which I bought on 23rd November. But I could not register it and I am asked to submit a proof of purchase.
But I have just got an inovice which is not computerised print of it but written with a pen. I wanted to know whether it will be enough to register it or should I ask for a computer print of the invoice?

This link never worked for me, on the very first page when I fill in all the details it just comes up as if my mac serial number is invalid, have no idea why is that so, but there is another request form where you go in steps (6 or so) and that worked for me.
thanks anyway

Similar Messages

  • Could not register a HeartbeatMonitorListener

    Hi!
              Saw a different posting on this subject and have exactly the same
              problem. I have 2 local servers, one WLS 7 server and the other is
              Weblogic 8. I want messages sent to the WLS7 queue accessible from the
              WLS 8 queue. WLS 7 runs on port 7001, and WLS 8 on 8001.
              JMS Config for WLS 7:
              ============================
              - JMS Config factory:
              Name: WLS 7 Connection Factory
              JNDI Name: rps.refapp.jms.jms_connfactory
              - JMS Queue:
              Name: WLS7
              JNDI Name: jms.wls7.q
              Foreign JMS Config for WLS 8:
              =============================
              - Foreign JMS Server:
              Name:     MyJMSServer
              JNDI Initial Context Factory: weblogic.jndi.WLInitialContextFactory
              JNDI Connection URL: t3://localhost:7001
              - Foreign JMSConnection Factroy:
              Name: WLS 7 Connection Factory
              Local JNDI Name: jms.wls7connfactory
              Remote JNDI Name: rps.refapp.jms.jms_connfactory
              User Name: system
              Password: weblogic
              - Foreign JMS Destinations:
              Name:     WLS7
              Local JNDI Name: jms.wls7_queue
              Remote JNDI Name: jms.wls7.q
              I have an MDB deployed on the WLS 8 server with no funtionality except
              sending the contents of a message to system.out. Here is the contents of
              the weblogic-ejb-jar:
              <weblogic-ejb-jar>
              <description><![CDATA[Generated by XDoclet]]></description>
              <weblogic-enterprise-bean>
              <ejb-name>MessageListener</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>1</max-beans-in-free-pool>
              <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>jms.wls7_queue</destination-jndi-name>
              <initial-context-factory>weblogic.jndi.WLInitialContextFactory</initial-context-factory>
              <jms-polling-interval-seconds>5</jms-polling-interval-seconds>
              </message-driven-descriptor>
              <reference-descriptor>
              </reference-descriptor>
              <jndi-name>MessageListener</jndi-name>
              </weblogic-enterprise-bean>
              </weblogic-ejb-jar>
              And here is the stacktrace after deploying the bean:
              <2003-dec-15 kl 17:51 CET> <Notice> <WebLogicServer> <BEA-000327>
              <Starting WebLogic Admin Server "myserver" for domain "mydomain">
              <2003-dec-15 kl 17:52 CET> <Warning> <EJB> <BEA-010061> <The
              Message-Driven EJB: MessageListener is unable to connect to the JMS
              destination: jms.wls7_queue. The Error was:
              [EJB:010196]'weblogic.jms.common.JMSException: Error creating session'
              Linked exception = 'weblogic.jms.dispatcher.DispatcherException: Could
              not register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver'
              weblogic.jms.common.JMSException: Error creating session
              at
              weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:798)
              at
              weblogic.jms.frontend.FESession.consumerCreate(FESession.java:1036)
              at weblogic.jms.frontend.FESession.invoke(FESession.java:2550)
              at
              weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:609)
              at
              weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:153)
              at
              weblogic.jms.client.JMSSession.consumerCreate(JMSSession.java:1814)
              at
              weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:1645)
              at
              weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:1484)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1598)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1833)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1076)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling(JMSConnectionPoller.java:830)
              at
              weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBeanPoolInfoImpl.java:234)
              at
              weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.java:1583)
              at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1411)
              at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:668)
              at
              weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2017)
              at
              weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2058)
              at
              weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2005)
              at
              weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3136)
              at
              weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1688)
              at
              weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:407)
              at
              weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:230)
              at
              weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              at weblogic.Server.main(Server.java:32)
              Caused by: weblogic.jms.dispatcher.DispatcherException: Could not
              register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:309)
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherFindOrCreate(DispatcherManager.java:356)
              at
              weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:796)
              ... 26 more
              Caused by:
              weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
              Could not register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0]
              at
              weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorListener(HeartbeatMonitor.java:86)
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:305)
              ... 28 more
              >
              Well, I'm out of ideas, so I hope someone can help me out. This is a
              fairly simple problem to duplicate. I can send more details as well.
              Thanks in advance,
              /Eje Thorarinsson
              

    Hi!
              Saw a different posting on this subject and have exactly the same
              problem. I have 2 local servers, one WLS 7 server and the other is
              Weblogic 8. I want messages sent to the WLS7 queue accessible from the
              WLS 8 queue. WLS 7 runs on port 7001, and WLS 8 on 8001.
              JMS Config for WLS 7:
              ============================
              - JMS Config factory:
              Name: WLS 7 Connection Factory
              JNDI Name: rps.refapp.jms.jms_connfactory
              - JMS Queue:
              Name: WLS7
              JNDI Name: jms.wls7.q
              Foreign JMS Config for WLS 8:
              =============================
              - Foreign JMS Server:
              Name:     MyJMSServer
              JNDI Initial Context Factory: weblogic.jndi.WLInitialContextFactory
              JNDI Connection URL: t3://localhost:7001
              - Foreign JMSConnection Factroy:
              Name: WLS 7 Connection Factory
              Local JNDI Name: jms.wls7connfactory
              Remote JNDI Name: rps.refapp.jms.jms_connfactory
              User Name: system
              Password: weblogic
              - Foreign JMS Destinations:
              Name:     WLS7
              Local JNDI Name: jms.wls7_queue
              Remote JNDI Name: jms.wls7.q
              I have an MDB deployed on the WLS 8 server with no funtionality except
              sending the contents of a message to system.out. Here is the contents of
              the weblogic-ejb-jar:
              <weblogic-ejb-jar>
              <description><![CDATA[Generated by XDoclet]]></description>
              <weblogic-enterprise-bean>
              <ejb-name>MessageListener</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>1</max-beans-in-free-pool>
              <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>jms.wls7_queue</destination-jndi-name>
              <initial-context-factory>weblogic.jndi.WLInitialContextFactory</initial-context-factory>
              <jms-polling-interval-seconds>5</jms-polling-interval-seconds>
              </message-driven-descriptor>
              <reference-descriptor>
              </reference-descriptor>
              <jndi-name>MessageListener</jndi-name>
              </weblogic-enterprise-bean>
              </weblogic-ejb-jar>
              And here is the stacktrace after deploying the bean:
              <2003-dec-15 kl 17:51 CET> <Notice> <WebLogicServer> <BEA-000327>
              <Starting WebLogic Admin Server "myserver" for domain "mydomain">
              <2003-dec-15 kl 17:52 CET> <Warning> <EJB> <BEA-010061> <The
              Message-Driven EJB: MessageListener is unable to connect to the JMS
              destination: jms.wls7_queue. The Error was:
              [EJB:010196]'weblogic.jms.common.JMSException: Error creating session'
              Linked exception = 'weblogic.jms.dispatcher.DispatcherException: Could
              not register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver'
              weblogic.jms.common.JMSException: Error creating session
              at
              weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:798)
              at
              weblogic.jms.frontend.FESession.consumerCreate(FESession.java:1036)
              at weblogic.jms.frontend.FESession.invoke(FESession.java:2550)
              at
              weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:609)
              at
              weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:153)
              at
              weblogic.jms.client.JMSSession.consumerCreate(JMSSession.java:1814)
              at
              weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:1645)
              at
              weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:1484)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1598)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1833)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1076)
              at
              weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling(JMSConnectionPoller.java:830)
              at
              weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBeanPoolInfoImpl.java:234)
              at
              weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.java:1583)
              at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1411)
              at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:668)
              at
              weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2017)
              at
              weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2058)
              at
              weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2005)
              at
              weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3136)
              at
              weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1688)
              at
              weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:407)
              at
              weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:230)
              at
              weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              at weblogic.Server.main(Server.java:32)
              Caused by: weblogic.jms.dispatcher.DispatcherException: Could not
              register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:309)
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherFindOrCreate(DispatcherManager.java:356)
              at
              weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:796)
              ... 26 more
              Caused by:
              weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
              Could not register a HeartbeatMonitorListener for
              [weblogic.jms.dispatcher.DispatcherImpl@1970ae0]
              at
              weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorListener(HeartbeatMonitor.java:86)
              at
              weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:305)
              ... 28 more
              >
              Well, I'm out of ideas, so I hope someone can help me out. This is a
              fairly simple problem to duplicate. I can send more details as well.
              Thanks in advance,
              /Eje Thorarinsson
              

  • Could not register this tablet (30010

    please help! ive bin saving for a while to get a playbook nd finally got one ysterday.  i was so tired nd cudnt set it up ysterday. however today, when i did try to set it up over my office wifi, it just keeps on telling me could not register this tablet (3001) check settings. ive tried updating it over the pc using dm nd the stuff has simply refused to download. the download status bar is just simply stuck in one spot. some1 please help!. nd hey rim guiys help out. the stuff cost me two monhts wages nd i aint even enjoying it one bit!

    "dat"? "bin"?
    Could you please turn off your ALL CAPS key? I am sure you're frustrated, but you're not frustrated with me. I am trying to help you.
    So, do you have a good internet connection on the PC you're connected to?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • The Fibre Channel Platform Registration Service could not register the platform with fabric

    Hyper-V Cluster. HP StorageWorks 82E 8 Gb PCI-e Dual Port FC HBA.
    Each 15 minutes, eventlog register a warning.
    EventID: 2 Source:2
    The Fibre Channel Platform Registration Service could not register the platform with fabric 10:00:00:05:1e:7f:74:7b.
    I have teste the service. And it's started. Cluster storage validation report without failure.
    Someone suggest any idea.
    Thanks.

    Hi,
    What’s the OS version of your cluster node?
    The Microsoft Fibre Channel Platform Registration Service registers the platform with all available Fibre Channel fabrics and maintains the registrations. A fabric is a network topology where devices are connected to each other
    through one or more high-efficiency data paths. This service is used in support of storage area networks.
    This service is installed by default on Windows Server 2008, and the service startup type is Manual.
    You may try hotfix in KB 978790, and check the result.
    For more information please refer to following MS articles:
    The File Share Witness resource is in a failed state even though the File Share Witness directory is available, and quorum cannot be maintained in a Windows Server 2008 failover cluster
    http://support.microsoft.com/kb/978790
    cluster resources unresponsive
    http://social.technet.microsoft.com/Forums/hu/winserverClustering/thread/886a9cb3-7723-4b64-8c15-602dadf5ced9
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Web server error: Could not register a HeartbeatMonitor

              Hi:
              When I use weblogic thin client (wljmsclient) and createTopicConnection()
              causes weblogic server exception below.
              Seems it depends on where my client runs. Not sure if it is related to
              network configuration for different subnet.
              Thanks in advance for your help. (weblogic server 8.1.1 or 8.1.2, IIOP protocol
              for client connection)
              Here is the exception:
              weblogic.jms.dispatcher.DispatcherException: Could not register a HeartbeatMonit
              orListener for [weblogic.iiop.IIOPRemoteRef@8b4c94fa] for weblogic.jms.C:HP01:4t
              :-38
              at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              spatcherWrapperState.java:569)
              at weblogic.jms.dispatcher.DispatcherManager.dispatcherAdd(DispatcherMan
              ager.java:106)
              at weblogic.jms.dispatcher.DispatcherManager.addDispatcherReference(Disp
              atcherManager.java:196)
              at weblogic.jms.frontend.FEConnectionFactory.connectionCreateInternal(FE
              ConnectionFactory.java:413)
              at weblogic.jms.frontend.FEConnectionFactory.connectionCreateRequest(FEC
              onnectionFactory.java:385)
              at weblogic.jms.frontend.FEConnectionFactory_WLSkel.invoke(Unknown Sourc
              e)
              at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
              ef.java:108)
              at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
              dSubject.java:353)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              144)
              Tony
              

    Hi Tony,
              I wonder if there was a regression between 8.1.1 and 8.1.2? Anyhow,
              since the weblogic.jar works on the client, and since you verified
              your classpaths, it seems quite likely the problem is in WebLogic.
              I recommend two things:
              (1) ensure that you are using a supported version of the JVM
              (2) filing a support case and using weblogic.jar
              as a temporary work-around while the problem gets fixed
              Sorry I couldn't help you more.
              Tom
              tony wrote:
              > Tom:
              >
              > Thanks.
              > See my answer below:
              >
              >
              > Tom Barnes <[email protected].bea.com>
              > wrote:
              >
              >>Hi Tony,
              >>
              >>Some questions/thoughts:
              >>
              >>Is that the full stack trace?
              >
              >
              > There are few more lines: (paste from weblogic server log)
              >
              > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              > 144)
              > at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
              > :404)
              > at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
              > java:30)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              > aused by: weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
              > ould not register a HeartbeatMonitorListener for [weblogic.iiop.IIOPRemoteRef@a8
              > 2e47e4]
              > at weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorLi
              > tener(HeartbeatMonitor.java:86)
              > at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              > patcherWrapperState.java:559)
              > ... 14 more
              >
              >
              >
              >
              >>Did you use 8.1.2 jars for BOTH the client and the server?
              >
              >
              > yes
              >
              >
              >>Check that the server has no thin client jar in
              >>its classpath and that the client has no weblogic.jar in
              >>its classpath?
              >
              > Double checked.
              > Actually if client uses weblogic.jar, instead of wljmsclient and wlclient (thin
              > client), it works, and no this exception.
              >
              > Tony
              >
              >>Tom
              >>
              >>Tony wrote:
              >>
              >>>Hi:
              >>>
              >>> When I use weblogic thin client (wljmsclient) and createTopicConnection()
              >>>causes weblogic server exception below.
              >>> Seems it depends on where my client runs. Not sure if it is
              >>
              >>related to
              >>
              >>>network configuration for different subnet.
              >>> Thanks in advance for your help. (weblogic server 8.1.1 or 8.1.2,
              >>
              >>IIOP protocol
              >>
              >>>for client connection)
              >>>
              >>> Here is the exception:
              >>>
              >>>weblogic.jms.dispatcher.DispatcherException: Could not register a HeartbeatMonit
              >>>
              >>>orListener for [weblogic.iiop.IIOPRemoteRef@8b4c94fa] for weblogic.jms.C:HP01:4t
              >>>
              >>>:-38
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              >>>
              >>>spatcherWrapperState.java:569)
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherManager.dispatcherAdd(DispatcherMan
              >>>
              >>>ager.java:106)
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherManager.addDispatcherReference(Disp
              >>>
              >>>atcherManager.java:196)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory.connectionCreateInternal(FE
              >>>
              >>>ConnectionFactory.java:413)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory.connectionCreateRequest(FEC
              >>>
              >>>onnectionFactory.java:385)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory_WLSkel.invoke(Unknown
              >>
              >>Sourc
              >>
              >>>e)
              >>>
              >>> at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              >>>
              >>> at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
              >>>
              >>>ef.java:108)
              >>>
              >>> at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              >>>
              >>> at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
              >>>
              >>>dSubject.java:353)
              >>>
              >>> at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              >>>
              >>>144)
              >>>
              >>>
              >>>
              >>>Tony
              >>>
              >>>
              >>
              >
              

  • While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    Try posting in the iTunes forum.  You have an iTunes problem not an iPod problem

  • Apple ask me a proof of purchase of my macbook for activate my AppleCare Protect Plan, but even if it's a JPEG lower than 5 mo, it told me that it's not «good» and I can't send them my proof... so I can't activate my AppleCare protec Plan. What can I do?

    Apple ask me a proof of purchase of my macbook for activate my AppleCare Protection Plan, but even if it's a JPEG lower than 5 mo, it told me that it's not «good» (in french: le format de ce fichier n’est pas valide.) and I can't send them my proof... so I can't activate my AppleCare protec Plan. What can I do?

    Call the Apple support line, ask for AppleCare Plan Administration, and get a fax number and fax a copy of the receipt to them.
    Regards.

  • Windows 2k Clients could not registered with CSAMC 5.0

    hi there,
    My w2k clients could not registered with CSAMC, WinXP registered o.k. I am running CSA 5.0.176.
    All clients in same TESTMODE group. Any idea ?
    Thanks
    ade

    The CSAgent-Install.log will show you if any of the shims failed to load during the install.
    The csalog.txt in the same directory will log communication problems. Look for an error code like one below (cut and pasted from the Networkers 2006 CSA Troubleshooting session slides):
    OKENA_STATUS_LICENSE_REACHED_LIMIT = 2030
    Number of registered hosts has exceeded the license count for that host type [desktop or server]
    Resolution: delete unused hosts; automatically in 30 days or use search
    OKENA_STATUS_REGISTRATION_NOT_ALLOWED = 2031
    Usually a certificate issue
    Resolution: Set agent to debug and triage using csalog.txt
    OKENA_STATUS_INVALID_LICENSE = 2035
    A license has expired or file format was not valid
    Resolution: Delete expired license files
    OKENA_STATUS_REGISTRATION_BACKOFF =2037
    A number of conditions can trigger this; all are uncommon and need attention
    Resolution: Set agent to debug and triage using csalog.txt

  • HT204266 Why is it that after upgrading to IOS 6, I could not retreive my full list of my purchased applications & ganes list in the app store now !!!!

    Why is it that after upgrading to IOS 6, I could not retreive my full list of my purchased applications &amp; ganes list in the app store now !!!!
    Whenever I try to tab my purchased in the update feature of app store; not only does the long list of my previous purchases do not showed up like in IOS 5 do but after a while it just prompt out to the main home page. I tried this for both my 3GS and 4GS too and both have the same problem. APPLE INC please rectify this serious problem as soon as possible.

    Did you read your other posted question, that has been answered.

  • Could not buy Line sticker, it shown "Your purchase wasn't completed successfully. Please check your [MY ORDERS] page.".

    Could not buy Line sticker, it shown "Your purchase wasn't completed successfully. Please check your [MY ORDERS] page.".

    I have the same problem. Two days ago, i brought my iPhone overseas to Malaysia (I'm Indonesian) and try to buy in-app item (Line Pokopang). But it can't be completed, it shown "your account doesn't exist"  and after i return to Indonesia, and try to make purchase on Line stickers, it shown "Your purchase.....", same as you got.
    I think the error message was from Line, not Apple because i can still buy ring tones, CMIIAW..
    And everytime i want to buy in-app item (Line games item), i can't be done. It shown many type of error message, depends on the game, such as "failed to purchase ruby", etc etc...

  • Has anyone had difficulty registering applecare plan without proof of purchase to hand?

    Has anyone had difficulty registering applecare plan without proof of purchase to hand?

    Thanks for this.
    I purchased the mac straight from apple on line and I put in the serial No as requested but I'm getting nowhere fast.
    I'll call apple direct.

  • SID Problem : could not register two ABAP systems with same SID

    Dear Expert:
    We have to register two ABAP systems on different host to SLD, and these two systems have same SID.
    We use rz70 to do this,  but we found the lastest registration will overwrite the previous registration,
    that
    means we could register them both in the same SLD. (we checked this in Technical system area).
    How could we do this?  It makes us crazy........
    Thanks very much
    Ray

    Dear Stefan,
    Thanks so much for your anwser.
    But the dilemma is in one SLD we achieved this, but it is only for one case and we could
    not apply this for other systems.
    This is the snapshot in our SLD for techical system:
    Name                                        Host                             Version                                     Last Update
    D01   on eisdq01                     eisdq01                         700                                           2010/12/06 12:45
    D01   on eisdv01                     eisdv01                         640                                           2010/12/06  11:40
    We don't know if this is the illusion that SLD could do this?  But for other systems, e.g two Q systems
    the lastest registration will overwrite the previsou one.
    Thanks very much.
    Welcome suggestions from very guru.
    Ray

  • HT1386 MY  I PHONE4 COULD NOT REGISTER TO A NETWORK

    my iphone4 can not register with any network in nigeria.
    its serial number  is     7U120ACMA4S;
    HOW DO I SOLVE THE PROBLEM.
    i bought the phone just 5 days back from dubai.so help me

    what have you  done about it

  • TS3297 "Your Purchase Could Not be Completed" message when in-app purchase

    When I try to buy in-app purchase, I see "Your Purchase Could Not be Completed" message.
    I know I failed twice when submit security questions but how can I reset?

    Hello k_chinami,
    If you have access to the e-mail address associated with your Apple ID, you can use it to reset your password.
    If you have access to the email addresses associated with your Apple ID
    Go to My Apple ID (appleid.apple.com).
    Click "Reset your password."
    Enter your Apple ID and click Next.
    Select "Email authentication" as your authentication method. Click Next.
    Apple will send a message to the primary email address or verified rescue email address associated with your Apple ID. Open the message and click "Reset Apple ID password".
    When the My Apple ID page opens, enter and confirm your new password, then click Reset Password.
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    Cheers,
    Allen

  • HT1338 How do I submit proof of purchase if I have it on a Email?

    I am trying to get my free update and I cannot figure out how to get proof of purchase!

    I tried the program and after giving the date and selecting Apple Online Store in the dropdown box it did not even ask for a serial number on the second page, just confirmation information for the sale. Make sure you enter this information exactly as it appears on your receipt and it should confirm from that.

Maybe you are looking for

  • Using the IF function with a range of numbers

    I am working with the IF function and trying to get it to work "if" the number I'm examining is within a range of numbers. Example: If a wigit costs between $1000 and $1999, then a discount of $100 is given If a wigit costs between $2000 and $2999, t

  • Items open at login without being listed in login pane under users

    Okay Mail 7.3 and word 2011 are opening at login. Nothing is selected under user preferences. UI know there's a way to stop it

  • Error using EPMA FileGenerator.

    My problem is the following: When I open a File (EPMA FileGenerator) in Excel, it throws the following error. Compile Error in Handle Module: ImportsWorkBook..., with this error the user cannot generate his metadata to be imported to his application.

  • Safari crashing again and again 10.6.8

    Safari is constantly crashing.  I dumped Cache.db with no success.  Here is the report. Process:     Safari [702] Path:        /Applications/Safari.app/Contents/MacOS/Safari Identifier:  com.apple.Safari Version:     5.1.2 (6534.52.7) Build Info:  We

  • Migrating EAP-MSCHPv2 to EAP-TLS

    Hi I have a customer who has deployed ACS for 802.1x against active directory for their wired Cisco switch infrastructure using EAP-MSCHAPv2. Now they would like to change to EAP-TLS but if they just switch the client PCs would be locked out and coul