Transaction processing  Issue

Hi
    The issue is like this:
    the customer wants to recive the goods to two of his ship to parties....which are determined by PDP.....and if the requirement is that when ever he places an order for say 100 pcs...40 shpuld be sent to one ship to party and rest to other......
  how this can be done by using only one transaction....
regards,
sanjana

Hi sanjana,
I m not exactly sure but you may require, allocation planning.
If that doesnot fullfil the requirement, then only option is to design custom solution based on scheduline badi.
Best Regards,
Pratik Patel
<b>Reward with Points!</b>

Similar Messages

  • How can i implement a Transaction Processing procedure in my web app ?

    Im planning to enhance my web app servlet.
    the web app is about Online Banking.
    since it is Online banking, there would be time where simultaneous user accessing their account. mean several connection is made on my db.
    I read some article about Transaction processing, so i think it is wise for me to
    implement on my web app but i not sure where to start and in what way can i integrate it with my web app.
    here are several thing i have in mind..
    making the admin able to monitor , or better if can coordinate the transaction.determine the network traffic on my web app. etc.
    any advise or wise opinion please ..thank you for time reading too.

    Im planning to enhance my web app servlet.
    the web app is about Online Banking.
    since it is Online banking, there would be time where
    simultaneous user accessing their account. mean
    several connection is made on my db.
    I read some article about Transaction processing, so
    i think it is wise for me to
    implement on my web app but i not sure where to start
    and in what way can i integrate it with my web app.
    here are several thing i have in mind..
    making the admin able to monitor , or better if can
    coordinate the transaction.determine the network
    traffic on my web app. etc.
    any advise or wise opinion please ..thank you for
    time reading too.Read about ACID properties, isolation, and locking mechanisms. It's a database issue, not a network traffic problem.
    Please tell me that this is just a homework assignment. If not, please tell me the name of the bank that employs you so I can be sure to never have dealings with them.
    %

  • Transaction (Process ID 477) was deadlocked on {lock} resources

    hi !!!
    Has anyone encountered the following error:
    java.sql.SQLException: [Microsoft][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 477) was deadlocked on {lock} resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    My prgram contains many thread which Update the database, the same table but different rows.
    Thanks and Regards,

    This problem relates to the Microsoft SQLServer, the server has decided to decline the request from that instance due to an internal deadlock issue. Your instances request was arbitrarily chosen as the one to terminate. So the SQLServer sent an error status back that would have been passed on thru the ODBC bridge to the JVM and then to your application.
    How you want to handle this event within your app is up to you.

  • Transaction Rollback Issue in SOA Suite

    Hi All,
    We have been facing the transaction rollback issue very frequently and looking for a concrete solution on this. We have a Asynchronous BPEL process which calls a webservice in a loop of say 20 iteration. In the loop sometimes we face this transaction rollback issue and apparently the CatchAll block doesn't capture this.
    In many blogs and oracle metalink we have seen few settings for this and made as per below :
    1. JTA Transaction timeout increase : we have it 10000 sec.
    2. The Data Source settings : 2.1 : XA transaction timeout check-box selected
    2.2 : The Initial Capacity : 10, Maximum Capacity : 200 and Capacity Increment = 5
    3. soa-infra -> EJBs -> set the transaction timeout to 1200 for many of the recommended BPELs
    4. DISTRIBUTED_LOCK_TIMEOUT = 120 sec.
    In short, all the recommended settings are in place. But still, we are facing this issue. Does anyone know if anything is missing in the setting ? Or any other solution to the issue?
    Any help is truly appreciated.
    Thanks,
    Ashwini

    I think, even if you change the setting you may not get rid of this problem permanently. Try to avoid call to the webservice in a loop and look for any other alternate solution like JMS (thread should not block for the response of the webservice).

  • Purchasing - A/P Transaction Processing for Services and Non Inventory Item

    On of the main areas of concern that businesses have is in the area of Purchasing, Goods Receipts and AP Invoices Processing - There is a requirement that businesses have widely referred to as 3-way matching.
    While SAP Business One has this functionality covered quiet well via the following, there is still some need for enhancements so that the application can correctly reflect the AP Accruals:
    - Purchase Order processing with Approval Process (if configured)
    - Ability to perform Goods Receipts for Services.
    - Matching of AP Invoices to Goods Receipts with AP Invoice Approval Process (if configured)
    The above transactions serve the 3-way matching quiet well for all purchases however when it comes to accuring for Services that have been provided, the application does not do this. The Goods Receipt transaction processing to acknowledge the service delivery is allowed however the related posting to the allocation account is missing.
    The process that is followed by the application is same for Items that have not Inventory Items in Item Master.
    As a result of the above, the business have to manually work out what the Accurals for services provided but not invoiced should be.
    With little enhancement to the product this shortfall could very easily be overcome.

    Hi,
    Once there are transactions, we cannot make existing Inventory type item to Non Inventory type item.
    Check SAP note:937297 which states as follows :
    Symptom
    Changing the status of the Inventory Item checkbox (in Item Master Data) for items with inventory transactions and documents, might lead to inaccuracies in the calculations of inventory value.
    Other terms
    Inventory Item, Non-inventory Item, Item Master Data, Continuous Stock, Perpetual Inventory, Inventory Valuation, 2004, 2005, 2005 A SP01
    Reason and Prerequisites
    Consulting Note
    Solution
    The status of an item (Inventory Item/Non-Inventory item as selected in the Inventory Item checkbox in the Item Master Data window), cannot be changed once an A/P, A/R, or Inventory document is posted for the item.
    Regards,
    Jitin Chawla

  • Transaction Process not rolling back

    Hi Experts,
    I am testing the Transaction Process which uses a DB Adapter (which calls a procedure) to insert data into a table. There are 2 fileds in the table (employee id and employee name) and in this employee id is the primary key. In the same scope I invoke this DB Adapter PL twice and for the first invoke it went fine but for the second invoke it has thrown me a unique constraint exception (as again I am passing the same data). I am catching the exception with a catch all block which is working absolutely fine.
    The problem is in the table I am getting the data entry for the first invoke which should have roll backed as i am using the *'transaction=participate'* property and respective changes have been done in bpel.xml for supporting the transaction.
    There should be no entry in the table but yet I am getting it. Please help me.
    Where could I have gone wrong?????
    I am using BPEL-10.1.3.1 version.
    Thanks in advance.
    Cheers,
    Ankit
    Edited by: user11083689 on Apr 24, 2009 4:41 AM

    hi,
    There are two mechanisms to force a rollback from a BPEL process.
    Explicitly — throw a bpelx:rollback fault within your flow:
    <throw name="Throw" faultName="bpelx:rollback"/>
    Invoke a partner link that marks the JTA transaction for rollback only.
    For example, in Oracle SOA Suite for 10.1.3.1.0, if Oracle BPEL Process Manager invokes an Oracle Enterprise Service Bus (ESB) flow that in turn fails to call a Web service endpoint, the JTA transaction is marked for rollback. Since the Oracle ESB flow enlists its local transaction in the JTA transaction, a rollback on the JTA transaction impacts Oracle BPEL Process Manager's ability to dehydrate (as the JTA transaction is used by Oracle BPEL Process Manager for persistence).
    regards
    Rajesh

  • Distributed Transaction Processing Services in Oracle RAC 11.2

    Hi,
    Do we have to set the DTP parameter to TRUE for workload services that are going to be used for distributed transaction processing?
    Something like this ...
    srvctl modify service -d crm -s xa_01.service.us.oracle.com -x TRUE
    Oracle 11.2 document is not very clear on this requirement. At one stage it says...
    "Tightly coupled XA transactions no longer require the special type of singleton services (that is, Oracle Distributed Transaction Processing (DTP) services) to be deployed on Oracle RAC database. XA transactions are transparently supported on Oracle RAC databases with any type of services configuration."
    But at the end of the same section...
    "An external transaction manager, such as OraMTS, coordinates DTP/XA transactions. However, an internal Oracle transaction manager coordinates distributed SQL transactions. Both DTP/XA and distributed SQL transactions must use the DTP service in Oracle RAC."
    So do we have to use DTP services with RAC or not?
    Thanks,
    -Sanjeev
    Edited by: user12219014 on 28 Jan, 2011 8:04 PM

    Hi Sanjeev,
    I have some critical applications using Tuxedo on 10gR1/R2 RAC databases and there is no doubt to have with this versions.
    Starting with 11gR1 it seems the main limitation is over...but there are still limitations ! To be honest I will keep the DTP parameter to true after the migration in 11.2 to avoid any problem. It is still recommended even if not mandatory :
    To provide improved application performance with distributed transaction processing in Oracle RAC, you may want to take advantage of DTP services. Using DTP services, you can direct all branches of a distributed transaction to a single instance in the cluster. To load balance across the cluster, it is better to have several groups of smaller application servers with each group directing its transactions to a single service, or set of services, than to have one or two larger application servers.
    Also check note 462060.1.
    Best regards
    Phil
    Edited by: Philippe Florent on Jan 30, 2011 10:07 AM -- add documentation precision

  • Can I have no transaction processing with esql (proc)?

    Hello all,
    I'm using embedded sql (via proc) and am trying to use the database without transaction processing. I am porting an application from Informix and this is possible with Informix . Is there some way to tell Oracle to autocommit or to turn off transaction processing?
    Thank you for your time.

    Can you connect?  I can not connect to it, but it shows in the finder. (and LG's detector utility)
    I get a:
    "the version of the server you are tryinng is not supported" when acessing a timemachine volume or via Finder>go>connect to server>afp://<ip>
    And fior a standard volume:
    "The server may not exist or is unavailble at this time"
    (ML Server)

  • How to Transactional Processes in BPEL

    Hi,
    TestCase:
    I have some BPEL processes which needs some Transaction Processes. These process can be DB process with Multiple insertion/selection/retrieval.
    I could see the 'scope' process activity however I would like to know that:
    1) Is there any alternate way to define Transaction/Isolation level or any other Transaction related parameters?
    2) Is there is any way that I could set Transaction related parameters in 'scope' process activity?
    TIA
    regards
    JD

    Hi,
    the transaction behaviour is not related to the scope activity...
    The transactions are defined on the db connections which are defined in the webservices.
    I think there is no way to use distributed transactions via webservices... (At least there is no documentation for this...)
    If i am wrong, i am very interested in a concept of using 2 PCs in Oracle BPEL/Webservices....

  • Transaction (Process ID 112) was deadlocked on lock resources

    i got a error when i run the ssis,how to fix it.
    Transaction (Process ID 112) was deadlocked on lock resources with another pr
                                   ocess and has been chosen as the deadlock victim

    i got a error when i run the ssis,how to fix it.
    Transaction (Process ID 112) was deadlocked on lock resources with another pr
                                   ocess and has been chosen as the deadlock victim
    Moderators please  move this to Databse engine forum.Can you see if this ooutput gives you deadlock graph.If you are on SQL server 2008 or later
    SELECT
    xed.value('@timestamp', 'datetime2(3)') as CreationDate,
    xed.query('.') AS XEvent
    FROM
    SELECT CAST([target_data] AS XML) AS TargetData
    FROM sys.dm_xe_session_targets AS st
    INNER JOIN sys.dm_xe_sessions AS s
    ON s.address = st.event_session_address
    WHERE s.name = N'system_health'
    AND st.target_name = N'ring_buffer'
    ) AS Data
    CROSS APPLY TargetData.nodes('RingBufferTarget/event[@name="xml_deadlock_report"]') AS XEventData (xed)
    ORDER BY CreationDate DESC
    --Got from Erland
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Distributed Transaction Processing Services in Oracle 11.2

    Hi,
    Do we have to set the DTP parameter to TRUE for workload services that are going to be used for distributed transaction processing?
    Something like this ...
    srvctl modify service -d crm -s xa_01.service.us.oracle.com -x TRUE
    Oracle 11.2 document is not very clear on this requirement. At one stage it says...
    "Tightly coupled XA transactions no longer require the special type of singleton services (that is, Oracle Distributed Transaction Processing (DTP) services) to be deployed on Oracle RAC database. XA transactions are transparently supported on Oracle RAC databases with any type of services configuration."
    But at the end of the same section...
    "An external transaction manager, such as OraMTS, coordinates DTP/XA transactions. However, an internal Oracle transaction manager coordinates distributed SQL transactions. Both DTP/XA and distributed SQL transactions must use the DTP service in Oracle RAC."
    So do we have to use DTP services with RAC or not?
    Thanks,
    -Sanjeev

    Hi Sanjeev,
    I have some critical applications using Tuxedo on 10gR1/R2 RAC databases and there is no doubt to have with this versions.
    Starting with 11gR1 it seems the main limitation is over...but there are still limitations ! To be honest I will keep the DTP parameter to true after the migration in 11.2 to avoid any problem. It is still recommended even if not mandatory :
    To provide improved application performance with distributed transaction processing in Oracle RAC, you may want to take advantage of DTP services. Using DTP services, you can direct all branches of a distributed transaction to a single instance in the cluster. To load balance across the cluster, it is better to have several groups of smaller application servers with each group directing its transactions to a single service, or set of services, than to have one or two larger application servers.
    Also check note 462060.1.
    Best regards
    Phil
    Edited by: Philippe Florent on Jan 30, 2011 10:07 AM -- add documentation precision

  • Item Category usage & Main Item Category(Transaction Process)

    Hi Friends,
    Can you help me to know the details of Item Category usage & Main Item Category in Transaction Process.
    I couldn't able to find the usage of these, while we are assigning Transaction type, Item category group, Item category usage & Main item to the Item category determination, the system is taking Transaction type data from Leading transaction type & Item category group from Product master data, then what is the use of Item category usage & Main item, where we need to maintain these details in system, Is it mandatory?, How come we know this is mandatory while doing configuration?..........
    Can you let me know the use of Item Category usage & Main Item Category in Transaction Process.
    Thanks & Regards.......
    Arun

    Hi Arun,
    Item category usage is mailnly used for text items not for products..
    its not all mandatory.
    In item category determination only Transaction type, Item category Group and Item category is mandatory,
    The main item category is necessary only when ur lower level item is dependent on ur higher level item.
    For more Info read the documentation in SPRO.
    Regards,
    PePe

  • Detailed transaction process documentation?

    Hello,
    I am working currently on a project based on "Oracle NoSQL" as the head storage unit. I am a bit curious, how ONDB handles their transactions. I have scoured the attached documentation but without success. The only thing I could find were headlines or marketing sentences (like "Flexible ACID transactions, a la Berkley DB")
    Oracle NoSQL Database transactions
    Oracle NoSQL Database (Version: 12cR1.2.1.57 Enterprise Edition, 2014-01-10 06:21:46 UTC
    Oracle Berkeley DB Java Edition | Oracle Berkeley DB
    http://indico.cern.ch/getFile.py/access?resId=0&materialId=slides&confId=159716
    In the documentation of Berkley DB I have found a section claiming that BDB handles their transactions through JTA. Since ONDB is based on Berkley DB I've assumed that the transactions will be handled the same way. Please correct me if i am wrong.
    However, this is not the result I would like to hear. Are there any detailed documentation for the transaction processing?
    If anyone of you have an idea or a tip where I could find such a thing?
    greeting
    Sascha

    Hi Sascha,
    The short answer is that you can perform KVStore.execute operations:
    execute(List<Operation> operations) (see execute)
    Operations on records with the same major key, but different minor keys will be wrapped in an ACID transaction. All other single-record operations are in effect "auto-commit" transactions. You can perform CAS/RMW style operations using putIfVersion and deleteIfVersion.
    Charles

  • Transaction process in Abap

    HI,
    There is a way to do transaction process in Abap (interaction between two process),
    Thanks,
    Micheal

    hi...
    to do so you can see link
    http://help.sap.com/saphelp_nwpi71/helpdata/en/8c/5ff22a5f584772a088d460719e20a7/content.htm
    regards

  • Max processes issue (but not a processes parameter issue)

    I am having ora-0020 max processes issue, but my max processes is set to 550, and I have a highwater mark of 132 processes
    select * from v$resource_limit
    where resource_name = 'processes';
    RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION INITIAL_ALLOCATION LIMIT_VALUE
    processes 52 132 550 550
    This is a 2 node RAC cluster, and this only happens on one of the nodes. Anyone every see anything like this ?? It looks like some sort of leak with process handles or something.

    This does seem quite strange. What version are you running?
    ORA-0020 does seem to be a problem at the instance level, not the underlying O/S.
    $oerr ora 20
    00020, 00000, "maximum number of processes (%s) exceeded"
    // *Cause:  All process state objects are in use.
    // *Action: Increase the value of the PROCESSES initialization parameter.If the problem was at the O/S level, I'd expect an ORA-12500, "TNS:listener failed to start a dedicated server process".
    -Mark

Maybe you are looking for

  • My printer keeps going off line with my network. have to set everything up every few minutes.

    After getting my HP photosmart 5510 all in one printer setup on my wireless network and setup for eprint, 2 problems occurred.  The printer keeps jumping off of the network, and I have to set everything back up again.  Also, even with eprint still co

  • Problems with special characters

    I am doing validation on xml and getting errors when I encounter unusual characters. The code looks like that below. Before calling the method I replace the following characters in any text elements - "&", "<", ">", "'", "\"", "`", "®", "©". The thin

  • Runtime exec problem to execute a C program

    Hi, I've spend lot of time trying to find a solution without success... My aim is to run a C program from a java application under linux. My C code is the following: #include <stdlib.h> #include <stdio.h> #include <string.h> main(int argc, char **arg

  • Every email has an attachment , why ?

    Every email in the inbox has an attachment , even if was sent as a simple message without any attachments. This attachment will be a script or italicized version of the normal message. Nothing is added to the message , the message is simply repeated

  • Getting all service names and users

    Hi all, Can i ger all service names in database and users related to that service names . Thanks in advance.