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 SkipVought 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. mousie18

    Delete files older than 5 days - How?

    Have it sorted: Here is the code I've used: Dim objFSO, oFldr1, oFldr2, oFile Set objFSO = CreateObject("Scripting.FileSystemObject") Set oFldr1 = objFSO.GetFolder("E:\users\user1") Set oFldr2 = objFSO.GetFolder("E:\users\user2") for each oFile in oFldr1.Files if datediff("d"...
  2. mousie18

    Delete files older than 5 days - How?

    Hello, I'm not a script writer but I've been asked to write a script that will delete all files in 2 users folder's that are older than 5 days. So far, I've come up with this (from TechNet): Const DeleteReadOnly = True Set objFSO = CreateObject("Scripting.FileSystemObject")...
  3. mousie18

    ARCSERVE PRE/POST JOB

    You're welcome...
  4. mousie18

    ARCSERVE PRE/POST JOB

    Should have read "Quotes".....
  5. mousie18

    ARCSERVE PRE/POST JOB

    "Qoutes" worked for me..... A.
  6. mousie18

    ARCSERVE PRE/POST JOB

    Hello, Are you trying to run the batch file on the local server or on a remote server? A.
  7. mousie18

    Backup RPC Server stops

    AS2000, Apply arcserve Sp4 & then this patch: http://support.ca.com/Download/patches/asitnt/QO22840.html Cheers A.
  8. mousie18

    Failed to stop this job.

    Hello, CA have released a fix that stops you haveing to rename files etc. Here is the link: http://support.ca.com/Download/patches/asitnt/QO20824.html Hope this is of use to all. A.
  9. mousie18

    Backup Agent - E8602 - Error at Virtual Device Set

    Neil, Is the SQL database on a remote server? If it is, are you using the client agent or backing up across the network? Cheers A.
  10. mousie18

    Alert Service Exchange E-Mail Accounts - Can they be hidden accounts?

    Notleks, Agree with you that it can't be done. Tried it myself with the same results. The way that I got around it was to get arcserve to send SNMP alerts to Compaq Insight Manager & then get it (CIM) to send a mail (SMTP - no mailbox req'd) to me about the backup. Outlook was then removed...
  11. mousie18

    Restoring Exchange 5.5

    Try this, I've done it 7 servers that we've rebuilt & it's worked everytime. This is the procedure to recover an Exchange server from a tape backup of the information store & directory service. The backup type is set to FULL or NORMAL, for a full online backup of the information store &...
  12. mousie18

    ARCserver 2000 V7 & Exchange / SQL

    Randy, had the same problem with SQL 2000 - the fix the I got was: A) Install latest Sp for AS2000 -> Sp4 then B) Go here: http://support.ca.com/Download/patches/asitnt/LO82876.html and install the patch. as for exchange, I had the same problem with Exchange 5.5 & I got around the error by...
  13. mousie18

    Error 8604

    SSMT, I wouldn't run ISINTEG at all. That would be used for exchange database corruption - you are nowhere near that. Arcserve 2000 Sp3 (http://support.ca.com/Download/patches/asitnt/QO05692.html) MUST be applied before applying this Post-Sp3 fix: PREREQS: SP3 for ARCserve 2000 From the CA...

Part and Inventory Search

Back
Top