Access isn't a client server application like a SQL Server or an Oracle database.
All traffic from the Access application which is opened on the client computer to the machine which hold's the mdb file with the database will be sent over the standard SMB network ports which are TCP 135 and TCP 445.
However there will be a lot of other traffic in there which as other network share traffic. If the machine with the file server is also a domain controller you'll have to deal with all the domain authentication traffic as well.
It might be easier to setup some auditing within the access application instead.
Last Wiki Answer Submitted: February 12, 2010 7:58 am by Denny Cherry64,550 pts.
All Answer Wiki Contributors: Denny Cherry64,550 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Thanks, Mrdenny! The network appliances that I use can capture packets along with RMON-like reporting capabilities. I’ll capture enough SMB traffic to get the server addresses and then configure the appliance to report traffic based on each URL. That way I can separate the database traffic from the “noise.”
I really appreciate your quick and knowledgeable response.
Thanks, Mrdenny! The network appliances that I use can capture packets along with RMON-like reporting capabilities. I’ll capture enough SMB traffic to get the server addresses and then configure the appliance to report traffic based on each URL. That way I can separate the database traffic from the “noise.”
I really appreciate your quick and knowledgeable response.