Options

Getting error while running a Jobqueue via Jobqueue dispatcher code unit

Hi All,

in NAV 2009,I am getting a below error while running a Jobqueue via Jobqueue dispatcher code unit(448)

Microsoft Dynamics NAV Classic
This message is for C/AL programmers: Could not create an instance of the OLE control or Automation server identified by GUID={3B311C81-140E-11D5-8B18-00D0590B4EC5} 1.0:{3B311C92-140E-11D5-8B18-00D0590B4EC5}:Unknown Automation Server.Unknown Class. Check that the OLE control or Automation server is correctly installed and registered.
OK


Please suggest me some ways to resolve it.

Thanks in advance,
Jacob.A

Answers

  • Options
    ArhontisArhontis Member Posts: 667
    edited 2019-06-19
    I guess you are missing the proper registration of the navision timer (look especially at @Kine's answer):
    https://forum.mibuso.com/discussion/comment/29868/#Comment_29868
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    Thanks, Arhontis.

    Now one new error is shown below while running the Jobqueue dispatcher code unit(448).


    The date is not valid.

    Please help me to resolve this.

    Thanks,
    Jacob A.


  • Options
    Sachin_Sachin_ Member Posts: 67
    Hello @Jacob1227,

    Does this user computer has different date format? if so change it to default server date format. That resolved the issue for us.
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    Hi Sachin,

    The date format also correct.Still its showing the error .

    The date is not valid.

  • Options
    Sachin_Sachin_ Member Posts: 67
    what about work date?
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    From where i found work date?
    I am trying to run a code unit in nav today.so today is the work date. am i right?
  • Options
    Sachin_Sachin_ Member Posts: 67
    edited 2019-06-19
    work date you can find it from frontend of navision,can u share the screenshot of that for better clarity
  • Options
    Jacob1227Jacob1227 Member Posts: 128

    oh2lnu8273oh.png
  • Options
    Sachin_Sachin_ Member Posts: 67
    edited 2019-06-19
    :|
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    That is updated automatically not manually.
  • Options
    Sachin_Sachin_ Member Posts: 67
    ok fine then Send a screenshot of the error
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    Check this,

    q3c3iahzm6ww.png
  • Options
    Sachin_Sachin_ Member Posts: 67
    edited 2019-06-19
    ok So You need to stop your Job queue and run it again it may work
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    Still facing the same error :/
  • Options
    Sachin_Sachin_ Member Posts: 67
    how is it even possible which version of nav you are using
  • Options
    Jacob1227Jacob1227 Member Posts: 128
    NAV 2009R2.

    Is there anything i have to check in Codeunit 1(Application Management)?
Sign In or Register to comment.