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

    ACCESS DENIED For COM+ on Windows 2000

    ACCESS DENIED For COM+ on Windows 2000 Trying to instantiate a COM+ component under a COM+ Application. The COM+ application has a user ID/Passwd in the Properties window on Idintity tab.I am logged in with my network ID/Passwd. The component is written with Visual C++. When the component gets...
  2. msen

    thread787-469435

    activate the thread
  3. msen

    32 bit or 64 bit

    How do I find out whether my windows 2000 is 32 or 64 bit?
  4. msen

    vb 6 compile error

    Expected user defined type: not project I am getting this error, how to resolve it? Need ASAP help.
  5. msen

    if else syntax

    export HOSTNAME=$(hostname) print "HOSTNAME= " $HOSTNAME >> $ARCLOG export CUTNAME=`echo $HOSTNAME|cut -c1-6` print "CUTNAME = " $CUTNAME >> $ARCLOG if $CUTNAME = "ecgpdd" then export ORACLECLASS=`/local/oraecg_uat/oracle/product/9.2.0/jdbc/lib/classes12.zip` else export...
  6. msen

    cut in unix

    I want the first 5 characters of the hostname. What command should I use and the syntax. Quick help needed. Thanks, Mandira
  7. msen

    chmod

    how do I change permission for dir/sub dir?
  8. msen

    OS Information Gathering: Urgent Help needed

    How do I get the following information for Solaris 2.8 server: - Build level - OS Patch level - Server memory size.... - # of CPUs per server - swap space - network cards
  9. msen

    Compile C program

    How do you compile a C program w/o using gnu compiler ? What will the syntax be ?
  10. msen

    Root Password

    We have lost the root password to a unix server. We need to log in as root. How do we do that ?
  11. msen

    Re: Import excel data to access table

    Can anyone tell me how to migrate data from excel to microsoft access database. Regards, Mandira
  12. msen

    ASAP response

    What does the following java error mean C:\Monitor>java ProcessClientIncomingData Exception in thread "main" java.lang.NoClassDefFoundError: ProcessClientIncomingData (wrong name: com/jpmc/ecg/util/ProcessClientInc omingData) at java.lang.ClassLoader.defineClass0(Native Method)...
  13. msen

    /tmp loss of swap space

    /tmp is taking a spike on our production and the swap space availability is getting reduced, and causing cluster failover.
  14. msen

    How can I resolve this compile error

    C:\Monitor\com\jpmc\ecg>javac c:\monitor\ProcessClientIncomingData.java c:\monitor\ProcessClientIncomingData.java:8: package com.jpmc.ecg.db does not exist import com.jpmc.ecg.db.*; ^ c:\monitor\ProcessClientIncomingData.java:124: cannot resolve symbol symbol : class JDBCDBServer location...
  15. msen

    FTP return code capture in Unix Script

    After issuing ftp command in an Unix Script, how can I do the following: 1. Get a return code to confirm success/failure 2. What scripting line should be used to evaluate the return code ? Quick response needed.
  16. msen

    Explaination of the script line

    /usr/bin/ls -l $(find . \( -type d ! -name . -prune \) -o \( -mtime +$1 -print \)) Can anyone explain, what is happening in the above statement.
  17. msen

    trying to replace a line with two lines

    This is not working #!/usr/bin/ksh 2 export LOGFILE=/data/ndm/tmpproc/tmp.log 3 export PROCNUM=`ls -l *.ndm|wc -l` 4 echo $PROCNUM 5 ##print $AWKINFO 6 for file in `ls *.ndm` 7 do 8 cp $file $file.tmp 9 export LISTCAT=`(cat...
  18. msen

    Copy multiple files in one file

    How would I copy multiple file in one file ? Need urgent help.
  19. msen

    Find files older than 180 days

    What command should I be using to find a list of files older than 180 days on the server.
  20. msen

    Java help

    I have taken intro to java. To stay knowlodgeable what kid of project I can assign myself to stay familiar with java.

Part and Inventory Search

Back
Top