Re: An exception occurred when instantiating a Com object.

2004-11-23 Thread Jonathan Bigelow
I don't have any idea what dll to register. The custom tag is trying to create a connection to MS Word using the code below: How would I determine what dll needs to be registered? Shouldn't installing Word register everything that it needs? >You will need to register the object on the ser

An exception occurred when instantiating a Com object.

2004-11-23 Thread Jonathan Bigelow
Hey guys. I'm trying to use the HTML2Word custom tag from cfcomet, but I'm getting an error that reads: An exception occurred when instantiating a Com object. The cause of this exception was that: AutomationException: 0x80040154 - Class not registered. I'm running CFMX 6.1 on Win2k. Any i

Mail merge

2004-11-22 Thread Jonathan Bigelow
Has anybody implemented a mail merge using CF/SQL/VBScript/Whatever??? I'm building an online job application and would like to merge the data with a MS Word template to then email off to our HR department? I've looked around but haven't found a way to kick off a mail merge programatically. Th

Re: SOT: Server Monitoring

2004-11-11 Thread Jonathan Bigelow
Nagios is a great utility! I absolutely love it. That said, if you're looking for something else that's free and Win based and doesn't need to be too complex, why not use Performance Monitor? It's installed on every server you've got already, has all of the performance metrics you'd really ne

Re: Pros and cons of separate tables

2004-11-11 Thread Jonathan Bigelow
Hi Roberto, Your main drawback here is going to be the use of Access, not the additional time required to return the results. A database server (MS SQL, MySQL, etc.) would improve your reponse time, but if you don't have hundreds or thousands of people hitting your application, Access should b

Determine size of cached components

2004-11-10 Thread Jonathan Bigelow
Hi all! After Max I've decided to start playing around with caching some of my more frequently used CFCs in memory for faster execution times. I'm only caching components that are used extremely often (those that handle security, generate navigation, data formatting, etc.) The navigation comp