Hi Steve, > Also, the two applications reside on the same box, meaning the DMM Server and > the "middleware" application (running as a service) are on the same box.
If they are on the same box, are using a local loopback address like 127.0.0.1 or localhost, or are you using a real ip address or dns name? If you are not already using a local loopback address like 127.0.0.1 then I would suggest trying that because, technically, this situation is what it is designed for. The two apps being on the same machine make wireshark seem less important, but you could still perform the packet capture and limit the interface to the local loopback, and even further limit wireshark to only capture packets destined for port 80 (or whatever port you are using). This should reduce the amount of data that is logged. Also, if one of the apps is running as a service, make sure it is running as a named user account and not as the LocalSystem account; the LocalSystem account doesn't have full access to the network and our documentation specifically suggests using a named user: http://kb.4d.com/assetid=77847 -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

