NAS - Event Log Messages

hackerpiihackerpii Member Posts: 5
edited 2005-01-06 in Navision Attain
We are trying to use the event log to monitor whether or not the MSMQ is functing at all times. I have a test process that sends a message to Attain through the NAS and then does a Message statement which in turn writes a message in the Application Log of the server.

Here is the problem. After 20 events are put in the Event Log I get this event. Any help with making this event not occur and the other events to keep happening would be great. Thanks in advance.

Event Type: Information
Event Source: SERVERNAME
Event Category: None
Event ID: 109
Date: 1/5/2005
Time: 3:24:05 PM
User: N/A
Computer: SERVERNAME
Description:
The previous 20 reported events were identical.In order not to overcrowd the message logging system, identical events will not be logged until after the program reports a different event.

Comments

  • kinekine Member Posts: 12,562
    Don't write the same message. Include for example time to change the text and this "auto repeat" will be not used...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    The message queue comes with an interface that you can look at to see if messages have been picked up or not. Right click on 'My Computer' and select Manage. Then expand the 'Services and Applications' node until you see the message queueing one. You can even add this to your NAS interface by adding the snap in.
Sign In or Register to comment.