Another user-modified table ODBC -2039 [Message 131-183]

Hi!
I created a matrix that it is linked to a ChooseFromList, that has multiselection = true.
The thing is that if i'm trying to update the record selecting multiple values, this error is displayed "Another user-modified table ODBC -2039 [Message 131-183]".
If i try doing it with just one record, the UDO works perfectly.
Also, it works fine if i'm creating for the first time the record and adding the multiple selection lines.
Greetings!
Reynaldo!

HI,
I think you have some transactions in the background.
Close all stuffs, delete SM_OBS_DLL directory from your TEMP directory, and start the work again.
Regards,
J.

Similar Messages

  • Error: Another user -modified table (ODBC -2039)

    I receive an error when trying to post data through to the SapbobsCom6.7 business object reading "Another user -modified table (ODBC -2039)"
    Could anyone please assist me regarding this!
    Thank you!
    Etienne

    Hi Etienne et al,
    I don't know if this helps you, as your last post in this topic was quite a while ago, but never the less I found one reason for the -2039 error which may be of help to other Business One developers in the future.
    I was getting the -2039 error every time I tried to update a record in one of my user defined forms, yet the error wouldn't happen with most of the other records in the table.
    Looking at the record I found that there was a column related to a Date field on the which had an incorrectly entered value from a previous data import.
    What should have been '2004-06-23 00:00:00.000' in the table was actually '1899-12-30 23:06:04.000' and would appear as 30/12/99 in the form field. Once I corrected the format of the data the addon form was happy to update the record.
    I hope this helps anyone else out there.
    Nick Jacka

  • Another User modified Table (ODBC -2039) - Sales order

    Via a button on sales order form I delete some of the order lines with oMatrix.DeleteRow(rowNr).
    It works fine but the DocTotal is not updated as it will be if I delete the row manually with the right-click Delete Row command.
    When saving the order via Update button it refuses with the error "Another User modified Table (ODBC -2039)".
    Do you have any ideas for workarounds for this?
    I've tried to set the price to 0 before deleting the row (the DocTotal will be updated) but the error is the same when saving.
    I don't manipulate the FormMode in the code.
    Regards
    Lars

    HI,
    SAP has answered with notes 720076.
    They suggest to use
    oMatrix.Columns.Item("1").Cells.Item(i).Click()
    SBO_Application.ActivateMenuItem("1293")
    instead of
    oMatrix.DeleteRow(i)
    It works for me.
    Best regards,
    Paolo.

  • Another User modified Table (ODBC -2039) - purchase order

    I have following scenario:
    In SBO are purchase orders for one vendor where in document line is user field for storing some informations. After setting this user field to all lines (manualy) I want to recreate this purchase orders and create one purchase order for each value in user field and close lines in former orders.
    For example - purchase orders lines:
    docentry itemcode userfield
    1            12           a
    1            12           b
    1            12           a
    1            12           a
    1            12           b
    1            12           c
    2            12           c
    2            12           a
    After recreating I want to have:
    docentry itemcode userfield
    3            12           a
    3            12           a
    3            12           a
    3            12           a
    4            12           b
    4            12           b
    5            12           c
    5            12           c
    Hope is clear this explanation what I want.
    Im doing it so, that I create new purchase order for each value in user field - with no problem. After creating new orders Im going through old orders and Im closing the lines. And here is sometime problem with error Another user... I found out, that this problem is only when in order, where I want close line, exist already closed line and not allways.
    When I try to simulate this problem, everything works. When I create order, manualy close one line in this order and wait few days and try to apply this scenario, it will falls.
    This problems occurs since PL30 and in PL47 it is same.
    The code I have for this is:
    obj = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)
                                obj.GetByKey(docentry)
                                obj.Comments = " xxx"
                                err_code = obj.Update()
                                If err_code <> 0 Then
                                    oCompany.GetLastError(err_code, err_msg)
                                    SAP.Connection.oSBOApplication.MessageBox(err_msg, 1, "OK")
                                End If
                                obj.Lines.SetCurrentLine(3)
                                obj.Lines.LineStatus = SAPbobsCOM.BoStatus.bost_Close
                                err_code = obj.Update()
                                If err_code <> 0 Then
                                    oCompany.GetLastError(err_code, err_msg)
                                    SAP.Connection.oSBOApplication.MessageBox(err_msg, 1, "OK")
                                End If
    The double update of order is there, because when one line is closed, DI API will not allow make update of lines...
    Any help is highly appreciated. Thanks

    Partly is the problem as in the note, but I dont think that its only this problem.
    When I add PO with DI with 10 lines, I can close 5 lines for example, but when next day Im trying to close the rest of lines, I get the error. When I get the error, I cannot with DI update nothing (not in lines, but I cannot update note, dates, ...).
    It seems to me, when I make more updates with closing lines in short time, for example
    closerow
    update
    closerow
    update
    closerow
    update
    after this I cannot update the order at all (it seems that this order is for DI locked).

  • Another user-modified table  '' (POR1) (ODBC -2039)  [Message 131-183]

    I have updated the purcahse order form.I have added a combo excisable.Also I have defined excisable and non-excisable warehouses.I have added a condition as,
    If I select Yes from the combo then the warehouse of the item should be excisable.And,if I select No then the item should be from non-excisable warehouse.
    When I change the warehouse as per the above condition it gives error as,
    Another user-modified table  '' (POR1) (ODBC -2039)  [Message 131-183]
    I am using SAP Business One 2007 B.
    PL:11
    The errors occurs when I click on update button.The error does not occur if I don't update purchase order.
                                                                                    Regards,
                                                                                    Dilip Kumbhar

    Dilip Kumbhar,
    You may check these threads first:
    Updating a PO
    In Purchase Order
    Thanks,
    Gordon

  • Another user-modified table 'Items' (ITEM) (ODBC - 2039) [Message 131-183]

    Hi All,
    Just had an issue reported by a customer. They tried to amend a UDF on an Item Master record and they can change data such as the Item description, remarks etc and update the item successfully... However, when they tried to amend the contents of the UDF's attached to the Item  the system issue the message:
    Another user-modified table 'Items' (ITEM) (ODBC - 2039) [Message 131-183]
    Any thoughts?
    Best regards
    Earl

    I figured it out
    We had a UDF name U_Discount that was set to only allow Y or N.
    In the database I had a space after the Y or N value for some of the records. I discovered it by running
    SELECT distinct [U_Discount], COUNT(*)  FROM [OITM]  group by  [U_Discount]
    No idea how the space got there, but I ran
      update OITM set U_Discount = 'N' where LEFT(U_Discount,1) = 'N'
      update OITM set U_Discount = 'Y' where LEFT(U_Discount,1) = 'Y'
    and it fixed it

  • Another user-modified table '' (NNM1) (ODBC -2039)  [Message 131-183]

    Hi All,
    I am trying to create a new numbering series in SAB B1 2007 B PL 14 and facing with this error:
    Another user-modified table '' (NNM1) (ODBC -2039)  [Message 131-183]
    I would really appreciate your advise since new numbering series is not getting created.

    Hi,
    To avoid these type of error message
      1.Ensure all users are logged out.
      2. Restart the Server
      3. Create Numbering series.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Another user-modified table 'Users'(OUSR)(ODBC -2039) [Message 131-183]

    Hi All
    This error "Another user-modified table 'Users'(OUSR)(ODBC -2039 [Message 131-183]" happens when trying to change the manager password, I'm able to change the manager password for all the other databases on the server except for one.
    I have logged in using another Superuser account to try and reset the password of the manager account but SBO is having none of it and I get this error.
    Does anyone have any ideas?
    Many thanks
    Hayden
    Edited by: Hayden Nothnagel on Oct 6, 2009 4:37 PM

    Hi Hayden,
    You may check SAP Note 941116 and 1131133 and also these threads:
    Another user modified table (NNM1) (ODBC-2039)
    another user modified table
    Another user-modified table
    Thanks,
    Gordon

  • Another user-modified table 'Queries' (OUQR) (ODBC -2039) [Message 131-183]

    Hi, Experts.
    I updated B1 2007B PL18 from PL13.
    I have following error message when modified query in query manager.
    "Another user-modified table 'Queries' (OUQR) (ODBC -2039) [Message 131-183]"
    However, I can modify same query in PL13.
    Please, share the information.

    Hi,
    If you can make sure nobody else modifying the query, it is probably a bug.  Log a message to support immediately.
    Thanks,
    Gordon

  • Another User Modified Table RDR1(-2039)

    Hi
    I got error "Another User Modified Table RDR1(-2039)" sometimes when i update Sales Order. Since I m doing customization on Sales Order form, <b>i m unable to proceed with my code since it run on ActionSuccess</b>.
    What could be the reason ..
    Plz help

    Hi Pankaj,
    Firstly make sure that you don't hold references to objects that you don't use. If you have reference to an order and maybe update the order and later again use another object to access the same order this might happen. Create and release objects as you use or don't use them. You can release the objects with
    System.Runtime.InteropServices.Marshal.ReleaseComObject(x)
    Hope it helps,
    Adele

  • Another user-modified table 'Product Tree' (OITT) - Error message

    Hi
    Our B1 2005A SP01 PL48 sometimes shows the following error message when trying to change a BOM, even if this error is not possible.
    Another user-modified table 'Product Tree' (OITT) (ODBC -2039) [Message 131-183]
    What can I do, except for deleting and recreating the BOM?
    Thanks
    Franz

    Hi Franz,
    Please check these threads to find anything in common:
    Another user-modified table  'Items' (ODBC -2039)
    Another User modified Table (ODBC -2039) - Sales order
    In Purchase Order
    Re: Warehouse alerts not popping up.
    Thanks,
    Gordon

  • Another User-modified Table [Message 131-183]

    Hi Expert,
    My client tries to add the Sales Quotation and get a following error message.
    "Another User-modified Table u201C(QUT1) (ODBC -2039) [Message 131-183]"
    And also canu2019t add as a draft either.
    Using: 2007A PL42
    I checked notes and Forum but canu2019t solve this issue.
    Please help me.
    Thank you!
    Naoko

    "Another User-modified Tableu201C is a very common problem.  It is either caused by a bug or the result of actually another user locked the record.
    If you could not find any other clues, log to SAP support. In the mean time, try to reproduce it in the test environment.
    Thanks,
    Gordon

  • Another user-modified table (VPM1)

    Dear Experts,
    I faced the above error when trying to add outgoing payment.
    Firstly, I saved the outgoing payment as a draft. Then, I open the outgoing payment draft through payment draft report.
    Before I add the outgoing payment draft into valid outgoing payment document, I have to confirm and update the check number in payment mean.
    Finally I save the outgoing payment. However, system doesn't allow to save this draft into valid document and display error "Another user-modified table (VPM1) (ODBC-2039) [Message 131-183]". Please help!

    Dear Teng,
    It seems to be a database corruption issue.
    We would like to suggest you to open a message for SAP Support.
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

  • Error: Another User Modified Table in Service Call in SAP B1 8.8 PL9

    Hi Experts,
    We are facing an issue in SAP B1 8.8 Patch 9 in Service Call.  When taking service calls continuosly, when we try to update every 3rd Service Call the following error is coming
    "Another user or another operation modified data; to continue, open the window again  'Service Calls' (OSCL) (ODBC -2039)  [Message 131-183]".
    Only 1 user is using the service call.. Several times we logged out and logged in, still the same error is coming,
    Kindly help to solve this.
    Regards
    Sundaram

    Hi
    You may check this thread. It might be a bug.
    Re: another user modify table error on Service call
    Thanks,
    Gordon

  • Another user-modified table... Errors

    Dear Experts,
    Two of our clients are experiencing same error message but different Table name and scenario.
    First: Customer1 change the password of Manager account and it became successful. But when they change the password again, they encounter the u201CAnother user-modified table 'Users'(OUSR)...u201D error message.
    Second: Customer2 can't change the Item description in Item Master Data. When they try to update the description, the "Another user-modified table 'Items'(OITM)(ODBC-2039)[Message 131-183]"  error message appears.
    I've read some of the preferred solutions but the same issue occurs.
    Are these considered as bugs?
    Please help us.
    Thank you so much.
    Regards,
    Doriza Cortez

    Dear Doriza Cortez,
    All those errors are caused by table locks. Users have at least to exit from B1 for all their sessions. If the problem still persist, restart server is the last cure. Before that, you can try to kill certain hidden session from SQL Studio.
    Thanks,
    Gordon

Maybe you are looking for

  • Reinstall XP, w/o CD

    I have a rather old X31 2884 6YU thinkpad. It got a virus which shut down windows in regular mode but still boots in safe mode. To be totally free of the virus, I want to reinstall windows XP but don't have the original installation cd (it's been los

  • ASM prerquisit- Installing Grid infrastructure on AIX 6.1

    Hello All, I want to implement Oracle RAC 11g R2 on AIX 6.1. I am preparing the prerequisite steps. My question is regarding ASM. Do i Have to create disks on my SAN storage, so I can create the ASM disk groups ? how can I link the disk groups to phy

  • WRT54G v5 weird problem

    The wireless network connection is picked up at full strength, and it's sending and receiving packets, but no web pages load. Same problem on two computers -- both show a "Server Not Found" error message. All the connections are secure. I've restarte

  • Upgrade to 1.1.2 then can't sync - stuck on backup / restore screen

    I have done the upgrade twice and the same results. It loads and activates the phone, but won't restore the backup or sync any content.

  • Reg; Error in IDES

    Hi Experts I would like to practice c projects in IDES. In that SE80-Web infra- main frame- text -Execute., I have go the following errors No switch to HTTPS occurred, so it is not secure to send a password SSO logon not possible; logon tickets not a