Options

Commerce Portal Synchronization malfunction

navipro_behanavipro_beha Member Posts: 3
edited 2004-11-19 in Navision e-Commerce
We're running Commerce Portal on 2 computers, 1 for Navision Server and 1 for web / commerce server / sql, and everything works fine.

But sometimes (every now and then) the Commerce Portal Synchronization-service stops responding. At this time no messages in the synch queue is processed and the only way to correct this is to restart the service.

This moment can occur anytime. There is no common thing in when this occur.

Any suggestions??

Comments

  • Options
    Mark_SMark_S Member Posts: 17
    This is a nasty problem indeed, we haven't found a fix for it so used a workaround.

    Create a batch file with this content:
    @echo off
    NET STOP "Navision Commerce Portal Synchronization"
    NET START "Navision Commerce Portal Synchronization"
    

    Then attach it to a scheduled task that runs every 15 minutes or so, should be enough time ..
    M Stunnenberg
    GAC Business Solutions B.V.
Sign In or Register to comment.