Error should be raised immedietly

Hi!!
I am using jdeveloper 11.1.1.5
I had a small use case in which i had dragged and dropped my EmpContDetVO as my af:table.
In which i have two fields such as startdate and enddate . If the user enters the enddate which is smaller than the startdate then the error occurs successfully when user tries to hit Save Button [Commit operation].
But i need to raise error immediatly when the user tries to navigate to other field.
Whether it is possible without using javascript. Could anyone can give me suggestion with appropriate documents

Thank you sameera!!
I had used this code in my AMImpl Method
   public void checkdate (){
        ViewObject vo = this.getPurAdminView1();
        Row vor = vo.getCurrentRow();
        Calendar cf = Calendar.getInstance();
        Calendar ce = Calendar.getInstance();
        java.util.Date startdate;
        java.util.Date enddate;
            startdate = convertDomainDateToUtilDate((Date)vor.getAttribute("PuraDateFrom")); //Returns the value
            enddate = convertDomainDateToUtilDate((Date)vor.getAttribute("PuraDateTo"));  //Returns the value
            cf.setTime(startdate);  
            ce.setTime(enddate);
            if (cf.after(ce)){
                throw new JboException ("Start date is greater than EndDate");
    }I had called this method using the validator
public void cil13_actionListner(FacesContext facesContext, UIComponent uIComponent,
                             Object object) {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding =
                bindings.getOperationBinding("checkdate");
            Object result = operationBinding.execute();
    }The null pointer Exception actually occurs in Calendar.java
    public final void setTime(Date date) {
        setTimeInMillis(date.getTime()); //Null Pointer Exception
    }Main Theme of my concept i need to check whether enddate is greater than startdate if not the error must be thrown immedieatly i.e., if user navigates to another field
@@Suresh--Thank you for your reply suresh But both of the startdate and enddate will be entered by the user.

Similar Messages

  • Should not raise no data found error

    Hi Experts,
    I am using select into statement in procedure and put some condition in select statement.
    I want if condition failed then it sould put null in to target variable . It should not raise no data found error
    e.g
    select abc into v_abc from table
    where cond1=cond;
    if this select statement no give any record it should put null into v_abc and not raise no data found error
    pls suggest something
    UG

    You could do...
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    v_abc varchar2(20);
      3  begin
      4    SELECT
      5      CASE
      6        WHEN (select COUNT(*) from emp where empno = 1234) > 0 THEN
      7          (select ename from emp where empno = 1234)
      8        ELSE
      9          null
    10      END
    11    INTO v_abc
    12    FROM dual;
    13* end;
    SQL> /
    PL/SQL procedure successfully completed.But that's no better than doing a check first as a seperate SQL in the PL/SQL.
    I would do this... (if I really didn't want the no_data_found exception)
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    v_abc varchar2(20);
      3  begin
      4    SELECT max(ename)
      5    INTO v_abc
      6    FROM
      7      (
      8      SELECT ename from emp where empno = 1234
      9      UNION
    10      SELECT null from dual
    11      );
    12    dbms_output.put_line(NVL(v_abc,'!null!'));
    13* end;
    SQL> /
    !null!
    PL/SQL procedure successfully completed.
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    v_abc varchar2(20);
      3  begin
      4    SELECT max(ename)
      5    INTO v_abc
      6    FROM
      7      (
      8      SELECT ename from emp where empno = 7782
      9      UNION
    10      SELECT null from dual
    11      );
    12    dbms_output.put_line(NVL(v_abc,'{null}'));
    13* end;
    SQL> /
    CLARK
    PL/SQL procedure successfully completed.
    SQL>

  • RSDRO: Error RSAODS 131 raised

    Hello everybody,
    I'm trying to load an ODS and an infocube from 0HR_PE_1 infosource. The infocube load has finished OK however the ODS load fails. The error in sm21 is:
    > RSDRO: Error RSAODS 131 raised           
    > RSDRO: 1: 2: 3: 4:                       
    In the ODS activatiion job log this is the error message:
    SIDs determined successfully for request REQU_409UW9ZYBZI1GXNALPCW1RXOU from ODS object ZHRODEV1  
    Request REQU_409UW9ZYBZI1GXNALPCW1RXOU, data package 000001 incorrect with status 5 in rsodsacstreq
    Request REQU_409UW9ZYBZI1GXNALPCW1RXOU, data package 000001 not correct                           
    Inserted records 1-; Changed records 1-; Deleted records 1-                                       
    No confirmation for request ODSR_408PAA6WYNTHQ2UK0Z1ZBB1OU when activating the ODS object ZHRODEV1
    Error while exporting data                                                                        
    System error occurred (RFC call)                                                                  
    Errors occured when carrying out activation                                                       
    Analyze errors and reactivate if necessary                                                        
    Activation of data records from ODS object ZHRODEV1 terminated                                    
    Can somebody help me?
    Thanks in advance and happy new year.
    Regards,
    Elena

    These are monitor logs, (I have tried to paint legend, red buttons are marked with E:, green buttons are marked with OK:)
    OK:Activation of data records from ODS object ZHRODEV1 started
    E: Activation of data records from ODS object ZHRODEV1 terminated
    E: System error occurred (RFC call)
    E: Request REQU_409UW9ZYBZI1GXNALPCW1RXOU , data package 000001 incorrect with status 5
    E: Error while exporting data
    E: Request REQU_409UW9ZYBZI1GXNALPCW1RXOU , data package 000001 not correct
    E: Inserted records 1- ; Changed records 1- ; Deleted records 1-
    OK: SIDs determined successfully for request REQU_409UW9ZYBZI1GXNALPCW1RXOU from ODS object ZHRODEV1
    OK: Errors occured when carrying out activation
    OK: Analyze errors and reactivate if necessary
    OK: Data to be activated successfully checked against archiving objects
    E: No confirmation for request ODSR_408PAA6WYNTHQ2UK0Z1ZBB1OU when activating the ODS object ZHRODEV1
    OK: Activación is running: Data target ZHRODEV1 , from 37.577 to 37.577
    Thanks again,
    Elena

  • JWSDP1.5: wscompile error: "(should not happen): tie.generator.002

    Hi all,
    I'm working with a doc/lit webservice; I have a WSDL and I'm attempting to generate Java artefacts with wscompile. I'm using JWSDP1.5. I've had a range of errors (I'm updating an old WSDL for the Tentative Hold Protocol, see http://www.w3.org/TR/tenthold-2/). The latest, though, is problematic. The final error message is:
    error: generator error: internal error (should not happen): tie.generator.002I have included the full output from wscompile at the end of this posting; I'll post the full WSDL in a reply. Any advice would be much appreciated!
    Cheers,
    --Tim West
    Full output (from wscompile Ant task) - added linebreaks for readability
    Buildfile: C:\common\eclipse-projects\thp\build.xml
    wscompile-init:
    ANEW-generate-server-binding:
    [wscompile] command line: wscompile -d C:\common\eclipse-projects\thp\zant-build \
    -features:documentliteral,wsi -g -gen:server -keep -verbose \
    C:\common\eclipse-projects\thp\server-wscompile-config.xml -classpath (path omitted for readability)
    [wscompile] [CustomClassGenerator: generating JavaClass for: userDefinedBody]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdRequestHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdHeader]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdRequestAckHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdModifyRequestHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdModifyResponseChoiceHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdModifyGrantHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdGrantHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdModifyDenialHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdDenialHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdCancellationRequestHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdCancellationResponseHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdStatusQueryHdr]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdStatusResponseBody]
    [wscompile] [CustomClassGenerator: generating JavaClass for: statusStructure]
    [wscompile] [CustomClassGenerator: generating JavaClass for: holdStatusResponseHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: userDefinedBody]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdHeader]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdRequestHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdRequestAckHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdModifyRequestHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdGrantHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdModifyGrantHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdDenialHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdModifyDenialHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdModifyResponseChoiceHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdCancellationRequestHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdCancellationResponseHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdStatusQueryHdr]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: statusStructure]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdStatusResponseBody]
    [wscompile] [LiteralObjectSerializerGenerator: writing  serializer/deserializer for: holdStatusResponseHdr]
    [wscompile] error: generator error: internal error (should not happen): tie.generator.002
    BUILD FAILED: C:\common\eclipse-projects\thp\build.xml:342: wscompile failed
    Total time: 2 seconds

    Hi again,
    The offending WSDL is below. I should add that I Googled this and couldn't find anything useful. Axis is happy with the WSDL, as is the validator at http://www.soapclient.com/SoapTools.html (though I'm not sure of its quality). I'm now downloading IBM Websphere 6 to see how that goes.
    Thanks again,
    -Tim West
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
        name="TentativeHold"
        targetNamespace="http://www.w3.org/2001/08/thp/definitions"
        xmlns:tns="http://www.w3.org/2001/08/thp/definitions"
        xmlns:holdSchema="http://www.w3.org/2001/08/thp/schemas"
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns="http://schemas.xmlsoap.org/wsdl/">
      <types>
        <schema xmlns="http://www.w3.org/2001/XMLSchema"
            xmlns:holdSchema="http://www.w3.org/2001/08/thp/schemas"
            targetNamespace="http://www.w3.org/2001/08/thp/schemas">
          <!-- =================================================================== -->
          <!-- Item - holdHeader -->
          <!-- Note - This information is required in all the Tentative Hold Protocol
                      communications. -->
          <!-- Fields- holdID - UUID. -->
          <!--             customerID - account number or other identifier -->
          <!--             replyTo - could be a unique locator such as a URI or an
                              email address depending on the communication protocol
                              to be used. -->
          <!-- comment - space for trading partner defined info. -->
          <!-- =================================================================== -->
          <complexType name="holdHeader">
            <sequence>
              <element name="holdID" type="int"/>
              <element name="customerID" type="string"/>
              <element name="replyTo" type="string"/>
              <element name="comment" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - userDefinedBody -->
          <!-- Note - This will carry any domain-specific information  (e.g., product
                ID and quantity). An implementation shall probably have many
                different userDefinedBody's (one for holdRequest, holdRequestAck,
                ...). This body is used in all messages. -->
          <!-- Fields - Trading partner to trading partner specific or an agreed
             - standard (e.g., RosettaNet PIP). -->
          <!-- =================================================================== -->
            <!-- TIM: Just junk here for now, must fix later -->
          <complexType name="userDefinedBody">
            <sequence>
              <element name="someRequestField" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdRequestHdr -->
          <!-- Note - Specifies the Tentative Hold Protocol header for messages
             - requesting a tentative hold. -->
          <!-- Fields - Same as holdHeader -->
          <!-- =================================================================== -->
          <complexType name="holdRequestHdr">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdRequestAckHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + timeUntilResponse - a indication of the time it
             - will take the resource provider to process the request. -->
          <!-- =================================================================== -->
          <complexType name="holdRequestAckHdr">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
              <element name="timeUntilResponse" type="duration"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdGrantHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + holdDuration - the agreed to length of the hold
             - on the resource requested. -->
          <!-- =================================================================== -->
          <complexType name="holdGrantHdr">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
              <element name="holdDuration" type="duration"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdDenialHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + reason - a description of the reason for the
             - denial. The implementation may choose to use reason codes or just
             - textual descriptions. -->
          <!-- =================================================================== -->
          <complexType name="holdDenialHdr">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
              <element name="reason" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdModifyRequestHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader -->
          <!-- =================================================================== -->
          <complexType name="holdModifyRequestHdr">
            <sequence>
              <element name="modifiedHoldRequest" type="holdSchema:holdHeader"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdModifyGrantHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + holdDuration - the agreed to length of the hold
             - on the resource requested. -->
          <!-- =================================================================== -->
          <complexType name="holdModifyGrantHdr">
            <sequence>
              <element name="modifiedHoldRequest" type="holdSchema:holdGrantHdr"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdModifyDenialHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + reason - a description of the reason for the denial.
             - The implementation may choose to use reason codes or just textual
             - descriptions.-->
          <!-- =================================================================== -->
          <complexType name="holdModifyDenialHdr">
            <sequence>
              <element name="modifiedHoldRequest" type="holdSchema:holdDenialHdr"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdModifyResponseChoiceHdr -->
          <!-- Note - The use of a single type for this response was to facilitate a
             - synchronous request/response for the modify request without preventing
             - asynchronous.-->
          <!-- Fields - Either holdModifyGrantHdr or holdModifyDenialHdr -->
          <!-- =================================================================== -->
          <!-- TIM: JWSDP does not support xsd:choice, so I'm turning this into a sequence.
             -      The implementor is now responsible for ensuring exactly one of these
                    is present.
            -->
          <complexType name="holdModifyResponseChoiceHdr">
            <sequence>
              <element name="grant" type="holdSchema:holdModifyGrantHdr"/>
              <element name="deny" type="holdSchema:holdModifyDenialHdr"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdCancellationRequestHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + customerReason - a description of or a code for
             - the reason why the hold is being cancelled. -->
          <!-- =================================================================== -->
          <complexType name="holdCancellationRequestHdr">
            <sequence>
              <element name="customerHold" type="holdSchema:holdHeader"/>
              <element name="customerReason" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdCancellationResponseHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader -->
          <!-- =================================================================== -->
          <complexType name="holdCancellationResponseHdr">
            <sequence>
              <element name="customerHold" type="holdSchema:holdHeader"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdCancellationNotificationHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader + cancellationReason - a description of or a code
             -for the reason the vendor is cancelling the hold. -->
          <!-- =================================================================== -->
          <complexType name="holdCancellationNotificationHdr">
            <sequence>
              <element name="customerHold" type="holdSchema:holdHeader"/>
              <element name="cancellationReason" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdStatusQueryHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader -->
          <!-- =================================================================== -->
          <complexType name="holdStatusQueryHdr">
            <sequence>
              <element name="customerHold" type="holdSchema:holdHeader"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdStatusResponseHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader -->
          <!-- =================================================================== -->
          <complexType name="holdStatusResponseHdr">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - statusStructure -->
          <!-- Note - -->
          <!-- Fields - holdHeader + holdState - a description of the state of the hold.
             - Possible values currently defined are: responding, in process, active,
             - and inactive. The definition is left open (not restricted) for future or
             - user refinement of the useful values. -->
          <!-- =================================================================== -->
          <complexType name="statusStructure">
            <sequence>
              <element name="itemHeader" type="holdSchema:holdHeader"/>
              <element name="holdState" type="string"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdStatusResponseBody -->
          <!-- Note - -->
          <!-- Fields - holdItemsCount - the number of holds matching the holdStatusQuery. -->
          <!--             itemList - The header and state of the holds that match the query. -->
          <!-- =================================================================== -->
          <complexType name="holdStatusResponseBody">
            <sequence>
              <element name="holdItemsCount" type="int"/>
              <element name="itemList" type="holdSchema:statusStructure" minOccurs="0" maxOccurs="unbounded"/>
            </sequence>
          </complexType>
          <!-- =================================================================== -->
          <!-- Item - holdErrorHdr -->
          <!-- Note - -->
          <!-- Fields - holdHeader -->
          <!-- =================================================================== -->
          <!-- TIM: Combined old "holdErrorHdr" and "holdErrorBody" as a fault must
             - have only a single part (see WSDL sec 3.6).
            -->
          <complexType name="holdError">
            <sequence>
              <element name="baseHeader" type="holdSchema:holdHeader"/>
              <element name="holdErrorType" type="int"/>
              <element name="holdErrorDesc" type="string"/>
            </sequence>
          </complexType>
          <!-- TIM: To use doc/lit, we need <element> tags here to reference from WSDL -->
          <element name="userDefinedBody" type="holdSchema:userDefinedBody"/>
          <element name="holdRequestHdr" type="holdSchema:holdRequestHdr"/>
          <element name="holdRequestAckHdr" type="holdSchema:holdRequestAckHdr"/>
          <element name="holdGrantHdr" type="holdSchema:holdGrantHdr"/>
          <element name="holdDenialHdr" type="holdSchema:holdDenialHdr"/>
          <element name="holdModifyRequestHdr" type="holdSchema:holdModifyRequestHdr"/>
          <element name="holdModifyGrantHdr" type="holdSchema:holdModifyGrantHdr"/>
          <element name="holdModifyDenialHdr" type="holdSchema:holdModifyDenialHdr"/>
          <element name="holdModifyResponseChoiceHdr" type="holdSchema:holdModifyResponseChoiceHdr"/>
          <element name="holdCancellationRequestHdr" type="holdSchema:holdCancellationRequestHdr"/>
          <element name="holdCancellationResponseHdr" type="holdSchema:holdCancellationResponseHdr"/>
          <element name="holdCancellationNotificationHdr" type="holdSchema:holdCancellationNotificationHdr"/>
          <element name="holdStatusQueryHdr" type="holdSchema:holdStatusQueryHdr"/>
          <element name="holdStatusResponseHdr" type="holdSchema:holdStatusResponseHdr"/>
          <element name="holdStatusResponseBody" type="holdSchema:holdStatusResponseBody"/>
          <element name="holdError" type="holdSchema:holdError"/>
        </schema>
      </types>
      <message name="HoldRequest">
        <part name="headerHoldRequest" element="holdSchema:holdRequestHdr"/>
        <part name="bodyHoldRequest" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldRequestAck">
        <part name="headerHoldRequestAck" element="holdSchema:holdRequestAckHdr"/>
        <part name="bodyHoldRequestAck" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldGrantResponse">
        <part name="headerHoldGrantResponse" element="holdSchema:holdGrantHdr"/>
        <part name="bodyHoldGrantResponse" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldDenialResponse">
        <part name="headerHoldDenialResponse" element="holdSchema:holdDenialHdr"/>
        <part name="bodyHoldDenialResponse" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldModifyRequest">
        <part name="headerHoldModifyRequest" element="holdSchema:holdModifyRequestHdr"/>
        <part name="bodyHoldModifyRequest" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldModifyResponse">
        <part name="headerHoldModifyResponse" element="holdSchema:holdModifyResponseChoiceHdr"/>
        <part name="bodyHoldModifyResponse" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldCancellationRequest">
        <part name="headerHoldCancellationRequest" element="holdSchema:holdCancellationRequestHdr"/>
        <part name="bodyHoldCancellationRequest" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldCancellationResponse">
        <part name="headerHoldCancellationResponse" element="holdSchema:holdCancellationResponseHdr"/>
        <part name="bodyHoldCancellationResponse" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldCancellationNotification">
        <part name="header" element="holdSchema:holdCancellationNotificationHdr"/>
        <part name="body" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldStatusQueryRequest">
        <part name="headerHoldStatusQueryRequest" element="holdSchema:holdStatusQueryHdr"/>
        <part name="bodyHoldStatusQueryRequest" element="holdSchema:userDefinedBody"/>
      </message>
      <message name="HoldStatusResponse">
        <part name="headerHoldStatusResponse" element="holdSchema:holdStatusResponseHdr"/>
        <part name="bodyHoldStatusResponse" element="holdSchema:holdStatusResponseBody"/>
      </message>
      <message name="HoldErrorResponse">
        <!-- TIM: altered to be consistent with updated schema - the
           - fault body must have only one part
          -->
        <part name="bodyHoldErrorResponse" element="holdSchema:holdError"/>
      </message>
      <portType name="TentativeHoldServicePortType">
        <operation name="InitiateHold">
          <input message="tns:HoldRequest"/>
          <output message="tns:HoldRequestAck"/>
          <!--
          <fault name="HoldErrorResponse" message="tns:HoldErrorResponse"/>
          -->
        </operation>
        <operation name="InitiateHoldModify">
          <input message="tns:HoldModifyRequest"/>
          <output message="tns:HoldModifyResponse"/>
          <!--
          <fault name="HoldErrorResponse" message="tns:HoldErrorResponse"/>
          -->
        </operation>
        <operation name="InitiateHoldCancellation">
          <input message="tns:HoldCancellationRequest"/>
          <output message="tns:HoldCancellationResponse"/>
          <!--
          <fault name="HoldErrorResponse" message="tns:HoldErrorResponse"/>
          -->
        </operation>
        <operation name="InitiateStatusQuery">
          <input message="tns:HoldStatusQueryRequest"/>
          <output message="tns:HoldStatusResponse"/>
          <!--
          <fault name="HoldErrorResponse" message="tns:HoldErrorResponse"/>
          -->
        </operation>
      </portType>
      <portType name="TentativeHoldNotificationServicePortType">
        <operation name="NotifyHoldGranted">
          <output message="tns:HoldGrantResponse"/>
        </operation>
        <operation name="NotifyHoldDenied">
          <output message="tns:HoldDenialResponse"/>
        </operation>
        <operation name="NotifyServerHoldCancellation">
          <output message="tns:HoldCancellationNotification"/>
        </operation>
      </portType>
      <binding name="TentativeHoldSoapBinding" type="tns:TentativeHoldServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
          <operation name="InitiateHold">
            <soap:operation soapAction="http://www.w3.org/2001/08/thp/InitiateHold"/>
            <input>
              <soap:body use="literal"/>
            </input>
            <output>
              <soap:body use="literal"/>
            </output>
            <!--
            <fault name="HoldErrorResponse">
              <soap:fault name="HoldErrorResponse" use="literal"/>
            </fault>
            -->
          </operation>
          <operation name="InitiateHoldModify">
            <soap:operation soapAction="http://www.w3.org/2001/08/thp/InitiateHoldModify"/>
            <input>
              <soap:body use="literal"/>
            </input>
            <output>
              <soap:body use="literal"/>
            </output>
            <!--
            <fault name="HoldErrorResponse">
              <soap:fault name="HoldErrorResponse" use="literal"/>
            </fault>
            -->
          </operation>
          <operation name="InitiateHoldCancellation">
            <soap:operation soapAction="http://www.w3.org/2001/08/thp/InitiateHoldCancellation"/>
            <input>
              <soap:body use="literal"/>
            </input>
            <output>
              <soap:body use="literal"/>
            </output>
            <!--
            <fault name="HoldErrorResponse">
              <soap:fault name="HoldErrorResponse" use="literal"/>
            </fault>
            -->
          </operation>
          <operation name="InitiateStatusQuery">
            <soap:operation soapAction="http://www.w3.org/2001/08/thp/InitiateStatusQuery"/>
            <input>
              <soap:body use="literal"/>
            </input>
            <output>
              <soap:body use="literal"/>
            </output>
            <!--
            <fault name="HoldErrorResponse">
              <soap:fault name="HoldErrorResponse" use="literal"/>
            </fault>
            -->
          </operation>
      </binding>
      <service name="TentativeHoldService">
        <documentation> Mythical Tentative Hold Web service</documentation>
        <port name="TentativeHoldPort" binding="tns:TentativeHoldSoapBinding">
          <soap:address location="http://xyz.com/tentativeHold/"/>
        </port>
      </service>
      <service name="TentativeHoldNotificationService">
        <port name="NotificationPort" binding="tns:TentativeHoldSoapBinding">
          <soap:address location="http://xyz.com/tentativeHoldNotification"/>
        </port>
      </service>
    </definitions>

  • I got chagred 1 USD while created AppleID .. Why ??.. I am worry about the security ... is this safe ..or should I raise this issue to my credit card bank ??

    I got chagred 1 USD while created AppleID .. Why ??.. I am worry about the security ... is this safe ..or should I raise this issue to my credit card bank ??

    Relax.  This is completely normal and is not unusual at all.
    It will be reversed.
    Read the following.
    iTunes Store & Mac App Store: About credit-card authorization holds

  • ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating pr

    I'm running Oracle 11gR2 with ASM configuration on LINUX 5 and I noticed the following errors in the alert log. Any ideas.
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30988
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30572
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 32040
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 32179
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29693
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30350
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30483
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30963
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29907
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29962
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 31000
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29988
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30983
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 31900
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 32171
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29901
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30456
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30475
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30069
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30899
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30403
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30540
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29650
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30550
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30236
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29673
    Tue Oct 18 14:10:51 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30888
    Tue Oct 18 14:10:52 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 30090
    Tue Oct 18 14:10:52 2011
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 29638

    this is what i'm getting in the asm alert.log
    Tue Oct 18 15:34:05 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_6938.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:6938
    Tue Oct 18 22:08:15 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_18992.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:18992
    Tue Oct 18 22:08:15 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_18994.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:18994
    Tue Oct 18 22:08:16 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_18998.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:18998
    Tue Oct 18 22:08:18 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_19002.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:19002
    Wed Oct 19 09:28:54 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_8389.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:8389
    Wed Oct 19 09:41:31 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_9608.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:9608
    Wed Oct 19 09:46:05 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_9608.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:9608
    Wed Oct 19 09:46:17 2011
    Errors in file /opt/bsaitmod/oracle/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_ora_9608.trc:
    ORA-27070: async read/write failed
    WARNING: IO Failed. group:0 disk(number.incarnation):7.0xe96844c9 disk_path:/dev/random
    AU:0 disk_offset(bytes):0 io_size:4096 operation:Read type:asynchronous
    result:I/O error process_id:9608

  • Unrecoverable error ORA-15032 raised in ASM I/O path;

    Hi,
    DB :11.2.0.1
    OS :Aix6
    We getting the following error in alertlog.We using asm.
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 38273676
    1* select name, header_status, path from v$asm_disk
    ITSEL-SQL> /
    NAME HEADER_STATU PATH
    ITSEL_ARCHGROUP01_0000 MEMBER /dev/ITSEL_ARCH_DISK1
    ITSEL_ARCHGROUP01_0001 MEMBER /dev/ITSEL_ARCH_DISK2
    ITSEL_ARCHGROUP01_0002 MEMBER /dev/ITSEL_ARCH_DISK3
    ITSEL_DATAGROUP01_0000 MEMBER /dev/ITSEL_DATA_DISK1
    ITSEL_DATAGROUP01_0001 MEMBER /dev/ITSEL_DATA_DISK10
    ITSEL_DATAGROUP01_0002 MEMBER /dev/ITSEL_DATA_DISK11
    ITSEL_DATAGROUP01_0003 MEMBER /dev/ITSEL_DATA_DISK12
    ITSEL_DATAGROUP01_0004 MEMBER /dev/ITSEL_DATA_DISK13
    ITSEL_DATAGROUP01_0005 MEMBER /dev/ITSEL_DATA_DISK2
    ITSEL_DATAGROUP01_0006 MEMBER /dev/ITSEL_DATA_DISK3
    ITSEL_DATAGROUP01_0007 MEMBER /dev/ITSEL_DATA_DISK4
    NAME HEADER_STATU PATH
    ITSEL_DATAGROUP01_0008 MEMBER /dev/ITSEL_DATA_DISK5
    ITSEL_DATAGROUP01_0009 MEMBER /dev/ITSEL_DATA_DISK6
    ITSEL_DATAGROUP01_0010 MEMBER /dev/ITSEL_DATA_DISK7
    ITSEL_DATAGROUP01_0011 MEMBER /dev/ITSEL_DATA_DISK8
    ITSEL_REDOGROUP01_0000 MEMBER /dev/ITSEL_REDO_DISK1
    ITSEL_REDOGROUP01_0001 MEMBER /dev/ITSEL_REDO_DISK2
    ITSEL_REDOGROUP01_0002 MEMBER /dev/ITSEL_REDO_DISK3
    ITSEL_REDOGROUP01_0003 MEMBER /dev/ITSEL_REDO_DISK4
    ITSEL_REDOGROUP01_0004 MEMBER /dev/ITSEL_REDO_DISK5
    FORMER       /dev/ITSEL_DATA_DISK9
    21 rows selected.
    Any suggestions
    Thanks & Regards,
    VN

    Hi,
    Thanks for your reply.
    We didn't find any other messages with this error.
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 41680928
    Fri Jul 13 23:59:52 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 38470370
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 12779594
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 45482250
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 31064664
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 43123026
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 42598544
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 35914194
    Fri Jul 13 23:59:53 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 8913722
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 34603716
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 14024824
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 36176216
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 56033500
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 45940938
    Fri Jul 13 23:59:55 2012
    ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 58982830
    Sat Jul 14 00:00:04 2012
    opiodr aborting process unknown ospid (48169328) as a result of ORA-28Sat Jul 14 00:00:04 2012
    opiodr aborting process unknown ospid (25952536) as a result of ORA-28
    Sat Jul 14 00:00:04 2012
    opiodr aborting process unknown ospid (55967964) as a result of ORA-28
    Sat Jul 14 00:00:07 2012
    opiodr aborting process unknown ospid (32834224) as a result of ORA-28
    Sat Jul 14 00:00:07 2012
    opiodr aborting process unknown ospid (23593488) as a result of ORA-28
    Sat Jul 14 00:00:07 2012
    What is wrong in ASM and DB ?
    Thanks & Regards,
    VN

  • Error RPE-01011 Raised when Deploying

    Error RPE-01011 Raised when Deploying
    OWB Client: 10.1.0.2.0
    OWB Repository 10.1.0.1.0
    Database: 10.1.0.2.0
    Please Help,
    Thanks,
    Walter

    1) Start the OWB OC4J Instance (start -> programs -> oracle-warehouse builder -> Start OWB OC4J Instance)
    2) Once the OWB OC4J Instance is started, start the OWB Runtime Audit Browser (start -> programs -> oracle-warehouse builder -> OWB Runtime Audit Browser)
    3) In OWB Runtime Audit Browser window, select the QA User ROLE and fill in the connections informations (runtime repository owner)
    4) Click on the View Deployment report
    5) Select the Location TAB
    6) Select the target locations that have the Type Version still in the previous database version and click on "Unregister Selected Locations " Button
    7) Start OWB client (Design)
    8) Check that your target locations have the correct database version in the locations properties
    8) Start the deployment manager and re-register each locations you unregistered

  • Automatic Sales order should be raised once a po is created

    Hi Guys,
    There are two company codes 1000 and 2000
    when a p.o.is raised by company code 1000 in the back ground it should raise a salesoreder in the other company code 2000.
    What are the settings that to be done?
    Thanks & Regards,
    Suresh.

    Hi
    The below steps can help you to create PO automatically after sales order is saved.
    1. Set up back-to-back, i.e. PR can be automatically created after the SO is saved.
    2. Item category - make sure 'Create PO automatically' checkbox is ticked.
    3. Enterprise Structure --> Sales Organization - ensure that PO type, purchasing group etc. is maintained.
    4. Transaction code SWETYPV - Ensure that both checkboxes are ticked for BO (object category), BUS2032 (object type), ALECREATEE/CHANGED and ERRORCHANGINGPURORD/ERRORCREATINGPURORD.
    5. Optional: You could execute BD86 to check for consistencies (note that you can still get it work even if BD86 shows errors).
    Regards,
    BK

  • Error 513 while raising the message from satellite system

    Hello All,
    When I try to send message(Service desk) from satellite system, i get following message
    "Because of error 513, no message was creat
    Support Desk System"
    I gusses there is some problem with authorisation.
    please guide how can I fix this issue.
    Regards,
    Shyam.

    Hi Gurus,
    I have assigned customized action profile to SLFN transaction.
    When I try to send message(Service desk) from satellite system, I get following message
    "Because of error 513, no message was created
    Support Desk System"
    But when we check in crm_dno_monitor , the message is created at the backend,but without assigning external number range.
    Whenever I am making any modification in action profile, it is creating the first messgae after restart
    of SAP Solman System, but for next message, Error 513 message is raised and message is created at backend without assigning external number to it
    I think there is some problem in number range or buffer in number range
    Can some one help me in this
    regards
    Swati

  • Error FF 711 raised during posting of items in FI-AP

    Hello Friends,
    we are getting error message FF 711 when
    trying to post from the ICM module into FI-AP using the
    BAPI_ACC_INVOICE_POST funcation Module.
    We have both service tax and withholding tax calculation switched on
    and everythings seems to work fine, except in case the document
    includes both debit and credit items.
    Payable 1000 INR withholding and service tax is applicable
    Receivable - 950 INR withholding tax not applicable, service tax
    applicable
    so we end up with the following line items on the document, including
    the tax lines:
    1000
    - 100 WHT
    - 40 Service Tax (4%)
    - 63 Service Tax (6.3%)
    - 900
    + 36 Service Tax (4%)
    + 56.70 Service Tax (6.3)
    overall - 10.3
    For some reason, as soon as the overall document value is just barely
    negative error FF 711 is getting raised.
    In case we post each of the items seperatly, or have a positive
    balance, all is working correctly.
    Please do me needful.
    Regards,
    Satya Vani.

    Dear Vani,
    please kindly check the SAP note 1249265 that can help You.
    Mauri

  • Error in po raising

    While raising purchase order in SAP as I am getting error :"Vendor`s/manufacturer`s QM system only valid to 30.06.2010"
    can anyone suggest the solution

    It means vendor/Material QM info record date is past .
    Go to transaction QI02 ,Check the date in inspection control tab and change the date to valid date.
    Your problem will be solved

  • While creating VK11 for output tax error should be ther for input tax codes

    Hi all,
    while creating condition record VK11 for output tax ,in condition record only output tax code should be possible ,if they use any input tax code then error messsage should come or system should not allow to create.how we do this.
    Thanks in Advance,
    Bala

    Hi Jelena Perfiljeva ,
    Thanks for the Reply
    Its  JIVP,JIVC , VAT condition types (India).

  • Raise_Exception error coming at Raise fatal_erorr statement

    Hi,
    I have got one issue related to dup ananlysis.
    In ST22 , name of error is - RAISE_EXCEPTION.
    Error occured at statement- raise fatal_error  written after function module - lf_funcname
    Error analysis given in ST22 is as below-
    Short text                                                                        
        Exception condition "FATAL_ERROR" raised.                                                                               
    Information on where terminated -          
        Termination occurred in the ABAP program "SAPLST3R" - in                   
         "TS3R_REMOTE_DISPATCHER".                                                 
        The main program was "SAPMV45A ".                                          
    Source code extract-
    CALL FUNCTION lf_funcname                                   
          EXPORTING                                              
               it_yeartab   = lt_yeartab                         
               is_ttstr     = ls_ttstr                           
               if_objkey    = if_objkey                          
          IMPORTING                                              
               et_gensegtab = lt_gensegyeartab                   
          EXCEPTIONS                                             
               OTHERS       = 2.               
    IF not sy-subrc is initial or lt_gensegyeartab[] is initial.
       raise fatal_error.                                        
    else.                                                       
       read table lt_gensegyeartab index 1 into ls_gensegyearwa. 
    Error occured at statement - raise fatal_error.
    Please guide me how to overcome this error or what is reason for this error.
    Thankyou,
    Manisha
    Edited by: manisha22 on Jan 29, 2010 10:33 AM

    Please let me know if you got any solution for this.
    Thanks.

  • HT4061 I am on my computer at the Itune Store and there was an offer to update my Iphone 4. I started the update and it was preparing to update but then an error should up and now my phone in recovery mode. I don't want to loose everything off my phone. H

    I am on my computer at the IStore and there was an offer to update my Iphone and I selected the download. The update was downloading and then there was an error message and now my Iphone 4 is recovery mode. I don't want to loose all my existing stuff on my phone. What shall I do?

    You should never update without making sure that everything is on your computer.
    If your iphone is recovery mode, then everything on it is already lost.
    If you are using your iphone as designed, then everything is on your computer, just sync it back.

Maybe you are looking for

  • Error message during recovery reformatting hp mini 110-3030nr

    ordered the recovery usb for my hp mini 110-3030nr trying to format but when its trys to write recovery files I get this error message. copy file fails From: D:\preload\base.wim  To: C:\RM\Image\base.wim   Please help product number WQ809UA#ABA

  • Veiw responses in orignal Form (PDF, Word format, etc)

    Is there a way to download or view the completed form that individual would fill out? It's great having it in the spreadsheet format, i am also looking to keep the completed form on file for future reference.

  • BADI_CRM_BP_UIU_DEFAULTS with method GET_DEFAULT_VALUES

    Hi, I am trying to use the BADI_CRM_BP_UIU_DEFAULTS to default the Country field on an account. I found sample code to update fields within the view AccountDetails.htm of the BP_HEAD component which is read when the screen first loads, but the countr

  • Will the iPhone ever be able to Record a Video

    Will, the iPhone ever be able to record a video, like other cell phones do it does so much why not Video??

  • File no found error!!!

    The installation done on client is the typical installation of Dev6 for clients. Now when i run the report from the form it gives me an okay message "File Not Found rwbdexpq" and when i click okay it simply hangs and sometimes it runs the report!! Th