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 Mike Lewis 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. MercJones

    Problems sending email from access 2000 - unable to intialize outlook

    Well everything was fine for this computer then god knows what happened. All other pcs running the same work fine without any issues. Pc is running office 2000 with outlook 2000 aswell, exactly the same version as the other pcs. The problem arises from trying to send an email from within an...
  2. MercJones

    Computer Dies, yet appears half turned on?

    hiya yeah when i replaced the cpu I also changed the fan. unsure what temp its running at, but theres a fan in there(room fan) and an adequate air conditioning unit :S and how quick is faster than normal? surely not in a few days
  3. MercJones

    Computer Dies, yet appears half turned on?

    because im using the pc remotely in some cases, and can access it by \\compname\c$ then when it dies, I cant access it, and it wont allow me to get to that location and so on.
  4. MercJones

    Computer Dies, yet appears half turned on?

    I doubt its the monitor, else it just wouldnt display, but it cuts the network connection and so on aswell
  5. MercJones

    Computer Dies, yet appears half turned on?

    I was thinking that, its been spyware checked and virus checked(nothing) but even so, if it was that, how come it'd kill the network connection to that pc, and odbc links to that pc and half shut down the pc? I dont know what else to try?
  6. MercJones

    Computer Dies, yet appears half turned on?

    Argh! I spoke to soon! Its just died again, Same problem (lost connection to it, screen is black and pc is acting like dead) but the cpu fan is spinning, another fan is spinning and the motherboard lights are on, and the network port is flashing. So now: I've replaced the motherboard, ive...
  7. MercJones

    Computer Dies, yet appears half turned on?

    Hi all! Well, friday night I replaced the PSU. It hasnt died since :D touch wood. Thanks for the help and suggestions people, much appreciated
  8. MercJones

    Computer Dies, yet appears half turned on?

    Ive got a spare psu, so will change that if it goes down. Could that be it though, about it cutting back the power? The bios hasnt been upgraded, but should that really be the issue? if nothings changed on it, how come it would suddenly die? Im thinking PSU though..
  9. MercJones

    Computer Dies, yet appears half turned on?

    Hi there, thanks for the reply. Ive just checked on the pc, and theres no Hibernate tab available. I think its because its a windows 2000 server pc perhaps? Any other suggestions? unsure if it would be hibernate, connections to that pc are lost aswell so im assuming its totally died, plus the...
  10. MercJones

    Computer Dies, yet appears half turned on?

    Hi there. Having big problems with a computer at the moment. Every now and again the pc decided to die, and just turn off, or so it appears. None of the fans are running, and it is as if the PC is dead, yet a press of the power button does not turn this back on again as you would expect; you...
  11. MercJones

    Problem Printing

    Well, in the printer status it just says spooling and thats it. cancelling the print job, or deleting it does nothing either. Its already got the latest drivers too :s what setting in bios would i be looking for?
  12. MercJones

    Problem Printing

    Dont suppose anyones had this issue before. Trying to print to a printer from a webpage. The first time you do it, the status just sticks at spooling for ages/never prints, until i either restart the print spooler service, or sometimes restart the web browser. After that it seems to work...
  13. MercJones

    Sharing issue once client reboots

    I've added reset on zero vc = yes to the /etc/samba/smb.conf file, but it still doesnt seem to keep the share as it should: Also, is that the right directory, ive also got these listed: ./etc/samba/smb.conf ./usr/share/doc/samba-doc/examples/dce-dfs/smb.conf...
  14. MercJones

    Sharing issue once client reboots

    anyone got any ideas at all? :s
  15. MercJones

    Sharing issue once client reboots

    Hi there. Heres a bit of background info: I've got a linux server running Ubuntu, and a windows 2000 client pc. Ive made a folder on the windows 2000 client pc and have shared that, and have then done the following in my terminal: sudo smbmount //newit/sharetest /home/newit -o...
  16. MercJones

    Huge issues connecting to mysql server

    from the normal non-server pc im using now, if i telnet to the newserver ip: TELNET NEWSERVERIP 3306 it shows me: M 5.0.22-Debian_0ubuntu6.06.5-log"!bN@5&_0,?kO'r//?-b(@G Connection to host lost. within a few seconds. If im using the OLD server shell, and telnet to the newserver, TELNET...
  17. MercJones

    Huge issues connecting to mysql server

    Hi DonQuichote. ive checked if mysql is running and it definately is. I can use it from the console.. plus I can use it from my 3rd server (so from my 3rd server I can connect to the mysql server and perform queries) so its something on the server1 or server2 stopping server1 connecting to...
  18. MercJones

    Huge issues connecting to mysql server

    ive got 2 linux servers, each runs mysql on tcp 3306 and an httpd on tcp 80. I can telnet to port 80 from server 1 to server 2 and visa versa, but can't telnet to port 3306 from server 1 to server 2 and visa versa. I can telnet to both 80 and 3306 on both servers from a 3rd server ive got, I...
  19. MercJones

    Calculation based on none work day (sat sun) ?

    Hi there. Been scatching my head for a bit with this now, and cant find an easy solution, or pretty much any solution.. Im moving from MSSQL - Postgresql. the query in MSSQL was: SELECT Now()-([DateOrdered])-1.2 AS Expr1 ..... and WHERE ((Now()-([DateOrdered])-1.2)>6) ... so the basic...
  20. MercJones

    How can I use php to connect to a postgresql table

    <?php $dbconn = pg_connect("host=IP ADDRESS dbname=DBNAME user=USERNAME password=PASSWORD") or die('Could not connect: ' . pg_last_error()); $query = "SELECT field1 from table"; $result = pg_query($query) or die('Query failed: ' . pg_last_error()); $num=pg_num_rows($result); $i = 0...

Part and Inventory Search

Back
Top