Performance tuning of BPEL processes in SOA Suite 11g

Hi,
  We are working with a customer for performance tuning of SOA Suite 11g, one of the areas is to tune the BPEL processes. I am new to this and started out with stress testing Hello World process using SOAPUI tool. I would like help with the below topics -
1. How do I interpret the statistics collected during stress testing? Do we have any benchmark set that can indicate that the performance is ok.
2. Do we need to run stress tests for every BPEL process deployed?
2. Is there any performance tuning strategy documentation available? Or can anybody share his/her experiences to guide me?
Thanks in advance!
Sritama

1. How do I interpret the statistics collected during stress testing? Do we have any benchmark set that can indicate that the performance is ok.
You need
pay attention to:
java heap usage vs java heap capacity
java eden usage vs java eden capacity
JDBC pool initial connections vs JDBC pool capacity connections
if you are using linux: top
if you are using aix: topas
2. Do we need to run stress tests for every BPEL process deployed?
yes, you need test each BPEL. You can use "Jmeter" tool.
Download Jmeter from here: Apache JMeter - Apache JMeter™
Other tools:
jstat
jstack
jps -v
Enterprise Manager
WebLogic Console
VisualVM
JRockit Mission Control
3. Is there any performance tuning strategy documentation available? Or can anybody share his/her experiences to guide me?
I recommend "Oracle SOA Suite 11g Performance Tuning Cookbook" http://www.amazon.com/Oracle-Suite-Performance-Tuning-Cookbook/dp/1849688842/ref=sr_1_1?ie=UTF8&qid=1378482031&sr=8-1&keywords=oracle+soa+suite+11g+performance+tuning+cookbook

Similar Messages

  • Error deploying BPEL process on SOA Suite 11g

    Hi,
    We have installed SOA Suite 11g (Weblogic 10.3.1.0) on Windows.
    I'm trying to deploy a simple BPEL Process on this SOA Suite through JDeveloper 11.1.1.1.0 Studio.
    However I'm getting the following error:
    [10:29:08 AM] Preparing to send HTTP request for deployment
    [10:29:09 AM] Creating HTTP connection to host:172.26.0.119, port:8001
    [10:29:09 AM] Sending internal deployment descriptor
    [10:29:09 AM] Sending archive - sca_BPELTest_rev1.0.jar
    [10:30:37 AM] Received HTTP response from the server, response code=503
    [10:30:37 AM] Problem in sending HTTP request to the server. Check standard HTTP response code for 503
    [10:30:37 AM] Error deploying archive sca_BPELTest_rev1.0.jar to soa_server1 [172.26.0.119:8001]
    [10:30:37 AM] HTTP error code returned [503]
    [10:30:37 AM] No error message is returned from the server.
    [10:30:37 AM] #### Deployment incomplete. ####
    [10:30:37 AM] Error deploying archive file:/D:/JDeveloper/mywork/Application2/Project1/deploy/sca_BPELTest_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please let me know in case anybody has faced this issue.
    Thanks,
    Makrand

    Hi, it´s a little late, but it may help to someone else.
    I just got the same error on deployment and realized i was going through a proxy server, who was responding with a http 503 code to deployment request from JDeveloper. Just check your proxy settings under Tools->Preferences->Web Browser and proxy and add an exception if needed.
    I also had to restart JDeveloper (a bug?) after adding the exception to correct the issue.
    regards,
    Pedro.

  • Yet another error deploying BPEL process on SOA Suite 11g

    Hi All,
    I am getting the following error when trying to deploy a SOA composite from Jdev 11g (on XP) to SOA suite (on linux). Somehow the JDev is trying to create a connection to 3.3.3.27 which is the private IP of the soa server even though the connection is using the public IP. The application connection is successfully created and tested using the public IP address. Any idea where the private IP is being picked up from? There is no setup under the proxy in JDev preferences.
    Thanks in advance.
    [02:38:18 PM] >>>> Warning: Unable to determine the target platform from the Profile. Using default...
    [02:38:18 PM] ---- Deployment started. ----
    [02:38:18 PM] Target platform is (Weblogic 10.3).
    [02:38:18 PM] Running dependency analysis...
    [02:38:18 PM] Building...
    [02:38:25 PM] Deploying profile...
    [02:38:25 PM] Updating revision id for the SOA Project 'myFirstComposite.jpr' to '2.0'..
    [02:38:26 PM] Wrote Archive Module to C:\bpel_11g\SOA-first-composite\myFirstComposite\deploy\sca_myFirstComposite_rev2.0.jar
    [02:38:26 PM] Deploying sca_myFirstComposite_rev2.0.jar to soa_server1 [3.3.3.27:8001]
    [02:38:26 PM] Processing sar=/C:/bpel_11g/SOA-first-composite/myFirstComposite/deploy/sca_myFirstComposite_rev2.0.jar
    [02:38:26 PM] Adding sar file - C:\bpel_11g\SOA-first-composite\myFirstComposite\deploy\sca_myFirstComposite_rev2.0.jar
    [02:38:26 PM] Preparing to send HTTP request for deployment
    [02:38:26 PM] Creating HTTP connection to host:3.3.3.27, port:8001
    [02:38:26 PM] Sending internal deployment descriptor
    [02:38:26 PM] Sending archive - sca_myFirstComposite_rev2.0.jar
    [02:38:46 PM] *Error sending deployment request to server soa_server1 [3.3.3.27:8001] 
    java.net.ConnectException: Connection timed out: connect*
    [02:38:46 PM] Error sending deployment request to server soa_server1 [3.3.3.27:8001]
    java.net.ConnectException: Connection timed out: connect
    [02:38:46 PM] #### Deployment incomplete. ####
    [02:38:46 PM] Error deploying archive file:/C:/bpel_11g/SOA-first-composite/myFirstComposite/deploy/sca_myFirstComposite_rev2.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Thanks Baskar.
    Added the IP to the hosts files per you suggestion - however still the same error. It's still trying to go to the private IP.
    [09:43:59 AM] Error sending deployment request to server soa_server1 [3.3.3.27:8001] java.net.ConnectException: Connection timed out: connect

  • BPEL Scheduling in SOA Suite 11g

    Hi,
    I am new to Oracle SOA. I have come across of multiple ways of scheduling in BPEL (Using Servelts with Quartz, DBMS_JOB, Enterprise Scheduler, Wiat activity etc). Can any one suggest best approach to handle various scenarios in scheduling. What is the industry standard way of doing it? How should a scheduler handle the any erros during the BPEL executions?
    As I know most of the cases, we are using BPEL exposed WSDL call for it's execution. But what is best practices to handle any errors during remote BPEL execution? Also can we get return paramaters to the scheduler from BPEL?
    Thanks in advance.
    Vic

    Hi-
    You can refer to the below link.
    http://darwin-it.blogspot.com/2008/01/how-to-create-bpel-job-scheduler.html
    I have not personally tried but I think it should work.
    PLease let us know how it goes.
    Thanks,
    Dibya

  • Error invoking Oracle Application Adapter part of SOA Suite 11g

    We are using Oracle application adapter from BPEL process manager ( SOA Suite 11g) to call PLSQL:OE_ORDER_PUB:PROCESS_ORDER (EBS R12).
    The call returns error : "<ns0:X_MSG_DATA
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="">FND
    FND_AS_UNEXPECTED_ERROR N PKG_NAME OE_Order_PVT N PROCEDURE_NAME Lines N
    ERROR_TEXT ORA-06502: PL/SQL: numeric or value error: NULL index table key
    value </ns0:X_MSG_DATA>"
    The same order gets created from PLSQL but fails while trying from BPEL through Oracle APPS adapter. The dbg file at the EBS end is given below:
    Session Id:5695950
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID22020
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    performing check first time, lx_status: I
    l_sales_contracts_enabled: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Querying the table for the AR details ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    Raj3
    Raj4
    before getting payment count
    Exiting OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    ENTER OE_HEADER_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DBE
    Parameter value fetched from table.
    PARAMETER VALUE: E
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SECURITY.ENTITY
    Entering OR_HEADER_UTIL.Pre_Write_Process
    No prepayments for the order
    Entering OE_HEADER_UTIL.Get_Order_Number
    Entering OE_HEADER_UTIL.Get_Order_Number
    Ordertype is :1087
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    before calling get_seq_info
    Category Code1087
    Set of Books2021
    after calling get_seq_info
    fndseqresult0
    fndseqtype1017
    p_old_header_rec.order_number:
    p_old_header_rec.transaction_phase_code:
    Exiting OR_HEADER_UTIL.Get_Order_Number
    Exiting OR_HEADER_UTIL.Pre_Write_Process
    WRITE TO DB
    Entering OE_HEADER_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    P_HEADER_ID=22020
    P_HEADER_REC.HEADER_ID=22020
    OD GLOBAL HEADER_ID= 22020
    NEW GLOBAL HEADER_ID= 22020
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    returned index is: 1
    Exiting OE_HEADER_UTIL.INSERT_ROW
    Entering OE_HEADER_UTIL.Post_Write_Process
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering Procedure Process_Request_Pvt
    Request type DFLT_HSCREDIT_FOR_SREP
    Entering OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTERING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER OE_HEADER_SCREDIT_SECURITY.ATTRIBUTES
    Entering OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_VALIDATE_Header_Scredits.Entity
    Entering OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Entity
    ENTER OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: E
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    P_HDR_SCR_ID=64168
    ENTERING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    EXITING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    INDEX=641680001
    L_RETURN_STATUS =S
    L_RESULT =F
    OLD SCR_ID 64168
    NEW SCR_ID64168
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    RETURNED INDEX IS: 641680001
    EXITING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    EXITING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    EXITING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    Exiting OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    leaving process_requenst_for_reqtype
    Before calling eval_post_write_header in HEADER Post Write
    ENTERING EVAL_POST_WRITE_HEADER
    M_HOLD_ENTITY_CODE/M_HOLD_ENTITY_ID:C/13489
    RETRIEVING NEW HOLD SOURCE RECORD
    HOLD SOURCE RECORD NOT FOUND , EXITING
    EXITING EVAL_POST_WRITE_HEADER
    After calling eval_post_write_header in HEADER Post Write
    Before calling OE_SCHEDULE_UTIL
    ENTERING INSERT_INTO_MTL_SALES_ORDERS
    CALLING INVS CREATE_SALESORDER
    ORDER TYPE: Cochin Order
    SOURCE CODE: ORDER ENTRY
    ORDER NUMBER : 1017
    L_MSG_COUNT
    RETURN STATUS S
    EXITING INSERT_INTO_MTL_SALES_ORDERS
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_HEADER_UTIL.Post_Write_Process
    EXITING OE_ORDER_PVT.HEADER
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER PROCESSING HEADER_ID = 22020
    AFTER HEADER_ADJS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER_PRICE_ATTS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    Entering Procedure Process_Request_Pvt
    Request type CHECK_HSC_QUOTA_TOTAL
    Entering OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    Entering OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    BEFORE LINES PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering OE_ORDER_PVT.LINES 1: 15-OCT-09 18:31:47
    ---------LOOPING FOR NTH TIME N= 1
    OPERATION = CREATE SO SETTING OLD TO NULL
    Entering OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    outside margin convert miss to null
    inside margin convert miss to null
    Exiting OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    AT LINE LEVEL HEADER_ID22020
    Entering OE_HEADER_UTIL.LOCK_ROW
    Entering OE_HEADER_UTIL.QUERY_ROW
    Before caching OE_HEADER_UTIL.QUERY_ROW
    Exiting OE_HEADER_UTIL.QUERY_ROW
    selected for update, now compare
    STANDARD LINE
    L_MODE IS MODELS_AND_STANDARD
    0
    STARTING LINE LOOP. HEADER_ID = 22020
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DB83
    Parameter value fetched from table.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    querying item from mtl_system_items
    querying based on ship_from_org
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    CHECK ATTRIBUTES SECURITY
    Enter OE_LINE_Security.Attributes
    ATTRIBUTE VALIDATION
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Enter procedure OE_validate_line.Attributes
    Header has got created in the same call
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    before selecting line_type info : G_MISS_CHAR
    after selecting line_type info : G_MISS_CHAR
    tax_flag :
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    Checking for Ship Dates....
    Checking for Arival Dates....
    item_relationship_type :
    preferred_grade:
    Exiting procedure OE_validate_line.Attributes
    AFTER ATTRIBUTE VALIDATION
    DEFAULT MISSING
    ENTER OE_DEFAULT_LINE.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    IN DEFAULTING: FUNCTION GET_ITEM_TYPE
    THE INV ITEM IS5429
    line_category_code = ORDER
    retrobill_request_id =
    item_type_code =
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    CALLING GET_SMC
    DEFAULTING SMC FLAG
    GET SMC: TOP MODEL LINE ID :
    CALLING GET_ATO
    IN GET_ATO_LINE , ITEM_TYPE_CODE :STANDARD
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    GET_ATO_LINE: NY
    RETURN ATO_LINE_ID AS NULL
    ENTERING MODEL_OPTION_DEFAULTING
    LINE_ID TO DEFAULT:
    IB Owner:
    IB Install:
    IB Current:
    Entering OE_CONFIG_TSO_PVT.Is_Part_of_Container_Model..: 15-OCT-09 18:31:47
    Line Id :
    Top Model Line id:
    ATO Line id:
    operation :
    inv item : 5429
    Inventory Item id:5429
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    BOM Item Type:4
    Replenish to Order:N
    Config Model Type:
    Top Container Model?:N
    Part of Container Model?:N
    Exiting OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model..: 15-OCT-09 18:31:47
    RETURNING FOR ITEM TYPE MODEL AND STANDARD
    TOLERANCE BELOW :
    TOLERANCE BELOW :
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    Before Defaulting P_Qty and P_Qty_Uom Values:
    Pricing Qty: 20
    Pricing UOM:
    Ordered Qty: 20
    Ordered UOM: EA
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    SHIP FROM OR SHIP METHOD IS NULL/MISSING
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    CALLING GET SHIPPABLE_FLAG
    1 , ATO_LINE_ID:
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    SHIPPABLE FLAG: Y
    SETTING RE_SOURCE_FLAG TO N
    EXIT OE_DEFAULT_LINE.ATTRIBUTES
    APPLY ATTRIBUTE CHANGES
    Entering OE_LINE_UTIL.APPLY_ATTRIBUTE_CHANGES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    ENTER RETURN_LINE
    EXIT , THIS IS A REGULAR LINE
    Entering OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.Enforce_List_price
    Exiting OE_ORDER_CACHE.Enforce_List_price
    old calculate price flag G_MISS_CHAR
    new calculate price flagY
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    OE_GLOBALS.G_PRICING_RECURSION:N
    Entering OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    New Item, dont have to do anything
    Exiting OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Ordered Qty has changed
    New Ordered Qty : 20
    Old Ordered Qty :
    Freeze method is :BOOKING
    B2315926_2:
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for ENABLE_FULFILLMENT_ACCEPTANCE
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    CSH --OUT of l_copy_service_field condition
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    LEAVING OE_MSG_PUB.ADD
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Request help.
    Thank you
    Vijosh
    Edited by: user8690315 on Oct 20, 2009 12:19 AM

    Hi,
    I am also same problem while creating the Sales Order.
    Did you find any solution for this problem??
    Thanks,
    -- Eric.

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • SOA Suite 11g TP3 + Update 1 on Vista

    Hi,
    A few weeks ago I installed SOA Suite 11g TP3 on a Vista pc and completed the SOAHello application.
    On a recent 11g preview I did another tutorial for which it was advised to install TP3 + update 1. This time configuration of SOA Suite took 11 minutes instead of the usual 7 to 8 minutes. However, the message "Build successful" appeared. I created a composite containing BPEL, ran it and started the SOAConsole. The SOAConsole appeared, however the deployed application could not be found. Anyone had similar problems?
    I recently installed SOA Suite 10g on Vista. There is a Metalink note (note 444112.1) providing some additional steps on installing SOA Suite 10g on Vista. When I perform these steps, mainly disabling IPv6, SOA Suite 11g TP3 + update 1 installs correctly and the application is visible in SOAConsole.
    Regards, Ronald

    Well in our case it was pretty reproducable. A colleague also installed and configured JDeveloper 11g TP3 (without update 1) on Vista. The composite deployed, ran and showed in the SOA Console without any problems. Same for me.
    However, when I "upgraded" too update 1 (did this a couple of times), every time preconfiguration took too long but succeeded, deployment worked, but no composite was shown in the SOA Console. When I performed the configuration steps for installing SOA Suite 10g on Vista (see Metalink note), JDeveloper 11g TP3 + update 1 worked for the composite and showed in the SOA Console the first time.
    Regards, Ronald

  • Is SOA suite 11g compitable to install on Windows8 OS?

    Hi
    I want to learn OSB & BPEL.
    Is SOA suite 11g and JDeveloper are compitable to install on Windows8 OS?
    Thanks

    yes i have done a set up SOA and OSB 11.1.1.7 in my local machine and is working fine.

  • Oracle SOA Suite 11g (BPEL Process) Dependency with Database

    Folks,
    Oracle SOA Suite 11g requires a relational DB like Oracle, SQL Server to maintain the Metadata for the SOA & Related Components.
    Can you plz let me know with your experience - what should happen to a running BPEL Process if the database (SOAINFRA) is down? Being very specific -
    1, Does/Should end-point become inaccessible? Or Does service remains accessible but throws service remote-fault execption?
    2, What happens to a process which is in running state?
    My experience in these scenarios is not encouraging; we have notices the following -- during the time when our SOAINFRA database is down, the in-process (running) instances are left in a running state. These instances do not complete or move forward even when the Database is back. These instances do not provide any information in the Enterprise Manager.
    Also, if DB is down WSDL's are still accesssible, is this right way?
    If this is how SOA does work then I would doubt for its merit……...your thought plz????
    Thanks & Regards
    Shyam Kumar

    I am not posting here because I'm smart but because your questions look interesting.
    during the time when our SOAINFRA database is down, the in-process (running) instances are left in a running stateYou know that BPEL is a state-full product and it needs database support for persisting the process of state so if database goes down it is an expected behavior that processes may stuck in the same state where they were when DB went down. I don't see anything wrong with it.
    These instances do not complete or move forward even when the Database is back.Instances should auto/manually recoverable. If this is not the case then you may raise a SR with support.
    These instances do not provide any information in the Enterprise Manager. What information you could not find? Can you be more clear on this?
    Also, if DB is down WSDL's are still accesssible, is this right way?Yes, again it's expected because design time data also gets stored in DB only and hence if DB goes down, any design time data may not be accessible.
    If this is how SOA does work then I would doubt for its merit……...your thought plz????Why so? Alternative of DB is physical memory and that I don't think is perfect for long running BPEL processes and their heavy design time data. Moreover, it will create problems in terms of auditing, support and maintenance. If your requirement is such that it does not need any long running BPEL processes and even auditing is not required and use case is simple routing and transformation with no DB dependency then you may go for OSB which is a stateless product. BPEL is generally used for long running processes and hence DB is the best option, in my opinion at least.
    Regards,
    Anuj

  • Java Embedding bug in SOA Suite 11g BPEL??

    I am beginning to wonder if there is a 'bug' in the SOA Suite 11g, BPEL, Java Embedding activity? Need some help as soon as possible – does the Java Embedding activity work in SOA Suite 11g?
    Have tried the following on Jdev 11.1.1.1 and Jdev 11.1.1.3 – get the same error message (see below for error message).
    Thanks for any help - Casey
    I created a simple composite app by:
    1.     Created a Composite with BPEL Process
    2.     Created a BPEL variable by the name of Variable and a Simple Type of string      ({http://www.w3.org/2001/XMLSchema}string)
    3.     Added an Assign activity (Assign_1) and assigned the value of “Test Var” to the variable Variable using a Copy operation.
    4.     Then, after the assign activity, added a Java Embedding activity (Java_Embedding_1) with Java Version set to 1.5 and the following code:
    +try{+*
    String var;*
    var=(String)getVariableData(Variable);*
    System.out.println(var);*
    +}  // end try+
    +catch(Exception ex){+*
    System.out.println(ex.getMessage());*
    +}// end catch+
    Compiled and got the following error message:
    Error(23,34): Failed to compile bpel generated classes.*
    failure to compile the generated BPEL classes for BPEL process "BPELProcess1" of composite "default/Project1!1.0"*
    The class path setting is incorrect.*
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.*
    Code for the BPEL component is:
    +<?xml version = "1.0" encoding = "UTF-8" ?>+
    +<!--+
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    Oracle JDeveloper BPEL Designer
    Created: Tue Nov 09 13:01:49 CST 2010
    Author:
    Purpose: Asynchronous BPEL Process
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    -->
    +<process name="BPELProcess1"+
    targetNamespace="http://xmlns.oracle.com/TestgetVariable_jws/Project1/BPELProcess1"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/TestgetVariable_jws/Project1/BPELProcess1"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/file/TestgetVariable/Project1/FileW"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    +<!--+
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    PARTNERLINKS
    List of services participating in this BPEL process
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    -->
    +<partnerLinks>+
    +<!--+
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    +<partnerLink name="bpelprocess1_client" partnerLinkType="client:BPELProcess1" myRole="BPELProcess1Provider" partnerRole="BPELProcess1Requester"/>+
    +</partnerLinks>+
    +<!--+
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    VARIABLES
    List of messages and XML documents used within this BPEL process
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    -->
    +<variables>+
    +<!-- Reference to the message passed as input during initiation -->+
    +<variable name="inputVariable" messageType="client:BPELProcess1RequestMessage"/>+
    +<!-- Reference to the message that will be sent back to the requester during callback -->+
    +<variable name="outputVariable" messageType="client:BPELProcess1ResponseMessage"/>+
    +<variable name="Variable" type="xsd:string"/>+
    +</variables>+
    +<!--+
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+
    -->
    +<sequence name="main">+
    +<!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess1.wsdl) -->+
    +<receive name="receiveInput" partnerLink="bpelprocess1_client" portType="client:BPELProcess1" operation="process" variable="inputVariable" createInstance="yes"/>+
    +<!--+
    Asynchronous callback to the requester. (Note: the callback location and correlation id is transparently handled using WS-addressing.)
    -->
    +<assign name="Assign_1">+
    +<copy>+
    +<from expression='"test var"'/>+
    +<to variable="Variable"/>+
    +</copy>+
    +</assign>+
    +<bpelx:exec name="Java_Embedding_1" version="1.5" language="java">+
    +<![CDATA[/*Write your java code below e.g.+
    +     System.out.println("Hello, World");+
    +*/+
    +try{+
      +String var;+
      +var=(String)getVariableData(Variable);+
      +System.out.println(var);+
    +} // end try+
    +catch(Exception ex){+
    System.out.println(ex.getMessage());
    +}// end catch]]>+
    +</bpelx:exec>+
    +<invoke name="callbackClient" partnerLink="bpelprocess1_client" portType="client:BPELProcess1Callback" operation="processResponse" inputVariable="outputVariable"/>+
    +</sequence>+
    +</process>+

    Java Embedding bug in SOA Suite 11g BPEL??

  • Performance tuning in BPEL and ESB

    Hi,
    Any one can tell me how to do Performance tuning in BPEL and ESB.
    How to create WEB SERVICES in BPEL

    Hi',
    Performance tuning in BPEL and ESB.
    ***This is very big topic I can give you 2 points here
    In BPEL we should avoid the use of duplicate variable, the best way to do this is, when ever we are creating a new variable
    we need to ask can we reuse variable from inside the process, example when creating the input/output variable in Invoke activity
    we need to check if we can use some existing variable instead of creating new.
    All the DB related operation should be performed in 1 single composite.
    How to create WEB SERVICES in BPEL
    Not sure what you want to ask here, as BPEL is itself a webservice.
    -Yatan

  • Oracle SOA Suite 11g VS BPEL PM 11g

    Hello,
    What is the difference between SOA Suite 11g and BPEL Process Manager 11g?
    I understand BPEL PM is a component of SOA Suite 11g.
    What capabilities does SOA Suite offer more than BPEL Process Manager 11g?
    When does a customer choose BPEL PM 11g over SOA Suite 11g? I assume BPEL PM 11g will be less in terms of cost.
    Thanks,
    Ram

    Ram,
    What is the difference between SOA Suite 11g and BPEL Process Manager 11g?BPEL Process Manager 11g is a standalone product and it is part of SOA Suite 11g as well. SOA Suite 11g is actually a group of products and it includes -
    Oracle BPEL Process Manager
    Oracle Service Bus
    Mediator
    Oracle Business Activity Monitoring
    Oracle Web Services Manager
    Oracle Business Rules
    Oracle Human Workflow
    Oracle Event Processing
    JDeveloper and ADF
    Adapters
    Oracle Entitlements Server Basic
    Oracle B2B
    So you cannot compare SOA Suite with BPEL.
    What capabilities does SOA Suite offer more than BPEL Process Manager 11g?Oracle BPEL Process Manager enables enterprises to model, deploy, and manage BPEL (Business Process Execution Language) processes. It includes a BPEL business process modeler, a scalable BPEL run-time engine, an extensible WSDL binding framework, and a monitoring console. So use of BPEL is limited till business process implementation only whereas SOA Suite offers complete middleware SOA solution.
    When does a customer choose BPEL PM 11g over SOA Suite 11g? I assume BPEL PM 11g will be less in terms of cost.Yes, if you want to implement BPEL processes only then you can buy only BPEL Process Manager 11g but if you are looking for to implement a complete middleware SOA solution then licensing SOA Suite 11g will be the better option.
    Regards,
    Anuj

  • Java Embedingin BPEL of SOA suite 11g

    Hi,
    To remove namespace of a soap element we are using java embedding in BPEL of SOA suite 11g.
    Added related libraries in jdev project properties and deployed to generate a sar while.
    When i am trying to deploy this SAR through em console to SOA server following error is diasplayed.
    Deploying on "/Farm_SOA_domain/SOA_domain/soa_server1" ...
    Deploying on "/Farm_SOA_domain/SOA_domain/soa_server1" failed!
    Error during deployment: Error occurred during deployment of component: CallOIM to service engine: implementation.bpel for composite: SOAComposite1: ORABPEL-01005
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "CallOIM" of composite "default/SOAComposite1!55*91c4a2eb-240d-4a6f-968c-fa7ff516ef51".
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    jars are deployed properly on the server. Any pointers on the same will be more helpful.
    Thanks,
    Sowmya

    I haven't done it in 11g but I'm sure it is the same.
    you need to import the java classes. to do this add the following to you .bpel source code
    <bpelx:exec import="java.util.*"/>
    <bpelx:exec import="java.lang.*"/>
    <bpelx:exec import="java.math.*"/>
    place it between the lines:
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--
    PARTNERLINKS
    e.g.
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <bpelx:exec import="java.util.*"/>
    <bpelx:exec import="java.lang.*"/>
    <bpelx:exec import="java.math.*"/>
    <!--
    PARTNERLINKS
    Also from memory the System.out.println never worked for me, or it printed in the logs which wasn't helpful. What you can do is assign it to another variable, e.g.
    String input = (String)getVariableData("InputSring");
    setVariableData("OutputSring",input);
    OutputString is my variable defined in BPEL.
    cheers
    James

  • Truncate all Instances in SOA SUITE 11g BPEL SOAINFRA SCHEMA

    Hi Guys!
    We are running Oracle SOA SUITE 11g + BPEL, Version 11.1.1.3.0 (PS2)
    We running out of disk space issues in a database due to large number of test instances in dehydration storage.
    Is there any way to TRUNCATE all tables in order to clean up instances from BPEL engine (SOAINFRA schema)
    Oracle provides this functionality (purge scripts and implemented procedures in a database) but this is a deleting approach and it doesn't work with millions of instances in a storage. Deleting instances from GUI doesn't work at all.
    1. We are looking the way to truncate all instances in a database rather then delete them which takes ages and doesn't work properly in case of huge amount of instances.
    2. We would like wipe out all instances without any time restrictions.
    Any feedback, script from you guys would be much appreciated.
    Cheers!!

    Hi,
    There still no solution for truncating tables. Looks like we have to look into Oracle's procedures in delivered with SOA SUITE installation.
    I posted an article about deleting large number of instances in SOA Suite 11g. It does the job in a pretty fast way.
    [Delete large numbers of instances in Oracle SOA Suite 11g|http://emarcel.com/soa-suit/152-deleteinstancessoasuite11gwls]
    Cheers!!
    emarcel.com

  • InvocationException while invoking a BPEL process in SOA 11g .

    Hi,
    We are calling our BPEL process under weblogic server 11g SOA from standalone Java client .
    we were using the SOA management Java reference 11.1.1.5.0 APIs in our code as shown below:
    we are using the jars:
    ejb30.jar,
    ejb.jar
    fabric-common.jar,
    optic.jar,
    oracle-soa-client-api.jar,
    soa-infra-mgmt.jar,
    wlfullclient.jar,
    wsclient_extended.jar,
    xmlparserv2.jar..
    CompositeDN compositeDN = new CompositeDN("default","MasterBPELProcess", "1.0");
    DirectConnection dic = locator.createDirectConnection(compositeDN, "MasterBPELProcess");
    DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = docBuilderFactory.newDocumentBuilder();
    Document doc = builder.parse(new InputSource(new StringReader(inputPayload)));
    Element root = doc.getDocumentElement();
    Map<String,Element> mpayload = new HashMap<String,Element>();
    mpayload.put("payload", root);
    Payload<Element> payload = PayloadFactory.createXMLPayload(mpayload);
    Message<Element> request = XMLMessageFactory.getInstance().createMessage();
    request.setPayload(payload);
    try {
    Message<Element> response =
    dic.request(operationName, request);}catch(InvocationException e){}
    **we are getting the Below Exception, while sending the request :**
    **try {**
    **Message<Element> response =**
    **dic.request(operationName, request);}catch(InvocationException e){}**
    oracle.soa.api.invocation.InvocationException: ; nested exception is:
    java.io.EOFException; nested exception is: java.io.EOFException
    at oracle.soa.api.DirectConnectionImpl.request(DirectConnectionImpl.java:126)
    at oracle.soa.api.CachedConnectionProxy.request(CachedConnectionProxy.java:57)
    at com.verizon.vsii.initiate.InitializeBPELProcess.initBPEL(InitializeBPELProcess.java:266)
    at com.verizon.vsii.initiate.InitializeBPELProcessBatch.initBPEL(InitializeBPELProcessBatch.java:66)
    at com.verizon.vsii.initiate.InitializeBPELProcessBatch.main(InitializeBPELProcessBatch.java:75)
    Caused by: javax.ejb.EJBException: ; nested exception is:
    java.io.EOFException; nested exception is: java.io.EOFException
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:121)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:96)
    at $Proxy4.request(Unknown Source)
    at oracle.soa.api.DirectConnectionImpl.request(DirectConnectionImpl.java:114)
    ... 4 more
    Caused by: java.io.EOFException
    at weblogic.rjvm.t3.MuxableSocketT3.endOfStream(MuxableSocketT3.java:345)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:826)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:760)
    BPEL Response:
    Error in executing BPEL process Syncronously
    args.length 0
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:941)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:888)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:339)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Note:
    I have given the code.Pls let's know what is the reason for this exception( asap ), also let us know is there any solution to solve this problem & reference for using that API.
    Edited by: sundar on Nov 11, 2011 6:52 AM

    hi..
    did u solve this problem ??
    i too got the same problem , help me if u have already solved this .
    thanks in advance

Maybe you are looking for

  • Extra sales tax Tallinn, Estonia, but error message FF753

    Hi all, Our customer in Estonia shall have an extra sales tax to their ordinary VAT. The new sales tax will apply from 1 of June 2010 according to new legal requirements. The invoicing to customer should be like this: Price without VAT: 100 VAT 20%:

  • Upgrade from 3.0.0.00.20 to 3.1.2

    Hi, Could I please get clarification on my options to upgrade my current apex version 3.0.0.00.20 to 3.1.2. Can I just do a full download of 3.1.2 and run apexins.sql where it should pick up that it is not a new installation and upgrade? Thanks.

  • Unable to start IB and IR XI 3.0 Unix

    I attempt to run Repository and get the following error when starting Java Web start...the following is from Java Web start log: (run on unix) An error occurred while launching/running the application. Title: Integration Builder Vendor: SAP AG Catego

  • Calling ABAP report from BEx query

    Good day! I want to call ABAP report from BEx query by right-clicking on the field and using context menu. I know that transaction RSBBS is used (sender-receiver connecting), but I don't know how to transfare data to ABAP program In ABAP program I wa

  • [iOS][Music] Cat Music Artists Romanian Label

    Hi Spotify, absolutely love your service, but there are some artists from the Cat Music label that are no longer present on your service. Namely Elena and Uddi. Are you in talks with Cat Music to make all of their artists available on Spotify? Thanks