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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dbase77

  1. dbase77

    check backup status from command line

    Hi, Is there any option in tapeware to check backup status from command line? Or perhaps from a log file. I'm trying to write a batch script to auto email me the backup status. Thanks.
  2. dbase77

    retry backup job if first attempt fail

    Hi, Is there any option in arcserve to keep retring backup job within backup windows time? I couldn't find any. At the moment, if first attempt fail, my backup job consider as fail. It should keep trying though if backup windows still exist. My environment is 2 SDLT tape drives. No autoloader...
  3. dbase77

    1 backup/restore job uses 2 tape drives simultaneously

    Hi, I tried to run a backup job but it used only 1 tape drive. I have 2 tape drives in the same group setup. Do I need to do anything else. I've changed the option to overwrite any media as well. As well as to use any media in backup option. Thanks.
  4. dbase77

    1 backup/restore job uses 2 tape drives simultaneously

    Hi, I have 1 SDLT tape drive and going to get another one. Our backup job moves into second tape now. Idea is not to have human interaction to swap the tape. Thinking of using 2 drives for tape1 and tape2 and backup would use tape2 after tape1 is full. Or maybe use multi-stream if possible...
  5. dbase77

    how to run sql query on clob column?

    Hi, I have one table which contains clob column. How do I query this clob column? Very strange, normal query doesn't work at all. Thanks all.
  6. dbase77

    delete empty space at specific column

    arghhh, I hate this statement file. Now I need to add few whitespaces between 'Credit' and 'Total' value. What do I need to add to above code? I dont mind running seperate command though. Thanks again.
  7. dbase77

    delete empty space at specific column

    Nice. Thank you very much.
  8. dbase77

    delete empty space at specific column

    This is very very good. Very impressive. Could you explain why you have '|' to DATE and number '1' after 'next', please? Just want to fully understand what it does. And what is '$0' use for? Thanks again.
  9. dbase77

    delete empty space at specific column

    Very simple. But how do I go about doing it in every first occurrence of date after 8 white spaces? The statement itself has header and footer. Basically I need the header and footer untouch and only delete 2 spaces between Total column and Rate column. Thanks again.
  10. dbase77

    delete empty space at specific column

    Hi All, If anybody could help me with my scenario here. I have a statement file. Example of some content: DATE DESC Debit Credit Total Rate 02-Jan-08 Lodgement 200.00 1200.00 2.51 14-Sep-07 Withdrawal 50.00 1000.00 2.51...
  11. dbase77

    delete line if contains pattern

    Yes, that what I forgot. The "^" sign. Thank you.
  12. dbase77

    delete line if contains pattern

    Hi, How do I go about deleting any lines that contain pattern on the first 3 characters or maybe first 5 characters? Example file contains: . . How much does it cost? Where are you now, How? Is this correct? How old are you? How are you? . . I want to remove "How" lines and "Is" line for...
  13. dbase77

    strip out data of xml file

    Annihilannic, I still got the strange characters in my output and couple of errors. I guess nothing we can do on this issue as when I view it in windows, it does change to some weird character. mrn, I haven't try xml2txt yet. Have you try it? You can always dl the full xml file from the...
  14. dbase77

    strip out data of xml file

    Hi, This is what I got: freebsd# awk 'BEGIN { print "\xc3 \xa1 \xc5"}' Ã ¡ Å freebsd# Thanks.

Part and Inventory Search

Back
Top