Weird issue.. saying that my DB have not yet start @_@

stan2009stan2009 Member Posts: 12
Anyone ever get this error b4? what's the problem??

"You cannot make any changes in the database until a transaction has been started"


THANK YOU..

Comments

  • MBergerMBerger Member Posts: 413
    some triggers don't allow writing to the database. Check if there is any code writing to the DB from a trigger like OnInitForm or something like that.
  • matttraxmatttrax Member Posts: 2,309
    Exactly, and a transaction hasn't started until a record has been retrieved from the database.
  • stan2009stan2009 Member Posts: 12
    can i know is Windows limitation will cause the problem?
    as i m given a Read & Excute and Read permission on the Windows only.

    Can this be one of the issue?
  • chrispaulchrispaul Member Posts: 174
    I guess you have made some customization ,, is it so ?? if yes then try to block it for a while and then try the process if it still persist then it's an issue otherwise u just let us know what exactly have u done ...

    Hope we can help you better ..
  • kinekine Member Posts: 12,562
    Problem are not rights, but wrong trigger used for some action. Use debugger to see where the error raise and you will see that it is some customization...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • stan2009stan2009 Member Posts: 12
    yea.. there is lots of customization done for that part..
    but it is weird that one of my administrator's ID got no problem of doing it.

    moreover the error message only pop up when the Sales Order Line is more than 2-3
    i'll try to check on the customization..
Sign In or Register to comment.