Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: da644
  • Content: Threads
  • Order by date
  1. da644

    mod_cache and mod_mem_cache

    Hi All, I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my caching type, but how can I check if it is actually doing anything. Is there anyway to see what is in the cache, being served from the cache, what the cache hit rate is, etc...??? Thanks Kind regards, Andrew.
  2. da644

    Strange error in cfserver.log file

    We are seeing the following error message in the cfserver.log file over and over again. [Fatal Error] :-1:-1: Premature end of file. That is it, the complete message. It appear line after line after line. There doesn't appear to be a related error message anywhere else, anyone know what it...
  3. da644

    Updating roaming profile without logging off

    Hi All. Is there anyway to keep a roaming profile up-to-date on the server without logging off? Is there a command prompt command you can issue or a program you can run to update the profile on the server? Kind regards Andrew.
  4. da644

    Active Directory valid users groups

    Hi. I have Samba setup to authicate from a Windows Active Directory and this is working and I can use the valid users configuration setting to allow particular users access: valid users = ADC+username However is there any way I can allow a whole user group access? Kind regards, Andrew.
  5. da644

    Java object issue

    Hi. I having a problem with a Java object call. It appears that the CF server does not create the objects exclusively when more than one instance of the same script is running. I have created a java class to do multi-threaded XML post to a web service. The java class works fine and everything...
  6. da644

    Multithreading a single request

    Hi All. Is it possible to multithread within a single request. For example, I would like to make multiple http requests to a web service, but at the moment they run one after the other, taken about 3 seconds each, but if I could run them both at the same time it would improve the performance of...
  7. da644

    Sharing Entire Mailbox

    Hi All. We have a member of staff that is off for 6 months and the person covering their job needs access to their entire mailbox. However the person question has over 1000 folders and subfolders. Is there any way to simply just share the entire mailbox, e.g. all folders and subfolders, in one...
  8. da644

    SATA - Connecting Multiple drives

    Hi. We have a Dell server with a single SATA hard drive. We need to increase the capacity of the server. The server technical spec. says it supports up to 6 SATA hard drives. We have purchased 6 250GB SATA hard drives. However, when I opened the case it only has two SATA connections on the...
  9. da644

    Shutdown additional servers

    Hi All. We have an APC UPS which is attached to a W2k3 server via the COM port. We have PowerChute Business Edition install on this machine (Agent, Server and Console). This all appears to working fine, I have tested it and it shuts the machine down no problems. We also have two additional W2k3...
  10. da644

    Setting up DNS Replication

    Hi. We have a W2k server running DNS and we would like to setup a secondardy DNS that is a replica of the primary one. We have a second server running W2k and DNS, but how do I get it to automatically replicate the DNS entries from the primary server. Is this possible? If so can some give me...
  11. da644

    Network Browsing Function not working

    Hi. We have small but expanding network at our offices and as we are expanding with have changed the IP addresses of all machines from the 192.168.0.x range to the 10.x.x.x range with a netmask of 255.0.0.0. Everyone on the network is working fine apart from the Network Places browse function...
  12. da644

    How do I get my server to remotely shutdown another

    Hi Guys. I have a Windows 2003 Server connected to a APC UPS and when the power fails it will run a script. I also have a second machine and switch powered from the same UPS. When the power fails I want to run the script and in that script send a command to machine2 (a Windows 2000 Server) to...
  13. da644

    Writing a C++ CFX tag for Linux

    Hi All. I need to write a C++ CFX tag for Linux and I've not done one before, so I thought I would start with a simply "Hello World" application. Here the code in the my C++ file... // Include Standard Librarys (not if they are needed at this point) #include <stdio.h> #include <string.h>...
  14. da644

    cf_aebrowser - New Version Testing Help Required

    Hi Everyone. I am looking to produce a new version of cf_aebrowser, which I have been using for several years now and original pick up from the MM Exchange, however the old version, which no longer appears to be available simply isn't up-to-date enough for my current needs. I have produced...
  15. da644

    Connecting to ODBC Datasource

    Hi. I have an ODBC Datasource setup (it is a MySQL database behind it) and I would like to write a Macro in Word to go through this database open a document, defined in the database, change the document properties title, save the document, close the file and move onto the next one. I have a...
  16. da644

    Changing Document Properties

    Hi Everyone. I have a load of document, for which I have titles in a database. I need to write some code to open each document make the title in the Document Properties (File menu) the title I have in the database and then save the document again. I can do the code to open and save the...
  17. da644

    Verity Search - 77% is as low as it goes!!!

    Hi. I have set up a verity collection and search setup, which is working well, but whatever I search for the lower precentage is 77%. For example, I have one search that returns 136 results and about half was through the score become 77% and then stays the same for the rest of the results. This...
  18. da644

    Getting Start - Newbie Question

    Hi Everyone. I need to write a small VBA for Outlook and I have found an example that is reasonabily similar to what I need to do. I the example it says the code needs to be placed in a 'class module'. I have created a new macro and placed the code in a 'class module' but I assume I need to...
  19. da644

    Mail Log Analyser

    Hi Everyone. Does anyone know any software (preferability free) that will analyser our SMTP server log files like you would do the web server log files? Best Regards Andrew.
  20. da644

    Load Testing Tool

    Hi Everyone. Does anyone know of a good load testing tool for web servers. I'm looking for something that I can give the base URL of the site to and it will go off and test the whole site by following all the links it finds. I have tried two so far, Microsoft Web Application Stress Tool and...

Part and Inventory Search

Back
Top