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 TouchToneTommy 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: h11
  • Order by date
  1. h11

    How to protect to unshare a folder ?

    remove full control and only give them right access on the folder.
  2. h11

    Changing from Novell to Microsoft

    One question is the share you set up on a microsoft network or a novell network? If it is on a novell network the users that are on a microsoft network will not be able to access the share unless they have the novell client loaded on their machines.
  3. h11

    Wireless Peer to Peer

    Try puting a static ip and make sure they are on the same subnet. Example computer 1 192.168.0.2 subnet 255.255.255.0, Computer 2 192.168.0.3 subnet 255.255.255.0 and then from computer two try ping the ip for computer 1.
  4. h11

    backup exec 9.1 install fails at MSDE2000 installation.m

    I have figured it out. I copied the whole cd to c:\ and executed from c:\veritas the setup command and it worked with out a problem. thanks
  5. h11

    user cannot change password

    What does the event log say on domain controller under security?
  6. h11

    backup exec 9.1 install fails at MSDE2000 installation.m

    We're trying to install backup exec 9.1 on Windows 2000 server and it fails at the MSDE2000 installation.m point during the install. Any suggestions? Here is my log any help woul be appreciated thanks in adv. === Verbose logging started: 10/6/2004 11:04:37 Build type: SHIP UNICODE...
  7. h11

    user cannot change password

    Is this a nt 4 domain or a ad structure first? If is it is ad. Ad does not use passfilt.dll. Look under you local security setting, account policy, password policy and see if you problem lies their.
  8. h11

    user cannot change password

    Check to make sure that complexity is not enabled. Also try changing their password and use a complex password such as LKmnpas22! and see if that works. If it works tell the userer they need to use a password with at least two capital letters, 2 numbers, 1 special character and can not be a...
  9. h11

    Remote desktop--enabled?

    For future problems also make sure you enable terminal server client on the workstation you are trying to remote control.
  10. h11

    computers won't share

    step 1 Make sure on both computers that you are connecting with you have a user account with the same name and password on both computers. step 2 Then create a share giving permissions to that user or just make sure both users are in the administrators group. step 3 Then go to the run...
  11. h11

    2K and XP Pro clients "ignoring" Group Policy

    Ok try ping them by their names and also do a dns lookup on them to see if they resolve. in other words ping dc3 or nslookup dc3
  12. h11

    2K and XP Pro clients "ignoring" Group Policy

    Have you look into your dns servers on this issue?? It seems that this all revolves around a dns problem. If you use Ad and your dns is not working or functioning properly you will not be able to replicate to your other servers because they have no ideal what dc2, dc3, dc4 and dc5 are. Check...
  13. h11

    Group Policy Object - disable right click on desktop

    under user config, administrative templates, windows explorer select remove windows explorer default context menu, set to enable. This will disable the right clicking on the desktop. This should work for you.
  14. h11

    Every user to needed change their password

    Is this Windows 2000 server or Nt 4 server???
  15. h11

    TIME CALCULATION

    JOHN this worked great, it return all times greater than 30 minuter. thanks WHERE ((Minute([Tbl FAC].[total time]) > 30))
  16. h11

    TIME CALCULATION

    I have a query from which I am tyring to pull information from a total time field for anything greater than 30 minutes. Can some one tell me what the format would be thanks SELECT [Tbl FAC].Date, [Tbl FAC].[Time In], [Tbl FAC].[Time Out], [Tbl FAC].user, [Tbl FAC].[total time] FROM [Tbl FAC]...
  17. h11

    query shows blank table when no data found

    The user runs the query from a switchboard which points to form that the queries information finds. Basically I would call a search for last name inside a switchboard which then would call up the form search for last name, which is based upon a query. What I would like is that it comes back...
  18. h11

    query shows blank table when no data found

    Basicaly I am using just a simple query that looks like this SELECT [TBL cac].[LAST NAME], [TBL cac].[FIRST NAME], [TBL cac].ACTIVITY, [TBL cac].LOCATION, [TBL cac].[POSITION TITLE], [TBL cac].GS, [TBL cac].SERIES, [TBL cac].appointment, [TBL cac].GRADE, [TBL cac].Smtp, [TBL cac].DIRECTORATE...
  19. h11

    query shows blank table when no data found

    I have a query that I use to search for certain items. Is their a way I can have a message pop up saying no records found, if their is no data found. thanks Tim
  20. h11

    time calculation problem

    your formula work great thank

Part and Inventory Search

Back
Top