Lock table Overflow as the file size is 50 MB BW side.

Hello Everyone,
I have a XML idoc file as input which is usually more then 50MB in size.
Usually, i am getting Lock table overflow at Receiver BW side . This error is pointing to Inbound_Asynchronous_Idoc.
i have tried dividing the Input XML idoc file into small group by handling them in chunk mode of sender communication channel.
However, since its TRFC , so if it gets processed in PI but at outbound if there is an Lock table overflow error, then it fails.
I have tried to process the 50 MB of file in parts by processing  5 MB at one point of time. but does this mean that BW also process data in parts or it gets entire 50 MB to process at one stretch.
Since the input is IDOC XML so i was not able to make use of Record Set per message. so i am making use of chunk mode.
AM i doing correctly ?
Regards,
Ravi

Hi Ravikanth,
If  i make use of the below logic as mentioned in the link that you provided, then do i have to remove the chunk mode from communication channel .?
Secondly, mine is a SLSFCT idoc XSD that  i am using here as source and target as well.
The hirearchy becomes like this after implementing the logic mentioned in  link:
Messages
Message1
Z1ZBSD_SLSFCT01
IDOC
BEGIN
EDI_DC40
For Messages and MEssages1 there is no mapping at target side.
For  Z1ZBSD_SLSFCT01 its 1..1 in source and 0..unbounded in target.
For IDOC its mapped to constant and Begin to constant with value 1 .
And then EDIDC to source and target are mapped to each other with occurrence of 1..1. 
Is there some thing wrong that i am doing . because after this again the files are not getting divided
Regards

Similar Messages

  • Lock table overflow in SAP

    We are tyring to execute a transaction and it is giving the error Lock table overflow, Though the  enque/table_size parameter is set to 96,000 KB which i guess good enough.
    Can you please suggest.
    Thanks,
    Chandu

    Hello Chandu,
    how many records this transaction is locking?
    SAP Note 746138: Analyzing lock table overflows, describes how to analyze this issue.
    Are you using Standalone enqueue? If that's the case check that the enqueue table size is defined in the ASCS instance.
    kind regards,
    Mercedes

  • "Lock table overflow" error msg when trying to change a repot program

    hi ABAP experts,
    We are getting the following error msg
    "Lock table overflow
    Choose 'Display object' or 'Cancel'.".
    Click the question mark on the same error msg window, then the detailed error msg would like this:
    Message no. MC603
    Diagnosis
    This table overflowed when trying to enter SAP locks in the lock table.
    System Response
    The locks could not be set.
    Procedure
    Contact your system administrator. If this error occurs frequently, change the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte.
    What would be the reason and how to resolve this problem?
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 2, 2008 1:03 PM

    Hi,
    This could be bcos the lock table is getting overflowed beyond the allotted space. Check if any other program/BAPI is causing continuous creation of locks.
    To analyze choose (SM12) Extras Statistics to display the statistics. These are the statistics that have been compiled since the last time the lock server was restarted.
    Check the below link for more information on SAP Lock Concept.
    http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm
    For details on Subsequent Analysis of Lock Table Overflows, check the below links.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d3/43d2416d9c1c7be10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/b57338788f4d72e10000009b38f8cf/content.htm
    Hope this helps. <REMOVED BY MODERATOR>
    Thanks,
    Balaji
    Edited by: Alvaro Tejada Galindo on Apr 2, 2008 1:03 PM

  • File to Idoc error:"Lock table overflow"

    When I post 3000 records I see 3000 idocs generated in ECC successfully, when I try to post 4000 idocs I get an error in PI "Lock table overflow" in SM58, please help
    Thanks

    Hi.
    The error could be due to following:
    1. small size of lock table
    2. a particular program sets a large no of locks
    3. an update process hangs hence setting a large number of locks
    please check below thread.
    Lock table overflow
    Also check below link frm help.sap.
    http://help.sap.com/saphelp_nw70/helpdata/en/d3/43d2416d9c1c7be10000000a1550b0/frameset.htm
    Hope this helps.
    Regards,
    Deepak.
    Edited by: Deepak  Shah on Feb 8, 2011 4:48 AM

  • Lock table overflow problem in  transaction sm58

    Hi ,
    I have a file to idoc scenario.I am on xi 7.0 sp09.
    I am posting about 10000 records at one time in a 1 mb file.
    In idx5 i am able to idocs .
    However in transaction SM58 I am seeing Lock table overflow error .
    Regards ,
    Deepak

    Deepak,
    Here you can solve the problem in two ways
    1) increase the size of the lock table via parameter
    enque/table_size
    2) or increase the enque work processes from 1 to 2 or 3
    via parameter rdisp/wp_no_enq
    Please have a look on SAP Note: 928044.
    ---Satish

  • IDOC Receiver Adapter, getting Lock Table Overflow to CRM System

    Hello SDN!!!
    This scenario is for PI to process a file and send to CRM via IDOC. The IDOCu2019s are only being created and not processed until later.
    Problem: I am getting a Lock Table Overflow error in method IDOC_INBOUND_ASYNCHRONOUS via sm58 in PI which points to the CRM box.
    I have been searching many forums and every solution seems to indicate increasing the lock table, the problem with that solution is we are currently trying to create (not process yet) 80000 IDOCu2019s. This would allocate too much for the lock table.
    So my question is this, Shouldnu2019t the lock be released when the IDOC gets created or none the less when a packet of IDOCu2019s via content management (breaking up the file in 1000 increments) finish. The lock table in CRM keeps increasing until all rows from the file, sent via IDOC adapter in 80 messages with 1000 IDOCu2019s per messagein the table are complete (80 separate messages in sxmb_moni).
    Background:
    IDOC was imported, changed to include unbounded and reimported.
    Content Management breaks the file into 80 different segments, thus creating 80 distinct mappings with distinct MessageIdu2019s.
    80 IDOC packets are sent to CRM, via IDOC adapter and sm58.
    TCODE sm12 in CRM shows the table to keep growing and locks not released until full message is complete.
    Any help would be appreciated
    Cheers
    Devlin

    The only way to process the IDOCs in this case is by increasing the "enque/table_size" parameter in order to create the required IDOCs. You can increase the value for this parameter up to 102400 (beyond that can cause performance issues). Since you need to handle 80000, this shouldn't be an issue.
    Please refer to the notes below for more information about the lock queue overflow and management.
    [Note 552289 - FAQ: R/3 Lock management|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=552289]
    [Note 13907 - System error in the block handler, overflow lock table|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=13907]

  • UCWB - Consolidation Workbench - Lock table overflow

    Hello,
    This is w.r.t SEM BCS. We are in the initial phase of consolidation implementation. When I try to execute UCWB - Consolidation Workbench, system is giving an error with Message No. MC603
    Lock table overflow
    Diagnosis
    This table overflowed when trying to enter SAP locks in the lock table.
    System Response
    The locks could not be set.
    Procedure
    Contact your system administrator. If this error occurs frequently, change the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte
    Request you kindly reply in this regard.
    Regards
    Sreekanth

    Hello Sreekanth
    Have you implemented any note for this problem or adjusted the table parameters.I am also facing the same problem.Could you please let me know if there is any note which needs to be implemented.
    thanks

  • Lock table overflow - Delta (fetch)

    Hi,
    I have an InfoCube which contains large amount of data. Before starting to extract data from this InfoCube, I want to set datamart status as fetched to start extractions with new coming requests.
    However, when I choose the processing mode of DTP as "9 No Data Transfer; Delta Status in Source: Fetched" and execute the DTP, it ends with an error: "Lock table overflow".
    Is there any way to solve this without increasing the lock table parameters (enque/table_size) ?
    Regards,
    Erdem

    You need to first resolve the issue with the "Lock table Overflow"....usign the below method in RZ10.
    Here you can solve the problem in two ways
    1) increase the size of the lock table via parameter
    enque/table_size
    2) or increase the enque work processes from 1 to 2 or 3
    via parameter rdisp/wp_no_enq
    Ask Basis team for their assistance on the same.
    Thanks
    Murali

  • MC603 Lock Table Overflow Error in Maintenance Order Settlement

    Hello,
    I am running RKO7KO8G- "Settlement of Maintenance Orders" program in background. For few Orders I am getting "MC603:Lock Table overflow " error. What might be the problem for this?
    Number of Order processed in a job is around 10,000.
    I checked in SM12 table.No entry is found
    Size of the Lock table details is
    Min - 4096
    Max - 102400
    Diff Value - 4096
    Profile Value - 10000
    Current Value - 10000
    Regards,

    Hello Srinivas,
    Please take a look at the below link.
    http://help.sap.com/saphelp_nw04/helpdata/en/37/a2e3ab344411d3acb00000e83539c3/content.htm
    As I already said, there is no standard value to define. You need to consider the no.of locks being generated and act accordingly to address this problem.
    I suggest you please go through the lock management documentation to address this kind of problems in the feature.
    Thanks,
    Siva Kumar

  • Lock table overflow Error in BD91

    Hi Sapper's,
    Can anyone please tell me how to rectify the below error which occurs for me in T-Code - BD91.
    MC603: Lock table overflow in T-Code BD91
    Also please help me how to change the size of the profile parameter 'enque/table_size'
    Please reply immeidately.
    Regards,
    Kumar.S

    Dear,
    Lock table overflows means that their are too many locks in the system at that point in time. Check SM12 to see these locks. Is your program causing all these locks or is it something else.
    Please take help from technical person.
    Also refer this link,
    http://help.sap.com/saphelp_erp2005/helpdata/EN/c2/2d7037ecc92a7ee10000009b38f8cf/frameset.htm
    Regards,
    R.Brahmankar

  • The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1

    The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1. If you select single file, then it is able to return file size correctly. However, if you select multiple files, then the file size of each of the selected file is always returned as 0 from javascript. This works correctly in Safari 4.0 but it does not work in Safari 5.1.
    How do I get the correct file size in Safari 5.1 ?

    If you want to post (or send me) a link to the lrcat file, I'd take a look at it for you, and give you a break-down what's consuming all the bytes. But it might be fun to learn how to do that yourself (e.g. using SQL). I use SQLiteSpy, but other people have their favorites.. (or you can use a command-line client if you prefer..). One way: just run "drop table "{table-name}" on each table then look at filesize (do this to a copy, not the real thing).
    Anyway, it's hard to imagine keywords and captions etc. taking much of the space, since even if you had 1000 10-character words of text metadata per photo average that still only adds up to 117MB, which isn't a substantial portion of that 8G you're seeing occupied.
    Anyway, if you've painted the heck out of most of them and not cleared dev history, that'll do it - that's where I'd put my money too...
    One thing to consider to keep file-size down:
    ===================================
    * After reaching a milestone in your editing, take a snapshot then clear edit history, or the top part of it anyway (e.g. leave the import step), using a preset like:
    Clear Edit History.lrtemplate
    s = {
        id = "E36E8CB3-B52B-41AC-8FA9-1989FAFD5223",
        internalName = "No Edit",
        title = "Clear Edit History",
        type = "Develop",
        value = {
            settings = {
                NoEdit = true,
            uuid = "34402820-B470-4D5B-9369-0502F2176B7F",
        version = 0,
    (that's my most frequently used preset, by far ;-})
    PS - I've written a plugin called DevHistoryEditor, which can auto-consolidate steps and reduce catalog size - it's a bit cumbersome to use a.t.m. but in case you're interested...
    Rob

  • When converting a .pptx file of 6MB to .pdf, the file size ballooned to 25MB. The original file was created on a PC. What happened? Why? How to fix? Thx.

    When converting a .pptx file of 6MB to .pdf, the file size ballooned to 25MB. The original file was created on a PC. What happened? Why? How to fix? Thx.

    gssharpe wrote:
    What happened?
    Nothing much. Different formats.
    How to fix?
    Try editing the original file. Resample pics to a lower resolution, check out other graphics, check table borders (eliminate any dotted lines or borders), check font usage. When generating PDF, try Save As (instead of Print > Save As), although I don't expect that'll make much difference.
    Next, open the PDF in Preview, choose File > Save As, choose Format: PDF, Quartz Filterz: Reduce File Size. If that isn't enough, you can use ColorSync Utility to duplicate the Reduce File Size filter, and then edit it for a more aggressive size reduction. But keep in mind that size reduction means lower quality.

  • Lock table overflow 1 & Error 7 when sending an IDoc

    dear all,
    we r getting error in purchasing cube for itm datasource
    2lis_o2_itm for delta...
    1.Lock table overflow 1
    2.Error 7 when sending an IDoc
    3.Errors in source system
    when i check in details it is showing :
    Data Package 1 : arrived in BW ; Processing : Selected number does not agree with transferred n
    its daily delta..plz give me solution its urgent....
    at request in manage...we got some records...wat shud  the process..
    Thanks in adv
    pinky reddy
    Edited by: pinky reddy on Apr 8, 2008 7:42 AM

    solved

  • Error  " RFC Status :-  Lock table overflow "in event trace  ( SWEL )

    Hi experts ,
    I will not mention this post as URGENT but you guys can understand the importance as I am in PRD Support of my workflows .
    My Workflow is throughing error in SWEL  , as below   and after error its getting deactivated .
    The workflow is triigering based on the  BO : DRAW and event CREATED .
    Error :  RFC Status           Lock table overflow
    In feedback after error the message is : A system error has occurred in lock management .
    I have resolved the deactivation problem after error  , but   can any body please suggest me  what is the root cause of this error , so that i can try to avoid that error .
    Regards
    Prabhudutta
    Edited by: Prabhudutta Behera on Nov 20, 2008 5:58 AM

    This error I have not faced. i will suggest you to check SWU3 transaction Code and check everything is configured. Also check SM12 and SM58. Also I will ask you to contact the Basis Guys related to this issue. Also check WF-BATCH is having all the authorization required. Try to replicate this from the system where Workflow is working.
    Thanks
    Arghadip

  • EnqStoreTopHist: Lock Table Overflow

    Hello SAP agents,
    This is the error log from our basis team. As I checked with SD users, they didn't do anything special in VT01N/VT02N and there are no big volumn in their shipment. Maximun there will be 70 items inside. This will not cause any tables locked.
    Our basis team mentioned SAP Notes 1800487 and 604473, but we suppose that our system (ECC 6.0) is including them already.
    Pls can you help us with this defect? It's very urgent!
    2014-9-11:
    EnqStoreTopHist: Lock Table Overflow at 2014/09/11 09:58:07 caused by
    Top user 1:
    Cnt=   89911 Cli=011 Uname=WOA9HK3      Tcode=VT02N
    Owner1=20140911095734119086009474rb3prpa0........................
    Owner2=20140911095734119086009474rb3prpa0........................
    Top user 2:
    Cnt=      82 Cli=011 Uname=DIM6CHA      Tcode=/REX/R_BININFO
       Owner1=20140911082516610788004574rb3prpa0........................
    Owner2=20140911082516610788004574rb3prpa0........................
    Top user 3:
    Cnt=      47 Cli=011 Uname=YAE5PK       Tcode=MD15
    Owner1=20140911082858843639001374rb3prpa0........................
    Owner2=
    2014-9-5:
    EnqStoreTopHist: Lock Table Overflow at 2014/09/05 15:23:56 caused by
    Top user 1:
    Cnt=   89482 Cli=011 Uname=TSQ9HK3 Tcode=VT01N
       Owner1=20140905152159039144007174rb3prpa0........................
    Owner2=20140905152159039144007174rb3prpa0........................
    Top user 2:
    Cnt=     218 Cli=011 Uname=LYA2PK       Tcode=MD15
    Owner1=2014090508543029367200E374rb3prpa0........................
       Owner2=
    Top user 3:
    Cnt=     212 Cli=011 Uname=LYA2PK       Tcode=MD15
    Owner1=2014090513464980597800H074rb3prpa0........................
    Owner2=2014090513464980597800H074rb3prpa0........................
    Top argument 1:
    No top lock argument 1 identified
    Top argument 2:
    No top lock argument 2 identified
    Top argument 3:
    No top lock argument 3 identified
    EnqStoreTopHist: Lock Table Overflow at 2014/09/05 15:57:43 caused by
    Top user 1:
    Cnt=   89741 Cli=011 Uname=TSQ9HK3      Tcode=VT01N
       Owner1=20140905152159039144007174rb3prpa0........................
    Owner2=20140905152159039144007174rb3prpa0........................
    Top user 2:
    Cnt=     218 Cli=011 Uname=LYA2PK       Tcode=MD15
    Owner1=2014090508543029367200E374rb3prpa0........................
       Owner2=
    Top user 3:
    Cnt=      36 Cli=011 Uname=PAM8AHM      Tcode=ME21N
    Owner1=20140905143700719131005374rb3prpa0........................
    Owner2=20140905143700719131005374rb3prpa0........................
    Top argument 1:
    No top lock argument 1 identified
    Top argument 2:
    No top lock argument 2 identified
    Top argument 3:
    No top lock argument 3 identified

    Hello,
    Not on apps servers but on CI/enque server
    enque/table_size in ASCS/CI
    http://help.sap.com/saphelp_nw04/helpdata/en/37/a2e3ab344411d3acb00000e83539c3/content.htm
    Enque/table_size paramter is not reflecting in SM12 statistics
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/c675698b8d462b8895583c27bdc9bd/content.htm
    Thanks

Maybe you are looking for

  • JPanel sometimes doesn't display correctly

    I have this JFrame which contains a single JPanel as its content pane. I have the paintComponent() overriden so that the panel paints a background that creates the basis for the GUI. The problem is that sometimes when I run the program (I've tried it

  • P7-1258 no audio dvi-d output?

    ive tried every idt hd audio driver.dont think the sound comes through it any way i have a hdmi adapter hooked in to dvid output hooked in to my tv and can get no sound have also tried every amd radeon driver as well does dvi-d sopport audio?i also h

  • Please tell me how to make websites think Safari is Explorer

    Hi there, I ran across an article a the other day where it said how you could make websites think that Safari is Internet Explorer. I forgot to bookmark the pg. and forgot what it said to do. I stopped using Safari a while back in favor of Fairefox c

  • No survey determination in activity when assigning target group

    Hi Gurus, how are you? I`m pretty new to Marketing so I really need your help if possible. I`m using CRM 7.0 and the thing is that I have created a Questionnaires with no problem whatsoever. Then I`ve created a Campaign and again I did it with no fur

  • Licensing fonts for use in publishing books.

    Hello everyone, I was reading the forums here and I see a lot of questions concerning licensing of fonts with some very competent people replying. I'm hoping that someone can clarify my position regarding font licensing. I'm a new small publisher in