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

  1. vacantstare

    missing selections in Restore

    Well, as much as I hate admitting this, I had my media set to overwrite if no appendable media was available. I wasn't keeping a close eye on just how much data was being written, so....I overwrote my own backups.
  2. vacantstare

    missing selections in Restore

    I seem to be losing successful backups somewhere in the catalog. I know they completed successfully, but when I look through the available selections under Restore, they aren't there. Already looked through the Veritas website and followed the instructions for Document ID 272886 'How to...
  3. vacantstare

    Moved BE 9.1 to new server, and now....

    I can do that, and it appears I can then write to the tapes...I still can't erase it or inventory it (maybe you're not supposed to be able to do this to scratch media?), and I still can't unlock the library through the GUI. Some of this seems to point towards a more hardware related problem, but...
  4. vacantstare

    Moved BE 9.1 to new server, and now....

    I can't do anything with the tapes from my old server. If I try to erase, inventory etc, the jobs appear as 'scheduled' but nothing happens. Same thing when I try to unlock the door on the library. I've checked the scsi settings, the library settings, the OS sees the library, Veritas sees the...
  5. vacantstare

    problems with code

    NOw it says that there is an illegal else without matching if!! i`m sure this is right below float Discount(float *pcost) { float amount; if (*cost <= Limit) amount = *pcost * disc_1; else amount = *pcost * disc_2; return amount; }
  6. vacantstare

    problems with code

    for some reason this program refuses to compile, all the errors seem to occur on the &quot;Dsicount&quot; function when i can`t see any, any comments ideas would be greatly appreciated #include <stdio.h> //funtion prototypes void Cost_of_Purchase(float *pcost); //enter price of...

Part and Inventory Search

Back
Top