Remove or Uninstall Dynamics GP Web Services manually
I found a couple of blogs that were parts of the solution... thanks to
1. Remove “Adam Instance DynamicsSecurityService” in Add\Remove Programs.
2. In IIS Manager, delete “Dynamics Security Admin Service” Web site.
3. In IIS Manager, delete “DynamicsGPWebServices” and DynamicsSecurityService” virtual directories from the Web site that the Web Services for Microsoft Dynamics GP was installed on.
4. In IIS Manager, delete the “DynamicsSecurityAdminServiceAppPool”, "DynamicsSecurityServiceAppPool” and “GPWebServicesAppPool” application pools.
5. Delete the “Microsoft Dynamics” folder from C:\Program Files\Common Files\Microsoft Shared.
6. Delete “GPWebServices” folder from C:\Program Files\Microsoft Dynamics (This is the default location for Web site files.).
7. Delete “Dynamics GP Web Service Exception Management Console” and “Dynamics Security Console” shortcuts from Administrative Tools program folder.
8. Delete related Registry Keys for Web Services for Microsoft Dynamics GP 9/10.0.
(delete the registry keys using link : http://support.microsoft.com/kb/314481)
9. Remove the DynamicsGPWebServices key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
10. After these steps , Go to run->regedit and hit enter.
11. Then find for the "Web Services" or "WebServices" words and delete the registry keys.(Don't delete that wasn't related to GP web services).
12. FINALLY web services are no longer being shown in the Add or Remove programs.
13. Then, now install a new instance of GP 10 web services.(recommended to use a new web site and a new port number if possible).
14.Run Installation file with following command it will help to create log if it show any installation error.
msiexec.exe/i "C:\Path\DynamicsGPWebServices.msi"/l*v C:\WSVerbose.log"
*****replace Path with the actual pathname to the DynamicsGPWebServices.msi file, in which you're using to start the install*****
For more Infos : Sandip Jadhav Robin Seaberg
No comments