Error running job Calculate WIP Report1086

engsoundengsound Member Posts: 9
When running the Job Calculate WIP (Report1086) in GB5.1 we get the following error message:

The Dimension ID Buffer already Exists.
Identification fields and values:
Parent ID=1, Dimension Code= 'Country', Dimension Value='5260'

Have any of you experienced this before?

Thanks
Emil

Answers

  • Hi Emit

    Unfortunately I do not have the answer for you. I just encountered the same problem in NAV 2009, and wondered if you managed to solve the problem - and how ?

    Anders Q
  • I forgot to mention that it happens when i calculate WIP on several jobs at the same time (that not filtering on a single job no.)

    Anders Q
  • engsoundengsound Member Posts: 9
    Hi Anders,

    That is exactly the same we encountered.

    We found a fix. Here it is:

    Report 1086
    Trigger Job - OnAfterGetRecord()
    Click on menu bar - view - C/AL Locals and in the variables tab add:
    Name DataType Subtype Length
    JobCalcWIP Codeunit Job Calculate WIP

    Click on menu bar - view C/AL Globals and from the variable tab delete:
    Name DataType Subtype Length
    JobCalcWIP Codeunit Job Calculate WIP

    This should solve you problem.

    Best Regards
    Emil
  • Thanks a lot Emil
    You have been a great help

    Have a nice week end
  • engsoundengsound Member Posts: 9
    No Problems mate! :D

    //Emil
Sign In or Register to comment.