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

    Replication problem

    I have setup replication between 2 different servers (1 master, 1 slave) When I insert a new record into the master, it replicates to the slave. When I update a record on the master, it does not show up on the slave. Is this an issue that anyone has seen before? Thanks!
  2. cyoung

    Recover a software raid

    My Samba server decided to die last night with a SCSI drive failure. The system had a SCSI drive (non-raid) for the OS, and then 2 IDE drives as a raid1 for the shares. The SCSI drive failed, so I cannot boot the system. Will any of the live distro's let me mount the raid array so that I can...
  3. cyoung

    Batch rename files using bash

    This one for some reason is stumping me.... I have a large quantity of files that I need to change the case of the characters on. ie: 123456_a_th.jpg needs to be 123456_A_TH.jpg Any ideas? Thanks!
  4. cyoung

    XP Pro move to a new HDD

    I have WinXP Pro SP2 installed on my laptop. I have just about run out of disk space, so I purchased a new drive. Is there a way to transfer the install from the current drive to the new drive? (My current install works fine, and is only about 3 months old -- I don't want to reinstall unless I...
  5. cyoung

    Strange PHP problem

    I am running PHP on Apache (Linux) and I have the following issue. When I run the following (as phpinfo.php) it works fine <?PHP phpinfo(); ?> When I try to include it in an html page, it shows the PHP code and does not render (test.html) <?PHP include("phpinfo.php"); ?> Any ideas? Thanks!
  6. cyoung

    Open Source Web Conference Software

    Are there any Open Source Web Conference Software packages that you can suggest? Thanks!
  7. cyoung

    Help! recover encrypted files

    I had a bunch of files on an NTFS formatted external firewire drive, that were encrypted. My main system crashed, and now I cannot access these files. I have tried making the administrator account take ownership, but I still cannot access them. The computer name stayed the same, and my login...
  8. cyoung

    Printing data report causes app to crash

    I have setup an application that prints a batch report of transactions to a warehouse receiving database. I have used the data report designer to create this report, and I am using an ADODB recordset for the reports data. The report previews when using Me.Show, and I can print from the preview...
  9. cyoung

    Moving to a new server

    I am running Samba 2.2.5 as my primary domain controller along with 2 additional samba boxes that use the primary domain controller for authentication I have purchased a new server to replace my primary server, and was wondering if there is a way to transfer the files over (smb.conf...
  10. cyoung

    Data Grid question

    I am setting up a datagrid that is bound to a disconnected recordset. I am trying to use this to add line-items to another table. How do I get the datagrid to add another row when I tab after the last column in the current row? Are there any column based events that I can use for this? Thanks!
  11. cyoung

    Question on time calculation

    I have a situation where I need to figure out the number of minutes between 2 different times. I am creating an automation program that will send jobs for production upto a certain time, and the amount of time that a job needs varies based on the quantity in that job. I do not want any thing...
  12. cyoung

    Large Recordset Issues

    I have a VB app that imports a flat file into a table, and then modifies the data. After the data manipulation, I need to write this file back to a tab-delimmited file, with a CR-LF as the record delimitter. With small recordsets (1000 records and under) the code that I use works perfectly, but...
  13. cyoung

    Update with a join statement error

    I am trying to update a table when there are matching items in another table Table A - inventory itemnum balance Table B - inventory_transactions itemnum qty invoicenum What I am trying to do, is to add the inventory qty back into the inventory table when an invoice gets cancelled or changed...
  14. cyoung

    Creating an ASCII file from a recordset

    I have figured out how to create a text file (tab delimmited) from a recordset by using the FileSystemObject and the Write option. What I need to be able to do is to also include the field names as the first line for a header. Is there a way to do this? Thanks!
  15. cyoung

    Creating an Excel spreadsheet from a query

    I have a situation where I need the ability to create an Excel spreadsheet automatically from the results of a query. I am using VB6 and MySQL. Thanks!
  16. cyoung

    Backup Question

    I have installed a tape drive on a RedHat 8 server, and I am having problems with backing up multiple directories. I want to be able to backup these directories without overwriting the previous set. I am using tar in a script and calling it with cron, but if there is a better way, I would...
  17. cyoung

    Samba 2.2.5 / RH 8 / Printing issue

    I just setup a RH8 box using Samba 2.2.5 as a print server for 15 printers, and have an interesting problem.I am using lpng as my printing system on the server. The print procedure works fine in every case, except that the print job remains visible in the Windows Active Printers icon (on the...
  18. cyoung

    Printer Control from Windows

    I have several printers connected to a RedHat server and I am using SAMBA to share them with my Windows clients. Does anyone know of a utility that will run in Windows that will allow me to control the printer queues on the Linux server? Currently I go to the console and remove jobs by logging...
  19. cyoung

    Sendmail or POP3 problem

    I have a remote site that connects to my email server using pop3 over a 128kb line. The server is RedHat 7.0, sendmail 8.11.0. Whenever there is a large (over 2meg) email, the person connecting receives a timeout error when receiving the email Is this a sendmail problem, or a pop3 problem, and...
  20. cyoung

    Date issues Access 2000 Project in Access 2002

    I have an Acess 2000 project that has been working without any issues -- until now (Workstation with Access 2002) There is a form that prompts for a date, with a mask set at 00/00/0000;0;_ This value is used to generate the criteria for a query, and then also to generate the output file name...

Part and Inventory Search

Back
Top