Feb 21, 2006 #1 admire Technical User Feb 21, 2006 1 ZW Hi guys , I am failing to kill an informix pid .Which other command can i try onmode -z (pid) is failing Please help
Hi guys , I am failing to kill an informix pid .Which other command can i try onmode -z (pid) is failing Please help
Feb 25, 2006 1 #2 vpshriyan IS-IT--Management Jul 26, 2002 356 IN Just to make sure... onmode -z <sid> ie. session id and not <pid> May be a transaction is in progress in the sid in question. You may try to end it by: xsid=`onstat -u | grep <sid> | awk '{print $1}'` onmode -Z $xsid onmode -z <sid> Upvote 0 Downvote
Just to make sure... onmode -z <sid> ie. session id and not <pid> May be a transaction is in progress in the sid in question. You may try to end it by: xsid=`onstat -u | grep <sid> | awk '{print $1}'` onmode -Z $xsid onmode -z <sid>