To resolve this problem, use one of the following methods.
Method 1
If the client update is already installed on all clients, delete the client update that is published. To do this, follow these steps:
- Log on to Microsoft Dynamics GP by using a system administrator (sa) user account.
- Use the appropriate step:
- In Microsoft Dynamics GP, point to Tools on the Microsoft Dynamics GP menu, point to Setup, point to System, and then click Client Updates.
- In Microsoft Dynamics GP 9.0, point to Setup on the Tools menu, point to System, and then click Client Updates.
- In the Manage Automated Client Updates window, click the icon next to the Update Name box.
- In the Updates window, click the update that you installed, and then click Select.
- In the Manage Automated Client Updates window, click Delete.
Method 2
If you want to keep the client update, verify that the .msp file exists and that the path of the .msp file is correct. To do this, follow these steps:
- Log on to Microsoft Dynamics GP by using an sa user account.
- On the Tools menu, point to Setup, point to System, and then click Client Updates.
- In the Manage Automated Client Updates window, click the icon next to the Update Name box.
- In the Updates window, verify that the path of the .msp file is correct. Correct the path if it is incorrect.
- Verify that the .msp file is in the directory at the end of the path.
Method 3
If no user can log on to the system, remove the automatic client update from the automatic client update table in the DYNAMICS database. To do this, follow these steps:
- Confirm that you have a backup of the DYNAMICS database.
- Open SQL Query Analyzer or SQL Server Management Studio.
- To display all automatic client updates, run the following SQL statement.
select * from DYNAMICS..SYUPDATE
- Remove the automatic client update that does not have a valid UNCPath. To do this, run the following script.
delete DYNAMICS..SYUPDATE where UPDATENAME = 'XXXX'
Note Replace 'XXXX' with the correct update name. - Log on to Microsoft Dynamics GP.