Unable to start NAS.Kindly help.

aliennavaliennav Member Posts: 449
edited 2007-11-20 in Navision e-Commerce
Hey guys I am unable to start NAS.
The message I am getting in event Viewer is
"The description for Event ID ( 20010 ) in Source ( NAV-SQL ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: No service could be started with the Start-Up Parameter 1."

I have given the start Up Parameter as 1.

Comments

  • DenSterDenSter Member Posts: 8,307
    on your product CD there is a folder called 'Doc'. In this folder you will find a file called 'w1w1ATAS.pdf', which is the installation manual for NAS and will tell you exactly how to install and implement NAS. You will find your answer in this manual.
  • aliennavaliennav Member Posts: 449
    DenSter wrote:
    on your product CD there is a folder called 'Doc'. In this folder you will find a file called 'w1w1ATAS.pdf', which is the installation manual for NAS and will tell you exactly how to install and implement NAS. You will find your answer in this manual.

    THANK U VERY MUCH DENSTER..
    .
    .
    .
    .
    .
    .Just wanted to tell u that I am woorking in techie part for the last 2 yrs.
    neways....Thanx
  • IHateLinuxIHateLinux Member Posts: 223
    Hi,

    this means that function NASHandler in codeunit 1 can not start anything with your startup parameter 1.
    What did you want to do with this NAS????

    HTH,
    Rainer
  • aliennavaliennav Member Posts: 449
    changed code in CU1-Application Mgmt.
  • DenSterDenSter Member Posts: 8,307
    <edit>forget it, not worth the effort :-k </edit>
  • AbhishekAbhishek Member Posts: 68
    Please dont use 1 in place of parameter.you can do easy way....


    1.Create a New function in Codeunite 1 and write the code for your task.

    2.Create a case in Nas Handler function and call your new function.

    3.Go to NAS configuration windows and here your Parameter will you case.

    example.........

    *Create Test Function in codeunit 1

    Test()

    message('NAS Testing');

    *Go to NAS handler function

    NASHandler()


    CASE Parameter OF
    'Test';

    NOTE----
    Now NAS parameter will Parameter
    Abhishek Srivastava
    Technical Consultant
    New Delhi(India )
Sign In or Register to comment.