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

    missing option in GPO

    Can anyone tell me why i am missing the Computer Configuration-->Administrative Templates-->System-->Logon, change "Always wait for the network at computer startup and logon" in my GPO for my domain. I am having a problem with logon scripts and software isntallations via GP and want...
  2. cptkirkh

    connection strings

    I have purchased a program that schedules reports built in Crystal. I have install Oracle 9i client and chosen the custom option to include the windows and programming interfaces. I thought this was the only way to get ole_db for oracle installed. Well it can never seem to find the connection...
  3. cptkirkh

    Remote Access and passwords

    Ok folks i need some help. When my remote users log and the domain asks them to change their passwords they can chnage without nay problems. When thye log off the network and want to log on to the laptop again it will not let them use the new password. They then will need to log on using the...
  4. cptkirkh

    ldap and active directory

    I seem to be having problems. I want to pull a list of groups that a particular user has listed and then map drives to that user according to group membership. I want to write one script for my whole company. This script will base it's search on the login name. Well when i do an ldap search...
  5. cptkirkh

    ldap and active directory

    Does anyone have a sample script that can attach to the AD and pull information? Whenever i try what I have it says that no such object exists. Help???
  6. cptkirkh

    AD problems

    I am haivng some strange problems with my win2k setup. Here is what we have. I upgraded my win nt boxes to win2000 server. After upgrading i tried to do dcpromo to make a member server a dc but it will not let me. When i try to "turn on " Active Directory on the member server it...
  7. cptkirkh

    http.exe

    Can anyone tell me what http.exe really is.
  8. cptkirkh

    Single quotes

    I have an interesting situation and I am not sure what to do. It seems one of my vendors has a anti spam software that is blocking the emails being sent from my company because of the following reasons. If you notice in what i placed at the end of this post there is a single quote in the...
  9. cptkirkh

    DNS

    I have setup my DNS server on win 2k and it all seems to working fine. I do notice something a little peculiar about the nslookup command when it is run on the client. I get the following message. C:\>nslookup 192.168.1.15 192.168.1.86 *** Can't find server name for address 192.168.1.86...
  10. cptkirkh

    More Ad help

    After renaming a domain how do I get my clients to the new domain w/o physically going up to each one? For instance old domain name fred.barney.com new domain name is fred.com. The 2000 prof machines all still use pc name.fed.barney.com. Is there a central spot to change all of these. Also...
  11. cptkirkh

    DNS help

    After setting up DNS do i need to call my ISP and tell them I have a dns server now and have them add a record for it?
  12. cptkirkh

    AD help

    I just upgaded my pdc and bdc to 2000. I had to change the domain name so I used my last nt bdc and promoted then demoted the other two and installed 2000 on the new pdc. The old 2000 dc's now after ad has been set up on the new dc won't install ad. It keeps telling me that "The...
  13. cptkirkh

    v$session and blank username

    Can anyone tell me why when i run this query.. select * from v$session I get four instances with no user name and no program? That says the session is active and user is the type? When I check the v$bgprocess file it says these processes are these.. ÐÞÜ SNP0 Job Queue Process 0 Ðâ SNP1...
  14. cptkirkh

    I'm just not smart enough

    When creating a view i need to grant privileges to t hose users I wnat to have access to the view. I use the command grant all on 'name of view' to 'name of user' I then should be able to query that view correct? Well I can't when I am logged on as that user. What are the steps when granting...
  15. cptkirkh

    out bound mail stops

    Help!! All of the outbound emails jsut stay in the queue. Incoming works just fine. Any idea?
  16. cptkirkh

    disable mail notification

    How can you permamently disable the new mail has arrived mesage in outlook? Not just hsut it off but make it so they can't choose it?
  17. cptkirkh

    Another help!!!

    i FINALLY HAVE THE SERVER SET UP BUT WHEN I GET THE REPORT INSTALLED I WANT TO TEST IT BUT WHENEVER I GO TO REFRESH IT IT SAYS I NEED TO LOG ON TO THE DATABASE AND NO MATTER WHAT USERNAME OR PASSWORD I USE iT WON'T LET ME. ANY IDEAS? OR IS THERE A GOOD BOOK OUT THERE ON HOW TO SET UP ENTERPRISE
  18. cptkirkh

    Help????

    I am a rookie at setting this up but bascially I would just love to see what happens when i install Crystal enterprise. Well i did that and I am assume if the only website that is on my webserver is going to be crystal then what does this message mean when i opne the webpage for that server...
  19. cptkirkh

    CRYSTAL ENTERPRISE QUESTION.

    I am a rookie at setting this up but bascially I would just love to see what happens when i install Crystal enterprise. Well i did that and I am assume if the only website that is on my webserver is going to be crystal then what does this message mean when i opne the webpage for that server...
  20. cptkirkh

    formatting

    I have a SQL query with a select statement like this.. lpad(cli_rid,7,'0')|| RPAD(nvl(CLI_PREFIX||' '||CLI_FIRST_NAME||' '||CLI_LAST_NAME||' '||CLI_SUFFIX,' '),40)|| RPAD(nvl(CLI_DESIGNATIONS,' '),27)|| RPAD(nvl(MAD_AGENCY_NAME,' '),45)|| RPAD(nvl(MAD_ADDRESS,' '),80)|| RPAD(nvl(MAD_CITY,'...

Part and Inventory Search

Back
Top