Nas and Job Queue

MEMMEM Member Posts: 57
Hi,

I setup NAS and the service is up with an SQL 2008 and Nav 5, I also setup the job queue and I changed the report number in order to have the ShowPrintStatus property on No and UseReqForm property on No.

I also set the Job Queue entry with this report with a recurrence all days at 11PM.

but NAS didn't work and the job queue log entries are desparetly empty :(

any help?

Comments

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Did you setup all parameters for NAS? Is there any error message in Event Log of Windows?
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • MEMMEM Member Posts: 57
    Hi,

    I set up the server name, the database name, the company name, but I diden't understand the utility of the nasparameter so I set Job1, but in navision I didn't use Job1 in any parameter in navision
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Startupparameter has to be JOBQUEUE for Job Queue functionality.
    To understand NAS better take a look at this How-To http://www.mibuso.com/howtoinfo.asp?FileID=15.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • julkifli33julkifli33 Member Posts: 1,087
    if we want to setup NAS
    for example i create new codeunit
    lets say codeunit 50001
    do i need to modified something in codeunit 1?
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    First of all (as I always say in any terms regarding NAS) read and understand that post: http://www.mibuso.com/howtoinfo.asp?FileID=15.

    Back to your question, it depends on what you exactly want to do. Is your own codeunit (50001) SingleInstance and able to run in NAS? Or do you want to set it up in Job Queue? What is the purpose of your codeunit?
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • julkifli33julkifli33 Member Posts: 1,087
    First of all (as I always say in any terms regarding NAS) read and understand that post: http://www.mibuso.com/howtoinfo.asp?FileID=15.

    Back to your question, it depends on what you exactly want to do. Is your own codeunit (50001) SingleInstance and able to run in NAS? Or do you want to set it up in Job Queue? What is the purpose of your codeunit?

    actually i want to import data automatically
    like using scheduler...
    but i dont know how to use NAS
    so tried create single codeunit to show message box only
  • SogSog Member Posts: 1,023
    julkifli33 wrote:
    First of all (as I always say in any terms regarding NAS) read and understand that post: http://www.mibuso.com/howtoinfo.asp?FileID=15.

    Back to your question, it depends on what you exactly want to do. Is your own codeunit (50001) SingleInstance and able to run in NAS? Or do you want to set it up in Job Queue? What is the purpose of your codeunit?

    actually i want to import data automatically
    like using scheduler...
    but i dont know how to use NAS
    so tried create single codeunit to show message box only

    And where do you expect to see that message box, the answer to that question is one of the insights needed to handle a NAS
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.