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!

Search results for query: *

  • Users: bowettwow
  • Content: Threads
  • Order by date
  1. bowettwow

    Socket Connection Attempt Refused

    I have a java program which reads messages off a queue, uses the information in the message to query a database and then write a message to another queue. It works ok but if I have a lot of messages (ie. Over a 1000) it can suddenly start to fail and give a "Socket Connection Attempt Refused"...
  2. bowettwow

    Multiple Queries - Fastest Query Time

    I have a table which contains two fields: ProductCode StockQuantity Each day I have messages build up on a queue from an external source which simply contain a product code. I then have send a reply message with the product code and the quantity in stock. Nothing too tricky there. The problem...
  3. bowettwow

    Duplicate Computer Name

    When i run nbtstat -n it shows a conflict on computer names. How do I find out which is the other machine that is causing this?
  4. bowettwow

    Changed Domain - Lost Inbox

    Having chaned my domain on my Windows XP Professional machine I have logged in and everything in my inbox has disappeared. I think when I added the mail box to my old domain it downloaded all the messages. How do I access these emails to recover the inbox? I can no longer log on to the old...
  5. bowettwow

    Port Stops Responding

    Dear All, A website I run makes a socket connection to my server at work and squirts some data down to it. If it can't connect it attempts a connection to a backup server, if that fails it sends me an email to tell me so. This has worked ok for the last few weeks but recently I've been getting...
  6. bowettwow

    Slow INSERT SQL

    I have a python script that is inserting about 7000 records (each with 15 fields of 25 chars or less) into a DBF. Each SQL statement is stored as a String in a list. I loop through the list executing each statment as I go. The problem I have is it seems to be running slowly. It takes...
  7. bowettwow

    Export to dBase, Maximum number of fields

    I am trying to export an access table to a dBase 5 table. I get the error message "Field will not fit in Record". Through trial and error I have discovered that i can export successfully if I trim the table down to 40 fields. As soon as I exceed this it stops working... Has anyone else come...
  8. bowettwow

    FTP Problem

    I will try to describe the problem I am having as best I can. Server: Windows 200 Small Business Server. Clients: Windows 2000 Professional. I can FTP from the server fine. It's working as it should. When I try to connect to a FTP site from a client it runs VERY slowly. It's slow whther I...
  9. bowettwow

    Lsass.exe causing reboot

    We are running Windows 2000 Small Business Server - SP4. Every now and again we get a message saying... "Lsass.exe" terminated unexpectedly... Then it reboots the server. I have searched on Microsofts site but they say this problem is fixed with SP4. We are on SP4!
  10. bowettwow

    chkdsk causes blue screen

    When I turn on my computer - windows 200 professional - it runs a chkdsk /f but when it reaches 7% it blue sceens. if i skip the chkdsk it will load windows. How can i fix the disk?
  11. bowettwow

    FTP, Messenger, PCanywhere problems from Clients

    We are running Windows 2000 Small Business Server and Clients are running Windows 2000 Professional. About a week ago we sarted to get some strange problems. Internet Access from the clients in fine, as is outlook and accessing network drives. The problems we are having include: PCAnywhere...
  12. bowettwow

    Work Around for a Script Timeout

    I have a script which can take a very long time to complete. It essentially takes a long list of email addresses and sends an email to each one. I have written a Java program which happily goes through the list and sends them but I want to do the same thing in ASP. Is there any was I can get...
  13. bowettwow

    New to PGP - Need to Encrypt Email in ASP

    Hi all, I have a commercial website written in ASP on a Windows Server. We take orders and therefore credit card details. I dont want to store the card details on the server. When someone confirms an order I want the ASP page to send me an encrypted email with all the order details on. I have...
  14. bowettwow

    Unique ID for Every Session

    Dear All, When someone logs on to my transactional site I want to assign them an "Order Number" (which is unique) when they start a session. I assume I need some code in my Global.asa. Whats the easiest way to do this. Cheers, BowettWow.
  15. bowettwow

    Mozilla and ISA

    I can't get Mozilla to work! Heres the error message I get. Has anyone managed to get Mozilla to work through ISA? HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. (12209) Cheers.
  16. bowettwow

    HTML page size.

    Whats the best way to find out how big a downloaded html page is. What I want is the TOTAL size including all the images that were needed etc. I need this to make a bandwidth judgement for my potential hosting company.
  17. bowettwow

    Installed Linux on new HDD now Windows really slow!!

    I used to run Win2K on my home PC without any trouble. I have recently bought a second hard drive and installed Redhat Linux on it. Linux runs fine on there (although I can't get my ADSL modem to work - but thats a separate matter). The trouble is when I use Windows now it is REALLY slow - it...
  18. bowettwow

    Installing modem.

    I'm new to linux and want to leave Windows behind me. The trouble is that I can't till I get my USB ADSL modem working on Redhat version 8. Can anyone give me some help in real simple terms on how to install it. Its a Fujitsu FDX310. Cheers.
  19. bowettwow

    Insert problem in Access

    Please help - I am going crazy. I'm trying to insert a record into an Access database. I get the error: Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /bowettsite/addMember.asp, line 54 Here is my SQL statement: sqlStatement="INSERT INTO...
  20. bowettwow

    Sending email through specific Exchange Mailbox.

    We have a list of members of our site who we send newsletters to. I have written a program using Java Mail that reads the addresses from an Access database and sends an email to each person on the list. It works ok but it does tend to clog up the mail server! Exchange opens a connection for...

Part and Inventory Search

Back
Top