# -*- mode: snippet -*-
# name: Procmon for errors in TS
# key: qproc
# --
Create and submit the Windows Process Monitor Logs as described below:
a. Download Process Monitor from: http://technet.microsoft.com/en-us/sysinternals/bb896645
b. Extract the contents of the zip file to a folder of your choice (such as C:\)
c. Run Procmon.exe
d. If the program automatically starts capturing process information, push ‘capture’ and then ‘clear’.
e. Go to Filter > Filter
f. Add the following filter conditions:
- Process name is tableau.exe then Include
- Process name is tabprotosrv.exe then Include
g. Click Apply and then OK to apply the filter conditions.
h. Ensure that Capture Events is checked (File > Capture Events) and begin monitoring for 5 minutes during which the error will be captured.
i. Run Tableau Server and reproduce the error.
j. Close Tableau Server. 
k. In Process Monitor deactivate "Capture Events" and go to File > Save and save the events using the PML format.
l. Attach the PML file to your reply.