> -----Original Message----- > From: Kern Sibbald [mailto:[email protected]] > Sent: Monday, 4 May 2009 19:28 > To: James Harper > Cc: [email protected] > Subject: Re: [Bacula-devel] win64 build environment > > Hello James, > > On Monday 04 May 2009 07:57:43 James Harper wrote: > > It didn't solve the problem. I've added a job info message to dump the > > name of the server being passed to the API. Can you please do another > > compile and post the links to the bug report? (or just email me and I'll > > update the bug report) > > OK. I have posted the updated binaries to the www.bacula.org/downloads site. > They have the same name, but the date shown by the daemon is 4 May 09. > I'll let you update the bug report. > > I'm wondering if we might solve this problem by adding an optional field to > the plugin command line that allows the user to specify the Exchange "name". >
We might need to do that for testing purposes if this doesn't work. One of three things could be happening: 1. GetComputerName returns the name of the cluster but exchange wants the name of the machine 2. GetComputerName returns the name of the machine but exchange wants the name of the cluster (I think I have ruled that out by using GetComputerNameExW to get the name of the cluster, which didn't fix things) 3. Something else :) This latest patch will tell me what exactly I'm passing to Exchange. I'll then change it so that we use the name of the machine instead (different parameter to GetComputerNameEx) and see if that works. Either way will work in a non-clustered environment so I think we can make it work without needing extra fields. James ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
