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 Rhinorhino 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: tbrowne
  • Content: Threads
  • Order by date
  1. tbrowne

    Clients can't reconnect to domain after cable modem and router are restarted.

    I'm running Server 2012 Essentials on a new Dell PowerEdge T110 in a small office. Internet is through a cable service and the cable modem occasionally needs to be restarted along with the router. Client computers are not able to reconnect to the domain after these devices are reset. I have...
  2. tbrowne

    Perl script runs in Apache but not in IIS

    I have a perl script that runs in Apache on both Windows and Linux servers; however, it will not run correctly in IIS. I inherited this script and I have modified it for several years learning just enough perl to get by. The website was recently moved from a Linux server to a Windows server...
  3. tbrowne

    Help needed with stored procedures

    I've been searching for an answer to this question for several days to no avail. I'm new to ADP's and looking for a more elegant solution that the one I am using. I am migrating an existing Access database to an ADP with a SQL Server 2008 back end. I have a main form, order info, that contains...
  4. tbrowne

    iSeries dasd growing at abnormal rate

    I have an iSeries 9406/520 running OS/5.4.0. Over the past several months dasd usage has been growing at an abnormally high rate and I need to find out why. I'm looking for a way to monitor files or libraries that grow more than say three percent in a given period of time to identify where the...
  5. tbrowne

    Adding a new server to an existing domain - how to

    I have an existing Windows 2003 Server (Small Business Edition) running as the domain controller for 10 PC's. I have a new server application that needs to run on a server that is not the domain controller. The vendor also does not support the application on a Small Business Edition server...
  6. tbrowne

    Question about SAV on a non-dedicated server

    I'd like to know if Symantec Antivirus 10.1 runs as a service and whether or not it will run successfully on a PC that might occasionally be used by a regular user. That is I'd like to start the service as administator and log off. I want the services to continue to run even if a regular user...
  7. tbrowne

    SAV 10.1 no showing clients

    I recently installed SAV CE 10.1 on a Windows XP Professional PC to act as the server for 10 client PC's. The install went well and I was able to do a remote antivirus install on the 10 clients. I had a problem in that none of the clients were updating from the server and the server was not...
  8. tbrowne

    DHCP Setup Problem

    I'm trying to setup DHCP on a new Windows 2003 Small Business Server that has only one NIC installed. RRAS is setup and running to provide VPN services. When I open the DHCP console, the 'Scopes' option under the Action menu is inactive, greyed out. I also do not see the option to add a...
  9. tbrowne

    Can I connect to an external file from an RPG Program?

    I routinely make OLE connections from PC programs to AS/400 files. Is it possible to have an RPG program running on the AS/400 make a connection to a file stored on a Windows server? I have a project that would really bennefit from this type of connection.
  10. tbrowne

    How to add a power user group to XP Pro that was updated from XP Home

    I recently updated a PC that had Windows XP Home edition installed to Windows XP Professional using an upgrade CD. The upgrade went well; however, after the upgrade there are still only two default user groups shown: users and administrators. Can anyone advise how to add a a power user group...
  11. tbrowne

    procedure entry point ?m_hInstance@CPEPDataCollector ERROR

    I get this error On a new install of Peachtree 2006. The ?m_hInstance@CPEPDataCollector@@0V1@A could not be located in the dynamic link. When opening the program. My only choice is to answer "OK" and the program terminates. I haven't found any useful info in the Peachtree knowledge base. I...
  12. tbrowne

    How do you include multiple Carbon Copies with PHPMailer

    Anyone know how to send carbon copies to more than one person with PHPMailer. It's probably easy once you've done it, but I haven't figured it out yet. My code is as follows: $mail = new PHPMailer; // Add the necessary stuff $mail = new PHPMailer(); $mail->IsSMTP(); // telling the class to...
  13. tbrowne

    How to identify PCI vs SPD device on AS/400

    I'm preparing to update the OS on an AS/400 9406 model 720 from Release 4.5.0 to 5.2.0. IBM no longer supports SPD based devices in Release 5 and greater. Can anyone tell me how to determine whether a device is PCI or SPD by looking at the system configuration printout or other AS/400 tool...
  14. tbrowne

    Check for empty file before running an RPG program

    Is there a way to check a file to see if it has records in it with a CL program before calling an RPG program that uses the file? I want to backup a recordset before changing any data in it, but only if the recordset contains data. Otherwise, I want the backup to remain intact.
  15. tbrowne

    Is it possible to specify an email attachment name with PHP?

    Thanks to the faq section on this forum, I was able to work out the logistics of sending attachments with e-mail. I'd like to know if there's a way to specify the attachment name so that it arrives at the destination with a meaningful name. A name like ATT131501.ATT doen't mean much to the...
  16. tbrowne

    Can I get the user name from the system for authentication?

    I need to get the system user name for authentication purposes to use in a php script. This would be similar to using "NT Authentication" for MS SQL Server or other application. Can this be done with php?
  17. tbrowne

    How do youI open a new page without user response?

    I'd like to have users fill in the contents of a form and click the submit button. PHP code on that page will validate the entries and call a confirmation page if the entries are correct. If not correct, the user will be asked to correct the errors. I'm not sure how to call the next page...
  18. tbrowne

    UPS won't keep my system up when line power is disconnected

    I have a full tower work station running a 450 watt power supply and 19 inch monitor attached to a Belkin 800VA UPS. The Belkin unit is new and fully charged; however, when I test the unit by disconnecting from line power - the system immediately reboots. It will reboot and run on battery...
  19. tbrowne

    Anyone running Access 2000 and 2002 on the same PC

    I'm about to install Access 2002 on a PC that already has Access 2000 on it. Has anyone else done this and if so, do both versions run correctly? My OS is Windows XP Professional.
  20. tbrowne

    Change Contact Information on AS/400 model 9406-720

    I'd like to change the contact information stored on an AS/400 model 9406-720. The default contact info that comes up when I order PTF's is not correct and I'd like to make a permanent correction. I haven't been able to find where the data is stored.

Part and Inventory Search

Back
Top