G'Day All,
I have completed the configu of Employee Portal. Its working fine in the demo database. But, when i tried to start Navision Application Server with some other database it is showing the following error
No service could be started with the Start-Up Parameter NEP-1
I have given setup everything. But it showing these error. Can Anyone help me out. Its very urgent...................
0
Comments
You should create the service in F6251:"Application Server Card". Codeunit 1 doesn't find the record with that code and that is the reason it gives the error
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
But in 4.00:
administration => application setup => employee portal => application server setup. Form 6870:"EP Appln. Server Setup Card".
For creating, it is just the record you have to create. The more difficult is probably the information in it. Probably it wil work fine if you take the information from the demo DB.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
As you told i have already created the setup in the Application server setup. The setup which i created is shown below
General Tab
Code : NEP-1
Description : NAS for Employee Portal
Front End Tab
Front End Processing: True (Boolean Field)
Request Queue: .\private$\nep_request_queue
Reply Queue: .\private$\nep_reply_queue
Is there anything i have to change in the codeunit 1 "ApplicationManagement".
plz help me. Its very urgent.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Make a form in Navision to call function NASHandler in codeunit 1
something like
And debug what happens. If it goes well here, something is wrong with the NAS-service.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No service could be started with the Start-Up Parameter NEP-1
But, i have tried the same thing in demo database. it debugs properly.
so, where i missed out. Plz help me. ](*,)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The Navision Application Server NAS-SQL started with the following configuration:
Database Server Name = SERVERNAME
Database = MYDATABASE
Company = MYCOMPANY
Startup Parameter = NEP-1
If no, check the rights of user account which you use for NAS. Also, check the spelling (match case) of server, database and company.
i think the problem is missing code in Codeunit 1.
Did you update the database to 4.00 SP1 (merging all objects).
In the function "NASHandler" (id 99) there are some lines of code for starting NEP codeunits.
HTH,
Rainer
Its working fine......what i did i merge the codeunit 1. Then, its started working fine.
Thank you once again.