How to handle network connection error to bussiness service on OSB

Hello everyone.
Thank for your attentions. I need some help for error handling in OSB 11g. I have a proxy service that route to a business service to check profile status. I'm using java client to consume proxy service and return result to customers. The problem that I'm face to is the handling network connection fail.
I want to get some message (or any useful information) from proxy service to report that connection to Business service is unavailable when that connection fail. I tried to add Error Handling but I cannot found that action from option list.
Can you review my proxy service and tell me some resolutions?
Any suggestion is appreciated.
Thank in advance
<?xml version="1.0" encoding="UTF-8"?>
<xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con2="http://www.bea.com/wli/sb/stages/config" xmlns:con3="http://www.bea.com/wli/sb/stages/routing/config" xmlns:con4="http://www.bea.com/wli/sb/stages/logging/config">
  <ser:coreEntry isProxy="true" isEnabled="true">
    <ser:binding type="SOAP" isSoap12="false" xsi:type="con5:SoapBindingType" xmlns:con5="http://www.bea.com/wli/sb/services/bindings/config">
      <con5:wsdl ref="Test/resources/wsdl/PortalSide"/>
      <con5:port>
        <con5:name>PortalSideSOAP</con5:name>
        <con5:namespace>http://www.example.org/PortalSide/</con5:namespace>
      </con5:port>
      <con5:selector type="SOAP body"/>
      <con5:WSI-compliant>false</con5:WSI-compliant>
    </ser:binding>
    <ser:monitoring isEnabled="false">
      <ser:aggregationInterval>10</ser:aggregationInterval>
      <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:logging isEnabled="true">
      <ser:logLevel>debug</ser:logLevel>
    </ser:logging>
    <ser:sla-alerting isEnabled="true">
      <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:pipeline-alerting isEnabled="true">
      <ser:alertLevel>normal</ser:alertLevel>
    </ser:pipeline-alerting>
    <ser:ws-policy>
      <ser:binding-mode>wsdl-policy-attachments</ser:binding-mode>
    </ser:ws-policy>
  </ser:coreEntry>
  <ser:endpointConfig>
    <tran:provider-id>http</tran:provider-id>
    <tran:inbound>true</tran:inbound>
    <tran:URI>
      <env:value>/Test/proxy-services/DnICT_WSDL_PS</env:value>
    </tran:URI>
    <tran:inbound-properties/>
    <tran:all-headers>false</tran:all-headers>
    <tran:provider-specific>
      <http:inbound-properties/>
    </tran:provider-specific>
  </ser:endpointConfig>
  <ser:router>
    <con:pipeline type="request" name="GetRequestInfo_pipeline_pair_request">
      <con:stage name="InputProcess_stage">
        <con:context>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
          <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
        </con:context>
        <con:actions>
          <con1:assign varName="docId">
            <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b86</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/documentId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
          <con1:assign varName="depId">
            <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b69</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/departmentId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
          <con1:assign varName="srvId">
            <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7d41</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/serviceId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
        </con:actions>
      </con:stage>
    </con:pipeline>
    <con:pipeline type="response" name="GetRequestInfo_pipeline_pair_response">
      <con:stage name="ErrorHandling">
        <con:context/>
        <con:actions/>
      </con:stage>
    </con:pipeline>
    <con:flow>
      <con:pipeline-node name="GetRequestInfo_pipeline_pair">
        <con:comment>Lay cac thong tin trong form search</con:comment>
        <con:request>GetRequestInfo_pipeline_pair_request</con:request>
        <con:response>GetRequestInfo_pipeline_pair_response</con:response>
      </con:pipeline-node>
      <con:branch-node type="condition" name="branching_public_services">
        <con:context>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
        </con:context>
        <con:branch-table variable="depId">
          <con:branch name="SoTTTT">
            <con:operator>equals</con:operator>
            <con:value>1</con:value>
            <con:flow>
              <con:branch-node type="condition" name="DnICT_dept_services">
                <con:context/>
                <con:branch-table variable="srvId">
                  <con:branch name="DichVu_1">
                    <con:operator>equals</con:operator>
                    <con:value>1</con:value>
                    <con:flow>
                      <con:route-node name="RouteToDnICT_BS">
                        <con:context>
                          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
                          <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
                          <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
                        </con:context>
                        <con:actions>
                          <con3:route>
                            <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4c</con2:id>
                            <con3:service ref="Test/busines-services/DnictServiceBS" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
                            <con3:operation>selecttrangthai</con3:operation>
                            <con3:outboundTransform>
                              <con1:assign varName="username">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4b</con2:id>
                                <con1:expr>
                                  <con2:xqueryText>fn:string('stttt')</con2:xqueryText>
                                </con1:expr>
                              </con1:assign>
                              <con1:assign varName="password">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4a</con2:id>
                                <con1:expr>
                                  <con2:xqueryText>fn:string('123456')</con2:xqueryText>
                                </con1:expr>
                              </con1:assign>
                              <con1:replace contents-only="true" varName="body">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b49</con2:id>
                                <con1:expr>
                                  <con2:xqueryText><![CDATA[<soap:selecttrangthai       xmlns:soap="http://soapinterop.org/">
     <username       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$username}</username>
     <password       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$password}</password>
     <masohoso       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$docId}</masohoso>
</soap:selecttrangthai>]]></con2:xqueryText>
                                </con1:expr>
                              </con1:replace>
                            </con3:outboundTransform>
                            <con3:responseTransform/>
                          </con3:route>
                        </con:actions>
                      </con:route-node>
                    </con:flow>
                  </con:branch>
                  <con:default-branch>
                    <con:flow/>
                  </con:default-branch>
                </con:branch-table>
              </con:branch-node>
            </con:flow>
          </con:branch>
          <con:branch name="SoGTVT">
            <con:operator>equals</con:operator>
            <con:value>2</con:value>
            <con:flow/>
          </con:branch>
          <con:default-branch>
            <con:flow/>
          </con:default-branch>
        </con:branch-table>
      </con:branch-node>
    </con:flow>
  </ser:router>
</xml-fragment>P/S:
When connection to business service is fail, I got this soap message:
<soapenv:Envelope       xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
     <soapenv:Fault>
     <faultcode>soapenv:Server</faultcode>
     <faultstring>BEA-380002: No route to host</faultstring>
     <detail>
     <con:fault       xmlns:con="http://www.bea.com/wli/sb/context">
     <con:errorCode>BEA-380002</con:errorCode>
     <con:reason>No route to host</con:reason>
     <con:location>
     <con:node>RouteToDnICT_BS</con:node>
     <con:path>request-pipeline</con:path>
     </con:location>
     </con:fault>
     </detail>
     </soapenv:Fault>
     </soapenv:Body>
     </soapenv:Envelope>Regards.
Cuong Pham
Edited by: Doubt_Man on Jul 28, 2011 10:26 AM

you could add an error handler on the route-action in your proxy service.
in there you could investigate the $fault variable and for example check which BEA-... errorcode comes back.
then you can decide what to reply back..for example create your own soap-fault and set your own messages.
now the default $fault generated by the osb itself will get returned
http://www.xenta.nl/blog/2010/07/17/oracle-service-bus-11g-handling-soap-faults/
maybe that one helps you a bit

Similar Messages

  • Figured out how to fix network connection errors!

    If you downloaded Itunes 7 (the latest version)
    First...
    Start>Run> type cmd> click OK> type ipconfig /flushdns >click return.
    If this doesn't work, then go back to the Run and search Services.msc > click OK >Double click DNS Client> General tab >Click "Automatic" under the Startup type drop-down.> Click Start.
    Itunes should now show Error -3221. Go to McAfee and alow Itunes and ItunesHelper.
    The music store should now work!

    Glad you got it going!
    Sounds like windows networking & McAfee were blocking itunes.

  • Handle the Network Connection Error ...

    The main purpose is to handle the Network Connection Error,
    when there is a Network Connection Error or pc loss the
    connection (remove the ETH cable),
    and it work in IE but not with firefox.
    When there isn't connection during play of sound1, Flash call
    "sound1.onSoundComplete" that point to an other frame, where i load
    an other es:Sound2.mp3, BUt there isn't connection and Flash call
    "sound1.onLoad" with "success=false" and that's OK because i handle
    the error for example retry to load every 10 Seconds.
    With Firefox when it happens the player call load sound2.mp3
    but there isn't connection and it can't find the file (OK) BUT is
    NOT CALL the "sound2.onLoad" and STOPS it in this frame mute and
    nothing more happens.
    This is the sample Code:
    //on frame (1)
    sound1 = new Sound();
    sound2 = new Sound();
    //on frame (2)
    sound1.onLoad = function(success) {
    if (success) {
    //on load OK...
    trace("Sound1 loading ok...");
    } else {
    //on load FAIL...
    trace("Sound1 error ...");
    //call error function. (es: goto frame 1 and reload all.)
    _root.sounderror();
    sound1.loadSound("sound1.mp3", true);
    sound1.setVolume(100);
    sound1.onSoundComplete = function() {
    //goto next frame and load the Second sound
    gotoAndStop(3);
    //on the Frame-3
    //there is the same code but with sound2 and
    "onSoundComplete" -> gotoAndStop(2); for a loop of the two
    sounds.
    Thanks in advance for HELP ME.
    PLAEASE READ and Comment!!!
    This is my work! Sorry for the Bad English.

    Thanks for your support, i have modify like your suggest but
    the problem continue.
    I've notice that in local work very fine also with Firefox. i
    try during play to remove in one shot all mp3 file, and it call the
    error handler function correctly, But if i put it on the web, when
    i unplug the eth cable, it stop after sound2 or 3.loadsond and
    write me back it in a text box, stop! it NOT Call the onload
    triger, and do not call the error function.
    WHY ?!? in local work whit all browser, and on web only with
    IE?
    HELP ME PLEASE!
    Post the new code:
    //Frame#1
    soundintro = new Sound();
    sounda = new Sound();
    soundb = new Sound();
    soundintro.onLoad = function(success) {
    if (success) {
    //find soundi - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    soundintro.onSoundComplete = function() {
    debug1 = debug1+("Trace-> soundintro Complete
    goto2..."+chr(13));
    gotoAndStop(2);
    d = new Date();
    soundintro.loadSound("soundintro.mp3?r="+d.getTime(), true);
    soundintro.setVolume(100);
    stop;
    //Frame#2
    sound2.onLoad = function(success) {
    if (success) {
    //find sound2 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound2.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound2 Complete
    goto3..."+chr(13));
    gotoAndStop(3);
    d = new Date();
    sounda.loadSound("sound2.mp3?r="+d.getTime(), true);
    sounda.setVolume(100);
    stop;
    //Frame#3
    sound3.onLoad = function(success) {
    if (success) {
    //find sound3 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound3.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound3 Complete goto back
    to2..."+chr(13));
    //Back to 2 for loop
    gotoAndStop(2);
    d = new Date();
    sound3.loadSound("sound3.mp3?r="+d.getTime(), true);
    sound3.setVolume(100);
    stop;

  • HP Officejet Pro 8600 Network connection error message in EWS

    I just got an Officejet Pro 8600 Premium.  The printer is connected to the network via a network cable.  When navigating through the EWS, sometimes the message "Network connection error.  Check network and try again." message is shown (the message could appear in various pages, such as Settings, Tools, etc.).  Refreshing the page should get rid of the message. 
    At first, I suspected if it was a problem with the network. So I pinged the printer's ip address continuously.  It did not miss a single beat.  The printer prints and scans well via the network.  So I think the error may be caused by something inside of the print, such as bug of EWS software, or internal error. 
    Anyone see the same message during the use?  Any suggestion?  Does it indicate there is hardware problem with the printer?  Thanks.

    HP Support has escalated the case.  I referred this thread in the support request.  Hopefully, they can have a look at the issue.
    For me, the only setting does not stick is "Use the same time zone set on this computer" in Settings\Date & Time.  I've created another ticket for this issue.  8500A has the same problem.
    You can try to restart the EWS.  Unplug the power cord while the printer is on.  Then wait 15 sec and reconnect the power cord.  Press the power button if the printer does not turn on by itself.
    If you would like to reset to the printer and reconfigure from scratch, you can check here: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/How-to-reset-Officejet-Pro-8600-Plus-P...

  • Restoring Network Connections Error

    We are using the Lenovo IOMEGA IX2 NAS. We have around 10 users who connect to this network drive. One PC is able to connect to it but the others get a Restoring Network Connections Error:
    Microsoft Windows Network: Insufficient system resources exist to complete the requested service.
    This connection has not been restored.
    Anybody else have this issue?

    Hello jamescheung
    The affected PC's do were they actually able to mount the share(s) at any point or are you getting this error while trying to mount the share(s)?
    If they are able to mount, are you getting the error in explorer or a backup utility such as robocopy?
    Do the affected computers experience the issue right after a PC reboot?
    How many of the protocols are enabled on the ix2 and do you have media server and/or any of the active folder options enabled?  
    Have you tried to disable any non-critical protocols/features for troubleshooting?
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Personas 2.0 SP02 Network Connectivity Error

    Hello,
    We upgraded to Personas 2.0 SP02 and now when trying to loving receive the 'problem with network connectivity' error. We had no issues logging in on SP01. I checked through the configuration and everything has remained the same. Restgui tests successfully and both XML files are reachable. I've also checked that user authorization has remained the same.
    Getting the below HTTP 500 error:
    "9/5/2014 01:58:00,515311 ERROR Sap.Imagineering.Personas.Common.Utils.<>c__DisplayClass6-><GetResponse>b__5 -
    [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    In ST22 we are now getting:
    Category               ABAP Programming Error
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Except.                CX_SY_REF_IS_INITIAL
    ABAP Program           /PERSOS/CL_PERSOS_HELPER======CP
    Application Component  CA
    Error analysis
        An exception has occurred which is explained in more detail belo
        exception is assigned to class 'CX_SY_REF_IS_INITIAL' and was no
         procedure
        "GET_SYSTEM_INFO" "(METHOD)", nor was it propagated by a RAISING
        Since the caller of the procedure could not have anticipated thi
        exception, the current program was terminated.
        The reason for the exception is:
        You are trying to access a component with a 'ZERO' object refere
        (points to 'nothing').
        An object reference must point to an object (an instance of a cl
        before it can be used to access a component. The reference has e
        never been set, or it was set to 'ZERO' with a CLEAR statement.

    We're on Kernel: 741 patch 27
    I noticed from: Configuration Check - SAP Screen Personas - SAP Library
    It lists 'unable to determine' possible causes as:
    Could be due to the following reasons
    The RFC destination is not maintained correctly.
    Error occurred while connecting to host/target
    The RFC destination is not maintained in fieldHTTP Connector ofMaintain Systemsnode in SPRO.
    Refer to the Configuration guide to rectify
    I did not have an RFC set in 'HTTP Connection'
    I created a connection type H RFC, however I couldn't find any mention of it in the Configuration guide so I'm unsure exactly how to configure it. Specifically for the Path Prefix.

  • 8600 network connection error

    8600 Premium.  During a multipage scan, the printer will stop after 5 or so pages with the error "Network connection error.  Check network and try again."  I have an 8500 Premier on the same network and it will scan multipage documents perfectly. Windows 7, 64 bit.  Latest firmware installed. 
    Any help would be appreciated.

    HP Support has escalated the case.  I referred this thread in the support request.  Hopefully, they can have a look at the issue.
    For me, the only setting does not stick is "Use the same time zone set on this computer" in Settings\Date & Time.  I've created another ticket for this issue.  8500A has the same problem.
    You can try to restart the EWS.  Unplug the power cord while the printer is on.  Then wait 15 sec and reconnect the power cord.  Press the power button if the printer does not turn on by itself.
    If you would like to reset to the printer and reconfigure from scratch, you can check here: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/How-to-reset-Officejet-Pro-8600-Plus-P...

  • ADF: Gracefully handling JDBC connection errors?  Part II

    Hi gang
    I while back I posted a forum post to find a solution to "display a specific web page when the JDBC connection drops out on our ADF application, specifically the following error: oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection"
    ...you can see the original post here:
    Re: ADF: Gracefully handling JDBC connection errors?
    For the life of me I can't get this to work now. It appears I can't redirect to another page during the call to reportException. I've had a play with different methods of redirecting, as seen in the following code sample:
    public class ErrorHandlerImpl extends DCErrorHandlerImpl {
      public ErrorHandlerImpl() {
        super(true);
      @Override
      public void reportException(DCBindingContainer dCBindingContainer, Exception exception) {
    //    try {
          String message = exception.getMessage();
          if (message.indexOf("JBO-26061") >= 0) {
            // Method 1
            FacesContext fc = FacesContext.getCurrentInstance();
            UIViewRoot viewRoot =
            fc.getApplication().getViewHandler().createView(fc, "faces/errorPage.jspx");
            fc.setViewRoot(viewRoot);
            fc.renderResponse();
            // Method 2              
            // FacesContext fc = FacesContext.getCurrentInstance();
            // fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "goError");
            // fc.responseComplete();
            // Method 3 - required IOExcepition handler
            // FacesContext.getCurrentInstance().getExternalContext().redirect("faces/errorPage.jspx");
          } else
              super.reportException(dCBindingContainer, exception);
    //    } catch (IOException e) {
    }... with no success.
    Has anyobody any other solutions or advice on getting this to work?
    Your help appreciated.
    Thanks & regads,
    CM.
    PS. JDev 11gR1 ADF BC + ADF Faces RC

    Hi Frank
    Yep, I' tried redirect, that was method 3 (you can see all 3 methods I've attempted, last 2 are commented out).
    With the declarative ADFc exception handler, problem is it's a catch all, not specifically for JBO-26061. Can you think of a way I can tailor fit it for JBO-26061 with a custom message "Database down"?
    In addition the exception handler is not consistently called. As example, if you're moving between pages rather than operating on 1 page, the standard af:messages error dialog is shown if the db connection has been dropped, rather than navigating to the exception handler page. As such it seems the DCErrorHandlerImpl.reportExceptions is the better chokepoint to work from.
    Cheers,
    CM.

  • How to handle multiple connection or user with l2cap

    hi friends,
    I need your help please a.s.a.p
    how to handle multiple connection with l2cap protocol in j2me
    sorry,
    I'm a new programmer in j2me
    thanks all...

    Please stick with the original thread http://forum.java.sun.com/thread.jspa?threadID=5200413&tstart=0
    Cross-posting is very rude, and JSch has nothing to do with JSSE, directly. It is an SSH2 API. It does (AFAIK) use some parts of JSSE, but those parts are definately not your problem.
    You already have answers in the other thread.

  • HT201210 I have just downloaded ios7 and have lost my iMessages it keeps asking me to sign in which aim doing then says cannot sign it network connection error try again later even though I have full gone and wifi signals please help

    I have just downloaded ios7 and have lost all use of my iMessage I have reset all my settings but still nothing. I have entered my apple ID as requested but keep getting a message saying cannot sign in network connection error try again later even though I have full phone and wifi signals. Please help

    Hello JD_NINJA,
    Thanks for using Apple Support Communities.
    Error 9006 when restoring your iOS device indicates that there is security software on your computer which is preventing connection to the Apple server or your device.  To troubleshoot this issue please follow the directions below.
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    When restoring your iPhone, please make sure to follow the directions in the link below to properly restore.
    Restore your device from an iCloud or iTunes backup - Apple Support
    Take care,
    Alex H.

  • I have attempted to update my software over 10 times but I get a network connection error. Anyone with the same problem? Got it on the wireless and wired network.

    I have attempted to update my software over 10 times but I get a network connection error. Anyone with the same problem? Got it on the wireless and wired network.

    Disable all Firewalls & Anti-Virus software...try again.

  • Network Connection error when Bluetooth tries to turn on?

    Bluetooth DUN not connected, when I try to connect or set up bluetooth device, a network connection error comes up;
    Network Connection
    Your connection failed because the communicaton device is unabailable.  Make sure it is connected to your computer and try reconnecting.
    Anyone have any idea what this mean?

    Are you SURE you got the model with the optional BlueTooth module? Does Apple System profiler show it there (on the USB sub-page) ?

  • I keep getting network connections error when downloading update for iPhone 4. Any suggestions?

    I keep getting network connections error when downloading update for iPhone 4. Any suggestions?

    I think I solved the problem by initiating the update in a different way, from the itunes panel where I can click to start the update, instead of saying yes when asked if I want to update when itunes launches in response to the iphone being plugged into the computer.

  • Network connection error comes up when trying to activate iMessage and FaceTime even when connected to wifi

    I have recently got a new SIM card and is working but as soon I try to activate FaceTime and iMessage it says network connection error although my network is fine etc, as on a Apple help page it says contact Apple if this occurs but there is no way to contact Apple. Please help!

    For anyone who has this problem check your time and date is set to automatically as this has fixed my problem!

  • Network connection error, not able to download from App Store. But am able to download other stuffs with my browser !?

    Am getting a Network Connection error and am not able to download apps from the App store. But to check my network connection, when I download stuffs using my Browser, it downloads as usual ! So what is the problem & its solution? please reply.. Thank you.

    Select  ▹ System Preferences ▹ Network ▹ Advanced ▹ Proxies. If any proxies are selected, deselect them, apply your changes, and try again. You must apply the changes before they take effect. You don’t need to change the other settings.

Maybe you are looking for