Options

Problem In Startup Parameter (EP)

MadhanMadhan Member Posts: 96
edited 2006-02-11 in Navision e-Commerce
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...................

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    I found the error in codeunit 1 in textconstant Text018.
    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
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    MadhanMadhan Member Posts: 96
    Can you please tell where should i find these "Application Server Card" and how should i create a service in F6251.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    Small correction, I was looking in 3.70 and this doesn't have EP. :oops:

    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.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    MadhanMadhan Member Posts: 96
    yes u r right. i am working in 4.00.

    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.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    Are you sure, the NAS connects to the correct DB and company?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    MadhanMadhan Member Posts: 96
    yes i am sure, that i am NAS to the correct DB and company.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    A little trick to see whats happening with the debugger directly in a Navision client (not the NAS):

    Make a form in Navision to call function NASHandler in codeunit 1
    something like
    cduApplicationManagement.NASHandler('NEP-1');
    

    And debug what happens. If it goes well here, something is wrong with the NAS-service.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    MadhanMadhan Member Posts: 96
    As you said, i have a created a form which call the function NASHandler in my database. In that, i am getting the same error as

    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. ](*,)
  • Options
    krikikriki Member, Moderator Posts: 9,090
    Maybe you should try to take the EP setup from the demo database into your production DB.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    alex9alex9 Member Posts: 97
    Do you have an entry in Event Viewer with information like that:

    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.
  • Options
    IHateLinuxIHateLinux Member Posts: 223
    Hi,

    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
  • Options
    MadhanMadhan Member Posts: 96
    Thank you all


    Its working fine......what i did i merge the codeunit 1. Then, its started working fine.

    Thank you once again.
Sign In or Register to comment.