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 Chriss Miller 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 Stuartp

  1. Stuartp

    Inserting row fails - timeout

    Thanks for your suggestion. To be honest Query Analyser hadn't occurred to me! I didn't say in the original post but I wasn't using an insert statement. I was using rs.addnew and rs.update in the code. I rewrite this to send an insert statement instead and that appears to be working...
  2. Stuartp

    Inserting row fails - timeout

    Hi I have an SQL 2000 database being used by a classic ASP web site. I have a simple form on a page collecting data which has happily been entering data into the database for years. All of a sudden I am getting timeout messages on the web site even though nothing has been altered in the code...
  3. Stuartp

    Sharing a folder in Inbox

    Hi Send a link to this folder doesn't work on my Outlook either. The way I have always done this is to set up the sharing as you have done via the right click > sharing menu, and then on the other user's computer go Files > Open > Other User's Folder. That always works. I'm not sure though...
  4. Stuartp

    Filtering Internet Access

    Excellent! This works fine. However it would seem that the MS bulletin has an error, as it states that this problem is corrected in ISA service pack 1. However we have service pack 2 and still had the problem. Still SP2 + the registry editor worked. It might just be worth mentioning hat...
  5. Stuartp

    Filtering Internet Access

    We are using ISA Server 2000 to filter access to the Internet. By using Site and Content Rules in conjunction with Destination Sets we can control which users have access to the web, and can restrict most people to specific sites that we define. If a user tries to visit a non authorised site...
  6. Stuartp

    Exchange Messenger not updating

    We use the Exchange Messenger facility under Exchange 2000. Until recently all was well, then a few days ago the contact lists stopped updating. Users are not notified when new users sign in and if a user goes away this is not reflected on all the other lists. The only way to update the list...
  7. Stuartp

    How do I close port 23 (Telnet)?

    Think I may have solved the problem. Our ADSL router allowed access control over Telnet. I have disabled this and the port scan test now reports that port 23 is closed. So it must have been the router it was looking at and not the ISA Server.
  8. Stuartp

    How do I close port 23 (Telnet)?

    Hi. Yes I have tried running the test also from a machine behind ISA Server and it still reports that Telnet port 23 is open.
  9. Stuartp

    How do I close port 23 (Telnet)?

    I have just run the Shields Up (www.grc.com) test on our SBS2000 Server with ISA Server installed to see what ports were open. It reports that only port 23 Telnet is open. I've tried all sorts but cannot get this port to close. Packet Filtering is enabled. There are no web or server...
  10. Stuartp

    How do I reduce log size?

    We backup through Veritas backup exec, although this particular database is not used now, it was set up as an experiment a couple of years ago. I have run the command in query analyser and it has worked a treat - I now have half of the server C drive free!! Many thanks for you help.# Stuart
  11. Stuartp

    How do I reduce log size?

    The transaction log for one of our SQL Server databases is 4GB and I need to reduce it. I've used the MS knowledge base and it says to run code "DBCC SHRINKFILE(pubs_log, 2), replacing this with my own log file name and size. But it does not say HOW to run this, where to go to do it. Is this...
  12. Stuartp

    C drive suddenly full

    Hi. Thanks for the reply. I did check the recycle bin. I also tried, after I posted, using the Windows advanced find to see what had been modified in the last month. Turns out there is an sql database log amended a couple of days ago that is over 4GB. That would explain it! Now I just have...
  13. Stuartp

    C drive suddenly full

    The C drive on our Windows 2000 server has suddenly become full (i.e. about 7mb free). Not long ago there was over 200MB free. I have checked all the obvious things like temporary files, internet files, windows update files etc but they are already empty. None of the users store files on this...
  14. Stuartp

    Cannot export to PDF - Missing or out-of-date dll error

    Have found the answer to the problem. It was a coding error, it ought to say .formatType = crEFTPortableDocFormat For some reason Crystal reports this as a .dll issue.
  15. Stuartp

    Cannot export to PDF - Missing or out-of-date dll error

    I have written a program in VB6 which uses Crystal Reports 8.5 to export a report to a PDF. All works fine on my machine. I have installed on a Windows XP machine and the export function will not work. All I get is "Missing or out-of-date dll" I used the Package and Deployment Wizard and...

Part and Inventory Search

Back
Top