Error logging on IS

Is there any way to get IS to email me when an error is written to the server log? Right now, from time to time a transaction fails somewhere in the middle due to some unforseen data problem, and I don’t find out about it for some time (until I check the error logs). I feel like there must be a better way but just don’t know what it is. Thanks in advance for any help.

Take Care,
Randy

Randy,

Have a look at the settings under the “Logging” option from the main html administrator. There you’ll find three options (I’m pasting from the online help here):

SMTP Server

Displays the address of the Simple Mail Transfer Protocol (SMTP) server through which the server issues e-mail messages.

Internal Email

Displays the e-mail address to which to send messages about critical log entries. Typically, this is the e-mail address of the administrator for the Integration Server.

Service Email

Displays the e-mail address to which to send messages about service failures. During the development phase, you might direct exceptions to the developer to aid debugging. Once in production, you might direct exceptions to the application user.

Fill out the SMTP Server setting and then either or both of the others, you should get an email when errors occur.

James…