×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Maybe this will give you some ideas. We ran this for a while to track which interface our SSL 5250's were coming in on.
insert into kevin/ssllog select
SUBSTR(JOB_NAME,LOCATE_IN_STRING(JOB_NAME,'/',-1)+1),
Remote_address, local_address, Authorization_name , now() FROM
qsys2.netstat_job_info WHERE local_port = 992 AND
authorization_name IS NOT NULL AND authorization_name <> 'QTCP' and
job_type = 'INTERACTIVE'
On Fri, 2020-06-26 at 10:55 -0700, James H. H. Lampert wrote:
We've had cases, on customer boxes, where a Tomcat stop-and-restart
fails because of dangling connections.
I've been looking at ENDTCPCNN, but it appears to only work on one
specific connection, Does anybody know of anything that can wipe out
*all* connections for a given port, in one swell foop?
--
JHHL
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.