I'm having a problem with CDONTS, and this is going to require some 'splaining.
My web server setup involves 4 servers, we'll call them 10.0.0.1 through 10.0.0.4. The .1 server is the server we publish to, which runs Site Server, which pushes changes out to .2 through .4. The servers that receive those changes from Site Server also use Windows Load Balancing Service on 10.0.0.5. When I ping any of the the websites that are hosted on this Load Balanced group of .2-.4, the replies come back from the load-balanced IP of .5. If you put "dev." in front of any of those domains however, the replies come back from 10.0.0.1, the server that runs Site Server.
Software:
.1 - Win2k, IIS5
.2 - NT4, IIS4
.3 - Win2k, IIS5
.4 - Win2k, IIS5
(.5 - WLBS)
Okay, now for the problem. I have a script running on the load-balanced servers that merely sends email out using CDONTS. Sometimes it works, other times it doesn't. When I run the script through IE on each server individually (so that it uses the copy on localhost), it fails on .3 and .4, saying "ActiveX component couldn't create object CDONTS.NewMail".
The thing that bugs me is that it doesn't do it on .1, which is also Win2k/IIS5, so I don't know what could be causing the problem. Aside from Site Server on .1, the Win2k servers aren't terribly different. Web searches haven't turned up anything helpful.
Where should I look first?
My web server setup involves 4 servers, we'll call them 10.0.0.1 through 10.0.0.4. The .1 server is the server we publish to, which runs Site Server, which pushes changes out to .2 through .4. The servers that receive those changes from Site Server also use Windows Load Balancing Service on 10.0.0.5. When I ping any of the the websites that are hosted on this Load Balanced group of .2-.4, the replies come back from the load-balanced IP of .5. If you put "dev." in front of any of those domains however, the replies come back from 10.0.0.1, the server that runs Site Server.
Software:
.1 - Win2k, IIS5
.2 - NT4, IIS4
.3 - Win2k, IIS5
.4 - Win2k, IIS5
(.5 - WLBS)
Okay, now for the problem. I have a script running on the load-balanced servers that merely sends email out using CDONTS. Sometimes it works, other times it doesn't. When I run the script through IE on each server individually (so that it uses the copy on localhost), it fails on .3 and .4, saying "ActiveX component couldn't create object CDONTS.NewMail".
The thing that bugs me is that it doesn't do it on .1, which is also Win2k/IIS5, so I don't know what could be causing the problem. Aside from Site Server on .1, the Win2k servers aren't terribly different. Web searches haven't turned up anything helpful.
Where should I look first?