ILE Created while GL entry locking

vijay_gvijay_g Member Posts: 884
Problem,
in production journal when i am posting output and consumption it prompt me GL entry locking but i am seeing ILE created. what can be reason?
i have checked all commit statement in related CU all is well.

Answers

  • kinekine Member Posts: 12,562
    1) When you see the ILE created? During the transaction? During waiting for the timeout?
    2)
    i have checked all commit statement in related CU all is well.
    Does it means that there are some commits between start of the process and the timeout?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • rmv_RUrmv_RU Member Posts: 119
    vijay_g wrote:
    Problem,
    in production journal when i am posting output and consumption it prompt me GL entry locking but i am seeing ILE created. what can be reason?
    Just add sometable.consistent(false) before calling posting routlines and sometable.consistent(true) after.
    It's very simple way to protect you'r code from commit statements (or quickly find it).
    Looking for part-time work.
    Nav, T-SQL.
Sign In or Register to comment.