Extract fails when namespace present

I'm receiving xml results from a SOAP call,
and am not able to extract attributes or elements
from the xml when a namespace is present.
The xml has a defined namespace at the top node, but is
null 2 nodes down.
Sample:
<ImportLeadsResponse xmlns="http://services.wg.com">
<ImportLeadsResult>
<importResult count="1" failed="0" xmlns="">
<lead>
<steps>
<step>company: 577813</step>
<step>individual: 577814</step>
<step>Survey: 74</step>
<step>incident: 699006</step>
<step>workNote: 4014119</step>
</steps>
<errors/>
</lead>
</importResult>
</ImportLeadsResult>
</ImportLeadsResponse>
This query fails until I remove the
xmlns="http://services.wg.com" in top node.
select x.xmldoc.extract('//importResult/@count').getstringval() Result
from xmldocs x
Using XMLSpy, I have no problem extracting the attribute.
I'm running 9.2.0.5

Hi Antony,
obvisiosly <extension> is not supported. You have to change the external definition. Extension means, that there are global types referred. How to avoid that?
Open your file in XML Spy and go to Schema-View, where you see your elements grafical. Open all nodes, the referred global types are yellow marked.
Mark the "Sequenz" symbol (tree points in it) and draw only a millimeter with control-key. You see as result the same without global definition, of course you have now to delete the global definition (the yellow marked area).
Regards,
Udo

Similar Messages

  • SDO_UTIL.EXTRACT fail when single item in geometry collection

    Hi folks,
    Didn't we have a discussion a while back on whether geometry collections are valid when they only contain a single item? Darned if I can find it with the OTN search function. I think back then the issue was either a multipolygon or multistring with a single item.
    Anyhow this time around I have a 2004 geometry collection that for no particular reason happens to only contain a single point. This collection geometry with one item validates TRUE. Just like with multipolygons and multistrings when I attempt to EXTRACT the result I just get back the input geometry (the 2004 in this case) rather than the component part (the 2001). I think this is because there is a test in the EXTRACT routine that checks if there is but one element and if so then returns the original input assuming the original input was gtype 1,2 or 3. Unlike a multipolygon or multistring where I can just assume the output is a polygon or string respectively, with a geometry collection I am rather stumped to figure it out short of inspecting the SDO_ELEM_INFO array. At that point I am kind of writing my own EXTRACT function. I guess I have to do that.
    Anyhow, this would lead one to believe that a geometry collection with only one element is not really valid for Oracle Spatial. Or is this a bug in SDO_UTIL.EXTRACT? I have no recollection if that previous conversation ever decided this question. I might humbly suggest that either SDO_UTIL.EXTRACT should successfully unpack the single item or SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT should report an error for this type of collection.
    I looked over metalink and cannot find anything logged on the issue. The results are the same on 10gR2 and 11gR2.
    If anyone remembers the previous discussion please post the link.
    Cheers,
    Paul
    SELECT
    SDO_UTIL.EXTRACT(
       SDO_GEOMETRY(
          2004,
          8265,
          NULL,
          SDO_ELEM_INFO_ARRAY(
             1,
             1,
             1
          SDO_ORDINATE_ARRAY(
             -100.515216953125005261426849756389856339,
             39.98440002562352191262107226066291332245
       1
    FROM
    dual

    Ok,
    Let's make a quick distinction between the SDO_GTYPE (all four digits) and the lower-case "gtype" meaning the last digit - e.g. the "type of geometry" per the Oracle Spatial book.
    I submitted the above SDO_UTIL.EXTRACT issue to Oracle support yesterday and as I rather expected the response was that this is "expected behavior". The analyst noted that my what I called a collection per its gtype was not a collection but a point. He made the distinction between the gtype and the "geometry definition". I assume by that he means the elem_info_array. So in fact djonio (user 633187) back in November 2009 under Matt's thread had the best answer. I don't see anyway to credit him. :) Hey djonio if you post a response I will give this answer to you.
    So the gtype is in truth a kind of convenience marker or fancy hat "hinting" at the contents of the geometry object, but by no means defining it. A point wearing a 2004 hat is still a point and a valid Oracle Spatial point at that. If you want to "really" know what a geometry is you need to unpack and inspect the elem_info_array. So those of us writing code which is only inspecting the gtype are going down the wrong road particularly when our data might be of suspect quality. As djonio says the gtype is a performance shortcut. In my defense I think lots of folks (e.g. certain software from California) work off the gtype alone. So its not like we can just set the gtypes all to be "9999" and say the heck with it all. :) So incorrect gtypes are bad as they hose the performance shortcut that the gtype allows (and certain software demands) but a bad gtype is NOT an invalid geometry. I am not sure I am entirely sold on that idea as VALIDATE_GEOMETRY certainly looks at the gtype when doing its evaluation. Alas, I suppose its all shades of gray here as validate geometry is just responding to my gtype "hint" to give me the best feedback on my input. Perhaps there is a distinction between "good", "bad" and "imprecise" gtypes.
    My next question is if the gtype system is just a fancy hat, then how best to catalog basic geometry types? Both multi-points and point clouds share gtype 5 but the elem_info marks them as being unique data types that really require unique handling (I never use point clouds so feel free to argue that point). So rather than just mumbling "5" over and over to myself, what vocabulary might be used? Is it GML time? Hmm, does GML even have a point cloud datatype? I suppose I just make something up? Does anyone else have a system they are using?
    Thanks for reading this rambling, feel free to shoot down everything I say. I clearly need more coffee this morning.
    Paul

  • Creating ABAP proxy from WSDL fails when extension present

    I am trying to consume a .NET web-service from an ABAP progam, to do this I create an Enterprise Service Client Proxy. But creation of the proxy fails with the error message
    "proxy generation terminated: WSDL error <extension> not supported"
    of the many methods present in the WSDL if I eliminate the ones that use the <extension> tag and try to recreate the proxy it is created and also I am able to communicate with the web-service from an ABAP program, with the <extension> tags in the WSDL creation fails. Is this a known problem because the WSDL is generated from a standard VB.NET application.
    I am attaching the WSDL file with this message, please let me know if anyone had the same problem before or if there is a solution out for this particular problem
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://am.sony.com/SISServices" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://am.sony.com/SISServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://am.sony.com/SISServices">
          <s:element name="AmountsInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="TaxExempt" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="AmountsInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="AmountsInquiryResult" type="tns:InquiryReturnAmounts" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnAmounts">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Amounts" type="tns:Amounts" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="Amounts">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="CarrierCode" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CustomerClass" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedGrandTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedPartSubTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedShippingAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedTaxAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedSpecialTaxAmount" type="s:double" />
            </s:sequence>
          </s:complexType>
          <s:element name="CancelBackOrderItems">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="LineNumbers" type="tns:ArrayOfString" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="ArrayOfString">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:element name="CancelBackOrderItemsResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="CancelBackOrderItemsResult" type="tns:UpdateReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="UpdateReturnOrder">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="UpdateOrder" type="tns:UpdateOrder" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="UpdateOrder">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Details" type="tns:ArrayOfUpdateOrderDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfUpdateOrderDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="UpdateOrderDetail" nillable="true" type="tns:UpdateOrderDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="UpdateOrderDetail">
            <s:complexContent mixed="false">
              <s:extension base="tns:UpdateOrderRequestDetail">
                <s:sequence>
                  <s:element minOccurs="0" maxOccurs="1" name="PartNumber" type="s:string" />
                  <s:element minOccurs="0" maxOccurs="1" name="LineStatusMessage" type="s:string" />
                </s:sequence>
              </s:extension>
            </s:complexContent>
          </s:complexType>
          <s:complexType name="UpdateOrderRequestDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="LineNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="LineStatus" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="PartQuantity" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="UpdatePrice" type="s:double" />
            </s:sequence>
          </s:complexType>
          <s:element name="CancelOrder">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="CancelOrderResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="CancelOrderResult" type="tns:UpdateReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="ConfirmAccountOrder">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="ConfirmAccountOrderResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="ConfirmAccountOrderResult" type="tns:NewReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="NewReturnOrder">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="NewOrder" type="tns:NewOrder" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="NewOrder">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedGrandTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedPartSubTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedShippingAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedTaxAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedSpecialTaxAmount" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="Details" type="tns:ArrayOfNewOrderDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfNewOrderDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="NewOrderDetail" nillable="true" type="tns:NewOrderDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="NewOrderDetail">
            <s:complexContent mixed="false">
              <s:extension base="tns:NewOrderRequestDetail">
                <s:sequence>
                  <s:element minOccurs="0" maxOccurs="1" name="StatusFlag" type="s:string" />
                  <s:element minOccurs="0" maxOccurs="1" name="StatusMessage" type="s:string" />
                  <s:element minOccurs="1" maxOccurs="1" name="SpecialTaxAmount" type="s:double" />
                </s:sequence>
              </s:extension>
            </s:complexContent>
          </s:complexType>
          <s:complexType name="NewOrderRequestDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="PartNumber" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="PartQuantity" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="SpecialTaxFlag" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:element name="ConfirmCreditCardOrder">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="TaxExempt" type="s:boolean" />
                <s:element minOccurs="0" maxOccurs="1" name="CreditCardNumber" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="ExpirationDate" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="ApprovalCode" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="ConfirmCreditCardOrderResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="ConfirmCreditCardOrderResult" type="tns:NewReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="CreateAccountOrder">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="NewOrderRequest" type="tns:NewOrderRequest" />
                <s:element minOccurs="1" maxOccurs="1" name="BillingOnly" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="NewOrderRequest">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SAPAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BillTo" type="tns:NewAddress" />
              <s:element minOccurs="0" maxOccurs="1" name="ShipTo" type="tns:NewAddress" />
              <s:element minOccurs="0" maxOccurs="1" name="GroupNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CarrierCode" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="POReference" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Details" type="tns:ArrayOfNewOrderRequestDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="NewAddress">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address1" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address2" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address3" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Attention" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfNewOrderRequestDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="NewOrderRequestDetail" nillable="true" type="tns:NewOrderRequestDetail" />
            </s:sequence>
          </s:complexType>
          <s:element name="CreateAccountOrderResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="CreateAccountOrderResult" type="tns:NewReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="CreateCreditCardOrder">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="NewOrderRequest" type="tns:NewOrderRequest" />
                <s:element minOccurs="1" maxOccurs="1" name="BillingOnly" type="s:boolean" />
                <s:element minOccurs="1" maxOccurs="1" name="TaxExempt" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="CreateCreditCardOrderResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="CreateCreditCardOrderResult" type="tns:NewReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="KitInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="KitNumber" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="Detail" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="KitInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="KitInquiryResult" type="tns:InquiryReturnKit" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnKit">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Kit" type="tns:Kit" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="Kit">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="DiscountCode" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="DiscountPercentage" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="ListPrice" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="YourPrice" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfKitItem" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfKitItem">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="KitItem" nillable="true" type="tns:KitItem" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="KitItem">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="StatusFlag" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="StatusMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Quantity" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Availability" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="ListPrice" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="YourPrice" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="Category" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:element name="LegacyAccountInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="LegacyAccountInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountInquiryResult" type="tns:InquiryReturnLegacyAccount" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnLegacyAccount">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="LegacyAccount" type="tns:LegacyAccount" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="LegacyAccount">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="BillTo" type="tns:Address" />
              <s:element minOccurs="0" maxOccurs="1" name="ShipTo" type="tns:Address" />
              <s:element minOccurs="0" maxOccurs="1" name="AddressOverride" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="OverrideDescription" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="CreditHold" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="AdminHold" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="TaxExempt" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="MultiPayer" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="SAPAccount" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="CustomerClass" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="InternalAccount" type="s:boolean" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="Address">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address1" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address2" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address3" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Address4" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Attention" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:element name="LegacyPayerInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="LegacyPayerInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LegacyPayerInquiryResult" type="tns:InquiryReturnLegacyPayer" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnLegacyPayer">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="LegacyPayers" type="tns:ArrayOfLegacyPayer" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfLegacyPayer">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="LegacyPayer" nillable="true" type="tns:LegacyPayer" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="LegacyPayer">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="SAPAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BillTo" type="tns:Address" />
            </s:sequence>
          </s:complexType>
          <s:element name="OrderInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="Header" type="s:boolean" />
                <s:element minOccurs="1" maxOccurs="1" name="Detail" type="s:boolean" />
                <s:element minOccurs="1" maxOccurs="1" name="Invoice" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="OrderInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="OrderInquiryResult" type="tns:InquiryReturnOrder" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnOrder">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Order" type="tns:Order" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="Order">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="CreditSwitch" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="CreditReason" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="InternalOrder" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="CustomerClass" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="GroupNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CarrierCode" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="POReference" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BillTo" type="tns:Address" />
              <s:element minOccurs="0" maxOccurs="1" name="ShipTo" type="tns:Address" />
              <s:element minOccurs="0" maxOccurs="1" name="Details" type="tns:ArrayOfOrderDetail" />
              <s:element minOccurs="0" maxOccurs="1" name="Invoices" type="tns:ArrayOfOrderInvoice" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedGrandTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedPartSubTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedShippingAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedTaxAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="AllocatedSpecialTaxAmount" type="s:double" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfOrderDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="OrderDetail" nillable="true" type="tns:OrderDetail" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="OrderDetail">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="LineNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="LineStatus" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="LineStatusDate" type="s:dateTime" />
              <s:element minOccurs="0" maxOccurs="1" name="PartNumber" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="PartQuantity" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="PartPrice" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="SpecialTax" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="PartDescription" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="InvoiceNumber" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfOrderInvoice">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="OrderInvoice" nillable="true" type="tns:OrderInvoice" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="OrderInvoice">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Dated" type="s:dateTime" />
              <s:element minOccurs="0" maxOccurs="1" name="TrackingNumber" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="GrandTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="PartSubTotal" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="ShippingAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="TaxAmount" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="SpecialTaxAmount" type="s:double" />
            </s:sequence>
          </s:complexType>
          <s:element name="PartInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="PartNumbers" type="tns:ArrayOfString" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="PartInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="PartInquiryResult" type="tns:InquiryReturnPart" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnPart">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Parts" type="tns:ArrayOfPart" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfPart">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="Part" nillable="true" type="tns:Part" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="Part">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="StatusFlag" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="StatusMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Replacement" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Availability" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="ListPrice" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="YourPrice" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="CoreCharge" type="s:double" />
              <s:element minOccurs="0" maxOccurs="1" name="ProgramCode" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Category" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SpecialTaxFlag" type="s:string" />
            </s:sequence>
          </s:complexType>
          <s:element name="SAPNameInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="SAPCustomerName" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="SAPNameInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="SAPNameInquiryResult" type="tns:InquiryReturnSAPName" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnSAPName">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SAPPayers" type="tns:ArrayOfSAPPayer" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfSAPPayer">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="SAPPayer" nillable="true" type="tns:SAPPayer" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="SAPPayer">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="SAPAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BillTo" type="tns:Address" />
            </s:sequence>
          </s:complexType>
          <s:element name="SAPPayerInquiry">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="SAPAccountNumber" type="s:string" />
                <s:element minOccurs="1" maxOccurs="1" name="Legacy" type="s:boolean" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="SAPPayerInquiryResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="SAPPayerInquiryResult" type="tns:InquiryReturnSAPPayer" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:complexType name="InquiryReturnSAPPayer">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="ErrorNumber" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SAPPayer" type="tns:SAPPayer" />
              <s:element minOccurs="0" maxOccurs="1" name="SAPReceivers" type="tns:ArrayOfSAPReceiver" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="ArrayOfSAPReceiver">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="SAPReceiver" nillable="true" type="tns:SAPReceiver" />
            </s:sequence>
          </s:complexType>
          <s:complexType name="SAPReceiver">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="LegacyAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="SAPAccountNumber" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="ShipTo" type="tns:Address" />
            </s:sequence>
          </s:complexType>
          <s:element name="Version">
            <s:complexType />
          </s:element>
          <s:element name="VersionResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="VersionResult" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
        </s:schema>
      </wsdl:types>
      <wsdl:message name="AmountsInquirySoapIn">
        <wsdl:part name="parameters" element="tns:AmountsInquiry" />
      </wsdl:message>
      <wsdl:message name="AmountsInquirySoapOut">
        <wsdl:part name="parameters" element="tns:AmountsInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="CancelBackOrderItemsSoapIn">
        <wsdl:part name="parameters" element="tns:CancelBackOrderItems" />
      </wsdl:message>
      <wsdl:message name="CancelBackOrderItemsSoapOut">
        <wsdl:part name="parameters" element="tns:CancelBackOrderItemsResponse" />
      </wsdl:message>
      <wsdl:message name="CancelOrderSoapIn">
        <wsdl:part name="parameters" element="tns:CancelOrder" />
      </wsdl:message>
      <wsdl:message name="CancelOrderSoapOut">
        <wsdl:part name="parameters" element="tns:CancelOrderResponse" />
      </wsdl:message>
      <wsdl:message name="ConfirmAccountOrderSoapIn">
        <wsdl:part name="parameters" element="tns:ConfirmAccountOrder" />
      </wsdl:message>
      <wsdl:message name="ConfirmAccountOrderSoapOut">
        <wsdl:part name="parameters" element="tns:ConfirmAccountOrderResponse" />
      </wsdl:message>
      <wsdl:message name="ConfirmCreditCardOrderSoapIn">
        <wsdl:part name="parameters" element="tns:ConfirmCreditCardOrder" />
      </wsdl:message>
      <wsdl:message name="ConfirmCreditCardOrderSoapOut">
        <wsdl:part name="parameters" element="tns:ConfirmCreditCardOrderResponse" />
      </wsdl:message>
      <wsdl:message name="CreateAccountOrderSoapIn">
        <wsdl:part name="parameters" element="tns:CreateAccountOrder" />
      </wsdl:message>
      <wsdl:message name="CreateAccountOrderSoapOut">
        <wsdl:part name="parameters" element="tns:CreateAccountOrderResponse" />
      </wsdl:message>
      <wsdl:message name="CreateCreditCardOrderSoapIn">
        <wsdl:part name="parameters" element="tns:CreateCreditCardOrder" />
      </wsdl:message>
      <wsdl:message name="CreateCreditCardOrderSoapOut">
        <wsdl:part name="parameters" element="tns:CreateCreditCardOrderResponse" />
      </wsdl:message>
      <wsdl:message name="KitInquirySoapIn">
        <wsdl:part name="parameters" element="tns:KitInquiry" />
      </wsdl:message>
      <wsdl:message name="KitInquirySoapOut">
        <wsdl:part name="parameters" element="tns:KitInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="LegacyAccountInquirySoapIn">
        <wsdl:part name="parameters" element="tns:LegacyAccountInquiry" />
      </wsdl:message>
      <wsdl:message name="LegacyAccountInquirySoapOut">
        <wsdl:part name="parameters" element="tns:LegacyAccountInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="LegacyPayerInquirySoapIn">
        <wsdl:part name="parameters" element="tns:LegacyPayerInquiry" />
      </wsdl:message>
      <wsdl:message name="LegacyPayerInquirySoapOut">
        <wsdl:part name="parameters" element="tns:LegacyPayerInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="OrderInquirySoapIn">
        <wsdl:part name="parameters" element="tns:OrderInquiry" />
      </wsdl:message>
      <wsdl:message name="OrderInquirySoapOut">
        <wsdl:part name="parameters" element="tns:OrderInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="PartInquirySoapIn">
        <wsdl:part name="parameters" element="tns:PartInquiry" />
      </wsdl:message>
      <wsdl:message name="PartInquirySoapOut">
        <wsdl:part name="parameters" element="tns:PartInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="SAPNameInquirySoapIn">
        <wsdl:part name="parameters" element="tns:SAPNameInquiry" />
      </wsdl:message>
      <wsdl:message name="SAPNameInquirySoapOut">
        <wsdl:part name="parameters" element="tns:SAPNameInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="SAPPayerInquirySoapIn">
        <wsdl:part name="parameters" element="tns:SAPPayerInquiry" />
      </wsdl:message>
      <wsdl:message name="SAPPayerInquirySoapOut">
        <wsdl:part name="parameters" element="tns:SAPPayerInquiryResponse" />
      </wsdl:message>
      <wsdl:message name="VersionSoapIn">
        <wsdl:part name="parameters" element="tns:Version" />
      </wsdl:message>
      <wsdl:message name="VersionSoapOut">
        <wsdl:part name="parameters" element="tns:VersionResponse" />
      </wsdl:message>
      <wsdl:portType name="SISServicesSoap">
        <wsdl:operation name="AmountsInquiry">
          <wsdl:input message="tns:AmountsInquirySoapIn" />
          <wsdl:output message="tns:AmountsInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="CancelBackOrderItems">
          <wsdl:input message="tns:CancelBackOrderItemsSoapIn" />
          <wsdl:output message="tns:CancelBackOrderItemsSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="CancelOrder">
          <wsdl:input message="tns:CancelOrderSoapIn" />
          <wsdl:output message="tns:CancelOrderSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="ConfirmAccountOrder">
          <wsdl:input message="tns:ConfirmAccountOrderSoapIn" />
          <wsdl:output message="tns:ConfirmAccountOrderSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="ConfirmCreditCardOrder">
          <wsdl:input message="tns:ConfirmCreditCardOrderSoapIn" />
          <wsdl:output message="tns:ConfirmCreditCardOrderSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="CreateAccountOrder">
          <wsdl:input message="tns:CreateAccountOrderSoapIn" />
          <wsdl:output message="tns:CreateAccountOrderSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="CreateCreditCardOrder">
          <wsdl:input message="tns:CreateCreditCardOrderSoapIn" />
          <wsdl:output message="tns:CreateCreditCardOrderSoapOut" />
        </wsdl:operation>
        <wsdl:operation name="KitInquiry">
          <wsdl:input message="tns:KitInquirySoapIn" />
          <wsdl:output message="tns:KitInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="LegacyAccountInquiry">
          <wsdl:input message="tns:LegacyAccountInquirySoapIn" />
          <wsdl:output message="tns:LegacyAccountInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="LegacyPayerInquiry">
          <wsdl:input message="tns:LegacyPayerInquirySoapIn" />
          <wsdl:output message="tns:LegacyPayerInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="OrderInquiry">
          <wsdl:input message="tns:OrderInquirySoapIn" />
          <wsdl:output message="tns:OrderInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="PartInquiry">
          <wsdl:input message="tns:PartInquirySoapIn" />
          <wsdl:output message="tns:PartInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="SAPNameInquiry">
          <wsdl:input message="tns:SAPNameInquirySoapIn" />
          <wsdl:output message="tns:SAPNameInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="SAPPayerInquiry">
          <wsdl:input message="tns:SAPPayerInquirySoapIn" />
          <wsdl:output message="tns:SAPPayerInquirySoapOut" />
        </wsdl:operation>
        <wsdl:operation name="Version">
          <wsdl:input message="tns:VersionSoapIn" />
          <wsdl:output message="tns:VersionSoapOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="SISServicesSoap" type="tns:SISServicesSoap">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
        <wsdl:operation name="AmountsInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/AmountsInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="CancelBackOrderItems">
          <soap:operation soapAction="http://am.sony.com/SISServices/CancelBackOrderItems" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="CancelOrder">
          <soap:operation soapAction="http://am.sony.com/SISServices/CancelOrder" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="ConfirmAccountOrder">
          <soap:operation soapAction="http://am.sony.com/SISServices/ConfirmAccountOrder" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="ConfirmCreditCardOrder">
          <soap:operation soapAction="http://am.sony.com/SISServices/ConfirmCreditCardOrder" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="CreateAccountOrder">
          <soap:operation soapAction="http://am.sony.com/SISServices/CreateAccountOrder" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="CreateCreditCardOrder">
          <soap:operation soapAction="http://am.sony.com/SISServices/CreateCreditCardOrder" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="KitInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/KitInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="LegacyAccountInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/LegacyAccountInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="LegacyPayerInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/LegacyPayerInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="OrderInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/OrderInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="PartInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/PartInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="SAPNameInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/SAPNameInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="SAPPayerInquiry">
          <soap:operation soapAction="http://am.sony.com/SISServices/SAPPayerInquiry" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="Version">
          <soap:operation soapAction="http://am.sony.com/SISServices/Version" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="SISServices">
        <documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
        <wsdl:port name="SISServicesSoap" binding="tns:SISServicesSoap">
          <soap:address location="http://spswebdev.am.sony.com/SISServices/SISServices.asmx" />
        </wsdl:port>
      </wsdl:service>
    </wsdl:definitions>

    Hi Antony,
    obvisiosly <extension> is not supported. You have to change the external definition. Extension means, that there are global types referred. How to avoid that?
    Open your file in XML Spy and go to Schema-View, where you see your elements grafical. Open all nodes, the referred global types are yellow marked.
    Mark the "Sequenz" symbol (tree points in it) and draw only a millimeter with control-key. You see as result the same without global definition, of course you have now to delete the global definition (the yellow marked area).
    Regards,
    Udo

  • "Extraction Failed: Cannot Open Output File" error message when installing new drivers

    Hello, I'm trying to install new drivers for my HP Photosmart C4385 Printer.  I downloaded the full feature drivers for Windows XP 32-bit, and when I start to install (extract), I get the error message:
    Extraction Failed
    Cannot Open Output File
    And the process closes.  It happens at about 85% extraction every time.
    Any idea why?  I called HP but since it is out of warranty they wanted money, which I think as absolutely ridiculous - won't even give me basic support??  Poor, poor customer service.
    This question was solved.
    View Solution.

    Hi,
    If you haven't still got the  Full Feature software installer, download it from the link below and save it to your Desktop.  If you already have it, place it on your Desktop.
    ftp://ftp.hp.com/pub/softlib/software10/COL20274/mp-53147-4/100_228_PS_AIO_02_Full_USW_enu_NB.exe
    Make sure the Printer is disconnected from your PC.
    Download and install 7-ZIP.  Once installed, right click on the software installer for your printer, select 7-Zip and choose extract files, then click Ok.
    Open the newly extracted folder and double click the setup application to start the installation ( the setup application will probably have the same icon as the original software installer you downloaded ).  Connect the printer to your PC when the software asks.
    Hope this helps.
    Best wishes,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • SQL Server 2014 installation using command line fails to remove the extraction folder when complete

    We need to install SQL Server 2014 Express in /QS mode (shows
    progress through the UI, but does not accept any input or show any error messages) as
    my setup-Prerequisite. I passed my installation parameters to
    SQLEXPRWT_x64_ENU.exe, when I ran my application it pop-ups
    user to select the folder to extract files. After I choose the folder, SQL
    files got extracted and the installation proceeded and it got succeed.
    But it fails to remove the extraction folder when installation is complete.

    There is an issue that /qs parameter is not recognized and cannot be used the same
    way as in SQL 2012. That issue will be addressed in SQL Server 2014 Service Pack 1.
    https://connect.microsoft.com/SQLServer/feedback/details/878374/sql-server-2014-express-qs-parameter-requires-user-input

  • FTP Put fails when there is no pre-existing file present in the directory

    Hi All,
    In our process we use the FTP adapter to write a file to a location. This operation fails when there is no preexisting file on the output directory.
    So we placed a zero byte file on the directory and tested and the adapter was able to create the output file but when the files were deleted from the output directory the file transfer failed again.
    We got the below error
    Non Recoverable System Fault :
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Invalid Output Directory. Invalid Output Directory. The value specified for the output (Physical/Logical)Directory interaction parameter or jca binding property has an invalid value "XXXXXXXXXXXXXXX" Ensure that the following conditions are satisfied for the output directory : 1) It exists and is a directory (not a file). and 2) It is writable (file write permissions). and 3) If using a logical name, then ensure that the mapping from logical name<->physical directory is correctly specified in the deployment descriptor. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    Kindly help us resolve the issue.
    Thanks in advance.
    Regards,
    Balaji R

    Balaji,
    This operation fails when there is no preexisting file on the output directory I'm not sure I understood this declaration.
    Why do you need to have preexisting file on the output directory?
    If it fails, with the mentioned error, it means that something was not defined properly.
    OR
    Another option is permissions.
    Check that your local system user (I guess orabi) has a write permission on the target directory (on the FTP host).
    Arik

  • Wcf Data Service fails when more than 8properties  in the 'select=' portion

    Hi:
    I am using WCF Data Service and Oracle
    EF Provider is ODAC11.2 Release 4
    Wcf Data Service fails when more than 8 properties are specified in the 'select=' portion of the URI
    here is my code
    var q = from c in this.ctx.SALESORDER_ITEM
    select new
    c.SORDERDETAILID,
    c.IID,c.DMFLAG,c.OWNERID,c.SKUID,c.SKU_ID,c.TRADENO,c.SOURCEID,c.SORDERID
    excetion:
    InvalidOperationException: An error occurred for this query during batch execution. See the inner exception for details
    The inner exception is null, but the DataServiceClientException states: Value cannot be null Parameter name: value
    the exception is thrown in base.OnStartProcessingRequest(args) method (overridden).
    Here is the call stack as well:
    at System.Data.Services.WebUtil.CheckArgumentNull[T](T value, String parameterName)
    at System.Data.Services.Internal.ProjectedWrapper.set_PropertyNameList(String value)
    at lambda_method(Closure , Shaper )
    at System.Data.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
    at System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
    at System.Data.Services.Internal.ProjectedWrapper.EnumeratorWrapper.MoveNext()
    at System.Data.Services.DataService`1.SerializeResponseBody(RequestDescription description, IDataService dataService)
    at System.Data.Services.DataService`1.HandleNonBatchRequest(RequestDescription description)
    at System.Data.Services.DataService`1.HandleRequest()
    Is there a max number of properties in $select statement
    I think may be it is oracle provider's problem ,but i don't konw how to debug it Can anyone help me
    Any help is greatly appreciated

    I believe the null/empty string issue is unrelated to the 8 column issue, at least for ODP.NET. For example, let's take the original query in the OBE:
    http://.../yoursvcfile.svc/EMPLOYEES?$select=EMPLOYEE_ID,FIRST_NAME,LAST_NAME,SALARY,DEPARTMENT_ID,DEPARTMENT,EMAIL,PHONE_NUMBER,MANAGER_ID
    Let's make all the columns selected not nullable. You can do this with the Oracle Dev Tools. Specifically, PHONE_NUMBER and FIRST_NAME are the only nullable fields. I make them non-nullable and re-run the query and the same error occurs. Thus, these values should never be made null. Moreover, in all 107 rows, none of these row values consist of empty strings anyway.
    Looking into the problem further, WCF DS is calling methods in the System.Data.Services.Internal namespace.
    http://msdn.microsoft.com/en-us/library/system.data.services.internal.aspx
    Specifically, we see your issue when the ProjectedWrapperMany method is called. You will notice that there is ProjectedWrapper0, ProjectedWrapper1...ProjectedWrapper8 methods also present in the same namespace. As soon as the number of columns exceeds 8, ProjectedWrapperMany is called and we see the error. We're going to ask MS to help analyze the issue since this is an .NET-internal method being called.

  • OPatch fails when trying to update to 7252496 oci.dll copy fails

    I am new to Oracle and am trying to update using OPatch. the updates fails when trying to copy oci.dll.
    Here is my log, if anyone can point me in the right direction that would be awesome.
    Thanks
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : c:\oracle\ora102
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.2.0
    OUI location : c:\oracle\ora102\oui
    Log file location : c:\oracle\ora102\cfgtoollogs\opatch\opatch2008-08-18_08-24-00AM.log
    INFO:Starting ApplySession at Mon Aug 18 08:24:03 EDT 2008
    INFO:Starting Apply Session at Mon Aug 18 08:24:03 EDT 2008
    INFO:ApplySession applying interim patch '7252496' to OH 'c:\oracle\ora102'
    INFO:Starting to apply patch to local system at Mon Aug 18 08:24:03 EDT 2008
    INFO:OPatch detected ARU_ID/Platform_ID as 912
    INFO:ApplySession: Optional component(s) [ oracle.rdbms.dv, 10.2.0.3.0 ] , [ oracle.ntoledb.odp_net_2, 10.2.0.2.20 ] , [ oracle.oo4o, 10.2.0.2.20 ] , [ oracle.ntoramts, 10.2.0.3.0 ] , [ oracle.has.crs, 10.2.0.3.0 ] , [ oracle.ldap.esm, 10.2.0.1.0 ] , [ oracle.precomp.lang, 10.2.0.3.0 ] , [ oracle.isearch.is_common, 10.2.0.3.0 ] , [ oracle.rdbms.dv.oc4j, 10.2.0.3.0 ] , [ oracle.rdbms.ic, 10.2.0.3.0 ] not present in the Oracle Home or a higher version is found.
    INFO:
    Subset patches: 5556081, 5557962
    The fixes for Patch 5556081, 5557962 are included in the patch currently being installed (7252496). If you continue, they will be rolled back and the new patch (7252496) will be installed.
    INFO:
    OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
    INFO:
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = 'c:\oracle\ora102')
    INFO:Is the local system ready for patching?
    Do you want to proceed? y
    INFO:Start to wait for user-input at Mon Aug 18 08:24:06 EDT 2008
    INFO:Finish waiting for user-input at Mon Aug 18 08:27:01 EDT 2008
    INFO:User Responded with: Y
    INFO:Start saving patch at Mon Aug 18 08:27:01 EDT 2008
    INFO:Finish saving patch at Mon Aug 18 08:27:32 EDT 2008
    INFO:Start backing up system for restore at Mon Aug 18 08:27:32 EDT 2008
    INFO:Backing up files and inventory (not for auto-rollback) for the Oracle Home
    INFO:Backing up files affected by the patch '7252496' for restore. This might take a while...
    INFO:Finish backing up system for restore at Mon Aug 18 08:28:39 EDT 2008
    INFO:Backing up files affected by the patch '5556081' for restore. This might take a while...
    INFO:Backing up files affected by the patch '5557962' for restore. This might take a while...
    INFO:ApplySession rolling back interim patch '5556081' from OH 'c:\oracle\ora102'
    INFO:Start autoRollback of patch 5556081 at Mon Aug 18 08:28:44 EDT 2008
    INFO:Start the Rollback preScript at Mon Aug 18 08:28:44 EDT 2008
    INFO:Finish the Rollback preScript at Mon Aug 18 08:28:44 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:28:44 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\scripts\SecureGenKeystore.pm"
    INFO:Finish modifying the system at Mon Aug 18 08:28:44 EDT 2008
    INFO:RollbackSession removing interim patch '5556081' from inventory
    INFO:Start removing patch from inventory at Mon Aug 18 08:28:44 EDT 2008
    INFO:Finish removing patch from inventory at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start the Rollback postScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish the Rollback postScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish autoRollback of patch 5556081 at Mon Aug 18 08:28:48 EDT 2008
    INFO:ApplySession rolling back interim patch '5557962' from OH 'c:\oracle\ora102'
    INFO:Start autoRollback of patch 5557962 at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start the Rollback preScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Finish the Rollback preScript at Mon Aug 18 08:28:48 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:28:48 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emjsp.jar" with "\sysman\jlib\emjsp.jar\_jobs\_jobsList.class"
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emjsp.jar" with "\sysman\jlib\emjsp.jar\_jobs\_jobsList$__jsp_StaticText.class"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgbody.sql"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgdef.sql"
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_types.sql"
    INFO:Finish modifying the system at Mon Aug 18 08:29:26 EDT 2008
    INFO:RollbackSession removing interim patch '5557962' from inventory
    INFO:Start removing patch from inventory at Mon Aug 18 08:29:26 EDT 2008
    INFO:Finish removing patch from inventory at Mon Aug 18 08:29:28 EDT 2008
    INFO:Start the Rollback postScript at Mon Aug 18 08:29:28 EDT 2008
    INFO:Finish the Rollback postScript at Mon Aug 18 08:29:28 EDT 2008
    INFO:Finish autoRollback of patch 5557962 at Mon Aug 18 08:29:28 EDT 2008
    INFO:
    OPatch back to application of the patch '7252496' after auto-rollback.
    INFO:Start backing up system for rollback at Mon Aug 18 08:29:28 EDT 2008
    INFO:Backing up files affected by the patch '7252496' for rollback. This might take a while...
    INFO:Finish backing up system for rollback at Mon Aug 18 08:29:48 EDT 2008
    INFO:Start the Apply preScript at Mon Aug 18 08:29:48 EDT 2008
    INFO:Execution of 'cmd /C "C:\oracle\ora102\OPatch\7252496\custom\scripts\pre.bat" -apply 7252496 ':
    Return Code = 0
    INFO:Finish the Apply preScript at Mon Aug 18 08:29:49 EDT 2008
    INFO:Start modifying the system at Mon Aug 18 08:29:49 EDT 2008
    INFO:
    Patching component oracle.rdbms, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\view_recompile\recompile_precheck_jan2008cpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\view_recompile\view_recompile_jan2008cpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\mesg\oraus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:29:49 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbpw.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\xdbrelod.sql"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi12.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi12_g.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi13.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\CDC.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\jmscommon.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqal.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaw.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdb.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdb0.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxdbp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtesch.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\exfeapvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\exfsppvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaq8x.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqad.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqds.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtaqip.plb"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\jlib\aqapi13_g.jar"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracle.exe"
    INFO:Start Copy Action at Mon Aug 18 08:29:50 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:10 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracle.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:10 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catnowrr.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catnowrrc.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\emcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\dvcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\dvcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\olscpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ordcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\xdbcpu_delta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\sdocpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\olscpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ordcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\xdbcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\rulcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\imcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\ctxcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\amdcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\catcpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\wkcpu.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\BUNDLE\PATCH25\wkcpu_rollback.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kucoment.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kuidxwrk.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\xml\xsl\kutable.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtpexp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbstr.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbobg.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbadd.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbmas.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbrpc.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbrrq.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbsqu.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbut4.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtofln.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtgen.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0801070.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0900010.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c0801070.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catupgrd.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\e0902000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\e1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:
    Patching component oracle.sqlplus, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqlplus.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:
    Patching component oracle.rdbms.rman, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\rman.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\recover.bsq"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:
    Patching component oracle.rdbms.lbac, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtlbac.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:
    Patching component oracle.ntoledb.odp_net, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\OraOps10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ODP.NET\bin\1.x\Oracle.DataAccess.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:
    Patching component oracle.ntoledb, 10.2.0.2.20...
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrst10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBgmr10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDB10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBpus10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDB10us.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrfc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDBrmc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\OraOLEDButl10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:
    Patching component oracle.rdbms.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orapls10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:17 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orapls10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\orapls10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orageneric10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:18 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraclient10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracommon10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orageneric10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:19 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:21 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracommon10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:21 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraclient10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orarat10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:22 EDT 2008
    INFO:
    Patching component oracle.rdbms.util, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqlldr.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\exp.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:
    Patching component oracle.rdbms.oci, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:23 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10d.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10d.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc71\oraocci10d.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\vc7\oraocci10d.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\lib\msvc\oci.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oci\include\occiObjects.h"
    INFO:Start Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:24 EDT 2008
    INFO:
    Patching component oracle.rdbms.rsf.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oci.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Stack Description: java.lang.RuntimeException: c:\oracle\ora102\bin\oci.dll (The process cannot access the file because it is being used by another process)
    INFO:StackTrace: java.io.FileOutputStream.open(Native Method)
    INFO:StackTrace: java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    INFO:StackTrace: java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    INFO:StackTrace: oracle.opatch.SystemCall.copyFile(SystemCall.java:556)
    INFO:StackTrace: oracle.opatch.CopyAction.apply(CopyAction.java:1489)
    INFO:StackTrace: oracle.opatch.ApplySession.modifySystem(ApplySession.java:931)
    INFO:StackTrace: oracle.opatch.ApplySession.apply(ApplySession.java:711)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:4150)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:4722)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1113)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:516)
    INFO:Copying file to "c:\oracle\ora102\bin\ociw32.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocci10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:
    Patching component oracle.network.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oran10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oran10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:25 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\cmgw.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oranl10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oranldap10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:
    Patching component oracle.network.rsf.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orannzsbb10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:26 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.odbc.ic, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\sqora32.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\sqresus.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.odbc, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\odbc\mesg\oraodbcus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:
    Patching component oracle.has.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\orahasgen10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\orahasgen10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:27 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocr10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraocr10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraocrb10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oraocrb10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:
    Patching component oracle.xdk.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\lib\oraxml10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oraxml10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:28 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:
    Patching component oracle.xdk, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\xdk\demo\cpp\new\SAXSampleGen.cpp"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\xdk\include\xmlotn.hpp"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:
    Patching component oracle.javavm.client, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\orajox10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:29 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\orajox10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:
    Patching component oracle.oracore.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\readme.txt"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\timezlrg.dat"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oracore\zoneinfo\timezone.dat"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oracore10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\oracore10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:30 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\lib\oracore10.lib"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:
    Patching component oracle.ctx, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\u1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\ctxobj.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\d1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvdml.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvdoc.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\driload.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drixmd.pkh"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drixmd.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\admin\drvddl.plb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\mesg\drgus.msb"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\ctx\mesg\drgus.msg"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxload.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxhx.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:31 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxkbtc.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ctxlc.exe"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\kvxwpsa.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:
    Patching component oracle.assistants.server, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\jlib\dbma.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationApplication_Express_Identification.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationDatabase_File_Locations.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationMove_Database_Files.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationMultiplex_Redo_Logs.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationRecovery_Configuration.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\migrationRename_Database.html"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbua\doc\help\DBMA.map"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\assistants\dbca\jlib\dbca.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:
    Patching component oracle.assistants.acf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\assistants\jlib\assistantsCommon.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:32 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:
    Patching component oracle.dbjava.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12.zip"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\classes12dms.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\ojdbc14.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jdbc\lib\ojdbc14dms.jar"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ocijdbc10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:
    Patching component oracle.sysman.bsln, 10.2.0.3.0...
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:33 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:33 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\svlt\RedirectServlet.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:34 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\svlt\RedirectServlet.class at Mon Aug 18 08:30:37 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:37 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:38 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:38 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\chart\EmChartBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:39 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\chart\EmChartBean.class at Mon Aug 18 08:30:42 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:42 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:43 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:43 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\emSDK\sec\auth\Login.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:44 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\emSDK\sec\auth\Login.class at Mon Aug 18 08:30:47 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:47 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:48 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:48 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:49 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\ecm\track\hc\HCUIUtil.class at Mon Aug 18 08:30:52 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:53 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:53 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:53 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\app\ContextInitFilter.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:54 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\app\ContextInitFilter.class at Mon Aug 18 08:30:58 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:30:58 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class"
    INFO:Start Jar Action at Mon Aug 18 08:30:58 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:58 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobSql.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:30:59 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobSql.class at Mon Aug 18 08:31:02 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:31:03 EDT 2008
    INFO:Updating jar file "c:\oracle\ora102\sysman\jlib\emCORE.jar" with "\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class"
    INFO:Start Jar Action at Mon Aug 18 08:31:03 EDT 2008
    INFO:Start Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:03 EDT 2008
    INFO:Finish Jar Action part I, command c:\oracle\ora102\jdk\bin\jar.exe -xf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Start Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Finish Jar Action part II, copy file C:\oracle\ora102\OPatch\7252496\files\sysman\jlib\emCORE.jar\oracle\sysman\eml\jobs\JobsListBean.class to c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\sysman\jlib\oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Start Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:04 EDT 2008
    INFO:Finish Jar Action part III, command c:\oracle\ora102\jdk\bin\jar.exe -uf c:\oracle\ora102\.patch_storage\7252496_Jul_16_2008_10\scratch\\sysman\jlib\emCORE.jar oracle\sysman\eml\jobs\JobsListBean.class at Mon Aug 18 08:31:08 EDT 2008
    INFO:Finish Jar Action at Mon Aug 18 08:31:08 EDT 2008
    INFO:
    Patching component oracle.sysman.repository.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\sysman\jlib\emDB.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:08 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.oraolap.api, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\awxml.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\olap_api.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\lib\olap_api_spl.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\doc\olap_api_doc.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\api\doc\olap_awxml_doc.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.sysman.repository.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_types.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgdef.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\emdrep\sql\core\latest\jobs\jobs_ui_pkgbody.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:
    Patching component oracle.oraolap, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oraolapapi10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:09 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\admin\xumuts.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\olap\admin\prvtawx.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:
    Patching component oracle.sysman.agent.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oranmemso.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:11 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:
    Patching component oracle.sysman.agent.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\bin\nmo.exe"
    INFO:Start Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:
    Patching component oracle.nlsrtl.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oranls10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:12 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\oranls10.sym"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\jlib\orai18n.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:
    Patching component oracle.has.common, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\jlib\srvm.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\bin\ocssd.exe"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\ocssd.sym"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:
    Patching component oracle.sysman.console.db, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em.war"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\WEB-INF\xsls\kucoment.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\WEB-INF\xsls\kuidxwrk.xsl"
    INFO:Start Copy Action at Mon Aug 18 08:31:13 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\oc4j\j2ee\oc4j_applications\applications\em\em\logon.uix"
    INFO:Start Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\sysman\jlib\emjsp.jar"
    INFO:Start Copy Action at Mon Aug 18 08:31:14 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.sysman.common.core, 10.2.0.3.0a...
    INFO:Copying file to "c:\oracle\ora102\sysman\admin\scripts\SecureGenKeystore.pm"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.ldap.rsf, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\bin\oraldapclnt10.dll"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:
    Patching component oracle.rdbms.dbscripts, 10.2.0.3.0...
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\a1001000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\c1002000.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catpstr.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catproc.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catcap.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catmeta.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\catsch.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtmeti.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtlms.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvthlut.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtblut.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:15 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\rulimpvs.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmspbt.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmsxmld.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\dbmsxslp.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtpbt.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\tracetab.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxslp.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtxmld.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\xdbxepatch.sql"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtutil.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtstat.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtstas.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\oracle\ora102\rdbms\admin\prvtbcap.plb"
    INFO:Start Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Finish Copy Action at Mon Aug 18 08:31:16 EDT 2008
    INFO:Copying file to "c:\ora

    Try updating your version of OPatch. You appear to be using OPatch version 10.2.0.3.0 and the readme for patch 7252496 states you should be using OPatch 10.2.0.3.4 or later. You can download it from Oracle MetaLink with patch 6880880.
    Also make sure all the Oracle services are stopped and also make sure you stop the Distributed Transaction Coordinator service if it is running.

  • 11gR2 RAC install fail when running root.sh script on second node

    I get the errors:
    ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    [main] [ 2012-04-10 16:44:12.564 EDT ] [UsmcaLogger.logException:175] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    I have tried the fix solutions from metalink note, but did not fix issue
    11GR2 GRID INFRASTRUCTURE INSTALLATION FAILS WHEN RUNNING ROOT.SH ON NODE 2 OF RAC USING ASMLIB [ID 1059847.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    it looks like, that your "shared device" you are using is not really shared.
    The second node does "create an ASM diskgroup" and create OCR and Voting disks. If this indeed would be a shared device, he should have recognized, that your disk is shared.
    So as a result your VMware configuration must be wrong, and the disk you presented as shared disk is not really shared.
    Which VMWare version did you use? It will not work correctly with the workstation or player edition, since shared disks are only really working with the server version.
    If you indeed using the server, could you paste your vm configurations?
    Furthermore I recommend using Virtual Box. There is a nice how-to:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    Sebastian

  • EAL extract fails with ORA-03113 end-of-file on communication channel error

    Hi,
    We are trying to run an EAL (v11.1.1.4) extract from an HFM (v9.3.1.4) environment onto Oracle database. We are able to run the extract successfully for few hundred records, but when the records exceeds 10 million we get the error below
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#13579: Cannot execute statement for insert
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#01428: OCI_ERROR: (ORA-03113: end-of-file on communication channel;Process ID: 16323;Session ID: 15 Serial number: 8288; (code=3113)) [rec#1]
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#13580: Cannot rollback
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#01428: OCI_ERROR: (ORA-03114: not connected to ORACLE; (code=3114)) [rec#1]
    [03 Dec 2011 06:02:41] [dbmgr] WARN : HR#13674: Data move region job failed: HR#00000: some operations failed, see details in the log file; 81877900 cell(s) processed in 70348 second(s)
    We checked on the DB and the Oracle session that was doing the insert was open even after the extract failed with the above error.
    Any idea what could be causing this??
    Thanks
    Ramya Suresh

    Hi,
    I was able to fix this issue.
    From the trace file identified the related objects and validated them.
    More details can be found in below MOS note.
    [ID 421711.1]--Understanding and Diagnosing ORA-00600 [17069] Errors
    Thanks for all the inputs...

  • Database logon failed when opening report with parameter values in CrystalReportViewer

    Hi,
    I designed 2 crystal reports: report A contains parameter fields and report B did not contain any parameter
    I can open both reports in development site using CrystalReportViewer control. When I open the reports in testing site,
    I can open report B but can't open report A. It display error message "Database logon failed". When I set EnableDatabaseLogonPrompt
    to true and try to open the report A again, it shows database connection data which was created on report.
    In addition, it is strange that it displays error "Database logon failed" when I click an item in group tree panel of the report B. This indicates that it can load data from database
    in testing site but it connect to development database when clicking items in group tree panel
    All reports connect to database using Windows Authenication. It use dynamic database connection at runtime
    How to ensure the report always connect database using login data dynamically at runtime?
    Below is my code about database connection:
    string strServerName = null;
    string strDatabaseName = null;
    ReportDocument rptDoc = new ReportDocument();
    rptDoc.Load(strFilePath);
    ConnectionInfo connInfo = new ConnectionInfo();
    TableLogOnInfo logonInfo;
    for (int i = 0; i < rptDoc.Database.Tables.Count; i++)
    logonInfo = rptDoc.Database.Tables[i].LogOnInfo;
    ReportHelper.GetReportConnection(ref strServerName, ref strDatabaseName, strSystemType);
    logonInfo.ConnectionInfo.ServerName = strServerName; 
    logonInfo.ConnectionInfo.DatabaseName = strDatabaseName;
    logonInfo.ConnectionInfo.IntegratedSecurity = true;
    rptDoc.Database.Tables[i].ApplyLogOnInfo(logonInfo);
    rptDoc.Database.Tables[i].Location = rptDoc.Database.Tables[i].Location.Substring(0, rptDoc.Database.Tables[i].Location.Length - 2);
    crvViewer.ReportSource = rptDoc;
    crvViewer.DataBind();
    Development environment:
    - SAP Crystal Reports 2013 Support Pack 1
    - Visual Studio Professional 2012
    - .NET Framework 3.5
    - DDL
    CrystalDecisions.Shared (v 13.0.8.1216)
    CrystalDecisions.Web (v 13.0.8.1216)
    CrystalDecisions.CrystalReports.Engine (v 13.0.8.1216)
    Database connection in crystal report:
    - Database Type: OLEDB (ADO)
    - Provider: SQLOLEDB
    - Integrated Security: True
    Thanks and Regards,
    Tony

    Hi Tonylck
    Try  to pass login info to crystal report dynamically as follows:
    using System;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    namespace WindowsApplication1
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    ReportDocument cryRpt = new ReportDocument();
    TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
    TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
    ConnectionInfo crConnectionInfo = new ConnectionInfo();
    Tables CrTables ;
    cryRpt.Load("PUT CRYSTAL REPORT PATH HERE\CrystalReport1.rpt");
    crConnectionInfo.ServerName = "YOUR SERVER NAME";
    crConnectionInfo.DatabaseName = "YOUR DATABASE NAME";
    crConnectionInfo.UserID = "YOUR DATABASE USERNAME";
    crConnectionInfo.Password = "YOUR DATABASE PASSWORD";
    CrTables = cryRpt.Database.Tables ;
    foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in CrTables)
    crtableLogoninfo = CrTable.LogOnInfo;
    crtableLogoninfo.ConnectionInfo = crConnectionInfo;
    CrTable.ApplyLogOnInfo(crtableLogoninfo);
    crystalReportViewer1.ReportSource = cryRpt;
    crystalReportViewer1.Refresh();
    Ref
    http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-dynamic-login.htm
    Mark as answer if you find it useful
    Shridhar J Joshi Thanks a lot

  • Unit test runs perfectly fine with NUnit but fails when run from TestExplorer

    Hello all,
    I have a TestProject, Harmony.Tests. In there, I have a method AddApplicationEvent()
    which calls another method Send(InvokeRequestMessage requestMessage) which calls a webservice (OperationHandlerBrokerWebService). 
    The code snippet looks like this. This is not the complete code but a part where we are calling the web service. It fails on the underlined Italic line of code.
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    brokerService.Url = address;
    brokerService.Timeout = timeoutInMilliseconds;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    The same test works and passed fine when I ran it with NUnit, but failed with following exception when I tried to run it from TestExplorer. 
    Test Name: AddApplicationEvent
    Test FullName: N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.AddApplicationEvent
    Test Source: d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs : line 665
    Test Outcome: Failed
    Test Duration: 0:00:00.296
    Result Message:
    SetUp : Message returned System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid token for impersonation - it cannot be duplicated.
    at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info)
    at System.Security.Principal.WindowsIdentity..ctor(SerializationInfo info, StreamingContext context)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    at System.Runtime.Serialization.ObjectManager.DoFixups()
    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
    at N4S.Forms.OperationHandlerBroker.AMessage.DeserializeMessage(Byte[] serializedMessage)
    at N4S.Forms.OperationHandlerBroker.WebServiceServer.BrokerService.InvokeOperationHandler(Byte[] serializedInvokeRequestMessage)
    --- End of inner exception stack trace ---
    expected: <0>
    but was: <1>
    Result StackTrace:
    at N4S.Harmony.Tests.TestHelper.InvokeOperation(OperationHandler handler, OperationHandlerInput input, Boolean expectedToWork) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 136
    at N4S.Harmony.Tests.TestHelper.LoginAsUser(String username, String password) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 394
    at N4S.Harmony.Tests.TestHelper.Login(TestUserName requestedUser) in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 377
    at N4S.Harmony.Tests.TestHelper.LoginAsAdvisor() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\TestHelper.cs:line 230
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.Login() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 76
    at N4S.Harmony.Tests.CaseManagement.HarmonyFacadeTests.SetupTest() in d:\TFS\TMW\Dev\TMWOnline\Harmony\N4S.Harmony.Tests\CaseManagement\HarmonyFacadeTests.cs:line 67
    I am not sure what causing the issue. I checked the Credentials, Windows Identity during both the test run and there is no difference. Please advise !!
    Thanks,
    Deepak

    Hi Tina,
    Thanks for your reply. 
    I do have NUnit adapter installed. I even noticed that the test runs fine with NUnit GUI and also if I run it through Resharper Test Explorer window. 
    As you can see in the image above the same test is passed when I ran it from Resharper Unit Test Explorer window but fails when I ran it from Test Explorer window. I also captured the information on fiddler. 
    There was a significant difference in the Header Content length. Also under the User-Agent property the protocol versions are different. 
    Not sure why VSTest ExecutionEngine is picking a different version.
    The UnitTest in question is calling a webservice method which in turn calls a method from another referenced project. 
    Web Service class
    using System;
    using System.Web.Services;
    using N4S.Forms.OperationHandlerBroker.Server;
    using NLog;
    namespace N4S.Forms.OperationHandlerBroker.WebServiceServer
    /// <summary>
    /// The operaton-handler broker service.
    /// </summary>
    [WebService(Description = "The N4S Forms Operation-Handler Broker Web-Service.", Name = "OperationHandlerBrokerWebService",
    Namespace = "N4S.Forms.OperationHandlerBroker.WebServiceServer")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class BrokerService : WebService
    { /// <summary>
    /// Calls <see cref="HandleRequest"/>. Updates performance-counters.
    /// </summary>
    /// <param name="serializedInvokeRequestMessage">the binary-serialized <see cref="InvokeRequestMessage"/></param>
    /// <returns>the binary-serialized response message</returns>
    [WebMethod(BufferResponse = true, CacheDuration = 0, Description = "Invokes the requested operation-handler and returns a binary-serialized response-message.", EnableSession = false)]
    public byte[] InvokeOperationHandler(byte[] serializedInvokeRequestMessage)
    logger.Trace(Strings.TraceMethodEntered);
    PerformanceMonitor.RecordRequestStarted();
    InvokeRequestMessage requestMessage = (InvokeRequestMessage) AMessage.DeserializeMessage(serializedInvokeRequestMessage);
    InvokeResponseMessage responseMessage;
    try
    responseMessage = HandleRequest(requestMessage);
    PerformanceMonitor.RecordSuccessfulRequest();
    catch (Exception)
    PerformanceMonitor.RecordFailedRequest();
    throw;
    finally
    PerformanceMonitor.RecordRequestEnded();
    logger.Trace(Strings.TraceMethodExiting);
    return AMessage.SerializeMessage(responseMessage);
    UnitTest snippet
    OperationHandlerBrokerWebService brokerService = new OperationHandlerBrokerWebService();
    brokerService.UseDefaultCredentials = true;
    byte[] serializedResponseMessage = brokerService.InvokeOperationHandler(serializedRequestMessage);
    Please advise.
    Thanks,
    Deepak

  • MBAM Upgrade 1.0 to 2.1 - Failing when 1.0 DBs need upgrade

    Hello,
    Installation of MBAM 2.0 SP 1 (2.1) fails when trying to upgrade existing MBAM 1.0 databases with the following:
    MSI (s) (74:10) [16:33:53:635]: Doing action: InstallReportingDb
    Action 16:33:53: InstallReportingDb.
    Action start 16:33:53: InstallReportingDb.
    MSI (s) (74:D0) [16:33:53:639]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI504B.tmp, Entrypoint: InstallReportingDatabase
    SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI504B.tmp-\
    SFXCA: Binding to CLR version v2.0.50727
    Calling custom action MBAMServerCAs!Microsoft.Windows.Mdop.BitlockerManagement.SetupCAs.RunDbInstallScript.InstallReportingDatabase
    RunDbInstallScript Reporting Db CA: BinDir - F:\Program Files\Microsoft SQL Server\100\Tools\Binn\SqlCmd.exe
    RunDbInstallScript Reporting Db CA: dbInstance - MSSQLSERVERNAMEHERE
    RunDbInstallScript Reporting Db CA: sqlScript- C:\Program Files\Microsoft\Microsoft BitLocker Administration and Monitoring\Setup\ReportingDB.sql
    RunDbInstallScript Reporting Db CA: dbName- MBAM Compliance Status
    RunDbInstallScript Reporting Db CA: defaultFileName- MBAM Compliance Status1
    RunDbInstallScript Reporting Db CA: defaultDataPath- F:\Mounts\ApplDb\
    RunDbInstallScript Reporting Db CA: defaultLogPath- F:\Mounts\ApplLog\
    RunDbInstallScript Reporting Db CA: scriptLogPath - C:\Users\INSTALLINGUSERNAMEHERE\AppData\Local\Temp\InstallComplianceDatabase.log
    RunDbInstallScript Reporting Db CA Exception: Install Recovery database Custom Action command line output Exception: Cannot ALTER 'ComplianceCore.GetComplianceStatusForVolume' because it is being referenced by object 'MachinesVolumesView'.
    CustomAction InstallReportingDb returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 16:33:56: InstallReportingDb. Return value 3.
    TDE has been disbaled on all databases.
    I can install MBAM 2.1 on this server when not trying to use MBAM 1.0 existing databases.
    I can install MBAM 2.1 on this server when using existing MBAM 1.0 databases from a default install (no data).
    I need to be able to take my 1.0 data with me to 2.1.
    Thank you

    Hi,
    Please confirm you use the correct upgrade sequence.
    Manual in-place server replacement – You must manually uninstall the existing MBAM server infrastructure, and then install the MBAM 2.0 infrastructure. If you are using MBAM
    with Configuration Manager, you must also remove the Configuration Manager objects. You do not need to remove the databases to do the upgrade. Instead, you select the existing databases, which were created by the previous version of the MBAM Client, and the
    MBAM 2.0 upgrade installation then migrates the existing databases to MBAM 2.0.
    The related information:
    Tip of the Day: MBAM 2.0 - Server Upgrade
    http://blogs.technet.com/b/tip_of_the_day/archive/2014/05/20/tip-of-the-day-mbam-2-0-server-upgrade.aspx
    Upgrading from Previous Versions of MBAM
    http://technet.microsoft.com/en-us/library/dn145058.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Infospoke Extraction Failing

    HI all,
    Good Day.
    I am trying to execute an infospoke build on an ODS. WHen i execute it, it is failing and the message i get is
    Editing or Reading of Data Packet 000001 Cancelled
    System error: RSDRC / FORM AUTHORITY_CHECK RSDRC / FORM AUTHORITY_CHECK R
    Extraction Cube : Error in Data Manager API
    I did checked the authorization and i thnk it should be fine. but not sure...
    kindly help me
    thnaks & regards
    Janardhan Kumar K

    Hi,
    you can take a look:
    Extraction fails due to missing authorizations
    SAP Note Number: [1033030|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler]
    Error while extracting ODS data using Infospoke
    Regards
    Andreas

  • Every version of Firefox i try to install fails when hitting the NEXT Button

    I have versions 20 - 23.0.1 of Firefox. I click on the installer, the files are extracted, but when i click on the next button to start the install every version fails.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: setup.exe_Firefox
    Application Version: 1.0.0.0
    Application Timestamp: 4bc06cda
    Fault Module Name: StackHash_af10
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception Code: 00000000
    Exception Offset: 00000000
    OS Version: 6.1.7601.2.1.0.256.4
    Locale ID: 1033
    Additional Information 1: af10
    Additional Information 2: af10e1b7f52f433b5dfddc6fa75d9e78
    Additional Information 3: 3a32
    Additional Information 4: 3a32f4805dfc71fa9ecf9a3e11622dee

    This article suggests also scanning for malware when the "fault module" is a StackHash: http://infopurge.tumblr.com/post/10438725843/what-is-stackhash
    These three scanners are highly regarded (and free):
    * Malwarebytes Anti-malware : http://www.malwarebytes.org/products/malwarebytes_free
    * AdwCleaner : http://www.bleepingcomputer.com/download/adwcleaner/ ''(ignore banner ads for other products)''
    * SUPERAntiSpyware : http://www.superantispyware.com/

Maybe you are looking for

  • Sale Order Invoicing problem

    Dear All, Please help me in this i am getting when i am trying to post the Sales invoice after doing Post Good issue. Request all experts to help me in this. waiting for reply in anticipation. Details of Error given below Delivered/invoiced quantitie

  • What is the best way to protect my info in case my iPad is stolen

    Ideas for the best way to protect my info I'd my iPad is stolen or lost?

  • CS3 Leopard Epson R1800 driver problems solved (hopefully)

    Trying to put this post in searchable terms for others having the same problem finding the answer -- new to mac. Everybody knows that you need to go to epson.com and download the new mac leopard drivers for most of the printers, including R1800. But

  • How can i get rid of double, is there an easy way?

    My library is full of double, when i show doubles is apply and if i delete them all i lose the original song. The work i have to do is insane, is there any fast way ?

  • Playlist Syncing Issue

    I recently set up a smart playlist in itunes which keeps track of the 100 most recently added songs to my library. So, when i chose it as a playlist to sync on my iphone it should place the same content from the smart playlist and then place it on th