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 wOOdy-Soft 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 MagnusFox

  1. MagnusFox

    2 providers, VLANs, CEP and routing protocal help needed

    I nedd help with the lines below labled "Needed" I've given it my best shot, but need a couple pointers on the config prior to testing. |======| |======| | DSL1 | | DSL2 | |======| |======| \...
  2. MagnusFox

    NEC Electra Elite Sets

    Are all Electra Elite sets single pair sets? Do I need only wire a single pair of wires to make the set work? Thanks
  3. MagnusFox

    Outlook Macro (Create Journal Entry)

    Good day, Here is what I do now: Each day I add new contacts within Outlook. I send them each my marketing materials in the postal mail. I select an individual contact, add a new journal entry. I set the entry type to letter, and add the text "sent initial mailing" to the notes...
  4. MagnusFox

    Remove ALL CAPS from field (string manipulation)

    Thanks Wolf! Meet you at the hen house around noon for a snack. Fox
  5. MagnusFox

    Remove ALL CAPS from field (string manipulation)

    Wolf, I need to store the new values in the DB. Not just print them to the screen. All, Please note that the data is currently stored as all uppercase chars, so the lcase can only be applied to the second char and everything up to the next space, then repeat.
  6. MagnusFox

    Remove ALL CAPS from field (string manipulation)

    Good day, I need to rewrite a field in my DB that is currently ALL CAPS. Here is the Field, sample data and the results I need. Business Name THE BELT SHOP ST. PETER HOGS After string manipulation: Business Name The Belt Shop St. Peter Hogs Could you please provide the string manipulation...
  7. MagnusFox

    Corrupt Mailbox, Cannot Connect to Maildbox

    Good day, Exchange 5.5 sp4 Windows 2000 sp3 I have a single mailbox out of hundreds that I cannot connect to with OWA nor the Outlook client. OWA brings up a dialog box that says "failed to get inbox" while Outlook displays the Outlook menubar then locks (no messages, no nothing)...
  8. MagnusFox

    Move Information Store with Offline Backup

    I don't think there were any errors in the EL. I tried a while back and cannot find the date/time. You spoke of esefile, that would only be used if I copied the DB to another disk rather than tape, correct? I found another KB article #326472...
  9. MagnusFox

    Where is MBCLEAN.EXE located

    I cannot seem to find where the mailbox cleanup agent files are located. I do not have the files anywhere on my server, even after putting SP4 on. Where can I locate the install files?
  10. MagnusFox

    Move Information Store with Offline Backup

    So how long would one think it should take to use the Optimizer to move a 4GB PRIV.EDB? I let it go for like 45 mins. I have a pretty fast disk setup: Hardware RAID 5 SCSI LVD. It take me about 40 mins to do an online backup of the entire IS, both PRIV and PUB. Do you really think it could...
  11. MagnusFox

    Move Information Store with Offline Backup

    Good day, I am trying to move my Private Information Store from the D drive to the E drive. I cannot seem to get the Optimizer to complete correctly. When I tell it to move the files it locks up and the files never gets moved. I think I can beat it by doing an offline backup and restore it...
  12. MagnusFox

    Print Static File to Browser with BinaryWrite & Stream

    Good day all, I read through many threads to compile this little script. Many thanks to all those who contributed pieces of this code in previous threads. I have only one small issue with the script: file name when saving to disk. The PDF documents work just fine. They prompt the user to...
  13. MagnusFox

    NAT and Skinny Translation

    Good day, I read a tread about a guy trying to get a Cisco IP set to work behind a NAT box without any luck. Member "tbilan" sugested reading NAT-Support of IP Phone to Cisco CallManager...
  14. MagnusFox

    Upload Image to DB, then Write Image Data to File

    Thanks for the queries: Yes, I do need to store the images in the DB. The DB is the repository for all site content. Later the production site will be ripped from the DB to create the static public site, both images and HTML pages. So, I do need a way to both place files into and retrieve...
  15. MagnusFox

    Upload Image to DB, then Write Image Data to File

    Good day, I need to upload an image to a DB, then save that data as a file. The first part is not too hard. I found a nice Class (Loader.asp) that does this for me: http://www.stardeveloper.com/articles/display.html?article=2001042501&page=1 With the image data stored in the DB, I want to...

Part and Inventory Search

Back
Top