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 jeremymc

  1. jeremymc

    Mirroring Win2k shares over a WAN

    Xcopy will work for incremental file change. Just do a xcopy \\remoteserver\remoteshare *.* /E /D /Y /C from the directory you want to copy too. The above command is /E for everything including subdirectories if you need them. /D is for only newer files (your incremental) /Y is to overright...
  2. jeremymc

    IBM EXP300 defunct disks

    We have had the same problem, it was the EXP300 back plan. IBM replaced the backplane and fixed it.
  3. jeremymc

    Cannot import dynamic disk

    http://support.microsoft.com/default.aspx?scid=kb;en-us;294244 IBM got us as far as possible, and then pointed us to this article. Apparently you are not suppose to expand the partitions of dynamic disks at all according to Microsoft now (new thing). Only use dynamic disks if you are software...
  4. jeremymc

    Cannot import dynamic disk

    We are on the phone with IBM on the same Raid error, cannot import dynamic disk. Let me know if you find out, and I will do the same on the fix.
  5. jeremymc

    Squeezed on disk space

    Partition Magic will allow you to extend the basic system partition to a larger partition. Windows will not let you extend a basic partition by default, and you normally have to use a third party tool to do so. Thanks, jeremy
  6. jeremymc

    Knoxville TN users Group

    Is there a MS SQL Users group in Knoxville, TN area?
  7. jeremymc

    ASP 0417 500 Server Error

    We have multiple sets of code on multiple websites (even where the code is completely different). We randomly get an ASP 0417 500 Server error with no additional information. Sometimes the ASP engine stops serving pages and sometimes it doesn't. A restart of w3svc will fix the problem. The...
  8. jeremymc

    SQL Server Agent

    I would make sure that the sql server and sql agent service use a local admin account to start the service instead of a system account. This sometimes gives funky errors due to permissions of system account. Hopes this helps. Jer
  9. jeremymc

    Email Attachment blocked due to security in outlook

    Outlook blocks attachments with certain extensions (like MDB). It says these are Level 1 attachements and can never be received. I heard there is a registry setting that can fix to open for all attachments. How do I do this?
  10. jeremymc

    SQL SP2

    Where do you find SP3 for SQL 2000? I only see SP2 which is what I was referring to in the question above for SQL 2000.
  11. jeremymc

    SQL SP2

    Has anyone had any problems or success with this service pack? I am scared to put it into production. Thanks jeremy
  12. jeremymc

    OWA limits on inbox

    Scenario 2 is the one for me! I was so caught up in Exchange having problems again I didn't even see the Next page button on the OWA! Thanks for the Help!
  13. jeremymc

    OWA limits on inbox

    Can you increase what the OWA shows. I have many messages in the Inbox, but Outlook web access only shows the last week or so. Where is the limit settings for OWA?
  14. jeremymc

    Exchange SP2

    Downloaded and installed without any issues whatsoever!
  15. jeremymc

    Task Scheduler 0x8009000f object already exists

    Hey It worked on my server (and its in production). I took a chance, but it worked perfectly. Thanks

Part and Inventory Search

Back
Top