Batch Job

navuser1navuser1 Member Posts: 1,329
Is there any problem if the two batch jobs run within the
date range???

Batch job are

1.Adjust Cost -Iten entrie
2.Adjust Item Cost/Price..
Now or Never

Comments

  • kinekine Member Posts: 12,562
    You mean if ther is some problem with locking? Yes, there is, because they are accessing same data which are locked to prevent concurent changes...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    if the problem is only locking, then batch 2 wait until batch 1 is finished. If the use the same resources (datas in tables)

    Check also please the property on Database properties (lock timeout, or so).

    I hope you have not develop an deadlock (lock resources in the same order an lock needes resources first) ;-)
    Do you make it right, it works too!
  • garakgarak Member Posts: 3,263
    note, if these batch jobs run only from one nas or client, there is no blocking issue, because the nas or client run the objects step by step.

    The only block will come, if other useres are logged on and use the needed resources
    Do you make it right, it works too!
Sign In or Register to comment.