[Migrated content. Thread originally posted on 01 March 2012]
Our environment: Windows XP server 2003 and windows only platform.This has abeen a thorn for over a year where neither support nor my staff have nee able to come up with an acceptable resolution. Let me clarify my staff: 2 cobol programmers thrown into dot net, networking, dba etc in other words clueless. In that year we've learned a lot. Suppoprts answer to the problem was to run a utility against one the existing cascd processes in a DOS command window where the result would be the region name. However, in our case rarely do we have a cascd or casmgr running in task manager. We/support have not figured that out, but it also leaves anywhere from 1 to hundreds of "cassi" processes to be terminated. SO the question remains, how do you tell when a region is running or not. I have discovered a microsoft command called "NETSTAT" which will show active connections. Actually it shows the connection's IP and listener ports. Since we already know the ports because we have to identofy the ports on the admin page. A simple script to execute the dos command "netstat -a" list is produced and a perusal for known or missing ports tells you what regions are up or down.
I thought I'd pass this simple solution on for anyone else that may end up with this problem because support and I Have spent over a year trying to resolve the problem.
If some one has another perspective on a resolution, I would appreciate a response and your example.
#EnterpriseDeveloper




