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 Mike Lewis 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. vbcdor

    checking disk freespace

    Actually, I stand corrected. I think it is working now. The WScript.Echo 'str = ' str is still displaying nothing (null), but I am receiving the email when I am suppose to. thanks
  2. vbcdor

    checking disk freespace

    well, it was a good thought. I just tried it and it didn't work.
  3. vbcdor

    checking disk freespace

    Hi,I'm fairly new to VBScript and can't figure out what is wrong with the statement below. Basically, I'm trying to check for available freespace on two different drives and I plan on sending an email if the freespace is below a certain amount for each drive. I stuck in some Wscript.Echo...
  4. vbcdor

    VBTextCompare problem

    never mind. I finally see the extra space in the If statement.
  5. vbcdor

    VBTextCompare problem

    Hi all, I'm having difficulties figuring this one out. I set up a test file which displays a value of 0, 30, 0 and 0 for the code below. This is what it is suppose to do, except I never write a line to the output when the value = 30 (it never executes the Wscript.echo "write a line to output"...
  6. vbcdor

    drivespace script

    much better. thanks mrmovie I believe it sends just one email with all the drives listed. I will retest and see. thanks again.
  7. vbcdor

    drivespace script

    Hi all, I need some help with a script. I am trying to write a script that will send out an email when the drive freespace on a Windows server is below 10%. Although it sends out the email and lists the drive that is having a problem, it also lists 2 other internal drives (C: and D:) and are...
  8. vbcdor

    Startup/Shutdown of database on Windows

    thanks, I thought there was more to it than that. so if I don't want the database to start back up between reboots, I can just disable or change the service to manual.
  9. vbcdor

    Startup/Shutdown of database on Windows

    Hi, How are the Oracle databases normally started and shutdown on reboots on W2K servers? I know the services are started and stoped by the OS, but what about the database itself?
  10. vbcdor

    Can't start listener

    I thought I was at 8.1.7 on this server (my PC), but I looked again in the init.ora file and it is at 8.1.0. Yes, this is running on windows XP and no, I don't have access to metalink. This is a real sore spot for me, because I am suppose to be supporting about 15 oracle databases, yet I don't...
  11. vbcdor

    Can't start listener

    Hi, Does anyone know what the following error means? NL-00051: internal error code, arguments: [302], [1], [], [], [], [], [] I can't seem to start the listener. Every time I get the above error. This is an Oracle 8i system on a Windows XP OS. thanks
  12. vbcdor

    DI-30 not recognized by XP

    Yeah, but it was loading the tape fine until I started uninstalling and reinstalling drivers. I found this pdf file (below), I've tried all the steps except editing the registry. It was alittle unclear because it said to delete all the volume entries, yet in step 2 on page 4 it shows a delete...
  13. vbcdor

    DI-30 not recognized by XP

    no... I only have one tape. But it was working fine with the old OS, it was loading fine before I upgraded the Echo and the firmware. If I could only get the thing to load, I think it might work now. Before I did the upgrade, there was no "backup now" option available. I could not select...
  14. vbcdor

    DI-30 not recognized by XP

    I would also like to add that the tape previously loaded (before I did the hardware/firmware upgrade), but would not work. But now it won't even load. I insert the cartridge, but it won't take it in. Also, I need to add that I installed the Sc2k Win XP drivers found on the hastec website...
  15. vbcdor

    DI-30 not recognized by XP

    Hi Matt, Maybe you can help me out too. I also have a DI30, I installed Echo 3.7.02 and did the firmware upgrade to 1.09 and I can't seem to load the tape on my XP SP2 system. The drive says it's working in device manager, but it won't load. I switched from a Win 2000 machine to a win XP...
  16. vbcdor

    XP with Echo vs NTbackup

    I just want to add that my drive is an Onsteam DI30.
  17. vbcdor

    XP with Echo vs NTbackup

    Hi, I have XP SP2 home edition with Echo 3.016 and firmware 1.08. I'm debating whether to use the Echo software or the Windows XP backup software to do my backups. Can you tell me the pros and cons? I'm not looking for all kinds of scheduling options, I just want something that is the...
  18. vbcdor

    use of & and quotes

    PHV and mrmovie, Thanks for your help. I couldn't get the script to work with the vb date function, but I used this idea to stick an if statement after the "For each objEvent" statement. The code now looks like: Set colLoggedEvents = objWMIService.ExecQuery _ ("Select * from...
  19. vbcdor

    use of & and quotes

    I tried using left(TimeWritten,14) to do the comparison and I received an error.
  20. vbcdor

    use of & and quotes

    mrmovie, Is there a sub string function? I can't seem to find one in the reference guide. Can I some way set a variable to a the first 14 positions of the WMI date? vbcdor

Part and Inventory Search

Back
Top