Options

Employee Portal Restart - what services in what order?

fweeeefweeee Member Posts: 14
edited 2006-05-12 in Navision e-Commerce
Hello,

I'm doing some development with Employee Portal. Every time I want to test a change I made, I'm having to re-boot the server where the database/services reside. This is getting kind of annoying.

I'd must prefer to just restart the services on the machine, but when I try this, it just stops working.

Can anyone help me here? There must be some way of doing this, restarting specific services in a specific order. Any help would be appreciated.

Thanks.

Comments

  • Options
    ara3nara3n Member Posts: 9,256
    Write a batch job. You can start and stop a service from C prompt.

    Net start "service Name"

    Net start "service Name 2"
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    fweeeefweeee Member Posts: 14
    ara3n,

    Thanks, but that isnt exactly what I'm after. If I stop and start the services willy nilly, then Employee Portal stops working. I suspect I need to stop and start the services in a specific order for it all to work again (and avoid having to reboot the machine).

    Shanon.
  • Options
    ara3nara3n Member Posts: 9,256
    You welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.