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 Wanet Telecoms Ltd 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. trbyrne

    Backup to Removable Hard Drive

    I am hoping that someone will be able to help me here. I have six backup jobs that perform incremental backups each weekday, and then full backups on Sundays. They backup everything to two Buffalo NAS units. What I would like to do is to once a week copy these backups to a removable hard...
  2. trbyrne

    GFS Guide

    I just installed Arcserve r12 and put a Buffalo Terastation 2TB appliance on my network. I need help in properly configuring my backup on this system. The size of a full backup of my data is roughly 35GB. I would like to implement a 7-day incremental GFS rotation (full on sundays) that takes...
  3. trbyrne

    WSUS Installation Problem

    Firewall is turned off on the server, and I cannot go to http://ruby/selfupdate. The WSUS Admin web page is configured for port 8530 on the server and there is a selfupdate virtual directory in the default web page (which runs on port 80) on the server.
  4. trbyrne

    WSUS Installation Problem

    I am attempting to install and configure a new WSUS installation. I am experiencing problems with my clients not connecting/communicating with the WSUS server. I have run the WSUS Client Diagnostics utility from Microsoft and the results are shown below. C:\wsus_client_diag>clientdiag WSUS...
  5. trbyrne

    XP Pro Freezes, Won't Boot into Safe Mode

    I have a laptop w/ XP Pro SP2 loaded and today it began to exhibit some strange symptoms. When you boot into Windows, it freezes up after about 2 minutes. The mouse will move, but you cannot click on anything and ctrl-alt-del does not work. I have tried to boot into safe mode, but the laptop...
  6. trbyrne

    Group by Formula

    I found my solution here.... http://www.dbforums.com/crystal-reports/1212704-how-exclude-records-crystal-report.html
  7. trbyrne

    Group by Formula

    ...of this discussion, there is only one REP1C record with the word "archive" in the COMMENT1 field (see selection formula below). REP1 {repairnum} *** {locationnum} *** REP1C {repairnum} *** {locationnum} *** {pagenum} {comment1} {comment2} {comment3} {comment4} {comment5} JOIN TYPE = Inner...
  8. trbyrne

    Group by Formula

    I think what I need to do here is to eliminated any records that have the word "archive" in any of the rep1c comment fields. I've been playing with the selection formula but haven't found the right combination yet.
  9. trbyrne

    Group by Formula

    <GROUP 1 - {REP1.LOCATIONNUM}> <GROUP 2 - {REP1.RepairStatus}> ***this is the section that I want to change to {@REPAIRSTATUS}*** <GROUP 3 - {REP1.SALESPERSONNUM}> <GROUP 4 - {REP1.REPAIRNUM}> ***this is where my display comments formula is placed, in the footer of this group. the individual...
  10. trbyrne

    Group by Formula

    Is there a way that I can modify my formulas so that I CAN group on REPAIRSTATUS?
  11. trbyrne

    Group by Formula

    ...about that, didn't catch them at first....here are all of the relevant formulas (I think) //@REPAIRSTATUS IF {REP1.RepairStatus}="100" THEN "*** UNISSUED ***" ELSE IF {REP1.RepairStatus}="200" THEN "OUT TO VENDOR" ELSE IF {REP1.RepairStatus}="300" THEN if {@OneYear} then...
  12. trbyrne

    Group by Formula

    Oh, OK. Here the are: //@OneYear if datediff("d",{@FixReturned},currentdate)>365 then true else false //@Archived if instr(lcase({@DisplayComments}),"archive")>0 then TRUE else FALSE
  13. trbyrne

    Group by Formula

    ...an available field in Group Expert. What can I do to be able to group by this formula? //@REPAIRSTATUS IF {REP1.RepairStatus}="100" THEN "*** UNISSUED ***" ELSE IF {REP1.RepairStatus}="200" THEN "OUT TO VENDOR" ELSE IF {REP1.RepairStatus}="300" THEN if {@OneYear} then...
  14. trbyrne

    Consolidate Text from Detail into Summary

    I found my solution here: http://www.tek-tips.com/viewthread.cfm?qid=1478748
  15. trbyrne

    Consolidate Text from Detail into Summary

    First things first - I am using Crystal v 10 Developer on a Windows 2003 server. I am looking for a way to consolidate text entries from my detail records into one text entry for a group header. An example follows: What I have now: <GROUP HEADER> ITEM #1848 <DETAIL> Text line 1 <DETAIL>...
  16. trbyrne

    Help Design NAS Backup

    I am in the process of reviewing and redesigning our entire backup schema (hardware, software, etc) and I'm looking for some help on designing the new system. I have 5 servers and about a dozen laptops/desktops to backup. We currently backup about 20GB of data every night to a network share...
  17. trbyrne

    Simple Backup

    I have a very simple backup question. I need a way to copy my user's Outlook files from their PC to the network each and every day. I have users that run Outlook on their PCs (we do not run Exchange Server). I want to copy (not necessarily create a backup) their Outlook files each day to a...
  18. trbyrne

    Conditionally Suppress Group 1 via Parameter

    ...(hide, DDOK) Basically I am showing inventory levels by location and allowing the user to drill down into the details as needed. What I *want* to do is give the user the option of *not* showing it by location (via parameter ShowLoc) and instead showing inventory levels corporate-wide. In...
  19. trbyrne

    451 Error - Name server timeout

    ...problems. Any ideas? EXCERPT FROM EMAIL GOING FROM BROMBERGS.COM TO GLEIMJEWELERS.COM ------------------------------------------- ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE **...
  20. trbyrne

    Problems w/ Backup to Removable Drives

    The "D: ASC" has always been there, even when it works. The selection criteria is actually the following folders: "d:\backup_asc_critical" "d:\backup_data" "d:\backup_system_states" I swear that I did not change anything and it worked on 2/8, 2/9 and on 2/10. Backed up 33GB each night in just...

Part and Inventory Search

Back
Top