System failure during locking GL account "co.code" by "GL a/c"

HI Experts,
When posting an excise invoice in J1IIN we are getting the following error.
"system failure during locking GL account 1800 by 13113910"
Any one have idea why we get this error?
Thanks and Regards
Om Prakash RA
FI/CO Consultant

Hi ,
This error could be caused because of many reasons,                                                                               
As per my understanding, the error is encountered only                    
when multiple user press the SAVE button simultaneously(the error         
is not encountered when multiple users run the transaction J1IIN).                                                                               
While creating the excise invoice, at the time of saving system tries to  
lock the GL account that is getting updated with the new balances.        
Probably some one else could be changing the GL account data  at that     
point of time. This is a very short phenomena and is meant to keep the    
data consistency.It is the intended behaviour of the system. Two users    
cannot perform simultaneously on the same G/L account.                                                                               
Also, Please note that while saving the Excise invoice through J1iin      
you must click on the save icon only once even if you get any messages    
Just  press 'enter' key, instead of clicking again on the save icon.                                                                               
This will not give the GL account locking error.                          
If you press the save icon the GL account will be locked and if you click 
on the save icon again it tries to lock the GL account again and since
the GL is already locked this error will come.                                                                               
So please do not click on the save icon more than once                    
Regards
V V

Similar Messages

  • System failure during locking GL account 5555 by 13113910 Message no. 8I076  and the time of saving out going excise invoice.

    Hi SAP Gurus,
    We are configuring the CIN Settings for our client and at the time of testing, while saving the Out going excise invoice the system is giving the error as “Balance in Transaction Error” and when pressed enter the system displays the error as “ system failure during locking GL account 5555 by 13113910.”
    We have configured Out going excise duty condition types  in the SD pricing procedure
    and
    also maintained the same condition types  as mentioned below  in the path IMG / LOGISTICS GENERAL  / TAX ON GOODS MOVEMENT  /  INDIA / BASIC SETTINGS/ DETERMINATION OF EXCISE DUTY / MAINTAIN EXCISE DEFAULTS
    under the headings
    AR BED Cond – JEXP
    AR Cess Cond – JECS
    ECS AR – JHEC
    And also maintained the settings in the Path IMG / LOGISTICS GENERAL  / TAX ON GOODS MOVEMENT  / INDIA  / SPECIFY  EXCISE ACCOUNTS PER  EXCISE  TRANSACTION and also in SPECIFY G/L ACCOUNTS  PER EXCISE TRANSACTION .
    But still the above mentioned error is comming.
    Note : error in not coming when I am removing the  JHEC condition type  from the path IMG / LOGISTICS GENERAL  / TAX ON GOODS MOVEMENT  / INDIA / BASIC SETTINGS/ DETERMINATION OF EXCISE DUTY / under the heading ECR AR, But we need the JHEC(ie. Higher education cess) also in out going excise invoice.
    Please let me know what is the issue and how to resolve it.
    Thanks & Regards
    Shashi

    Dear We faced the same issue and  almost for 20 days to  get it resolved.
    For this kind of error firstly Check have you activated the Liable for AT1 indicator in(IMG>>Log.General>>Tax on goods Movement>>India>>Basic Settings>>Maintain Excise registrations)
    Also Have you assigned Proper GL account in (IMG>>Log.General>>Tax on Good Movement>>>India>>>Account Determination>>Account determination per Excise transaction type.
    Here pl check the relevant GL has been assigned for
    1.RG23A BED(for Both incoming and outgoing excise invoice  updations against your ETT)
    2 RG23C BED, (for Both incoming and outgoing excise invoice updations against your ETT)
    3 .OFF SET,(for Both incoming and outgoing excise invoice  updations against your ETT)
    4 MODVAT.CLEARING, (for Both incoming and outgoing excise invoice updations against your ETT)
    5 PLA BED& AED & SED,(for Both incoming and outgoing excise invoice updations against your ETT at the time of utilizations)
    6 PLA CESS(for Both incoming and outgoing excise invoice updations against your ETT at the time of utilizations)
    7 CENVAT ON HOLD(for Both incoming and outgoing excise invoice updations against your ETT at the time of utilizations)
    8.CENVAT SUSPENSE(for Both incoming and outgoing excise invoice updations against your ETT at the time of invoice posting)
    9.PLA ON HOLD((for Both incoming and outgoing excise invoice updations against your ETT at the time of TR6c)
    10. CENVAT REVERSAL(For cancellations vs ETT)
    11. RG23A ECS(for Both incoming and outgoing excise invoice  updations against your ETT)
    12. RG23C ECS(for Both incoming and outgoing excise invoice  updations against your ETT)
    13. PLA ECS(for Both incoming and outgoing excise invoice  updations against your ETT )
    14. RG23A AT1(check this more carefully)
    15. RG23C AT1(check this more carefully)
    16. PLA AT1(check this more carefully)
    Hope this helps you...
    Phanikumar

  • System Failure during locking GL Account 13113910 - Cenvat Suspense Account

    Dear All,
    While creating Excise Invoice ( in India) using J1IIN, system is giving error " System Failure during locking GL Account 13113910 " The error message No. is 8i076.
    System is not allowing to create Excise Invoice.
    Can anybody help me how to overcome this problem?
    Thanks & regards,
    Govind

    <a href="https://service.sap.com/sap/support/notes/867529">Apply SAP note 867529</a>

  • System failure during locking GL 401000

    Dear All,
    At the time of J1IIN following error is displayed
    "System failure during locking GL 401000"
    This is Basic excise duty GL
    Please help to solve the issue.
    Regards,
    Pravin

    Dear Pravin
    It seems some transaction is going on related to that particular G/L account which is open in somebody's system.  Just wait for a few minutes and try later.
    thanks
    G. Lakshmipathi

  • "SYSTEM FAILURE" during JCo call.java.lang.reflect.UndeclaredThrowableExcep

    Hi All
    I have developed Java mapping program where I am calling three BAPI in sequence and trying to map all three bapi data to single Target XML file or Multiple target xml files depends on the in coming data.
    Now I want these files name should be genereted dynamically .So I have used below  Dynamic Configuration code in my java mapping program.********************************************************************************************************************************************************************
    try
         String currDate = new String();
         String currTime= new String();
         DateFormat dFormat=new SimpleDateFormat("yyyyMMdd");
         DateFormat tFormat = new SimpleDateFormat("HHmmss");
         java.util.Date date = new Date();
         TimeZone cetTimeZone = TimeZone.getTimeZone("CET");
         tFormat.setTimeZone(cetTimeZone);
         currDate = dFormat.format(date);
         currTime= tFormat.format(date);
         String pubDate=currDate + currTime;
         String ext=".xml";
         String event="-1_1-";
         trace.addInfo("********  Before  Dynamic Configuration ***************" );
         DynamicConfiguration conf =(DynamicConfiguration)container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
                                            DynamicConfigurationKey key = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/File","FileName" );
         trace.addInfo("********  After  Dynamic Configuration ***************" );
         String tempFileName="NL09-"eventponum+ "-" pubDateext;
         trace.addInfo("The name of the file is  : " + tempFileName);
         conf.put(key, "tempFileName");
                catch (Exception e)
                     trace.addWarning("Error While creating File Name"+e.getMessage());
                     throw new Exception("Error While creating File Name",e);
    Now the problem is when I am using above code I am getting following error
    "SYSTEM FAILURE" during JCo call.
    java.lang.reflect.UndeclaredThrowableException
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">JCO_SYSTEM_FAILURE</SAP:Code>
      <SAP:P1>java.lang.reflect.UndeclaredThrowableException</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>&quot;SYSTEM FAILURE&quot; during JCo call.
    java.lang.reflect.UndeclaredThrowableException</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    Could please tell me why I am facing this problem only when I am using  Dynamic configuration code.
    If I dont use  Dynamic configuration code then I am not getting any error .But my requirement is to generate dynamic file name (Note I have tried with Variable Substution also, It is also not solving my problem as I need time stamp of ("CET") time zone).

    Hi Abhishek,
    Yes I have appended throws StreamTransformationException and imported the relevant StreamTransformationException class also.
    Here I am getting strange thing when  I am adding dynamic configuration code " SYSTEM FAILURE" during JCo call. But Jco cal is something to internal systems which does not relate to Dynamic Configuration.
    If I run my code with out any Dynamic Configuration code then it is running with out any errors.
    But I need this  Dynamic Configuration inorder to generate dyanamic file name.

  • System failure, during call of function module RSWR_RFC_SERVICE_TEST

    Hi Team,
         I am working with BW and Portal Integration, with the Netweaver
    2004s SP 11 version. I have a issue when i run the RSPOR_SETUP program
    to test the configuration.
    The error is on status 5 and 12, i get the following error:
    System failure, during call of function module RSWR_RFC_SERVICE_TEST,
    and when i enter at the dev_jrfc.trc log file, i have the following
    error:
    Exception thrown [Tue Jul 10 16:12:16,687]:Exception thrown by
    application running in JCo Server
    java.lang.RuntimeException: call FM RSWR_RFC_SERVICE_TEST to ProgId
    smxpedvc_PORTAL_EPD on host smxpedvc.grupoempresarialangeles.com.mx
    with SSO not authorized: No login module succeeded.
            at
    com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest
    (RFCDefaultRequestHandler.java:79)
            at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequest
    (RFCJCOServer.java:156)
            at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:7785)
            at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest
    (MiddlewareJRfc.java:2405)
            at com.sap.mw.jco.MiddlewareJRfc$Server.listen
    (MiddlewareJRfc.java:1728)
            at com.sap.mw.jco.JCO$Server.listen(JCO.java:8145)
            at com.sap.mw.jco.JCO$Server.work(JCO.java:8265)
            at com.sap.mw.jco.JCO$Server.loop(JCO.java:8212)
            at com.sap.mw.jco.JCO$Server.run(JCO.java:8128)
            at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:170)
    Could you help me to solve this issue.
    Thanks so much.

    Have you checked the user that is used to connect from J2EE back to ABAP?
    I had a similar problem, went into the Visual Administrator and found the incorrect password (or possibly outdated password) was being used to communicate back to ABAP, and updating that sorted out my problem.
    Hope this helps.
    Cheers,
    Andrew

  • Problem while determining receivers using interface mapping: "SYSTEM FAILURE" during JCo call. Bean SMPP_CALL_JAVA_RUNTIME3 not found

    We have a SOAP to PROXY scenario Which is in Production.
    We keep getting the Error:
    " Problem while determining receivers using interface mapping: "SYSTEM FAILURE" during JCo call. Bean SMPP_CALL_JAVA_RUNTIME3 not found on host XXXXXX, ProgId =AI_RUNTIME_XXX.
    We are using Standard Receiver Determination with single receiver without any condition. And no mapping being used in interface determination.
    What are all the possible situation where we face such as this issue in Production.

    Please check the SAP note
    # 1706936 - messages fails with error java.lang.RuntimeException Bean SMPP_CALL_JAVA_RUNTIME3 not found
    1944248 - PI unstable due to JCO_SYSTEM_FAILURE mapping issues

  • System failure during call of function module RSWR_RFC_SERVICE_TEST in BW

    Hello All,
                I am doing configuration with BW and EP portal when we run the program (RSPOR_SETUP) in step - 12 Maintain User Assignment in Portal = (System failure during call of function module RSWR_RFC_SERVICE_TEST) giving this error SSO is working fine.
    RFC connection is working fine with BW and portal
    When i execute the FM - RSWR_RFC_SERVICE_TEST it is giving error (SYSTEM_FAILURE) and in Portal side log file it is giving below error.
    dev_jrfc.trc
    Exception thrown [Fri Sep 05 15:14:57,928]:Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_RFC_SERVICE_TEST not found on host (Hostname), ProgId=EPP_PORTAL_SID: Object not found in lookup of RSWR_RFC_SERVICE_TEST.
            at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:138)
            at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:269)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Please help me find the solution.
    Thanks
    Gurpal

    Hi Gurpal,
    Please go through the below SAP notes
    878455
    - Information broadcasting: No portal user exists
    814083
    - Inf. broadcasting: Changed RFC settings as of NW 04 SP11
    1135947 - Bean not found
    Hope this solves your problem.
    Regards,
    Prithviraj.

  • "SYSTEM FAILURE" during JCo call. max no of 100 conversations exceeded

    Hi Experts,
    My scernario is : RFC->File Asynch
    When i do testing this scenario in Configuration (ID) -> tools-> test configuration  I got below error.
            Interface Mapping
    Runtime error
    "SYSTEM FAILURE" during JCo call. max no of 100 conversations exceeded / CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=45
    1) I have created incremented 100 to 300: Set the following environment variable CPIC_MAX_CONV=300
    2) In sender RFC communication channel i have all correct parameters like: gateway service,Program ID, client number, password, userid etc
    Pleas help me out.
    thanks
    siva grandhi

    hi,
    se this
    /thread/174978 [original link is broken]
    Look at SAP note 314530,316877
    set this enviroment Variables:
    set CPIC_MAX_CONV = 500 (WINDOWS)
    setenv CPIC_MAX_CONV 500 (unix)
    also check the rfc destination JCO_RUNTIME_JCOSERVER
    AI_RUNTIME_JCOSERVER. if u have any error in this RFC plz refer to this link
    http://help.sap.com/saphelp_nw04s/helpdata/en/9b/da0f41026df223e10000000a155106/frameset.htm
    Thanks
    Rodrigo
    ps:reward points if useful
    Edited by: Rodrigo Pertierra on Mar 26, 2008 11:59 AM

  • IDVD encoding causes system failure during burn process

    I have iDVD 5 on my work computer (dual 2.7Ghz G5 / 2.5 G RAM), and have burned successfully before my current project.
    My current project has a 28:45 movie and I have tried two different themes with different combinations of drop zones (one with the movie as the drop zone and one with stills only) and everything previews okay, but when I start the burn process it will get to a certain point in the encoding and then the whole system crashes. I come back to check on the process, and my screen is filled with black squares with error info in it... (looks like a DOS screen or something) and it says something about system failure and that I need to restart my computer.
    I'm so stubborn that I keep trying different combinations of possibilities but I'm having no luck. The movie that it's hangin up on was captured in Final Cut Pro from a VHS, edited in Final Cut to trim the excess black, and exported as a Final Cut Movie that I imported into iDVD.
    As I said above, I have burned successfully on this computer and this iDVD, so the fact that this one project refuses to burn is perplexing.
    any thoughts?

    A gap in video would be a space between one clip and another. This is a problem when you are editing your footage, not capturing it. In other words, it is a user introduced problem.
    In FCP when you say "Ignore Timecode Breaks" it just means to continue capturing video even if there is a timecode break. If you do not select this option, FCP would immediately stop catpturing whenever it hit a timecode break. A timecode break is not the same thing as a gap you create during editing. A timecode break could be as simple as rewinding your camera footage and then recording over it... the timecode now has a break because it is not continuous timecode, it jumps from one timecode to another.
    Depending on what device you are capturing from, your audio may come in a few frames before or after the video. This would be especially true for a non-controllable device. It is a simple fix to adjust this as you would have noticed any sync issues right in the timeline during playback.
    A system reboot in the middle of encoding is a serious crash... I doubt if it is the footage per se that is causing this to happen. Footage has been known to force an application to abort a process (or stay in an infinite loop), but an actual system shutdown would be extremely rare.
    Consider recapturing the footage into a new FCP project and then creating a new iDVD project for it, this will eliminate either a corrupted FCP file or an iDVD project from the equation. Also, are you burning directly to disc or are you preparing a disc image? I'd go with the disc image approach because you can test your final build that way.

  • System error during lock operation. Execute diagnostics in SM12

    When I am executing sm12 I am getting below error...
    Diagnosis
    An error occurred in the SAP lock management whilst trying to to lock an object by calling the ENQUEUE function module.
    System Response
    The SAP System is unable to enter the required locks in the lock tables managed in the ENQUEUE server. The ENQUEUE function module therefore triggers an exception. If this exception is not handled by the application program, the current transaction will be automatically terminated.
    when trying to see sm12>Extras>statistitics
    Unable to open statistics file: /usr/sap/PP1/DVEBMGS56/data/ENQSTAT
    (I changed this permissions to 777 but still getting the same error)
    when trying to open connection i am unable to changes in su01
    getting error--System lock administration error. Please notify
    your administrator
    +++++++++++++++++++
    I am not able to change as well in su01, but able to display.
    some one pls help me out from here.

    Although the post is old - I thought we can post a small input that can help any future searches on the same error " System Lock Administration Error. Please Notify your administrator"
    The issue has been resolved by our Basis Team. They did notice issues with Replication and one of the enqueue is on a different note in a multi node setup. The team had to restart the system and make sure the enqueue is on the same node as of replication.
    Hope it helps.
    Regards,
    Sri

  • HP c7280 Oxc19a0035: Ink system Failure

    Even after following steps provided by suggested support, after a printing few pages I get the same error again. And of course this happens after my warranty has expired. Is this a fixable problem or am I sunk? I have rebooted, reset and even sent it to a family member who does this sort of thing all day. The error messages are not always the same. Sometimes I just get the ink system failure message alone without the error code. More often than not when I try to reboot the printer it gets hung up and does not restart until the second or third time. Or As I try to properly reboot it, it tells me that I have not rebooted properly and to try again.
    Thanks in advance,
    -Moses

     While it looks like your printer needs to be services there is also a thread with some suggestions out there with some results for this same issue. I have linked this thread this post. You will want to look at message 16 and 17 for what seems to be a resolution for your same printer. Hope this helps.
    http://h30434.www3.hp.com/t5/Other-Printing-Questions/error-message-0xc19a0035-quot-ink-system-failu...
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • System error occur during lock managment?

    Hi all !
    When I open the adminstrator  workbench I am gettting the error " System lock occured during lock managment.
    I can open other sessions such as RSPC, RRMX etc.
    Can anyone help in this regard?
    Regards
    Durai

    Hi,
    I can suggest how to access administratoe workbench without using T.code:RSA1.
    Go to T.code RSD1 then in Menu >Environment>Object Browser via AWB.
    Try this for time being to access RSA1 and inform to BASIS guy he will solve the problem.
    Assign points if helpful
    Thanks & Regards,
    Bala

  • "ink system failure" error with code oxc19e0023 on a HP Photosmart Premium All-in-One Printer - C309

    "ink system failure" error with code oxc19e0023 on have a HP Photosmart Premium All-in-One Printer - C309g  - Have done all the resets and reseated the ink also tried replacing ink with new HP carts..getting frustrated please help
    This question was solved.
    View Solution.

    Have you tried the steps outlined in this article:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03081973&cc=us&dlc=en&lc=en
    If not give the steps a try and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • An error occurred in system XYZ during account assignment

    Hello all,
    I have a scenario and I am copying a service product from one service order to another service order and I am getting this error below. If I use the saem service product individually in service order -2 I do not get this error.
    *An error occurred in system DV1CLNT400 during account assignment
    Message no. CRM_ORDER_MISC 060
    Diagnosis
    Errors occurred when assigning an account assignment object to a business transaction. To view the error message, see the accompanying log file.
    Transfer Log
    Object link not known in CO (Notification E IAOM 019)*

    Hi Manoj
    You need to assign the Controlling object type and as per the standard there are 3 controlling object types those are,
    1) Single object Controlling --> The service order replicated to ECC creates a Internal order and finally cost and revenues are posted or settled in the cost center
    2) Mass Object Controlling --> The cost and revenues of the service order are directly posted to CO-PA(Cost & Profitability Analysis)
    3) No Controlling
    Based on the business requirements you need to define the Controlling obejct,you will find the IMG customization path in ECC as follows,
    IMG>Integration with other mySAP components>CRM>Settings for Service Processing>Controlling integration-->Establish Controlling type, Controlling scenario & Controlling level.
    I hope this helps.
    Thanks
    Arun

Maybe you are looking for

  • Install problems

    I am running into a strange issue trying to install Data Integrator the install is saying that I am missing files that are there and are in the path any ideas? This is Red Hat Enterprise Server 5.2 btw, and ODI 10.1.3.2.0. The exception thrown is sta

  • Using USB-8451 for accessing SMB Slave

    Can i use the following example to read a SMB(System Management Bus) slave device using USB-8451 (since SMB is derived from I2C) . Hardware Input and Output > I2C and SPI > I2C Basic > Generate I2C Read.vi Thanks Baburaj SMSC INDIA

  • DVI to a S-Video T.V.

    I have an older T.V. which has a S-video connection. How do you connect the macbook pro to this type of T.V. Is it the D.V.I. connection? Does the icon look like a square with 2 vertical lines? If I connect this to a S-Video T.V will I only get the i

  • Can not get Fire Fox to register

    It says there is a problem,to check my spelling but it is right.

  • Startup Manager keeps appearing during reboots

    Each time I reboot, the Startup Manager screen appears with two drive options:  MacIntosh HD and Recovery 10.8.3.  I am not pressing the Option Key or any other key that normally would initiate the Startup Manager.  The issue began after I installed