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...
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
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)...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.