RE: Microsoft Dynamics GP with nextgen AV - massive lag
Have you tried adding exclusions to the antivirus application for the Dynamics GP directory as well as any shared network folders or drives holding forms/reports dictionary files for GP, the Dynamics.exe file itself, along with the following file extensions that Dynamics GP uses:
• .cnk
These files are used when service packs are installed. These files should not be in a directory for a significant time.
• .dic and .chm
These files are the Help files for Microsoft Dynamics GP.
• .set
These files are the start files. These files contain information about the products that are installed and where the products are located.
• .ini
These files are the configuration files. These files hold information about which user logged on most recently, what data source is used, and the paths.
• .dat
These files are ctree .dat files that are used with an SQL database.
• .idx
These files are ctree index files that are used with an SQL database.
• .vba
These files are used if there are Microsoft Visual Basic for Applications (VBA) modifications for Microsoft Dynamics GP.
• .log
These files are used by a Dexsql.log file if you use a Dexsql.log file to troubleshoot an error message.
Thanks