Upon login to GP I receive the warning: Could not add command MEEP_Vendor_Enrollment_lnquiry

When the following tables reach a limit or there is the presence of invalid or orphaned records in the Dynamics System database tables SY07110 [Menu Master]  and SY07140 [Area Page Section Layout] the warning will generate.

We recommend that all users log out before these tables are cleared out. The correct data will re-populate when GP Dynamics is re-launched.

Steps to resolve:

1. All users logout of GP Dynamics.
2. Back up the DYNAMICS database [or whatever name is given for the dynamics system database]
3. In SQL Management Studio for this dynamics system database, execute the following:

o    TRUNCATE TABLE SY07110;
o    TRUNCATE TABLE SY07140;

4. Relaunch GP Dynamics.