NetXMS Support Forum

English Support => General Support => Topic started by: webnext on June 17, 2009, 11:15:58 AM

Title: Windows Vista [agent]
Post by: webnext on June 17, 2009, 11:15:58 AM
Good morning to you all,

We install netxms on a FreeBSD 7.2 box and server is running fine.

My second step is to install the agent on my $M Vista business Laptop.
When starting the agent we see the following error:

C:\Net-client\bin>nxagentd -v
NetXMS Core Agent Version 0.2.26

C:\Net-client\bin>nxagentd -D
Configuration file OK
FATAL ERROR: Cannot open log file
Agent initialization failed

C:\Net-client\bin>


Any suggestions?

//Marcel
Title: Re: Windows Vista [agent]
Post by: Victor Kirhenshtein on June 17, 2009, 11:36:34 AM
Looks lke agent cannot open log file for writing or connect to Windows event log service. Try to set LogFile parameter in nxagentd.conf to some writeable file, like C:\nxagentd.log and try to run it again.

Best regards,
Victor
Title: Re: Windows Vista [agent]
Post by: webnext on June 17, 2009, 02:40:55 PM
Victor,

Problem solved

Thanks,

//Marcel