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 strongm 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: *

  1. spruce009

    multiple users sharing main document in mail merge

    We have 6 users who all mail merge using the same main documents. Every few months their templates can't find the main document to pull the data from in order to create the merge. They are all mapped using the same drive letter and path, and the permissions are set to full access for the six...
  2. spruce009

    Crystal Reports 10 and Clustering

    I am not a clustering guru, but the goal is to fail the application over to a backup server when something goes wrong. They are running a clustered IIS server and use crystal reports for all of its reporting. I don't think they are looking to necessarily cluster Crystal, but it will be...
  3. spruce009

    Crystal Reports 10 and Clustering

    Does anyone know of any issues running Crystal reports on a clustered server? Any information would be great. Thanks.
  4. spruce009

    SMTP Error

    Yes...another piece of the puzzle is that this is on a clustered server. The SMTP Virtual server in IIS is not an option.
  5. spruce009

    SMTP Error

    We recently removed an Exchange 5.5 server leaving two Exchange 2000 servers (now in native mode). We are behind a firewall, and do not send out email over the internet, but we do send emails to other agencies in the complex that we allow communications with. After removing the 5.5 server...
  6. spruce009

    inetinfo error

    I am running a Windows 2000 Server with IIS 5 and am getting the following error. Any ideas would be greatly appreciated. Thanks in advance. Application Popup: inetinfo.exe - application error: The instructionat "0x77fcc55e" referenced memory at "0x0000006d". The memory could not be...
  7. spruce009

    Reset after sync

    I have a palm zire 71 that prompts to reset after doing a sync. The PC is running Windows XP Pro, and I am syncing with Outlook. It was origionally not retaining the date after the reset, but I fixed that with a hard reset. Is there any way to get it to sync and not need to do a reset? Thanks.
  8. spruce009

    CD Rom not working

    unfortunately this bios does not have the option. The BIOS auto detects the modular bay by default to see if I have a floppy or CDROM installed. The system recognizes that there is a device there, it just doesn't always recognize that there is a disk in the drive.
  9. spruce009

    CD Rom not working

    I have a Dell Inspiron 4000 laptop with an exchangeable cdrom/floppy. When I put the floppy drive in, it works fine. When I put the CD Drive in, the laptop recognizes that the CDROM is in, but will not read the disks or even attempt to spin the drive. I have tried replacing the drive thinking...
  10. spruce009

    intercept network activity like VirusScan does

    have you tried programs like Ihatespam? Also, the new version of Outlook offers it built in. If you are interested in writing a script, you could also dabble with CDO programming, but that gets very complicated, and may require a server to run the scripts.
  11. spruce009

    Network connection no longer recognized?

    You could go into add/remove programs, windows setup and remove all networking items. Reboot, and then add them back again. The problem appears to be with the TCP/IP service not starting, which could be a corrupted file or a dependancy not starting.
  12. spruce009

    connectivity issues

    I have a computer that I am having connectivity problems with. It is an XP Pro system, and it connects to the internet with no problem. I can get email, use different messanger programs, but weatherbug and NAV live update wont work. Both programs are telling me that I don't have an internet...
  13. spruce009

    some things not connecting to internet

    I have a weird problem. I have a laptop and a desktop connecting to the internet with a linksys wireless G router/access point. Everything works fine on the laptop with a wireless card. The PC is connected directly to a port on the router. Both appear to be set up identically, but some...
  14. spruce009

    form validation

    changing to else if seemed to fix the problem. Thanks for all the suggestions, I really appreciate it!!!
  15. spruce009

    form validation

    I am using the following code to validate that certain form elements are not left blank, but it does not work. The alert pops up, but then instead of setting focus back on the form, it goes right to the forms action. Any ideas? Thanks. function CheckRequired(){ var returnValue=false; if...
  16. spruce009

    auto populate from Database

    I am using ASP to connect to an Access database. I will give this a try and see what happens. Thanks.
  17. spruce009

    auto populate from Database

    I have an access database with a vendor table. I am offering on my web form, a drop down list with the vendor names. Being new to javascript, I was hoping someone could tell me the best way to autopopulate the remaining text fields (Address, city, etc.) based on the selection from the drop...
  18. spruce009

    event 12294

    Thanks Carl! I will try reapplying the SP tonight. I have managed to satabalize the system by loading a few new security fixes, so we will see what happens. Thanks again.
  19. spruce009

    event 12294

    I am getting hammered with system event 12294 with the following code: Event Type: Error Event Source: SAM Event Category: None Event ID: 12294 Date: 4/7/2004 Time: 11:28:34 AM User: STORIS\Administrator Computer: XSERVER Description: The SAM database was unable to lockout the account of ...
  20. spruce009

    filling text box from select entry

    <script language="JavaScript"> function ChangeAddress(objElement){ var RecValue = objElement.value; alert ("The Value is " + RecValue); } </script> <select style="width:170; font-size:10;" name="RecName" class="textfield" onchange="ChangeAddress(this);"> <option value=0>STORIS, Inc...

Part and Inventory Search

Back
Top