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 Wanet Telecoms Ltd 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: Scooby316
  • Content: Threads
  • Order by date
  1. Scooby316

    Semaphore problem

    Hi all, Having a problem with this code. It should run 2 threads but at the moment it is only running first void run. I am a noob so any help is much apprecated. Cheers in advance. import Semaphore.Semaphore ; public class TestAccounts { private Object lock = new Object (); Semaphore...
  2. Scooby316

    Identify threads

    How do you identify a thread. Is only when a class extends a thread or can it be any be any code that does something else within the main code. i.e a mouse listener. I am a noobie so any advice is warmly apprecated. Cheers
  3. Scooby316

    Convert java into applet

    Can anybody tell me how to easily convert a normal java file into an applet. I am using Jbuider 4 foundation and have created an applet wizard. I am then copying java text into the applet file and then trying to convert it. I am totally stuck with it can anybody give me soom pointers.
  4. Scooby316

    Hexidecimal

    Can anyboy tell me what the hexidecimal values are for -17 and -13. Can't find after to help me convert to a minus. Cheers
  5. Scooby316

    Encrption

    Hi all I am having some bother with a while loop that is driving me nuts. The code works but doesn't seem to encrpt the inputted text. It works on that it will encrpt until a higher letter is entered that small a to z. c = (unsigned char)getchar(); /* read in first character */ /* * main...
  6. Scooby316

    CGI-bin and smtp

    Can anyone tell me what i need installed on my nt4 sp6 server to run a formmail script. I have created a cgi-bin folder and gave it permission to run and execute scripts. Is there anything else i need to install or do to get tis working. The reason i ask is that my form can't see the formmail...
  7. Scooby316

    SMTP

    Hi all I am having in problem with my smtp on my NT4 sp6 server. Emails arive in the pick up folder and move to the queue folder. A second file is created with the error "550 Sender verify failed". What isn't set up correctly to cause this. And also is smtp something that is set up by...
  8. Scooby316

    Blocked print queues

    I have 2 Brother mono lasers connected to to print servers (1 intel and 1 Hp). the problem i have is that occasionally the print queues get blocked. I have tried canceling job but the job sits there deleting itself. the only solution i have found is restarting the server. Is there any way to...
  9. Scooby316

    XP printers

    Hi all I have a problem in that i have set up 2 networked printers on my XP stations. But when i log on a standard user the printers aren't there. They are there when i log back on as admin. How do i set them up to be visible to all users. Cheers in advance
  10. Scooby316

    Batch Files

    Hi all I have a problem that is doing my head in. Brief scene: - Windows 2000 server, 10XP pro Stations, 3 Windows 2000 stations and 6 windows 98se stations. I am tring to map drives, map printers and finally run some reg files. This is what i have:- net use G: \\server1\globalshare net...
  11. Scooby316

    Logon Scripts

    Hi all I have a problem that is doing my head in. Brief scene: - Windows 2000 server, 10XP pro Stations, 3 Windows 2000 stations and 6 windows 98se stations. I am tring to map drives, map printers and finally run some reg files. This is what i have:- net use G: \\server1\globalshare net...
  12. Scooby316

    Replication error

    Hi I have a problem that my event viewer. It reports errors 3208 and 3216. The replication actually works within the seven minutes but the errors are annoying. What is the cause of these errors. I have a PDC and a BDC. Cheers
  13. Scooby316

    Major problem!!!!!!

    Hi all Can anyone save me from topping myself. My NT 4 server has just decided to stop allowing changes of passwords. When a user changes there password their accounts stops working. I can't even reset at the server. Any ideas!!!!
  14. Scooby316

    Setting up the SMTP on NT4

    Hi all I have just set up a system to email me when a room has been booked on our room booking system. The problem I am having is that the messages are sitting in the queue folder and not being delivered. This used to work as a can remember it sending the messages. I have service pack 6...
  15. Scooby316

    Why won't my Windows Xp Pro station

    Why won't my Windows Xp Pro station allow me to connect to my Windows 2000 Server. I keep getting an error when I click on change in the system properties/computer name. I select domain and type in the domain name (FCDC). It then takes about 30 seconds to tell me that my domian can't be...
  16. Scooby316

    Windows XP Home / Windows 98 and Domains

    Q1. Is it possible to connect XP home to a Windows 2000 domain? If so how? Q2. How do you connect a windows 98 station to Windows 2000 domain? Is it similar to the way you would set up to a NT4 server?
  17. Scooby316

    Windows XP Home and Domains

    Is it possible to connect Windows XP Home to a Windows 2000 domain. If so, How. Cheers in advance.
  18. Scooby316

    Windows 98 and Windows 2000 server!

    When connecting a 98 station to a Windows 2000 server, is it the same setup as when logging into a NT 4 server. The reason I ask is because I am having a hell of a job getting them connected. I have 12 98 machines to hook up!
  19. Scooby316

    Accessing Sam file on NT 4 server

    Is it possible to assess the sam file on a NT server to get the usernames and a group that they are members of using asp.
  20. Scooby316

    Logon Speed + logon batch files

    Hi all I have connected 2 Windows 2000 stations onto a Windows 2000 server. the problem I am having is that it takes about 1 minute 40 seconds to logon. it shouldn't take that long should it. On batch file, where do they need to be placed on the server to run at logon.

Part and Inventory Search

Back
Top