Actually, it's a bit more complex ;-) The Exchange 5.5 Scripting Agent script and it's log file is always stored in the same folder the Agent is installed as hidden messages. An additional hidden message for each installed Agent is stored in the Events_Config folder.
So you don't need to search the file system but use code, e.g. CDO 1.21 with VBScript, to open the folder in question and get the hidden messages collection. Then you need to find the correct hidden message, beware that there can be a whole bunch different ones because an Outlook client stores a lot of stuff in such hidden message, and open it with CDO 1.21. Finally you need to find the MAPI property which holds the agent log information and read it. <Siegfried /> > -----Original Message----- > From: Soysal, Serdar [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 9:42 PM > To: Exchange Discussions > Subject: RE: script log files > > I doubt it. I would suspect they are stored in the Events_Config folder > along with the script. They do overwrite after a certain size, but I > don't > know exactly what that limit is. > > Serdar Soysal > > > -----Original Message----- > From: Andrey Fyodorov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 3:04 PM > To: Exchange Discussions > Subject: RE: script log files > > > You mean Event Service agent log files? > > Can't remember where those are. But if you search your whole drive for > most > recently modified files you should come across one of those :) > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 2:47 PM > To: Exchange Discussions > Subject: script log files > > > I need to know the default location of the agent script log files. Does > anyone have any idea? As well as if the log file continues to grow in size > or writes over after a size limit? > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] > > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

