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.
0
Comments
RIS Plus, LLC
THANK U VERY MUCH DENSTER..
.
.
.
.
.
.Just wanted to tell u that I am woorking in techie part for the last 2 yrs.
neways....Thanx
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
RIS Plus, LLC
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
Technical Consultant
New Delhi(India )