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 derfloh 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. JasonCooper

    find text in file & cut into new file

    Hi, I need to script the following: find lines containing '5' in position 'x' and cut that line plus the next line into a new file. Any help would be greatly appreciated Many thanks in advance Example file below: 10 451125158200601000400091210101 701 125.51 40 4511251582006...
  2. JasonCooper

    Soft deletions not showing all deleted documents

    HELP ! Most of our clients, Notes 5.06 / 5.08, have soft deletions enabled, set to 336hrs and a 'contains deleted documents' view called 'Recycle Bin'. For some very strange reason recycle bins are being cleared down much earlier than every 336hrs. Take for instance yesterday, my recycle bin...
  3. JasonCooper

    Fragmented tables

    Hi I need to 'defrag' some tables and wonder if the following method is the best way: 1. export table(s) 2. drop table 'tablename' cascade constraints 3. Import table(s) It's mainly the drop command I'm unsure about. Thanks
  4. JasonCooper

    Passing variables to ftp script

    Hi I have a Unix script that prompts the user for a response. I want to then pass this response to an ftp script that will do an mget on all files containing that value in the file names, ie: all FILES.*'user variable'*. Does anybody have ANY idea howto go about this ? Many thanks in advance JC
  5. JasonCooper

    Sequential numbering

    HELP !! I've written a little script that runs every 15 minutes to check a directory on a remote server and ftp any files found to a directory on our Unix server. The script then adds a suffix of .ddmmHHMM to each file. The user would like this suffix to be a sequential number, preferably...
  6. JasonCooper

    Unknown OFO error: 0xc000007f

    Hi I'm regularly getting the above error running BackupExec Version 8.0 Rev 3316. The only other 'error' messages are: OFO: Error during backup. Set has been aborted. Log then says Backup completed and eventually fails on the Verify with 'Unexpected end of backup set encountered'. Details...

Part and Inventory Search

Back
Top