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: tty0
  • Content: Threads
  • Order by date
  1. tty0

    OST issues

    I have a problem, I have a client with a 1.5Gig mailbox whose OST will not recieve new emails from the server after recently upgrading to a new server. We sucessfully rejoined the new domain and synched the emails before the client flew out to china from the UK. Since then outlook just sits and...
  2. tty0

    command line print to file

    Now then, I need to take an rtf file and print to file as i need a pcl file generating. My thoughts were to just put the command through exec i.e. exec("cmd PRINT c:\\test.txt /D: FILE"); However, this doesnt work for me. So i have tried using WSHscript as per below to see if i can get...
  3. tty0

    tripwire?

    Hi all, I have a client that has windows xp home (not pro) i realise this forum is for pro but there is no home forum so i thought i would give it a shot. They have a set of files that they are suspisious of someone else viewing them. If you right click a file the last accessed property shows...
  4. tty0

    reference not found error

    right im a bit stuck heres the problem i have taken this right back to basics and started a new console app project and done the following steps: added refrerence to Microsoft Outlook 11.0 added "using Outlook:" to the code and i get "the type or namespace 'Outlook' cannot be found" I have...
  5. tty0

    LAN to LAN DNS resolution

    Hi, quick problem, This is the setup: Network A has many clients and an sbs2003 server, the internet is managed by a VPN firewall router and has its own internet connection. Network B is exactly the same as network A but at a different location and both networks are connected via a VPN...
  6. tty0

    find command

    Hi all, im new to linux and i have a bit of a problem with one of the servers we have for websites. I understand that the server logs access and transfer are made by the web user account. However during the past 12 months the web account file usage has gone through the roof. So my pronblem...
  7. tty0

    java compilers

    Hi there, i have a java file i need to compile to use as a class inside a web page. Im on the understanding that i have to compile from source which i have but is there any lite compilers out there rather than downloading the 111Mb compiler form java? Id go get it but i dont see me using java...
  8. tty0

    mail script error with strtok

    Hi all I have got a problem, i have taken a script but theres one part I dont understand, It works for me when I write the mail line and variables myself but when i use this script it falls over. As I say i have written my own but i'd still like to understand why this fals on its arse. The...
  9. tty0

    deleting parent and all child records

    right, im totally baffled now, maybe im just having an off day and its dead simple but ive lost the plot. HEres my problem. I got a table with parent records with children who can also have children. I need to delete a parent and all child records cascading down. 1) what would the query look...
  10. tty0

    network connection 1/2 & 1/2 on startup

    Hi all, bit stumped at present, after loads of problems with the server I have most working, the only one left to do is a quirky network connection problem. the server seems to never connect to the network. However, when you ping the server from a machine on the network and restart the...
  11. tty0

    parse source code

    is there a function that you can pass a url to and return the source code to a variable so it can be parsed? 'mi casa es su casa' ]-=tty0=-[
  12. tty0

    license requirements

    Hi there, We have an SBS box which recently is broadcasting a message across our network that "one or more domain controllers do not meet the licensing agreements" there are ten clients connected to the SBS box with 15 licences installed on the box itself. And at the time the error is popping...
  13. tty0

    8x800cccf error sending

    Hi all, thanks for the help in advance :) Heres the prob: A client can get mail from a pop server on the net but cannot send and gets the error code 8x800cccf. They are on XP pro and using outlook 2000 and 2003. Sat behind a DI-304 ISDN router. Attempted fixes so far: replicating the prob...
  14. tty0

    companyweb not resolving in DNS

    Right heres the story. 1 SBS server heterogenous network (xp home, RH, xp pro, win98) on the server I can see http://companyweb however!.. On all client machines this does not resolve. even if I ping companyweb from a client the DNS does not resolve. but if i ping from the server it resolves...
  15. tty0

    mysql_num_rows() error

    ok chaps and chapasses, heres the error: mysql_num_rows(): supplied argument is not a valid MySQL result resource and after the asterix is the code that is generating the error. what I am doing is removing records from a table then selecting data from another table to see if that user has...
  16. tty0

    Hi, I am in need of the WMDEVCTL

    Hi, I am in need of the WMDEVCTL.dll from the encoder SDK. Dont suppose anyone has it? Have tried everything, installed all the SDK's twice, installed media player 9. Been here there and everywhere and still no joy. Currently trying to grab a webcam picture to use as membership ID. I know...
  17. tty0

    E_FAIL status on field names

    Hi there, I have a problem, well actually I had one until I did it a different way. But i still don't understand why this was giving me a fail: .adodatconQueryBuilder.RecordSource = "describe memberlist" .adodatconQueryBuilder.Refresh For i = 1 To 22...
  18. tty0

    Windows Media Encoder DLL's

    Hi, I am in need of the WMDEVCTL.dll from the encoder SDK. Dont suppose anyone has it? Have tried everything, installed all the SDK's twice, installed media player 9. Been here there and everywhere and still no joy. Currently trying to grab a webcam picture to use as membership ID. I know...
  19. tty0

    How does server recognise new session?

    Ayup peeps, Pure curiosity! but just recently i noticed our server was assigning a new session every time a page was refreshed instead of every time a new user came on the site. the new user being me (firewalled) once i changed the firewall settings to trusted it was assigning a new session...

Part and Inventory Search

Back
Top