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

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

  • 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

  • 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

  • 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

  • HT4623 My new iPad can no longer connect to the 3G network. I keep getting the message "could not activate cellular date network".

    I updated my new iPad to the iOS 6 while connected to wifi. However, it will no longer connect to the 3G network. I keep getting the message "could not activate cellular data network" even though the 3G symbol appears normal. I have tried rebooting, but it still doesn't work. Please help!

    No. You can't

  • How to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3g or gPRS on safari with an iphone 4 and latest software updates

    Please can someone help me to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3G or GPRS on safari with an iphone 4GS and latest software updates. I have tried resetting the network and phone settings. I have restored the factory settings on itunes and still the problem persists.

    All iPhones sold in Japan are sold carrier locked and cannot be officially unlocked by the carrier. If you unlocked it, it was by unauthorized means (hacked), and support cannot be given to you in this forum.
    Hacked iPhones are subject to countermeasures by Apple, particularly when updating the firmware. It is likely permanently re-locked or permanently disabled.
    Message was edited by: modular747

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • HT4623 Hi. After I updated ios6, I couldn't use my cellular network. It said "could not activate cellular data network - You are not subscribed to a cellular data service". I don't know why. My iphone is 4s

    Hi. After I updated ios6, I couldn't use my cellular network. It said "could not activate cellular data network - You are not subscribed to a cellular data service". I don't know why. My iphone is 4s

    Contact your carrier to ensure data access via their network is provisioned properly for your account and iPhone with the new iOS 6 update installed.

  • When i try to send a text msg or get on the internet it says could not activate cellular data network? why

    when i try to send a text msg or get on the internet it says could not acticvate cellular data network? why

    Under "settings / general / network" is your "Cellular Data" button set to "ON"?

  • Since upgrading my iPhone 5 to ios 7, I cannot get the internet, email to work on 3g.  I get the message ""could not activate mobile data network. You are not subscribed to a mobile data service".  How do I fix it?

    Since upgrading my iPhone 5 to ios 7, I cannot get the internet, email to work on 3g.  I get the message ""could not activate mobile data network. You are not subscribed to a mobile data service".  How do I fix it?
    I've contacted o2, tried all of their suggested updates and changes, reset my phone 3 times and still no luck.
    Any help appreciated.
    Thanks,
    Louisa

    Hi, l have the same problem, were you able to resolve?

  • I bought an unlocked 3G and when I try to use the internet, it says 'Could not activate mobile data network'.

    Hi all,
    I have recently acquired an iPhone 3G 16GB. It is unlocked and I have put my sim card in (Virgin Mobile) and used it without problem when calling or sending text messages. The internet all works fine when connected to a wi-fi network.
    In the top left hand corner it says '3G', however if I try anything related to the internet (Safari, Twitter etc.) a message will appear reading 'Could not activate mobile data network'. This is very inconvenient for me. All internet related activities work fine when connected to a wi-fi network.
    Is this a problem with all unlocked phones? Is there a solution to this? Or am I simply unable to use the internet without wi-fi on this model?
    Any help would be greatly appreciated, all questions may sound silly, but this is my first iPhone and I am very inexperienced with them!
    Thanks

    First, you don't have a 3G if you have iOS 6.1.4. The 3G cannot go higher than iOS 4.2.1. That is not related to your problem, but worth knowing.
    Let's try the obvious first. Tap the Settings icon. Then tap General. Then Cellular. Is Cellular Data on? Is there an entry for APN? If there is contact your carrier and ask what the APN settings should be. If there is no entry don't worry; the APN is automatic with your carrier.

Maybe you are looking for

  • Can't Export to YouTube Anymore

    I used to be able to export videos to youtube with ease. But now, whenever I export a video, it never shows up on youtube. I've triple checked my password, waited for 2 days, still won't come up. Could it be from the update a month ago? Cause that's

  • Audio is way off in converted videos on ipod...slowly gets worse

    Any help on fixes....Progressively gets out of synch with the video as movie plays. Easiest fixes appreciated. Thanks, JY

  • Changing identity under which the WCF service

    Yes second one. I'm asking about changing identity under which the WCF service runs on sever side. When add reference to the WCF service, VisualStudio automatically add following lines into the config file: <identity>     <userPrincipalName value="xx

  • HW alarming

    We have couple of servers running different applications, all on Solaris 8. What can we use for HW alarming? None of our servers have any alarming for HW failures which caused us grief on couple of occasions. Thanks.

  • Need business object

    Hi all, I am doing workflow to " notify sales of block/unblock customer ". The transactions to be used are fd05 or xd05. Can anyone pls suggest me the related BOR to trigger the workflow. Points will be awarded, thanks, praveena