Running Process Monitor



The advantage of Process Monitor over Task Manager is more in user preference than anything else. Some users who are more comfortable with command line interfaces or who prefer the simplest view into the state of the processes running on a machine may prefer Process Monitor over Task Manager. Close Process Monitor. More information. The latest version of the Process Monitor utility is always available at Microsoft TechNet Sysinternals Download Page. Process Monitor can be run on Windows Vista and higher, Windows Server 2008 and higher. You can open PML files only with the Process Monitor itself. The Process Monitor (also known as procmon) is part of Microsoft’s Sysinternals Suite and a well-known tool for troubleshooting a Windows system. In this blog post, I present how to reduce the altitude of the procmon in the filter driver stack. The ABC Of Filter Driver Altitude.

Symptoms

When you run the Process Monitor in Microsoft Dynamics GP 10.0, you cannot stop the current process.
Note To start the Process Monitor, click Process Monitor on the Microsoft Dynamics GP menu.

Running Process MonitorProcess monitor for windows 10

Cause

Process Monitor Log

This problem occurs when a process is stuck in the SY01300 (Process Monitor Information) table.

Resolution

To resolve this problem, clear the Process Monitor Information table in Microsoft SQL Server. To do this, use one of the following methods.
Note Before you use one of the following methods, make sure that all users are logged off from Microsoft Dynamics GP.

Best Running Monitors

Method 1: Use SQL Server Management Studio

If you use Microsoft SQL Server Management Studio, follow these steps:

Process Monitor Download Windows 10

  1. Click Start, point to All Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio.

  2. In the Connect to Server dialog box, follow these steps:

    1. In the Server name box, type the name of the server that hosts the Microsoft Dynamics GP databases.

    2. In the Authentication list, click SQL Authentication.

    3. In the Login box, type sa.

    4. In the Password box, type the password for the sa user, and then click Connect.

  3. On the File menu, point to New, and then click Query with Current Connection.

  4. On the Database menu, select the company for which the Process Monitor is stuck, and then run the following statement to delete all the records from the SY01300 table:

    Note The Delete statement will only clear the contents of the table. The table will not be deleted from the Database.

Method 2: Use Microsoft SQL Query Analyzer

Monitor

Running Process Monitor Remotely

If you use Microsoft SQL Query Analyzer, follow these steps:

Telegraf Monitor Running Process

  1. Click Start, point to All Programs, point to Microsoft SQL Server, and then click Query Analyzer.

  2. In the Connect to SQL Server dialog box, follow these steps:

    1. In the SQL Server box, type the name of the server that hosts the Microsoft Dynamics GP databases.

    2. Click the SQL Server Authentication option.

    3. In the Logon name box, type sa.

    4. In the Password box, type the password for the sa user, and then click OK.

  3. Select the company for which the Process Monitor is stuck on the Database menu, and then run the following statement to delete all the records from the SY01300 table:

    Note The Delete statement will only clear the contents of the table. The table will not be deleted from the Database.