XML Input Issue in receiveInput for Version 10.1.2.02

Hi,
I am running Synchronous BPEL process on BPEL PM v10.1.2.0.2 for middle Tier installation. The receiveInput activity shows empy payload as follows :
<inputVariable>
<part name="payload" >
<ns1:any xsi:type="xsd:anyType" xsi:nil="true" />
</part>
</inputVariable>
The actual input to this process is as follows (Verified using obtunnel) :
POST /orabpel/default/WebOrderProcess/1.0 HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.3
Host: 192.168.2.115:1235
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "process"
Content-Length: 6902
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><StoreHubPOSLogTransaction xsi:type="ns1:StoreHubPOSLogTransaction" xmlns="http://www.nrf-arts.org/IXRetail/namespace/" xmlns:ns1="urn:org_storehub.nrf_arts.ixretail.namespace"><retailTransaction xsi:type="ns1:POSLogRetailTransaction"><any xsi:type="xsd:anyType" xsi:nil="true"/><associate xsi:type="ns1:RetailTransactionAssociate" xsi:nil="true"/><customer xsi:type="ns1:RetailTransactionCustomer"><EMail xsi:type="xsd:string">[email protected]</EMail><accountNumber xsi:type="xsd:string">10649</accountNumber><address xsi:type="ns1:RetailTransactionAddress"><addressLine xsi:type="xsd:string">420, Murkh galli 420</addressLine><city xsi:type="xsd:string">Mahad</city><countryCode xsi:type="xsd:string">India</countryCode><name xsi:type="xsd:string">SATISH GAWDE</name><postalCode xsi:type="xsd:string">99999</postalCode><state xsi:type="xsd:string">AK</state></address><age xsi:type="xsd:decimal" xsi:nil="true"/><any xsi:type="xsd:anyType" xsi:nil="true"/><birthdate xsi:type="xsd:string" xsi:nil="true"/><gender xsi:type="xsd:string" xsi:nil="true"/><localRequirements xsi:type="ns1:RetailTransactionLocalRequirements" xsi:nil="true"/><map xsi:type="xsd:string" xsi:nil="true"/><name xsi:type="xsd:string">SATISH GAWDE</name><note xsi:type="xsd:string" xsi:nil="true"/><privacy xsi:type="xsd:string" xsi:nil="true"/><telephoneNumber xsi:type="xsd:string">0000000</telephoneNumber></customer><delivery xsi:type="ns1:RetailTransactionDelivery" xsi:nil="true"/><hospitality xsi:type="ns1:RetailTransactionHospitality" xsi:nil="true"/><lineItem xsi:type="ns1:RetailTransactionLineItem"><any xsi:type="xsd:anyType" xsi:nil="true"/><beginDateTime xsi:type="xsd:string" xsi:nil="true"/><customerOrderForDelivery xsi:type="ns1:RetailTransactionCustomerOrderForDelivery" xsi:nil="true"/><customerOrderForPickup xsi:type="ns1:RetailTransactionCustomerOrderForPickup" xsi:nil="true"/><discount xsi:type="ns1:RetailTransactionDiscount" xsi:nil="true"/><endDateTime xsi:type="xsd:string" xsi:nil="true"/><entryMethod xsi:type="xsd:string">Scanned</entryMethod><fuelSale xsi:type="ns1:RetailTransactionFuelSale" xsi:nil="true"/><giftCertificate xsi:type="ns1:RetailTransactionGiftCertificate" xsi:nil="true"/><giftRegistry xsi:type="ns1:RetailTransactionGiftRegistry" xsi:nil="true"/><layaway xsi:type="ns1:RetailTransactionLayaway" xsi:nil="true"/><loyaltyRedemption xsi:type="ns1:RetailTransactionLoyaltyRedemption" xsi:nil="true"/><loyaltyReward xsi:type="ns1:RetailTransactionLoyaltyReward" xsi:nil="true"/><operatorBypassApproval xsi:type="ns1:RetailTransactionApproval" xsi:nil="true"/><otherAttributes xsi:type="ns2:Map" xmlns:ns2="http://xml.apache.org/xml-soap"/><paymentOnAccount xsi:type="ns1:RetailTransactionPaymentOnAccount" xsi:nil="true"/><previousCustomerOrder xsi:type="ns1:RetailTransactionPreviousCustomerOrder" xsi:nil="true"/><previousLayaway xsi:type="ns1:RetailTransactionPreviousLayaway" xsi:nil="true"/><processMode xsi:type="xsd:string">Normal</processMode><rainCheck xsi:type="ns1:RetailTransactionRainCheck" xsi:nil="true"/><return xsi:type="ns1:RetailTransactionReturn" xsi:nil="true"/><returnForDelivery xsi:type="ns1:RetailTransactionReturnForDelivery" xsi:nil="true"/><returnForPickup xsi:type="ns1:RetailTransactionReturnForPickup" xsi:nil="true"/><rounding xsi:type="ns1:POSLogAmount" xsi:nil="true"/><sale xsi:type="ns1:RetailTransactionSale"><POSIdentity xsi:nil="true"/><actualSalesUnitPrice xsi:nil="true"/><any xsi:type="xsd:anyType" xsi:nil="true"/><associate xsi:type="ns1:RetailTransactionAssociate" xsi:nil="true"/><description xsi:type="xsd:string" xsi:nil="true"/><discountAmount xsi:type="ns1:POSLogAmount" xsi:nil="true"/><extendedAmount xsi:type="ns1:POSLogAmount"><currency xsi:type="xsd:string">USD</currency><foreignAmount xsi:type="xsd:decimal" xsi:nil="true"/><value xsi:type="xsd:decimal">289.0</value></extendedAmount><extendedDiscountAmount xsi:type="ns1:POSLogAmount" xsi:nil="true"/><hospitality xsi:type="ns1:RetailTransactionHospitality" xsi:nil="true"/><inventoryValuePrice xsi:nil="true"/><itemID xsi:type="xsd:string">5555</itemID><itemLink xsi:type="xsd:long" xsi:nil="true"/><itemSubType xsi:type="xsd:string" xsi:nil="true"/><itemType xsi:type="xsd:string">Stock</itemType><kit xsi:nil="true"/><merchandiseHierarchy xsi:nil="true"/><modification xsi:nil="true"/><quantity xsi:type="ns1:POSLogQuantity"><unitOfMeasureCode xsi:type="xsd:string">Each</unitOfMeasureCode><units xsi:type="xsd:decimal">1</units><value xsi:type="xsd:decimal">1</value></quantity><registryID xsi:type="xsd:string" xsi:nil="true"/><regularSalesUnitPrice xsi:nil="true"/><retailPriceModifier xsi:nil="true"/><rounding xsi:type="ns1:POSLogAmount" xsi:nil="true"/><sellingLocation xsi:nil="true"/><serialNumber xsi:type="xsd:string" xsi:nil="true"/><specialOrderNumber xsi:type="xsd:string" xsi:nil="true"/><tax xsi:type="ns1:RetailTransactionTax" xsi:nil="true"/><transactionLink xsi:type="ns1:POSLogTransactionLink" xsi:nil="true"/><unitCostPrice xsi:nil="true"/><unitListPrice xsi:nil="true"/></sale><saleForDelivery xsi:type="ns1:RetailTransactionSaleForDelivery" xsi:nil="true"/><saleForPickup xsi:type="ns1:RetailTransactionSaleForPickup" xsi:nil="true"/><saleOfGiftCard xsi:type="ns1:TenderGiftCard" xsi:nil="true"/><sequenceNumber xsi:type="xsd:long">1</sequenceNumber><tax xsi:type="ns1:RetailTransactionTax" xsi:nil="true"/><tender xsi:type="ns1:RetailTransactionTender" xsi:nil="true"/><voidFlag xsi:type="xsd:boolean">false</voidFlag><voids xsi:type="ns1:RetailTransactionVoid" xsi:nil="true"/></lineItem><outsideSalesFlag xsi:type="xsd:boolean">false</outsideSalesFlag><pickup xsi:type="ns1:RetailTransactionPickup" xsi:nil="true"/><receiptDateTime xsi:type="xsd:string" xsi:nil="true"/><restrictionValidation xsi:type="ns1:RetailTransactionRestrictionValidation" xsi:nil="true"/><specialOrderNumber xsi:type="xsd:string">19053</specialOrderNumber><splitCheckFlag xsi:type="xsd:boolean">false</splitCheckFlag><total xsi:type="ns1:RetailTransactionTotal"><otherAttributes xsi:type="ns3:Map" xmlns:ns3="http://xml.apache.org/xml-soap"/><totalType xsi:type="xsd:string">TransactionNetAmount</totalType><type xsi:type="xsd:string" xsi:nil="true"/><value xsi:type="xsd:decimal">313.19</value></total><transactionCount xsi:type="xsd:integer" xsi:nil="true"/><transactionLink xsi:type="ns1:POSLogTransactionLink" xsi:nil="true"/><transactionStatus xsi:type="xsd:string">Totaled</transactionStatus><typeCode xsi:type="xsd:string">WebOrder</typeCode><version xsi:type="xsd:decimal">2.1</version></retailTransaction><sequenceNumber xsi:type="xsd:long">20032</sequenceNumber></StoreHubPOSLogTransaction></soapenv:Body></soapenv:Envelope>
When same process was tested on BPEL PM 10.1.2.0.0, then everything worked fine.
Please help.
Thanks.
Satish Gawde

Hi,
I am running Synchronous BPEL process on BPEL PM v10.1.2.0.2 for middle Tier installation. The receiveInput activity shows empy payload as follows :
<inputVariable>
<part name="payload" >
<ns1:any xsi:type="xsd:anyType" xsi:nil="true" />
</part>
</inputVariable>
The actual input to this process is as follows (Verified using obtunnel) :
POST /orabpel/default/WebOrderProcess/1.0 HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.3
Host: 192.168.2.115:1235
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "process"
Content-Length: 6902
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><StoreHubPOSLogTransaction xsi:type="ns1:StoreHubPOSLogTransaction" xmlns="http://www.nrf-arts.org/IXRetail/namespace/" xmlns:ns1="urn:org_storehub.nrf_arts.ixretail.namespace"><retailTransaction xsi:type="ns1:POSLogRetailTransaction"><any xsi:type="xsd:anyType" xsi:nil="true"/><associate xsi:type="ns1:RetailTransactionAssociate" xsi:nil="true"/><customer xsi:type="ns1:RetailTransactionCustomer"><EMail xsi:type="xsd:string">[email protected]</EMail><accountNumber xsi:type="xsd:string">10649</accountNumber><address xsi:type="ns1:RetailTransactionAddress"><addressLine xsi:type="xsd:string">420, Murkh galli 420</addressLine><city xsi:type="xsd:string">Mahad</city><countryCode xsi:type="xsd:string">India</countryCode><name xsi:type="xsd:string">SATISH GAWDE</name><postalCode xsi:type="xsd:string">99999</postalCode><state xsi:type="xsd:string">AK</state></address><age xsi:type="xsd:decimal" xsi:nil="true"/><any xsi:type="xsd:anyType" xsi:nil="true"/><birthdate xsi:type="xsd:string" xsi:nil="true"/><gender xsi:type="xsd:string" xsi:nil="true"/><localRequirements xsi:type="ns1:RetailTransactionLocalRequirements" xsi:nil="true"/><map xsi:type="xsd:string" xsi:nil="true"/><name xsi:type="xsd:string">SATISH GAWDE</name><note xsi:type="xsd:string" xsi:nil="true"/><privacy xsi:type="xsd:string" xsi:nil="true"/><telephoneNumber xsi:type="xsd:string">0000000</telephoneNumber></customer><delivery xsi:type="ns1:RetailTransactionDelivery" xsi:nil="true"/><hospitality xsi:type="ns1:RetailTransactionHospitality" xsi:nil="true"/><lineItem xsi:type="ns1:RetailTransactionLineItem"><any xsi:type="xsd:anyType" xsi:nil="true"/><beginDateTime xsi:type="xsd:string" xsi:nil="true"/><customerOrderForDelivery xsi:type="ns1:RetailTransactionCustomerOrderForDelivery" xsi:nil="true"/><customerOrderForPickup xsi:type="ns1:RetailTransactionCustomerOrderForPickup" xsi:nil="true"/><discount xsi:type="ns1:RetailTransactionDiscount" xsi:nil="true"/><endDateTime xsi:type="xsd:string" xsi:nil="true"/><entryMethod xsi:type="xsd:string">Scanned</entryMethod><fuelSale xsi:type="ns1:RetailTransactionFuelSale" xsi:nil="true"/><giftCertificate xsi:type="ns1:RetailTransactionGiftCertificate" xsi:nil="true"/><giftRegistry xsi:type="ns1:RetailTransactionGiftRegistry" xsi:nil="true"/><layaway xsi:type="ns1:RetailTransactionLayaway" xsi:nil="true"/><loyaltyRedemption xsi:type="ns1:RetailTransactionLoyaltyRedemption" xsi:nil="true"/><loyaltyReward xsi:type="ns1:RetailTransactionLoyaltyReward" xsi:nil="true"/><operatorBypassApproval xsi:type="ns1:RetailTransactionApproval" xsi:nil="true"/><otherAttributes xsi:type="ns2:Map" xmlns:ns2="http://xml.apache.org/xml-soap"/><paymentOnAccount xsi:type="ns1:RetailTransactionPaymentOnAccount" xsi:nil="true"/><previousCustomerOrder xsi:type="ns1:RetailTransactionPreviousCustomerOrder" xsi:nil="true"/><previousLayaway xsi:type="ns1:RetailTransactionPreviousLayaway" xsi:nil="true"/><processMode xsi:type="xsd:string">Normal</processMode><rainCheck xsi:type="ns1:RetailTransactionRainCheck" xsi:nil="true"/><return xsi:type="ns1:RetailTransactionReturn" xsi:nil="true"/><returnForDelivery xsi:type="ns1:RetailTransactionReturnForDelivery" xsi:nil="true"/><returnForPickup xsi:type="ns1:RetailTransactionReturnForPickup" xsi:nil="true"/><rounding xsi:type="ns1:POSLogAmount" xsi:nil="true"/><sale xsi:type="ns1:RetailTransactionSale"><POSIdentity xsi:nil="true"/><actualSalesUnitPrice xsi:nil="true"/><any xsi:type="xsd:anyType" xsi:nil="true"/><associate xsi:type="ns1:RetailTransactionAssociate" xsi:nil="true"/><description xsi:type="xsd:string" xsi:nil="true"/><discountAmount xsi:type="ns1:POSLogAmount" xsi:nil="true"/><extendedAmount xsi:type="ns1:POSLogAmount"><currency xsi:type="xsd:string">USD</currency><foreignAmount xsi:type="xsd:decimal" xsi:nil="true"/><value xsi:type="xsd:decimal">289.0</value></extendedAmount><extendedDiscountAmount xsi:type="ns1:POSLogAmount" xsi:nil="true"/><hospitality xsi:type="ns1:RetailTransactionHospitality" xsi:nil="true"/><inventoryValuePrice xsi:nil="true"/><itemID xsi:type="xsd:string">5555</itemID><itemLink xsi:type="xsd:long" xsi:nil="true"/><itemSubType xsi:type="xsd:string" xsi:nil="true"/><itemType xsi:type="xsd:string">Stock</itemType><kit xsi:nil="true"/><merchandiseHierarchy xsi:nil="true"/><modification xsi:nil="true"/><quantity xsi:type="ns1:POSLogQuantity"><unitOfMeasureCode xsi:type="xsd:string">Each</unitOfMeasureCode><units xsi:type="xsd:decimal">1</units><value xsi:type="xsd:decimal">1</value></quantity><registryID xsi:type="xsd:string" xsi:nil="true"/><regularSalesUnitPrice xsi:nil="true"/><retailPriceModifier xsi:nil="true"/><rounding xsi:type="ns1:POSLogAmount" xsi:nil="true"/><sellingLocation xsi:nil="true"/><serialNumber xsi:type="xsd:string" xsi:nil="true"/><specialOrderNumber xsi:type="xsd:string" xsi:nil="true"/><tax xsi:type="ns1:RetailTransactionTax" xsi:nil="true"/><transactionLink xsi:type="ns1:POSLogTransactionLink" xsi:nil="true"/><unitCostPrice xsi:nil="true"/><unitListPrice xsi:nil="true"/></sale><saleForDelivery xsi:type="ns1:RetailTransactionSaleForDelivery" xsi:nil="true"/><saleForPickup xsi:type="ns1:RetailTransactionSaleForPickup" xsi:nil="true"/><saleOfGiftCard xsi:type="ns1:TenderGiftCard" xsi:nil="true"/><sequenceNumber xsi:type="xsd:long">1</sequenceNumber><tax xsi:type="ns1:RetailTransactionTax" xsi:nil="true"/><tender xsi:type="ns1:RetailTransactionTender" xsi:nil="true"/><voidFlag xsi:type="xsd:boolean">false</voidFlag><voids xsi:type="ns1:RetailTransactionVoid" xsi:nil="true"/></lineItem><outsideSalesFlag xsi:type="xsd:boolean">false</outsideSalesFlag><pickup xsi:type="ns1:RetailTransactionPickup" xsi:nil="true"/><receiptDateTime xsi:type="xsd:string" xsi:nil="true"/><restrictionValidation xsi:type="ns1:RetailTransactionRestrictionValidation" xsi:nil="true"/><specialOrderNumber xsi:type="xsd:string">19053</specialOrderNumber><splitCheckFlag xsi:type="xsd:boolean">false</splitCheckFlag><total xsi:type="ns1:RetailTransactionTotal"><otherAttributes xsi:type="ns3:Map" xmlns:ns3="http://xml.apache.org/xml-soap"/><totalType xsi:type="xsd:string">TransactionNetAmount</totalType><type xsi:type="xsd:string" xsi:nil="true"/><value xsi:type="xsd:decimal">313.19</value></total><transactionCount xsi:type="xsd:integer" xsi:nil="true"/><transactionLink xsi:type="ns1:POSLogTransactionLink" xsi:nil="true"/><transactionStatus xsi:type="xsd:string">Totaled</transactionStatus><typeCode xsi:type="xsd:string">WebOrder</typeCode><version xsi:type="xsd:decimal">2.1</version></retailTransaction><sequenceNumber xsi:type="xsd:long">20032</sequenceNumber></StoreHubPOSLogTransaction></soapenv:Body></soapenv:Envelope>
When same process was tested on BPEL PM 10.1.2.0.0, then everything worked fine.
Please help.
Thanks.
Satish Gawde

Similar Messages

  • I'm trying to order a calendar off iphoto and have never had any issues, now it wont allow me to input a canadian address for ordering  help help help this is an xmas gift and i have no idea how to fix this have tried numerous things

    I'm trying to order a calendar off iphoto and have never had any issues, now it wont allow me to input a canadian address for ordering  help help help this is an xmas gift and i have no idea how to fix this have tried numerous things

    No I didn't even read through your post, to long.
    You said that "No matter what program I try to install, as soon as the installer opens it crashes". Were you talking about the install for this/these 3D programs or ANY program? As it is worded it sounded like ANY program. That tells me there is a problem with your Mac, software or hardware.
    Now you say others install programs, which is it. Programs other then the 3D ones install or no programs install?
    Could simply be your Mac is to old to run these programs and the installer knows that. You never said what model or year Mac it is.

  • Issue in LSMW for material master using standard input program RMDATIND!!

    Hello guys,
    I have a issue in LSMW for material master.
    I have a custom field in MARA table. which I want to add in my LSMW.
    I added the field in BMMH1 structure. I'm passing the value to this field, But it is not populated in the table when I run it.
    Is there anything else I need to do apart from addition of field in the structure BMMH1.
    Thanks in advance for your help.
    Regards,
    Sumeet....

    see oss note 44410, it gives you a step by step overview.
    https://service.sap.com/sap/support/notes/44410

  • XML-OPP issue with report

    We have following issue while running/generating XML report.
    "The output post-processor will be made to post-process this request.
    No further attempts will be made to post-process this request, and the request will me marked with warning status.
    Setting the profile option concurrent: OPP Response Timeout to a higher value may be necessary. "
    We are also getting following errors as well.
    "XML File does not appear have any style information associated with it."
    We have increased OPP: Response time and bounced, but still same issue. Could someone please help?
    Regards,
    Vikram

    Please post the details of the application release, database version and OS.
    Please check the OPP log file for details about the error.
    Please see these docs.
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout [ID 352518.1]
    Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite [ID 364547.1]
    Report Output Error: The XML page cannot be displayed. Cannot view XML input using style sheet. [ID 753620.1]
    R11i/R12 Potential Workaround For Publishing XML Reports When The OPP (Output Post-Processor) Fails [ID 858132.1]
    EBS - Technology Area - Webcast Recording 'E-Business Suite - Concurrent Manager Performance - Best Practices' [video] [ID 1367676.1]
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues [ID 1410160.1]
    Thanks,
    Hussein

  • The XML page cannot be displayed Cannot view XML input using XSL stylesheet

    Hi Oracle Gurus,
    I got this error ...once i have submitted request it shows warning ..I opened output it shows the below error...i cant understand how to resolve this error...Please help me...It is PL/SQ L STORED PROCEDURE CODE...
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    A semi colon character was expected. Error processing resource 'http://orappsus64.tsindia.in:8009/OA_CGI/FNDWRR.exe?temp_id...
    <CP_PROJECT>IT/Quintiles/J&J COGNOS</CP_PROJECT>
    ----------------------------^
    n-left:1em;text-indent:-2em"> <GL_MAIN_PERIOD>Jun-12</GL_MAIN_PERIOD>
    <TOTAL_REVENUE>4026.14</TOTAL_REVENUE>
    <GL_PERIOD>Jun-12</GL_PERIOD>
    </G_TOTAL_REVENUE_CAT>
    THIS IS MY LOG FILE
    [10/1/12 10:44:26 AM] [main] Starting GSF service with concurrent process id = 157635.
    [10/1/12 10:44:26 AM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [10/1/12 10:44:26 AM] [Thread-22] Service thread starting up.
    [10/1/12 10:44:26 AM] [Thread-23] Service thread starting up.
    [10/1/12 10:52:33 AM] [OPPServiceThread1] Post-processing request 1296337.
    [10/1/12 10:52:33 AM] [157635:RT1296337] Executing post-processing actions for request 1296337.
    [10/1/12 10:52:34 AM] [157635:RT1296337] Starting XML Publisher post-processing action.
    [10/1/12 10:52:34 AM] [157635:RT1296337]
    Template code: XXTGSCPR004
    Template app: PA
    Language: en
    Territory: US
    Output type: EXCEL
    [100112_105234216][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [100112_105234216][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [100112_105234216][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [100112_105234216][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [100112_105234216][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [100112_105234217][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[US7ASCII]
    [100112_105234217][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [100112_105234217][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [100112_105234217][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [100112_105234217][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [100112_105234217][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [100112_105234217][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=orappsus64.tsindia.in)(PORT=1530)))(CONNECT_DATA=(SID=clone)))]
    [100112_105234217][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [100112_105234217][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [100112_105234217][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [100112_105234218][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [100112_105234218][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [100112_105234218][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [100112_105234218][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [100112_105234218][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [100112_105234218][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [100112_105234218][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [100112_105234218][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [100112_105234218][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [100112_105234218][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [100112_105234218][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [100112_105234219][][EXCEPTION] [DEBUG] [APPLTMP]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/appltmp]
    [100112_105234219][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [100112_105234219][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386]
    [100112_105234219][][EXCEPTION] [DEBUG] [java.vm.version]:[11.0-b15]
    [100112_105234219][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [100112_105234219][][EXCEPTION] [DEBUG] [dbcfile]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/appl/fnd/12.0.0/secure/clone.dbc]
    [100112_105234219][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [100112_105234219][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [100112_105234219][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [100112_105234219][][EXCEPTION] [DEBUG] [APPLCSF]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/logs/appl/conc]
    [100112_105234220][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Server VM]
    [100112_105234220][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [100112_105234220][][EXCEPTION] [DEBUG] [sun.java.launcher]:[SUN_STANDARD]
    [100112_105234220][][EXCEPTION] [DEBUG] [user.country]:[US]
    [100112_105234220][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [100112_105234220][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [100112_105234220][][EXCEPTION] [DEBUG] [user.dir]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/logs/appl/conc/log]
    [100112_105234220][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.6.0_10-b33]
    [100112_105234220][][EXCEPTION] [DEBUG] [CLIENT_PROCESSID]:[25943]
    [100112_105234220][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [100112_105234220][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/endorsed]
    [100112_105234221][][EXCEPTION] [DEBUG] [os.arch]:[i386]
    [100112_105234221][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/appl/fnd/12.0.0/secure/clone.dbc]
    [100112_105234221][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[tmp]
    [100112_105234221][][EXCEPTION] [DEBUG] [line.separator]:[
    [100112_105234221][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [100112_105234221][][EXCEPTION] [DEBUG] [os.name]:[Linux]
    [100112_105234221][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [100112_105234221][][EXCEPTION] [DEBUG] [cpid]:[157635]
    [100112_105234221][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[UTF-8]
    [100112_105234221][][EXCEPTION] [DEBUG] [oracle.apps.fnd.common.Pool.leak.mode]:[stderr:off]
    [100112_105234221][][EXCEPTION] [DEBUG] [java.library.path]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386/server:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/../lib/i386:/AP1/oracle/PROD01/apps/tech_st/10.1.3/lib32:/AP1/oracle/PROD01/apps/tech_st/10.1.3/lib:/AP1/oracle/PROD01/apps/apps_st/appl/cz/12.0.0/bin:/AP1/oracle/PROD01/apps/apps_st/appl/iby/12.0.0/bin:/AP1/oracle/PROD01/apps/apps_st/appl/pon/12.0.0/bin:/AP1/oracle/PROD01/apps/apps_st/appl/sht/12.0.0/lib:/usr/java/packages/lib/i386:/lib:/usr/lib]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.class.version]:[50.0]
    [100112_105234222][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Tiered Compilers]
    [100112_105234222][][EXCEPTION] [DEBUG] [queue_appl_id]:[0]
    [100112_105234222][][EXCEPTION] [DEBUG] [os.version]:[2.6.18-128.el5]
    [100112_105234222][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [100112_105234222][][EXCEPTION] [DEBUG] [user.home]:[home/applmgr01]
    [100112_105234222][][EXCEPTION] [DEBUG] [user.timezone]:[Asia/Kolkata]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [100112_105234222][][EXCEPTION] [DEBUG] [file.encoding]:[UTF-8]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.specification.version]:[1.6]
    [100112_105234222][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [100112_105234222][][EXCEPTION] [DEBUG] [conc_queue_id]:[6269]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.class.path]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/AP1/oracle/PROD01/apps/apps_st/comn/java/lib/appsborg2.zip:/AP1/oracle/PROD01/apps/apps_st/comn/java/classes]
    [100112_105234222][][EXCEPTION] [DEBUG] [user.name]:[applmgr01]
    [100112_105234222][][EXCEPTION] [DEBUG] [DBCFILE]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/appl/fnd/12.0.0/secure/clone.dbc]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [100112_105234222][][EXCEPTION] [DEBUG] [java.home]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre]
    [100112_105234222][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [100112_105234223][][EXCEPTION] [DEBUG] [user.language]:[en]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [100112_105234223][][EXCEPTION] [DEBUG] [logfile]:[AP1/oracle/PROD01/inst/apps/clone_orappsus64/logs/appl/conc/log/FNDOPP157635.txt]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.version]:[1.6.0_10]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.ext.dirs]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/ext:/usr/java/packages/lib/ext]
    [100112_105234223][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/resources.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/sunrsasign.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jsse.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jce.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/charsets.jar:/AP1/oracle/PROD01/apps/tech_st/10.1.3/appsutil/jdk/jre/classes]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [100112_105234223][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [100112_105234223][][EXCEPTION] [DEBUG] [file.separator]:[]
    [100112_105234223][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [100112_105234223][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [100112_105234223][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [100112_105234223][][EXCEPTION] [DEBUG] [APPLOUT]:[out]
    [100112_105234223][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
    [10/1/12 10:52:35 AM] [UNEXPECTED] [157635:RT1296337] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:285)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Expected ';'.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:337)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:305)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
         ... 17 more
    [10/1/12 10:52:35 AM] [157635:RT1296337] Completed post-processing actions for request 1296337.
    [GC 8059K->6286K(8692K), 0.0076290 secs]
    [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor18]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]
    6286K->3865K(8692K), 0.0446370 secs]
    Please help great appriciation.
    Thanks,
    Sidharth.

    A semi colon character was expected. Error processing resource 'http://orappsus64.tsindia.in:8009/OA_CGI/FNDWRR.exe?temp_id...
    <CP_PROJECT>IT/Quintiles/J&J COGNOS</CP_PROJECT>
    ----------------------------^
    n-left:1em;text-indent:-2em">   <GL_MAIN_PERIOD>Jun-12</GL_MAIN_PERIOD>
      <TOTAL_REVENUE>4026.14</TOTAL_REVENUE>
      <GL_PERIOD>Jun-12</GL_PERIOD>
      </G_TOTAL_REVENUE_CAT>
    {code}
    Your PL/SQL code doesn't produce a valid XML document.
    In the XML grammar, "&" is a special character and must be escaped using the character entity "&#38;amp;".
    If you were using standard methods to build XML from Oracle (SQL/XML functions for instance), I'm sure you wouldn't have this error.
    Please show us the PL/SQL code you're using to produce this XML output and we'll be able to help you further.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Peformance issue with iSetup for loading fnd_flex_value_norm_hierarchy recs

    Hi
    The customer site where I am working in currently has implemented isetup to load data from Hyperion DRM to Oracle GL. They are currently on 11i.AZ.F patch level.
    The customer has constantly had problems in two areas with iSetup -
    1. iSetup has a limitation that all existing children records plus new ones being added have to sent in the XML file provided as input to iSetup. For eg. one parent ENTXXX might have 15000 children records i.e records in FND_FLEX_VALUE_NORM_HIERARCHY. Now when 2 children are removed from this parent in Hyperion DRM and these two records sent to Oracle iSetup for getting deleted from the parent, the current implementation stipulates that iSetup requires in the XML input file the remaining 14998 records. Thats how it knows to remove the two nodes. This is a huge performance issue.
    They are looking at loading into iSetup only the two deleted nodes with an action code of DELETE and let iSetup handle this rather than having to provide the entire list of children less the removed nodes for iSetup.
    2. Can we load using the final xml file directly by calling any Java class/process directly rather than going through iSetup Loader Concurrent Request?
    3. Is there any documentation on how to use the isetup Java classes?
    Will upgrading to 11i.AZ.H patch level solve any of the above concerns/issues?
    Regards,
    Richard

    #1. I guess, you are referring to the problems that you are encountering while loading GL COA. You may log SR against GL to know more details on how API loads data to instance. DELETE is a specific requirement in your case and I would suggest you to work with GL team and they may provide some solution or workaround to overcome this performance issue.
    #2. No, concurrent program does good amount of pre-processing that you would not get if you directly call the java classes.
    #3. Not sure, what you are exactly looking at. Are you looking for user guide to write your own iSetup API classes?
    11i.AZ.H has got good amount of performances fixes overall and it is recommended release on top of 11.5.10.2CU. I would suggest you to upgrade to 11i.AZ.H.
    Specific to GL COA issue, I don't think 11i.AZ.H would really help you much. It is very much functional issue with respect to API and you have to work with GL team to get workaround/solution. This may involve customizing the API according to your requirement.
    Thanks
    Mugunthan.

  • XML import issues in CS5.5, but not CS5...

    Hi guys,
    I'm currently using the Production Premium CS5.5, and have been trying to import an XML from Final Cut Pro 7 into Premiere.  The issue is that none of my audio tracks appear in the sequence, nor any video tracks aside from my 2 main tracks.
    This isn't a problem in the previous version (CS5), as I can import the same XML and all my audio tracks, etc. show up in the sequence.
    Since I just started playing with CS5.5, I'm wondering if there's something I don't have set up properly?  Is there a conflict w/ having CS5 and 5.5 installed?  Has anyone else encountered a similar issue?
    Thanks for the response, if you got it.  I really really appreciate it. 

    So, I started figuring out what the issue is, but not how to fix it:
    I had some overlay graphics (Quicktimes w/ Alphas) that were placed over my main video track, which I suppose Premiere doesn't like.
    The thing I can't figure out, is why I could still bring in the rest of the project with CS5, but not CS5.5.....

  • Disable jardiff for version based downloads

    We have a mix of third party jars and our own application's jar files.
    We want to specify versions for all jars, but disable jardiff generation for the third party jars.
    We want to use versions for all jars in order to prevent network access to check if the files have been updated due to network latency issues and Webstart's low tolerance for network problems.
    Can jardiff be disabled for certain jars?

    If you are using version.xml file, then you can disable jardiff generation by keeping only the current version's resource in the version file. For jardiff file to be generated, the version.xml file should contain the current version and previous versions resource tags.
    HTH,
    Amit

  • XML INPUT parameter in a MII BLS Transaction

    Hi.
    Please anybody has some good XSD file that can be used as a data type for a xml input parameter of a BLS Transaction ? could share it with us ? I will use it as a sample to create my own XSD file.
    Until now, all XSD files that I created worked but I could not import the webservice on ECC.

    Hi Stephen Kuykendall, thank you.
    I still have to following error message when try to execute the webservice in wsnavigator:
    [location : http://srvsdmii01.malwee.com.br:50000/XMII/WSDLGen/Default/teste2] ERROR : Definition of /definitions/types/s:schema/s:complexType[1]/s:sequence/s:element/s:complexType/s:sequence/s:element is not correct. Missing top level component (uri: 'http://schemas.xmlsoap.org/wsdl/'; name: 'GET_DETAILS').
    I created a XSD file and put your xsd contente there:
    so, I created a transaction propert of type "Input" with Data Type "xml" and assined your XSD with the element "GET_DETAILS":
    The WSDL url (/XMII/WSDLGen/Default/teste2) generated the wsdl with the following content:
    <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.sap.com/xMII" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.sap.com/xMII">
        <!-- Types -->
        <types>
            <s:schema elementFormDefault="qualified" targetNamespace="http://www.sap.com/xMII"><s:import schemaLocation="http://srvsdmii01.malwee.com.br:50000/XMII/WSDLGen/db/Default/WEB/Entrada.xsd"/>
                <s:complexType name="InputParams">
                    <s:sequence id="InputSequence">
                    <s:element maxOccurs="1" minOccurs="0" name="P_Entrada"><s:complexType><s:sequence><s:element ref="GET_DETAILS"/></s:sequence></s:complexType></s:element></s:sequence>
                </s:complexType>
                <s:element name="XacuteRequest">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
                <s:complexType name="Rowset">
                    <s:sequence>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row"/>
                    </s:sequence>
                    <s:attribute name="Message" type="s:string"/>
                </s:complexType>
                <s:complexType name="Row">
                    <s:sequence id="RowSequence">
                    <s:element maxOccurs="1" minOccurs="1" name="P_Saida" type="s:string"/></s:sequence>
                </s:complexType>
                <s:element name="XacuteResponse">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
            </s:schema>
        </types>
        <!-- Messages -->
        <message name="XacuteSoapIn">
            <part element="s0:XacuteRequest" name="parameters"/>
        </message>
        <message name="XacuteSoapOut">
            <part element="s0:XacuteResponse" name="parameters"/>
        </message>
        <!-- Ports -->
        <portType name="XacuteWSSoap">
            <operation name="Xacute">
                <input message="s0:XacuteSoapIn"/>
                <output message="s0:XacuteSoapOut"/>
            </operation>
        </portType>
        <!-- Bindings -->
        <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="Xacute">
                <soap:operation soapAction="http://www.sap.com/xMII" style="document"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
        </binding>
        <!-- Service mapping -->
        <service name="XacuteWS">
            <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
                <soap:address location="http://srvsdmii01.malwee.com.br:50000/XMII/SOAPRunner/Default/teste2"/>
            </port>
        </service>
    </definitions>

  • Some web pages come up blank, generally following a link, that have opened without issues in earlier FF versions. Pages open OK in IE8 and/or in Chrome. Have tried the cookies clearing etc as suggested elsewhere, without success.

    I'm running FF 3.6.8. Certain websites (no apparent pattern, no secure sites) come up blank (white screen), showing "Done" on the footer. It generally happens when clicking on a link in another web page but no login or similar is involved to get to the intended site. Have cleared the cookies and followed the advice for a similar issue stated elsewhere on the Help forum, to no avail. Have also not added any add-ons since that recent FF upgrade.
    The affected sites have come up without issues in earlier FF versions, and they do load in IE8 and in Chrome. A representative example is shown below. - Will appreciate any helpful comments and recommendations!

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    <br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />

  • Scheduling issue with Analysis for Excel

    Hi,
    I am trying to schedule a workbook in Analysis for  Excel from CMC. The schedule always fails when I uncheck the APPLY DEFAULT FORMATS in the components tab of the Display Analysis. The schedule works fine if this box is checked. Has anyone come across this issue?
    Analysis Excel Version: 1.4.5.2837
    Thanks,
    Kal

    Hi Tammy,
    Sorry for getting back to you so late. We are right now BIP-add on SP5 for Analysis Office. We are planning to have BIP-add on SP6 next week. Dont know if this will solve my issue but something to try.
    Thanks,
    Kal

  • Retrieve data from a report or database to an input schedule in BPC for exc

    Hi,
    I am using BPC for excel ( v 5.1).
    I've created an Input Schedule(Input-1) using BPC for excel and sent data to the dB.
    I need this (Input-1) data to use it in a new Input Schedule(Input-2), for further manipulation.
    I need this data to be dumped in a sheet for further calculations in (Input-2).
    How can i bring this data?
    I created an input schedule(Input-2) and tried building an evdre in an excel macro to get it as a report of the 1st Input. But i was unsuccessful. I faced an error "ERR: Invaled KeyRange Header".
    Am i thinking in the correct way? Do we 've any other options to retrieve this data?
    Need your help to proceed....
    (Pretty soon, the environment is going to be with version 7.0)

    The macro i use to run when my workbook opens is as follows:
    Private Sub Workbook_Open()
        ActiveWorkbook.Sheets.Add
        Sheets(Sheets.Count).Name = "Dump_Sheet"
        Sheets("Dump_Sheet").Range("a1") = "Application1"
        Sheets("Dump_Sheet").Range("a2") = "=EvDRE($A$1,A14:B20)"
        Application.Run ("MNU_eANALYZE_REFRESH")
    End Sub
    Also I 've tried this too:
    Private Sub Workbook_Open()
        ActiveWorkbook.Sheets.Add
        Sheets(Sheets.Count).Name = "Dump_Sheet"
        Sheets("Dump_Sheet").Range("a1") = "=EvDRE(""Application1"",A14:B20)"
        Application.Run ("MNU_eANALYZE_REFRESH")
    End Sub
    Both of these gave me the same error code :
    #ERR : Invalid KeyRange Header

  • SSMS 2012:FOR XML PATH Using XPath Node Tests-Columnn name 'test()' contains an invalid XML identifier as required by FOR XML?

    Hi all,
    I am learning XPATH and XQUERY from the Book "Pro T-SQL 2008 Programmer's Guide" written by Michael Coles, (published by apress). I copied the Code Listing 12-8 FOR XML PATH Using XPath Node Tests (listed below) and executed it in my
    SQL Server 2012 Management Studio:
    --Coles12_8.sql // saved in C:/Documemnts/SQL Server Management Studio
    -- Coles Listing 12-8 FOR XML PATH Using XPATH Node Tests
    -- Retrieving Name and E-mail Addresses with FOR XML PATH in AdvantureWorks
    -- 16 March 2015 0935 AM
    USE AdventureWorks;
    GO
    SELECT
    p.NameStyle AS "processing-instruction(nameStyle)",
    p.BusinessEntityID AS "Person/@ID",
    p.ModifiedDate AS "comment()",
    pp.PhoneNumber AS "test()",
    FirstName AS "Person/Name/First",
    MiddleName AS "Person/Name/Middle",
    LastName AS "Person/Name/Last",
    EmailAddress AS "Person/Email"
    FROM Person.Person p
    INNER JOIN Person.EmailAddress e
    ON p.BusinessEntityID = e.BusinessEntityID
    INNER JOIN Person.PersonPhone pp
    ON p.BusinessEntityID = pp.BusinessEntityID
    FOR XML PATH;
    I got the following error message:
    Msg 6850, Level 16, State 1, Line 2
    Column name 'test()' contains an invalid XML identifier as required by FOR XML; '('(0x0028) is the first character at fault.
    I have no ideas why I got this error message.  Please kindly help and advise me how to resolve this error.
    Thanks in advance,  Scott Chang

    Hi Michelle, Thanks for your nice response.
    I corrected the mistake and executed the revised code. It worked nicely.
    I just have one question to ask you about the appearance of the xml output of my Co;les12_8.sql:
    <row>
    <?nameStyle 0?>
    <Person ID="1" />
    <!--2003-02-08T00:00:00-->697-555-0142<Person><Name><First>Ken</First><Middle>J</Middle><Last>Sánchez</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="2" />
    <!--2002-02-24T00:00:00-->819-555-0175<Person><Name><First>Terri</First><Middle>Lee</Middle><Last>Duffy</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="3" />
    <!--2001-12-05T00:00:00-->212-555-0187<Person><Name><First>Roberto</First><Last>Tamburello</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="4" />
    <!--2001-12-29T00:00:00-->612-555-0100<Person><Name><First>Rob</First><Last>Walters</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="5" />
    <!--2002-01-30T00:00:00-->849-555-0139<Person><Name><First>Gail</First><Middle>A</Middle><Last>Erickson</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="6" />
    <!--2002-02-17T00:00:00-->122-555-0189<Person><Name><First>Jossef</First><Middle>H</Middle><Last>Goldberg</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="7" />
    <!--2003-03-05T00:00:00-->181-555-0156<Person><Name><First>Dylan</First><Middle>A</Middle><Last>Miller</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="8" />
    <!--2003-01-23T00:00:00-->815-555-0138<Person><Name><First>Diane</First><Middle>L</Middle><Last>Margheim</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="9" />
    <!--2003-02-10T00:00:00-->185-555-0186<Person><Name><First>Gigi</First><Middle>N</Middle><Last>Matthew</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="10" />
    <!--2003-05-28T00:00:00-->330-555-2568<Person><Name><First>Michael</First><Last>Raheem</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    <?nameStyle 0?>
    <Person ID="11" />
    <!--2004-12-29T00:00:00-->719-555-0181<Person><Name><First>Ovidiu</First><Middle>V</Middle><Last>Cracium</Last></Name><Email>[email protected]</Email></Person></row>
    <row>
    I feel this xml output is not like the regular xml output.  Do you know why it is diffrent from the regular xml xml output?  Please comment on this matter.
    Thanks,
    Scott Chang
    What do you mean by regular xml document? Are you referring to fact that its missing a root element? if yes it can be added as below
    USE AdventureWorks;
    GO
    SELECT
    p.NameStyle AS "processing-instruction(nameStyle)",
    p.BusinessEntityID AS "Person/@ID",
    p.ModifiedDate AS "comment()",
    pp.PhoneNumber AS "text()",
    FirstName AS "Person/Name/First",
    MiddleName AS "Person/Name/Middle",
    LastName AS "Person/Name/Last",
    EmailAddress AS "Person/Email"
    FROM Person.Person p
    INNER JOIN Person.EmailAddress e
    ON p.BusinessEntityID = e.BusinessEntityID
    INNER JOIN Person.PersonPhone pp
    ON p.BusinessEntityID = pp.BusinessEntityID
    FOR XML PATH('ElementName'),ROOT('RootName');
    replace ElementName and RootName with whatever name you need to set for element as well as the root element
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Installation error message for Oracle Database software for version 10g

    Would someone be able to advise why I keep getting the following error message whilst installing Oracle trial Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition? Link listed below : -
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    Error message "Cannot create directory"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp"
    Below is the 12 steps that I go through, please advise what I'm doing wrong : -
    1. (Operations) default is Create a database
    2. (Database templetes) default is general purpose
    3. (Database Identification) projemp.local for Global database name & projemp for SID
    4. (Management options) default is "Configure the database with Enterprise manager, also the options button has been clicked for "Use database control for database management"
    5. (Database Credentials) the options button has been clicked for "Use the same password for all accounts" so I've set up a new password, was that correct?
    6. (Storage options) the options button is clicked for "File System - use the file system for database storage.
    7. (Database file locations) the options button is clicked for "Use database file locations for template" Is this option correct? Other options are Use common location for all database files or use Oracle-managed files?
    8. (Recovery configuration) the options button is clicked for "Specify flash recovery area
    9. (Database content) nothing has been selected, the only option is "Sample schemas" should that be clicked?
    10. (Initialization parameters) the options button is clicked for "Typical- allocate memory as a % of the total physical memory
    11. (Database storage) no options available
    12. (Creation options) the options button has been selected for "Create Database"
    Click finish
    I then get a screen stating General purpose, click OK then I get the following error message as stated at the start of this e-mail ""Cannot create directory"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp".
    Regards
    Phil

    855880 wrote:
    I have been trying to install the "Oracle Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition" about six times with no success.Do you realize you just mentioned 3 different and distinct products? So which one are you installing?
    >
    I've gone through my courses instructions as listed above (1-12) and end up with the following error message"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp".What course?
    >
    I've removed the software from my computer using control panel, programs & features then uninstall once but the other five times the software hasn't been listed. Whilst the Oracle was on my task bar I was able to install using Start > Programs > Oracle - HOME-NAME > Database Administration > Database Configuration Assistant.No you didn't. Database Configuration Assistant does not remove software. It can remove a database. As I mentioned before, there is a difference between the software and the objects that software manages. Deleting an Excel spreadsheet is not the same as deleting Microsoft Office. Deleting an Oracle database with Database configuration assistant is not the same as removing the Oracle software.
    >
    Now that oracle is not on my task bar I've unzipped the link below, clicked on db, Disk1, setup, changed the Database password (is that correct?) install and I get the following error message "Check complete. The overall result of this check is: Failed<<<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses;
    However, before you can do this, you must configure the Microsoft LoopBack Adaptor to be the primary network adapter on the system. See the installation Guide for more details on installing the software on systems configured with DHCP."
    So what did you do with the above error message? Did you follow up on what it said? Did you read the very fine Installation Guide that comes with the software? Did you read the section on networking considerations where it discussed DHCP assigned addresses and installing the loopback adapter?
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    Ok, that link takes us to the download page, which does not shed any light at all on your problems
    I'm using Windows Vista Home Premium, 32 bit operating system, and my computer is saying I have 142 GB free space.
    If you read the installation manual that came with the downloaded software, you'd have seen in the prerequisites that Home editions of Windows are NOT listed as supported platforms, whereas Business, Enterprise, and Ultimate editions specifically ARE listed as supportd.
    Hope this is some help.And
    I'm not to clever on computers so would you be able to advise how I get to the command window to issue the SET command please?
    Also I've no idea what OS user I am, I'm taking an on-line Oracle course and been advised to install "Oracle Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition"
    How do I find out if I'm part of an Administrator, ORA_DBA group ?
    Can you walk me through how to create the directory from command line please?Ok, given the above statements from you, I'm not even sure where to begin. I don't want to be cruel, but this self-admitted lack of even the most rudimentary knowledge by someone attempting to learn about Oracle is truly astounding. What course are you taking? Why are you taking this course?

  • Exchange rate type for version - error message GP541 during confirmation

    Hi FICO Experts,
    I bumped into a problem during confirmation in CO15. (I would like to get the SFG by mvt 101 and consume the raw material by 261).
    The error messase I get is:
    Maintain the exchange rate type for version 000 in 2009
    Message no. GP541
    Diagnosis
    You want to use plan version 000 with controlling area 1000 in fiscal year 2009.
    You have not specified an exchange rate type for this plan version for fiscal year 2009. Since the update of all currencies in 2009 is active in the control indicators of the controlling area, currency conversions are possible and sometimes also needed.
    It is therefore necessary to specify an exchange rate type for plan version 000 in year 2009.
    System Response
    The system will not accept your entry.
    Procedure
    1. Please maintain plan version 000 first using the function 'Change Plan Version', or
    2. correct your typing error.
    I'd like to ask you to please help to resolve this issue.
    Thanks,
    Csaba

    go to Maintain Version at SPRO-Controlling-General Controlling-Organization->Maintan Version and do what ever it says. Provide Exchange rate type P or M would resolve your issue

Maybe you are looking for