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 SkipVought 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. QAteste

    logon failures

    We create a com+ application proxy within a windows system enabling a linux box to query WMI components. Unfortunately the guy that first engineered it is no longer around and we are experiencing logon failures despite the fact that everything is working. We are successfully query wmi...
  2. QAteste

    is user an administrator from cmdline?

    Thanks for looking.... Any idea on how you can test from the command line if the current user is a member of the Administrator group? There is a IsUserAnAdmin() of the shell32.dll but I couldn't get it to work. I tried 'rundll32 shell32,IsUserAnAdmin' and 'rundll32 shell32, IsUserAnAdmin...
  3. QAteste

    FIPS/TLS and active directory

    Anybody know if MSAD 2000 supports FIPS and/or TLS? Thanks.
  4. QAteste

    removed /home; won't boot

    Hey, thanks for looking! Through smitty I changed /home not to mount on a restart. Now the 44P AIX 4.3.3 will not boot up. It has an error code 0518 on the display. Stupid thing to do, I know. I thought I could get away with it since there was only a guest directory on it. Anyways, might...
  5. QAteste

    Change Oracle server's hostname

    Is it possible to change the hostname of an Oracle server and get it back online? If so, would you have an idea of how I might do this? Any help is much appreciated!!!
  6. QAteste

    websphere and the cmd line

    Is there a way to list the application servers that websphere is managing from the command line? Is there a way to get there status, ie if they are running, from the command line? Is there a way to stop/start them from the command line? TIA - Dave Johnson
  7. QAteste

    Need help with DBI

    Running ActivePerl on Win2000 Advanced Server. Version 5.8 I used ppm to install DBI 1.32. I was trying to connect to a mysql database but everytime I tried to run the script it would hang. After playing around with it for sometime I found it is hanging on 'use DBI;'. A script with just that...
  8. QAteste

    64-bit?

    Figured it out. You do it under smitty -> system enviroment if it says enable 64-bit then it can be done, if something like that is not there then chances are the hardware doesn't support it
  9. QAteste

    64-bit?

    How might one tell if AIX is set to 32 or 64-bit? How might one change it to 64-bit on AIX 4330-10? TIA
  10. QAteste

    module install error - perlglob not recognized

    Figured it out, nsperl.exe was in the path but the bin directory wasn't. Thanks for trying to help!
  11. QAteste

    version and patch level from cmd line?

    Anyone know of a command to get this type of info? Thanks in advance.
  12. QAteste

    module install error - perlglob not recognized

    Using ActivePerl 5.00404 on Win2kAS. Tried to install the Net::Telnet module but ran into the following error and not sure what I need to do. Any help is much appreciated. C:\temp\telnet\Net-Telnet-3.03>nsperl Makefile.PL Checking if your kit is complete... Looks good 'perlglob' is not...
  13. QAteste

    Uninstall on AIX

    Anyone know how one might uninstall Oracle 8.1.7 on AIX. Any help is greatly appreciated. Thanks.
  14. QAteste

    get a row count

    From the DB2 command window how can I get a count of rows matching a particular expression. Here is my select statement and I saw something in the forum about a select count(*) but was unsure how to use it. Thanks in advance!!! select * from db2admin.hit_facts where gmttimofday_id > 3359 and...
  15. QAteste

    combine strings

    If ya don't use it you lose it and forgot to bring the book to work with me. $var1 = "2002-11-20"; $spc = " "; $zero = "0" $hour = "4"; how can I combine these strings together. I though you used the '+' operator but I am getting "2004&quot...
  16. QAteste

    apache.exe error - memory could not be written

    Having a problem with Apache. It frequently produces a apache.exe error stating that "The instruction xxxxxxxx referenced memory at xxxxxxxx. The memory could not be written." I am thinking it has something to do with PHP but really have no clue. The website is just a front end to a...
  17. QAteste

    allowing more than 1 user to telnet in

    I turned off NTLM but only one user is allowd to telnet in at a time. Any ideas how to change that so more than one user can telnet in are much appreciated.
  18. QAteste

    How to get id from last replaced record

    Thanks guys. I figured out a way to accomplish what I needed.
  19. QAteste

    How to get id from last replaced record

    How do you get the last replaced record id. Wondering if there is something similar to last_insert_id(). Thanks in advance!
  20. QAteste

    ENUM into a dropdown box

    Is it possible using php to get the items from a ENUM type into a html dropdown box? If so, can you point me in the right direction?

Part and Inventory Search

Back
Top