Issuing during invocation of WS

All,
Version:10.1.3.4
Requirement: 3rd party application sends a PurchaseOrder thru WS channel, BPEL PM has to consume it, transform it and send it to Oracle Apps
As I summarized before, my requirement is that the 3rd party application generates the PO doc and sends it as SOAP message to the outside world. I configured a partner link in BPEL(sync) and consume that WSDL and do the further processing. Though the deployment went thru fine, I could see the following error in the opmn log, no clue what might be wrong with the WSDL. On googling i found in some blog to ignore such error! Is that so?
*<2010-10-18 16:04:33,278> <ERROR> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Error while notifying observer class com.collaxa.cube.ws.soap.oc4j.BPELOC4JServlet$1 with aspect class com.collaxa.cube.engine.observer.ProcessInitAspect*
*oracle.webservices.provider.ProviderException: No service {http://ariba.com/Invoice}PurchaseOrderExport defined in the WSDL*
Actual PO WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:typens="http://xyz.com/Invoice" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PurchaseOrderExport" targetNamespace="http://xyz.com/Invoice">
<wsdl:types>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://xyz.com/Invoice" xmlns:typens="http://xyz.com/Invoice">
<xsd:element name="Headers">
<xsd:complexType>
     <xsd:all>
          <xsd:element maxOccurs="1" minOccurs="0" name="variant" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="partition" type="xsd:string"/>
     </xsd:all>
</xsd:complexType>
</xsd:element>
<xsd:element name="PurchaseOrderExportRequest">
<xsd:complexType>
     <xsd:all>
          <xsd:element minOccurs="0" name="ERPOrder_PurchOrdHeaderDetails_Item">
               <xsd:complexType>
                    <xsd:sequence>
                         <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="typens:ERPOrder_PurchOrdHeaderDetails"/>
                    </xsd:sequence>
               </xsd:complexType>
          </xsd:element>
          <xsd:element minOccurs="0" name="ERPOrder_PurchOrdLineDetails_Item">
               <xsd:complexType>
                    <xsd:sequence>
                         <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="typens:ERPOrder_PurchOrdLineDetails"/>
                    </xsd:sequence>
               </xsd:complexType>
          </xsd:element>
          <xsd:element minOccurs="0" name="ERPOrder_PurchOrdSplitDetails_Item">
               <xsd:complexType>
                    <xsd:sequence>
                         <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="typens:ERPOrder_PurchOrdSplitDetails"/>
                    </xsd:sequence>
               </xsd:complexType>
          </xsd:element>
     </xsd:all>
     <xsd:attribute name="partition" type="xsd:string"/>
     <xsd:attribute name="variant" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="PurchaseOrderExportReply">
<xsd:complexType>
     <xsd:all>
          <xsd:element minOccurs="0" name="ERPOrder_PurchaseOrderNumberImport_Item">
               <xsd:complexType>
                    <xsd:sequence>
                         <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="typens:ERPOrder_PurchaseOrderNumberImport"/>
                    </xsd:sequence>
               </xsd:complexType>
          </xsd:element>
          <xsd:element minOccurs="0" name="PurchaseOrderError_PurchOrdErrorImport_Item">
               <xsd:complexType>
                    <xsd:sequence>
                         <xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="typens:PurchaseOrderError_PurchOrdErrorImport"/>
                    </xsd:sequence>
               </xsd:complexType>
          </xsd:element>
     </xsd:all>
     <xsd:attribute name="partition" type="xsd:string"/>
     <xsd:attribute name="variant" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="ERPOrder_PurchOrdHeaderDetails">
<xsd:annotation>
     <xsd:documentation>Name null, type xyz.purchasing.core.ERPOrder, variant vrealm_4.</xsd:documentation>
</xsd:annotation>
<xsd:all>
     <xsd:element minOccurs="0" name="TotalCost">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.basic.core.Money, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="1" name="ApproxAmountInBaseCurrency" nillable="true" type="xsd:decimal">
                         <xsd:annotation>
                              <xsd:documentation>Defines the total approximate amount in base currency of the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.math.BigDecimal, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="1" name="Amount" nillable="true" type="xsd:decimal">
                         <xsd:annotation>
                              <xsd:documentation>Defines the total amount of the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.math.BigDecimal, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="0" name="Currency">
                         <xsd:complexType>
                              <xsd:annotation>
                                   <xsd:documentation>Class name xyz.basic.core.Currency, group name Reference, variant vrealm_4.</xsd:documentation>
                              </xsd:annotation>
                              <xsd:all>
                                   <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                                        <xsd:annotation>
                                             <xsd:documentation>Defines the currency associated with total amount of purchase order.</xsd:documentation>
                                             <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                                        </xsd:annotation>
                                   </xsd:element>
                              </xsd:all>
                         </xsd:complexType>
                    </xsd:element>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element minOccurs="0" name="SupplierLocation">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.common.core.SupplierLocation, group name Reference, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="1" name="Name" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the supplier location name for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the supplier location unique identifier for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="0" name="ContactID" nillable="true" type="xsd:string"/>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element minOccurs="0" name="PaymentTerms">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.payment.core.PaymentTerms, group name Reference, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the Payment Terms for each purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element minOccurs="0" name="ProcurementUnit">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.common.core.ProcurementUnit, group name Reference, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="0" name="Description" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the description of ProcurementUnit for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the unique id of ProcurementUnit for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element minOccurs="1" name="CreateDate" nillable="true" type="xsd:dateTime">
          <xsd:annotation>
               <xsd:documentation>Defines the creation date of the order.</xsd:documentation>
               <xsd:documentation>Class name xyz.util.core.Date, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the unique purchase order ID.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="0" name="OriginatingSystem" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>The originating system for the original requisition. This field is only populated by the Requisition Import feature.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="VersionNumber" nillable="true" type="xsd:integer">
          <xsd:annotation>
               <xsd:documentation>Defines the version number of the purchase order.</xsd:documentation>
               <xsd:documentation>Class name java.lang.Integer, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="0" name="Supplier">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.common.core.Supplier, group name Reference, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="1" name="Name" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the supplier's name for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
                    <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                         <xsd:annotation>
                              <xsd:documentation>Defines the supplier's unique identifier for the purchase order.</xsd:documentation>
                              <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                         </xsd:annotation>
                    </xsd:element>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element minOccurs="0" name="OrderMethodCategory" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the ordering method category for each purchase order.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="0" name="OriginatingSystemReferenceID" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>The originating system reference ID of the original requisition. This field is only populated by the Requisition Import feature.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="0" name="HoldTillDate" nillable="true" type="xsd:dateTime">
          <xsd:annotation>
               <xsd:documentation>Defines the date until which the order is on hold.</xsd:documentation>
               <xsd:documentation>Class name xyz.util.core.Date, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="0" name="Requester">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.user.core.User, group name PurchOrdHeaderDetails, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="0" name="DefaultCurrency">
                         <xsd:complexType>
                              <xsd:annotation>
                                   <xsd:documentation>Class name xyz.basic.core.Currency, group name Reference, variant vrealm_4.</xsd:documentation>
                              </xsd:annotation>
                              <xsd:all>
                                   <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
                                        <xsd:annotation>
                                             <xsd:documentation>Default currency or base currency associated with the requester.</xsd:documentation>
                                             <xsd:documentation>Class name java.lang.String, group name Reference, variant vrealm_4.</xsd:documentation>
                                        </xsd:annotation>
                                   </xsd:element>
                              </xsd:all>
                         </xsd:complexType>
                    </xsd:element>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
     <xsd:element maxOccurs="1" minOccurs="0" name="custom">
          <xsd:complexType>
               <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomString" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:string">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomBoolean" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:boolean">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomInteger" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:integer">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomDate" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:dateTime">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomMoney" nillable="true">
                         <xsd:complexType>
                              <xsd:complexContent>
                                   <xsd:extension base="typens:Money_Reference">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:complexContent>
                         </xsd:complexType>
                    </xsd:element>
               </xsd:sequence>
          </xsd:complexType>
     </xsd:element>
</xsd:all>
</xsd:complexType>
     </xsd:element>
</xsd:all>
</xsd:complexType>
<xsd:complexType name="ERPOrder_PurchaseOrderNumberImport">
<xsd:annotation>
     <xsd:documentation>Name null, type xyz.purchasing.core.ERPOrder, variant vrealm_4.</xsd:documentation>
</xsd:annotation>
<xsd:all>
     <xsd:element minOccurs="1" name="ERPPONumber" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the unique ERP purchase order ID for which it shows a status.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchaseOrderNumberImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="UniqueName" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the unique purchase order ID.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchaseOrderNumberImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element maxOccurs="1" minOccurs="0" name="custom">
          <xsd:complexType>
               <xsd:sequence>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomString" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:string">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomBoolean" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:boolean">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomInteger" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:integer">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomDate" nillable="true">
                         <xsd:complexType>
                              <xsd:simpleContent>
                                   <xsd:extension base="xsd:dateTime">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:simpleContent>
                         </xsd:complexType>
                    </xsd:element>
                    <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomMoney" nillable="true">
                         <xsd:complexType>
                              <xsd:complexContent>
                                   <xsd:extension base="typens:Money_Reference">
                                        <xsd:attribute name="name" type="xsd:string"/>
                                   </xsd:extension>
                              </xsd:complexContent>
                         </xsd:complexType>
                    </xsd:element>
               </xsd:sequence>
          </xsd:complexType>
     </xsd:element>
</xsd:all>
</xsd:complexType>
<xsd:complexType name="PurchaseOrderError_PurchOrdErrorImport">
<xsd:annotation>
     <xsd:documentation>Name null, type xyz.integration.core.PurchaseOrderError, variant vrealm_4.</xsd:documentation>
</xsd:annotation>
<xsd:all>
     <xsd:element minOccurs="1" name="ErrorDistributionNumber" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>NumberInCollection of the erroneous split accounting record.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="ErrorTable" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the error table name in ERP tables.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="ErrorCode" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the error code that is defined in ERP.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="ErrorColumn" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the field Column that corresponds to the error that has occured in ERP.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="Date" nillable="true" type="xsd:dateTime">
          <xsd:annotation>
               <xsd:documentation>Defines the timestamp of an error.</xsd:documentation>
               <xsd:documentation>Class name xyz.util.core.Date, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="ErrorValue" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the error value.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="ErrorLineNumber" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>NumberInCollection of the erroneous line item.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
     <xsd:element minOccurs="1" name="Id" nillable="true" type="xsd:string">
          <xsd:annotation>
               <xsd:documentation>Defines the unique purchase order ID.</xsd:documentation>
               <xsd:documentation>Class name java.lang.String, group name PurchOrdErrorImport, variant vrealm_4.</xsd:documentation>
          </xsd:annotation>
     </xsd:element>
</xsd:all>
</xsd:complexType>
<xsd:complexType name="Money_Reference">
<xsd:annotation>
     <xsd:documentation>Name null, type xyz.basic.core.Money, variant vrealm_4.</xsd:documentation>
</xsd:annotation>
<xsd:all>
     <xsd:element minOccurs="0" name="Amount" nillable="true" type="xsd:decimal"/>
     <xsd:element minOccurs="0" name="AmountInReportingCurrency" nillable="true" type="xsd:decimal"/>
     <xsd:element minOccurs="0" name="ConversionDate" nillable="true" type="xsd:dateTime"/>
     <xsd:element minOccurs="0" name="ApproxAmountInBaseCurrency" nillable="true" type="xsd:decimal"/>
     <xsd:element minOccurs="0" name="Currency">
          <xsd:complexType>
               <xsd:annotation>
                    <xsd:documentation>Class name xyz.basic.core.Currency, group name Reference, variant vrealm_4.</xsd:documentation>
               </xsd:annotation>
               <xsd:all>
                    <xsd:element minOccurs="0" name="UniqueName" nillable="true" type="xsd:string"/>
               </xsd:all>
          </xsd:complexType>
     </xsd:element>
</xsd:all>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="HeadersMessage">
<part element="typens:Headers" name="header"/>
</wsdl:message>
<wsdl:message name="PurchaseOrderExportRequestMessage">
<part element="typens:PurchaseOrderExportRequest" name="body"/>
</wsdl:message>
<wsdl:message name="PurchaseOrderExportReplyMessage">
<part element="typens:PurchaseOrderExportReply" name="body"/>
</wsdl:message>
<wsdl:portType name="PurchaseOrderExportPortType">
<wsdl:operation name="PurchaseOrderExportOperation">
<wsdl:input message="typens:PurchaseOrderExportRequestMessage"/>
<wsdl:output message="typens:PurchaseOrderExportReplyMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PurchaseOrderExportBinding" type="typens:PurchaseOrderExportPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="PurchaseOrderExportOperation">
<soap:operation soapAction="/Process Definition"/>
<wsdl:input>
<soap:header message="typens:HeadersMessage" part="header" use="literal"/>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:header message="typens:HeadersMessage" part="header" use="literal"/>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="PurchaseOrderExport">
<wsdl:documentation>xyz Web Service</wsdl:documentation>
<wsdl:port binding="typens:PurchaseOrderExportBinding" name="PurchaseOrderExportPortType">
<soap:address location="http://SNAGALINGOM.xyz.com:7777/orabpel/default/TestReceiveSOAP/1.0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

I suspect this has more to do with how well (or otherwise) Solaris 10 plays with 1.6.0_21 rather than anything EJB related.
You could try running the client on a different OS with that version just to confirm.

Similar Messages

  • "A technical error during invocation : Could not invoke service reference" Error message while calling a service from BPM

    Hi Experts,
    We are facing a issue while calling a Automated activity from BPM process, the process gets suspended and the BPM logs says "Process XYZ suspended, A technical error during invocation: Could not invoke service reference name fdhueoegghejietyhsjk6886 Component name ABC " We have already checked the mapped service reference and provider system. Gone through the below link, but no help.
    http://http://wiki.scn.sap.com/wiki/display/TechTSG/Sending+a+message+from+SAP+NetWeaver+BPM+process+to+PI+fails+via+automated+activity?original_fqdn=wiki.sdn.sap.com
    Any pointers or suggestions to fix up this issue will be highly appreciated. Thanks in advance.
    Regards,
    Mohit Jaju

    The details/ID in NWDS Service Reference must exactly match the SOA configuration. Sometimes it's possible you have changed the reference or the group itself and something changed to become mismatched.
    It's possible they don't match - but the SG itself will show green in NWA since the service exists and responds on the target system. Does the ID listed in the error match what is shown in the NWDS project?
    regards, Nick

  • EJB Exception occurred during invocation from home: com.bea.content.manager

    BEA 8.1 Team,
    Is there any limitation on BEA Repository such as number of nodes, etc.
    I have a serious production issue. All i could see from the LOG file is the stact trace which i have posted it here.
    ####<Aug 24, 2006 8:04:57 AM CDT> <Info> <EJB> <websrv11> <PORTALSRVR> <ExecuteThread: '99' for queue: 'weblogic.kernel.Default'> <jdcs1400> <BEA1-60BE09B7462F> <BEA-010051> <EJB Exception occurred during invocation from home: [email protected]67bc75 threw exception: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1438)
         at java.lang.String.substring(String.java:1411)
         at com.bea.content.PathHelper.removeFirst(PathHelper.java:168)
         at com.bea.content.manager.internal.NodeOpsBean.getNode(NodeOpsBean.java:680)
         at com.bea.content.manager.internal.NodeOpsEJB_e40s0j_ELOImpl.getNode(NodeOpsEJB_e40s0j_ELOImpl.java:111)
         at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPropertyServlet.java:180)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPropertyServlet.java:72)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowPropertyServlet.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Aug 24, 2006 8:04:57 AM CDT> <Error> <HTTP> <websrv11> <PORTALSRVR> <ExecuteThread: '99' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101020> <[ServletContext(id=30691960,name=myServicePoint,context-path=/myServicePoint)] Servlet failed with Exception
    javax.ejb.EJBException: EJB Exception: : java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1438)
         at java.lang.String.substring(String.java:1411)
         at com.bea.content.PathHelper.removeFirst(PathHelper.java:168)
         at com.bea.content.manager.internal.NodeOpsBean.getNode(NodeOpsBean.java:680)
         at com.bea.content.manager.internal.NodeOpsEJB_e40s0j_ELOImpl.getNode(NodeOpsEJB_e40s0j_ELOImpl.java:111)
         at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPropertyServlet.java:180)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPropertyServlet.java:72)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowPropertyServlet.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    ; nested exception is: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1438)
         at java.lang.String.substring(String.java:1411)
         at com.bea.content.PathHelper.removeFirst(PathHelper.java:168)
         at com.bea.content.manager.internal.NodeOpsBean.getNode(NodeOpsBean.java:680)
         at com.bea.content.manager.internal.NodeOpsEJB_e40s0j_ELOImpl.getNode(NodeOpsEJB_e40s0j_ELOImpl.java:111)
         at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPropertyServlet.java:180)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPropertyServlet.java:72)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowPropertyServlet.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.ejb.EJBException: EJB Exception: : java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1438)
         at java.lang.String.substring(String.java:1411)
         at com.bea.content.PathHelper.removeFirst(PathHelper.java:168)
         at com.bea.content.manager.internal.NodeOpsBean.getNode(NodeOpsBean.java:680)
         at com.bea.content.manager.internal.NodeOpsEJB_e40s0j_ELOImpl.getNode(NodeOpsEJB_e40s0j_ELOImpl.java:111)
         at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPropertyServlet.java:180)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPropertyServlet.java:72)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowPropertyServlet.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    ; nested exception is: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at weblogic.ejb20.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:152)
         at weblogic.ejb20.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:232)
         at weblogic.ejb20.internal.BaseEJBLocalObject.postInvoke(BaseEJBLocalObject.java:326)
         at com.bea.content.manager.internal.NodeOpsEJB_e40s0j_ELOImpl.getNode(NodeOpsEJB_e40s0j_ELOImpl.java:122)
         at com.bea.content.manager.servlets.ShowPropertyServlet.printNode(ShowPropertyServlet.java:180)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doPost(ShowPropertyServlet.java:72)
         at com.bea.content.manager.servlets.ShowPropertyServlet.doGet(ShowPropertyServlet.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    Any help would be greatly appreciated!!
    Thanks in Advance,
    -Nach.

    Hi Dragan,
    First of all we need to put some debug (System.out.println) to findout exactly which object reference is actually becoming NULL. From there only we can start diagnosis on this issue. that's the root. It should be very easy for your Developers to put some debug on that...because the NullPointerException is being thrown by your code...I m not Blaming on your Code... WLS may be responsible for that...but first of all we need to find out Which Object is becoming NULL.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • EJB Exception occurred during invocation from home or business:

    Friends,
    I have ejb application deployed in weblogic 10.3 with cluster environment. I have configured the following ejb-jar.xml
    <session>
    <ejb-name>PartSL</ejb-name>
    <home>com.gm.tm.ejb.session.part.PartSLHome</home>
    <remote>com.gm.tm.ejb.session.part.PartSL</remote>
    <ejb-class>com.gm.tm.ejb.session.part.PartSLBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <ejb-ref>
    <ejb-ref-name>ejb/PartBM</ejb-ref-name>
    <ejb-ref-type>Entity</ejb-ref-type>
    <home>com.gm.tm.ejb.entity.partbm.PartHome</home>
    <remote>com.gm.tm.ejb.entity.partbm.Part</remote>
    <ejb-link>PartBM</ejb-link>
    </ejb-ref>
    <resource-ref>
    <description></description>
    <res-ref-name>jdbc/ToolMoveDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    Sometimes when user doing some manupulation, this object getting disapper and getting the error as EJB Exception occurred during invocation from home or business: com.gm.tm.ejb.session.part.PartSL_ex1s88_HomeImpl@175f214 threw exception: javax.ejb.EJBException: nested exception is: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'PartBM'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'PartBM'. Resolved '']; remaining name 'PartBM']; Link Remaining Name: 'PartBM'>
    JNDI tree is clusterable but is incompatible. Make sure all the servers in the cluster use the identical copy of object.
    Pls let me know if anyone know the root cause and i am new to EJB too. So pls help if anyone know better solution for this

    Yes exactly..Let me explain clearly. assume its deployed now and user started using that particular module. It works fine. Later point time like after few days or after few simultenous navigation of that particular ejb jndi object from the application, this exception comes. So for the short time fix, i restart the server and it will work fine and then after few hours/days , this exception comes and i need to restart again. So i need a permanent solution to avoid this issue.

  • Issues during Component Batch Determination for Process Orders

    Hi,
    I am encountering a strange issue during component batch determination of process order.
    1. During creation of process order, when I execute batch determination, systems does determination based on strategies we have set and when I click on Copy it gives an error
    "Log cannot be saved: Object/subobject not specified"
    Message no. BL201
    *Diagnosis
    Log save cancelled because at least one log contains no object or subobject.
    Object and subobject are needed to classify application logs because there are several log types. Only a few logs are managed in main memory at runtime, so this classification is not needed.
    If the logs are to be saved in the database, object/subobject must be specified for later retrieval.
    Procedure for System Administration
    Object/sub object can be passed when a log is created (function module BAL_LOG_CREATE) and changed with BAL_LOG_CHANGE.
    The possible values for object and sub object must be configured in transaction SLG0.*
    If I save the order with CRTD status and come back again in change mode and do determination, It works fine.
    Again when the order is in REL status and do the determination, It gives the same error.
    This happens only for a specific plant, In other plants batch determination works in all scenarios.
    I checked for all plant related Config for batch determination and coudn't find any discrepancies.
    Please advise how to resolve this issue. Thanks in advance for your help
    Regards,
    Aheesh

    There Is no direct solution for your requirement just try this work around.
    While defining the batch determination search strategy for process order in COB1, there is one column Quantity proposal where you can attach the Routines (This is written in ABAB code )  make use of this, define New Routines with ABAB help to fulfill your requirement. Try this if found useful award full points.
    Regards,
    Ajay Nikte

  • Exception occured during invocation of JCA binding ORA-01403: no data found ORA-06512: at line 1

    Dear Legends,
    My requirement is to call store procedure from BPEL. So for I created a BPEL with 2 assign activity and 1 Invoke activity to Invoke the DB adapter. After Deploying I tested the process but it shows the following error:
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'DB_SBL_SPROCS1' failed due to: Interaction processing error.
    Error while processing the execution of the SIEBEL.PORTAL_SPROCS.ACP_CONREGISTRATIONLOOKUP_WRAP API interaction.
    An error occurred while processing the interaction for invoking the SIEBEL.PORTAL_SPROCS.ACP_CONREGISTRATIONLOOKUP_WRAP API. Cause: java.sql.SQLException: ORA-01403: no data found
    ORA-06512: at line 1
    Check to ensure that the XML containing parameter data matches the parameter definitions in the XSD.  This exception is considered not retriable, likely due to a modelling mistake.  To classify it as retriable instead add property nonRetriableErrorCodes with value "-1403" to your deployment descriptor (i.e. weblogic-ra.xml).  To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff.  All properties are integers.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    </summary></part><part name="detail"><detail>ORA-01403: no data found
    ORA-06512: at line 1
    </detail></part><part name="code"><code>1403</code></part></bindingFault></bpelFault></fault><faultType>
    <message>0</message></faultType></messages></details></event><event sid="BpPrc0.1" cat="2" n="16" date="2013-08-08T05:39:39.121-04:00" type="4"><message>"BPELFault" has not been caught by a catch block.</message></event><event sid="BpPrc0.1" cat="2" n="17" date="2013-08-08T05:39:39.270-04:00" type="3"><message>The transaction was rolled back. The work performed for bpel instance "960968" was rolled back, but the audit trail has been saved for this instance.If this is a sync request, please resubmit the request from the client. If it is an async request, please recover from the recovery console by resubmitting the invoke message.</message></event></audit-trail>
    What does the above error says?
    1. Whether concern Grant or Execute Privileges is not properly provided to the user?
    2. Is there any Dangling Privileges are prevailing?
    3. Is that the Store Procedure to be Handled with an Error Handling by means of Exception?
    4. Is that I have been giving wrong test data?
    5. Is that No data being existing in the Procedure?
    6. Is that anything related to XA and NON-XA Data Source?
    Any kind of help would be much appreciated. Thanks in Advance.
    Thanks,
    Karthik

    Can you check the following ?
    a. Hopefully the when you execute the procedure using sql tool it works fine and returns data.
    b. Is there any input parameter available for procedure ?
    c. IF yes, is the parameter is mapped with the procedure parameter and populated with value before calling the procedure ?
    d. In the audit trial, you can see from the invoke activity to see whether the parameter is populated with value or not ?
    e. Check the input parameter by executing the procedure with sql tool to see whether this request is receiving any data in return or not ?
    Thanks,
    Vijay

  • Issue during automatic Creation of Work Order from Notification

    Hi,
    I have a issue during automatic Creation of Work Order from Notification.
    BADI implemented: NOTIF_EVENT_POST
    BAPI called in BADI: BAPI_ALM_ORDER_MAINTAIN
    I am able to create Work Order successfully but after that i need to update notification header with created work order number.
    But i am unable to update the same (VIQMEL-AUFNR).
    Can anybody provide solution for the same!
    Thanks,
    Kumar.

    Hi,
    Any inputs on above posted issue!
    Thanks in advance.
    Thanks,
    Kumar.

  • Automating Goods issue during Delivery creation

    Hi all,
    We have a requirement to automate the Goods issue creation for certain type of orders when the Delivery is getting created. The orders that need to be automatically Goods issued during delivery creation are identified based on certain plants. These plants are linked to certain output type and in the output type routine is the standard program RVADEK01 with one additonal code for automating the Goods Issue creation.
    We have a custom table that holds the status of orders and there is a code in user exit userexit_save_document_prepare which changes the status of the order as closed when the goods issue is done.
    But when the delivery is saved, in this case when an automatic goods issue needs to happen, when the flow reaches this user exit, the output type code dosenot get executed and the Goods issue is not done and so the custom table will not be updated with the closed status. So we are in need to findout a place where we can update the status of the order in that table.
    The output type code is not executed even before the other user exit userexit_save_document. The output type code gets executed and goods issue is done after the this userexit_save_document when the COMMIT statement is executed in the subroutine BELEG_SICHEN_POST in the include FV50XF0B_BELEG_SICHERN.
    I need help in finding out if any user exit or badi is called after this commit statement, so that I can add my code to close the status of the order in my custom table. Just after this commit the Goods issue happens and the VBFA table gets updated with the 'R' records for goods issue.
    Please let me know if anyone has any idea on this. The ultimate goal is to find some place after the goods issue is done to update the status of the order as closed in the custom table we have.
    Thanks,
    Packia

    Dear Siva,
    As informed yesterday I changed the language from DE to EN, to match the other shipping points settings in table V_TVST, this did not bring the solution.
    Please let me summarize, I am really desparate here:
    This is only IM related, Not WM.
    Picking lists are not printed for any Shipping Point from this warehouse, this is just a small subsidiary of my customer in Finland.
    Issue is not Aut. PGI.
    VP01SHP has not been configured for any shipping points, still there we do get the PR except for the new shipping point.
    In the deliveries of correct processed shipping points  I do not find any picking output type.
    Item category in new shipping is equal to Item category in already existing shipping points, so no need to config here.
    There is no picking block active.
    PR creation happens once I enter the pick qty in the delivery in VL02N. This is the part that we need to have automated.
    Can you please try to help me out?
    Tnx & regards,
    Chris

  • Critical Issues During SAP Implementation or After Golive

    Can anybody tell me one of  the most critical/ challenging issues During SAP Implementation or After Golive
    in these modules:-
    MM implementation
    PP implementation
    SD implementation
    FI/CO implementation
    PS implementation
    QM implementation
    HR implementation
    BI implementation
    XI implementation
    Thanks and regards
    RS

    hi,
    I will list out few of critical issues in
    Implementation :
    1 . Ensure 100% mapping of business process for all modules with SAP(avoid customization in support phase)
    2.  Unit & Integeration testing should be through with all validations
    3.  Master datas(Vendor,Customer) care must be taken will uploading datas thru LSMW,
    If there are common vendors for all plants,Create a vendor for a plant extend it to other plants
    4. Check tax procedures are customized according to requirements.
    5. Complete all print document customizations before go live
    6. Complete end user training(2 or more cycles) should be top priority before go live(This will avoid
    cancellation/reversal of documents after post go live)
    7. Ready with standard MIS reports & customized reports for business decision making
    8. Excise opening balance updation in tables for RG1 register in tables(Note 951955) on go live
    9. Check all tables datas are updating correctly
    10. Declare go live to SAP Support
    11. Check All user authorization should be correct according to their roles.
    12. Centeralize all master datas creation(avoid duplication)
    13. Create transaction variants to avoid entires in unnecessary fields & make certain fields mandatory.
    14. Ensure document numbering is completed for all documents
    15. Validate accounting entries are hit properly according to requirement in quality client with FI CTM(Core team member).
    After Go live :
    1. Missing authorization for users will play key part here,For ex : PGI while doing delivery,Excise capture & post in MIGO/J1IEX.
    2. Do internal audit every month,identify transactions if there will possibility for misuse or wrong entries,requires validation,identify users weak in certain areas.
    3. Identify there is enhancements to be done in transaction process(By step-2)
    4. Prepare a list of month & year end activities to be performed for all modules give to users
    5. Prepare  a list of frequently used transaction codes module wise give it to users
    6. If there is subcontracting,ensure challan creation,GR,reconcillation should be done regulary(monthly)
    7. Train the users,take reports in respective modules.
    8. Additonal customization might be done in print documents.
    9. Instruct users/CTM's to adapt SAP Standard practise
    10. Update excise tax rates after every indian budget
    Hope it helps.
    Edited by: Jeyakanthan A on Apr 29, 2010 6:48 PM

  • Issue during Save - BDT

    Hi All,
    I have added 2 custom fields in the additional tab of the BP transaction using BDT.
    I have enhanced the table BUT000 with the above two fields using append structure.
    But now i got following few issues during saving the BP.
    1) Not able to save those two custom field values in the corresponding table of BUT000.
         As i was new to BDT could any one guide me how to save the custom field information in BDT?
      2) If I am changing any one of the fields and trying to save for any existing BP,
          It was throwing a message saying 'No changes done to the transaction'.
          Here the Transaction was not recognizing the fields even if the changes done.
          Could any one please let me know how to handle this?
    Thanks in advance.
    Regards,
    Gopi.

    Hi,
    1> Did you implement function module for DSAVE event? Check if you have  different names for the field in the BDT table and the database table in the BDT setting
    Assign field to DB
    2> You need to write a function module for XCHNG event and export 'X' after checking the old and new memory for changes. This will correct the message.
    Thanks and warm regards,
    Smita.

  • BEA-010051 EJB Exception occurred during invocation from home:

    Hi,
    I am getting this exception (below)in the production env. the process is every night my application would load the data which is present in a perticular folder in to the database. After this process has continued for some days this error comes. This error started comming after i did some code changes where in i log all the actions which take place while loading into the database.
    It would be of great help if someone could help me out here.
    weblogic log:
    ####<14-Mar-2007 18:00:00 o'clock GMT> <Info> <Log Management> <dygwt01> <managed1_caprprd> <ExecuteThread: '1' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-170018> <The log file has been rotated to managed1_caprprd.log00300. Log messages will continue to be logged in /wls_domains/caprprd/logs/bea/managed1_caprprd.log.>
    ####<14-Mar-2007 18:00:00 o'clock GMT> <Info> <null> <unknown> <unknown> <ExecuteThread: '1' for queue: 'weblogic.kernel.Default'> <null> <null> <000000> <LogRotation trigger for logfile /wls_domains/caprprd/logs/bea/managed1_caprprd.log>
    ####<15-Mar-2007 04:21:04 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20908C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:05 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20928C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:19 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-209A8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:20 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-209C8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:31 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20A18C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:31 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20A38C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:31 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20A58C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:21:41 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20AC8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:22:48 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20D38C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:22:58 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20D98C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:08 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20DB8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:10 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20DD8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:12 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20DF8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:19 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20E58C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:22 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-20E78C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 04:23:47 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-21008C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
    >
    ####<15-Mar-2007 05:36:53 o'clock GMT> <Info> <Security> <dygwt01> <managed1_caprprd> <ExecuteThread: '0' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-090067> <User lockout expired, unlocking user 602054364 in security realm myrealm.>
    ####<15-Mar-2007 05:45:21 o'clock GMT> <Notice> <Security> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-090078> <User 602054364 in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.>
    ####<15-Mar-2007 06:31:03 o'clock GMT> <Info> <EJB> <dygwt01> <managed1_caprprd> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-221A8C95ED2F2185AF9E> <BEA-010051> <EJB Exception occurred during invocation from home: com.bt.pe.capreg.serv.ejb.WebService_auhh9w_HomeImpl@1ba3c1f threw exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at com.bt.pe.capreg.serv.ejb.WebServiceBean.getBlobBytes(WebServiceBean.java:1068)
         at com.bt.pe.capreg.serv.ejb.WebService_auhh9w_EOImpl.getBlobBytes(WebService_auhh9w_EOImpl.java:5026)
         at com.bt.pe.capreg.serv.ejb.WebService_auhh9w_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
         at com.bt.pe.capreg.serv.ejb.WebService_auhh9w_EOImpl_814_WLStub.getBlobBytes(Unknown Source)
         at com.bt.pe.capreg.web.action.GetBlobAction.execute(GetBlobAction.java:29)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.TargetNameSpaceFilter.doFilter(TargetNameSpaceFilter.java:48)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.AuthorizationFilter.doFilter(AuthorizationFilter.java:22)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.SMHeaderFilter.doFilter(SMHeaderFilter.java:21)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
         at com.bt.pe.capreg.web.servlet.BlobServlet.doGet(BlobServlet.java:19)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.TargetNameSpaceFilter.doFilter(TargetNameSpaceFilter.java:45)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.AuthorizationFilter.doFilter(AuthorizationFilter.java:22)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.bt.pe.capreg.web.servlet.SMHeaderFilter.doFilter(SMHeaderFilter.java:21)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    Hi Sai,
    Below are the observation
    In Weblogic 8.1 sp6
    User : system
    Group Assigned : Administrators and OSSTrmi
    Group OSStrmi have assigned under Administrators as well
    In Weblogic 10.3.3
    User : system
    Group Assigned : Administrators
    Group OSSTrmi  is not assigned under Administrators
    Difference in assignment. here it seems. Please suggest
    Thx
    Sudip

  • Public Sector: Will this have any issues during Siebel upgrade?

    Hello,
    We are using Siebel Public Sector application (Case Management) in our product.
    Every contact who is Primary under a Contact will be associated to a Master Case. If there is no master case associated with primary contact, siebel will create a new master case. In other words, Contact to Master Case is 1:1 relationship.
    We are in the process of developing a new requirement where in a Contact can be linked to one or more Master Cases (1:M). Since this is deviates Siebel OOB feature we do not want to change it.
    Instead, we have created a new custom stand-alone Table (which mimics OOB Master Case columns) and a "New Custom BC".
    Created a link betwen Contact BC and New Custom BC (Id -> Par Row Id).
    In "New Custom BC", field called "Master Case Number"  has a dynamic picklist based on OOB "PUB Master Case" BC.
    For other field we have mapped using pickmaps.
    Our requirement is met but our only question is "Will this have any issues during Siebel upgrade?"
    Quick responses will be very helpful.

    Thank you for your reply.  I only see three versions of Adobe Reader available for Windows XP SP3 at the Adobe site
    http://get.adobe.com/reader/otherversions
    In doing some research, it seems there were some issues if you skipped an update but I did not find any information (only other queries) as to my original question of compatibility.  Also, how can we access the older file if it won't open in 10.1.2?
    Can I load 10.1.2 in addition to their older version to check and see what will or will not open correctly before I uninstall the older version?  I don't want to load the new version and then have them not be able to access a needed file...

  • Issue during creation of control cycle

    Dear Gurus,
    During creation of control cycle (LPK1), the fields for source information is not appearing in my system.
    I compared control cycle in a different ECC system where source information is appearing.
    How can make the screen appear in my ECC system.
    Please find the screenshot.
    Any pointers will be highly appreciated.
    This thread is further to the thread in Production Planning Forum
    http://scn.sap.com/thread/3609441
    With Regards,
    Malay

    Manish,
    I do not understand how this going to solve the issue because why we need both KANBAN and WM control cycles for one material withdrawal for production?
    Br
    KK

  • MSI Neo2 K8N Platinum - Freezing Issue during games

    First off greetings to everyone on these forums...
    I purchased the MSI Neo2 K8N Platinum motherboard from NewEgg back at the end of March to compliment the AMD 64 "Winchester" processor that I also purchased at that time to replace a slightly older AMD XP "Barton" system that was using the Abit NF7-S motherboard. For the past month I have been fighting an unusual and highly irritating issue that I have noticed during game play and have tried everything that I know of and more in an attempt to remedy this issue, but to no avail. This is the general background of the situation and now I will descibe in greater detail as to what this issue I am referring to is and the symptoms of this issue and some of the various methods used to remedy this issue.
    The issue is that while play a game the system experiences a short 5-10 second freeze during the game randomly, but usually several times an hour. During this freezing the sound would loop and as suddenly as the freeze occurs it would cease and the game would continue on as if nothing happened. However, sometimes this would result in the system freezing outright after this short 5-10 second freeze... but it does not feel like a total system freeze, but rather a video freeze as the sound continues and I still have keyboard control... but this does require me to force a manual reboot of the machine itself. I have scowered the internet and various forums in an attempt to find what the issue was and use various methods to remedy this issue, but so far nothing has worked in my favor... but it does seem like this issue has been plaguing other users with the MSI Neo2 Platinum motherboard. Below are some of the methods that I have used in an attempt to solve this issue:
    *Default Clock for CPU/Memory/GPU; Over/Under Clock for CPU/Memory/GPU
    *Increased voltages to CPU VID, AGP, and Memory
    *Disabled/Enabled AGP Fast Writes
    *Increased AGP Aperture from 64MB to 512MB
    *Enabled/Disabled ATI/nVidia Speedup option in BIOS
    *Forced AGP clock lock to 66-67mhz
    *Relaxed/Aggressive memory timings
    *APIC enabled/disabled
    *Gate A20 turbo/normal
    *Disabled all unneeded onboard components (Realtek NIC, Sound, SATA)
    *Disabled nVidia MAC and attempted to use 3Com Gigabit PCI card instead
    *Swapped HDD Cables
    *Tried PCI Sound Card (SB Audigy2 ZS Gamer) in PCI Slots 3/4
    *Tried video drivers from 71.89 Official to 76.45 beta modified drivers
    *Tried 5.10 official nForce drivers to remixed 7.02 nForce drivers (5.10 drivers uses 4.36 GART, higher drivers uses the 4.40 GART)
    *Applied all the latest updates from Windows Update Website
    *Reinstalled Operating System (Windows XP SP2) 5 different times clean with various settings (APIC on/off, etc...) and different drivers.
    *Installed Audio Card (SB Audigy2 ZS Gamer) with older and the latest drivers available from Creative's website
    *Replaced PSU (Previously was a Thermaltake 420watt PSU, 18A +12v) with a OCZ Modstream 520watt PSU (28A +12v)
    *Video card is KNOWN working from previous build (AMD XP 3000, Abit NF7-S)
    *Hard Drive is KNOWN working from previous build
    *CD/DVD-ROM drive is kNOWN working from previous build
    *Heat is not an issue... all components temperature is well below rated level, the only unknown is the chipset temperature (it has a active heatsink and seems to not be hot to the touch, applied AS5 to it anyway)
    *Used latency tweak to the video card
    *Used Rivatuner to force constant performance level
    *Tweaked BIOS to force even clock rates and forced 1.4v to the GPU Core
    *Used original GPU BIOS
    *Used MSI Neo2 K8N Bios 1.4 - 1.8 and modified BIOS 1.8
    *No background applications are running (not even antivirus)
    *Used application to force maximum refresh rates for my monitor
    *Memory passed MemTest86+ for over 24 hours
    *System passed Prime95 and SuperPi for over 24 hours
    *System seems stable in all non gaming related applications
    *Checked through various troubleshooting procedures
    *Disabled SBDRVDET.EXE using MSCONFIG
    *There are no IRQ conflicts outside of PCI system management sharing IRQ11 with the NIC and USB... in APIC there are no IRQ conflicts what so ever. Regardless neither method worked
    *Installed AMD 64 drivers from AMD
    *Disabled DEP in boot.ini
    *...and many other various tweaks and modifications.
    System Specifications
    CPU - AMD 64 3200+ "Winchester", using Thermaltake Silentboost K8 and AS5
    Motherboard - MSI Neo2 K8N Platinum (nForce3 250GB Ultra) - Using Bios version 1.8
    Memory - 2X 512MB Corsair XMS TwinX1024-3200C2PT (2 Modules, Memory Slots 1 and 2 used)
    Audio - Sound Blaster Audigy2 ZS (PCI Slot 3 used)
    NIC - Onboard nVidia MAC, Disabled Realtek NIC
    Video - XFX Geforce 6800NU 128MB AGP (BIOS Rev 1) - NV Silencer 5 and AS5
    Case - Thermaltake Damier Series 5000
    PSU - OCZ Modstream 520watt (28A +12v rail)
    HDD - Western Digital 1200JB 7200rpm IDE
    DVD-ROM - Lite-On 16X DVD-ROM
    Floppy - Mitsumi 1.44MB 3.25"
    OS - Windows XP SP2/DirectX 9c
    I have been fighting this issue for well over a month now and I am frankly nearly out of ideas, this does not necessarly prevent me from playing games, but this does interfere with the games I do play (especially online games). I do demand absolute stability from the games that I play and this issue only began AFTER I upgraded to the new motherboard, processor, and memory. The only thing I have not tried is something that I do not have access in attempting on this motherboard, and that is increasing the voltage to the chipset.
    Here is my theory on what is going on is that I believe is there is a fault with the chipset on this motherboard and this is manifesting itself while I am playing various games on this system. Of course I would like to try increasing the voltage to the chipset as that would increase stability, but there is no option in BIOS to increase the chipset voltage like the previous motherboard I had (Abit NF7-S). It is possible that either a) the chipset is at fault and is causing me this issue or b) the chipset is not recieving enough voltage.
    My question to the rest of you is this, what do you think the problem is and what ideas do you have that I may try that I have not tried yet. Additionally if there is nothing else that I may try should I attempt to RMA this motherboard and will that help, and is there any other versions of this motherboard that I should be aware of. I would appreciate any response from a MSI representative and any comments from those that may have positive suggestions for my issue. Thank you in advance for your time and any help that you may be able to render.
    The GameMaster...
    *EDIT* Added additional methods attempted... (there was a lot... so I did not remember everything that I have tried)

    Quote from: dacull on 25-May-05, 16:06:33
    Does it only happen in online games, or can it happen in all games? One thing to make sure of is to turn off CRC checksum offload in your NVidia MAC properties (everyone do this, it is incorrectly calculating checksums which leads to servers ignoring your packets). However as you have tried a different network card you can discount this theory.
    For me it looks like the biggest culrpit is your 6800NU, i have read alot of bad things about the NU and you have a low bios revision there, just because it worked well against your old chipset doesnt mean it will work well against your current chipset. Sounds like a BIOS fix is needed as some timing is out somewhere.
    Ensure Spread Spectrum is off (and as you have already pointed out Fast writes, ATI NV Speedup) and your card is running at default clock.
    As a test beg/borrow/steal another graphics card (preferably nvidia) and see how it goes so you can narrow in on your video card.
    It is not just one game, but it is more prodominate in certain games than others... the game in question here is Planetside... though I stuck a demo of Unreal Tournament 2004 on a loop bot match and it seemed to have locked up after 4 hours (not sure how many times it experienced that 5-10 freeze as I went to bed). As for the video card it was KNOWN working from a previous build in those same games (Previous build was a AMDXP3000 and a Abit NF7-S nForce2 motherboard). The only components different in this build is the AMD64, the MSI Neo2 K8N, 2 new sticks of Corsair XMS to replace the Corsair ValueSelects, and the SB Audigy2 as I would never use a software codec audio solution. Spread Spectrum is LOCKED in BIOS and disabled... ATI/nVidia speed up was disabled from the start... and I tried the Video Card at default clock, over clocked, as well as under clocked and the same issue resulted... as I said before it is NOT the video card.
    There are two other things I could try is use my old Geforce4ti 4200 and see what happens... or even try out WindowsXP 64-bit edition as someone earlier suggested. I wish I could find a new BIOS for my XFX 6800NU, but there there is only the revision 1 BIOS that I was able to find. The mystery continues...
    The GameMaster...

  • Speed Issues during Prime Time

    Over the last two months my speed during primetime hours 4 pm to around midnight have degraded drastically.  During these hours I typically get 1mbs, during the rest of the hours from midnight to around 4 again, I get the full 7mbs that I pay for.  I thought DSL wasn't supposed to have these problems and it was typical for cable companies.  I would really like this to be resolved as it wasn't always like this and now its to the point where its unacceptable.  I've tried removing my router and connecting both my pc and my mac directly to the dsl during these times incase it was some sort of virus issue, and that didn't solve my problem.  Not really sure what to do.
    So to summerize
    -Slow internet speeds in primetime hours 4  pm to 12 am PST
    -Problem has only been happening in the past three months but has been getting noticeably worse recently.
    -4pm internet speed drops to 1mbs at midnight goes back to the 7 mbs I pay for and stays that way until around the same time the next day.
    Tried hooking up modem to both a pc and a mac and removing the router during these slow periods as well as restarting the modem with no positive result.
    The modem I have is a Westell G90610015-20 Rev E.
    Router is a netgear but again this happens with or without the router.
    Speedtest numbers during these times agree with it, and when I check the modem connection setting it still says I'm at 7000+ down so I'm not exactly sure whats wrong.

    Please post your Modem Transceiver Statistics. You can obtain them by visiting http://192.168.1.1/ , clicking System Monitoring, Advanced Monitors and then Transceiver Statistics. If you are presented with a Username and Password prompt, try one of the following combinations.
    admin/password
    admin/password1
    admin/admin
    admin/admin1
    Your Verizon username and password
    Additionally, how is your voice service, if you have a phone with with Verizon? Do you have Static, buzzing, or any other noise on the line that should not be there? 
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

Maybe you are looking for

  • External hard drive clicking and not recognized by mac will DiskWarrior work?

    First of all apologizes if I've posted in the wrong community I couldn't find one that really fit my particular query. I'll give a quick rundown of what happened and see if anyone can help or suggest a course of action. My Seagate External HDD model

  • Sound on remote monitor

    I'm trying to get a basic TV to work as a remote monitor on my HP Pavillion laptop.  The picture is fine - but there is no sound. It's connected via the RS232 AV output socket and the OS is Windows 7 64bit. Be very grateful for any ideas?

  • Error MEPO822

    Our PRs are dependent on material group and plant for  release. We did the next steps in SPRO: 1-We defined our characteristics (material group and plant) 2-We defined the class (PRFORCONSUMABLE) with class type 032 and assigned our characteristics t

  • Field Status control for fields at Account assignment level .

    Hi All , I have to take care of enabling / disabling / hiding / making fields mandatory  for some of the standard and custom fields for SC and PO depending on the Account assignment value . I am not sure how to go about this . I think this has to do

  • Copy Paragraph Style doesn't do its job all the time.

    If I have a paragraph style in pink, I will select that text, copy paragraph style and paste it onto another selection of text, turning it pink also. Usually, if I past the style onto a selection of text in the MIDDLE of a sentence, it will turn the