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 strongm 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. 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...
  16. Stuartp

    P&D setup requiring reboot over and over on Win 2K

    Open up your Setup.lst file in Notepad and have a look under Bootstap files. Try deleting the line with the problem file, save it and rerun setup. I have had exactly the same problem and never could pin down the cause. There is an article in the MS KB that discusses it (can't remember the...
  17. Stuartp

    user selection for query parameter

    Try creating a query to return all your ClientIDs from the client table. Put a control on your VB form like a listbox or combo box and then populate it from the query. Intro to listbox here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbobjListBox.asp
  18. Stuartp

    Instant Messenger Problem

    Hi. I have had a problem in the past with Exchange Messenger not logging in and have found one or other of the following usually solves it: In User Properties for one of your users who is experiencing the problem, click on the Exchange Features tab. In the feature list, Instant Messaging...
  19. Stuartp

    Very slow database access - how to improve?

    Hi all, thanks for your comments. Yes I did try to compact the database, but it didn't make any difference (it is a brand new database). I am adding the items to a ListView control configured as a report. I could try removing the first % from the query although I'm a little loathe to do it...
  20. Stuartp

    Very slow database access - how to improve?

    I have written an app that accesses an MS Access database on a server over the LAN. In our office over 100MB LAN all is fine. However in another office on what I think is a 10MB LAN the database is so slow to return data, and I can't honestly believe it's the network causing the problem. Here...

Part and Inventory Search

Back
Top