thanks for your reply. Here are the steps that i went through to solve my problem:
SYMPTOMS
When you try to install Workflow for Microsoft Dynamics GP 10.0, you receive the following error message:
C:\Program Files\Microsoft Dynamics\Workflow\Microsoft.Dynamics.Workflow.InstallSystemSecurityMetadata.exe returned -532459699
Cause 1
The installation of Microsoft Office SharePoint Server 2007 was not done as a complete installation. To resolve this problem, see Resolution 1.
Cause 2
SharePoint Server 2007, Web Services for Microsoft Dynamics GP 10.0, or Workflow for Microsoft Dynamics GP 10.0 was installed by using a local user account instead of a domain user account. To resolve this problem, see Resolution 2.
Cause 3
Terminal Services is running in Application Mode on the server that is running Internet Information Services (IIS). To resolve this problem, see Resolution 3.
Cause 4
The WSInstallStatus table contains a record that indicates that Workflow is already installed. To resolve this problem, see Resolution 4.
Cause 5
Workflow was previously installed and then uninstalled, and the workflow feature folders exist. To resolve this problem, see Resolution 5.
RESOLUTION
Resolution 1
Verify that a complete installation was performed for Microsoft Office SharePoint Server 2007. To do this, follow these steps:
- On the server that is running IIS, click Start, click Administrative Tools, and then click SharePoint 3.0 Central Administration.
- Click the Operations tab.
- In the Topology and Services area, click Services on Server.
- If Web Server for medium server farms is selected, a complete installation was performed.
If a complete installation was not performed, remove and then reinstall SharePoint Server 2007. To do this, follow these steps:
- Remove Microsoft Office SharePoint Server 2007.
- Install SharePoint Server 2007 as a complete installation.
Note Select the Advanced option ,and then select the Complete option.
Install Workflow.
Note You do not have to make any changes to Web Services.
Resolution 2
- If SharePoint Server 2007 was installed by using a local user account, reinstall SharePoint Server 2007 and Workflow by using a domain user account.
- If Web Services was installed by using a local user account, reinstall Web Services and Workflow by using a domain user account.
- If only Workflow was installed by using a local user account, reinstall Workflow by using a domain user account.
Resolution 3
Remove Terminal Services from Application Mode on the server that is running IIS. To do this, follow these steps:
- Click Start, point to Control Panel, and then click Add or Remove Programs.
- Click Add/Remove Windows Components.
- In the Components area, click to clear the Terminal Server and Terminal Services Licensing check box.
- Click Next, and then click Finish.
Resolution 4
- Make sure that you have a backup of the DYNAMICS database.
- To determine whether the WSInstallStatus table contains a record that indicates that Workflow is already installed, run the following script in SQL Server Management Studio.
Select * from DYNAMICS..WSInstallStatus where InstallStep = '350DF9B1-F1A1-4859-BBD3-776021116F69'
- If a record is returned, run the following script in SQL Server Management Studio to remove the record.
Delete DYNAMICS..WSInstallStatus where InstallStep = '350DF9B1-F1A1-4859-BBD3-776021116F69'
Resolution 5
- Click Start, click Run, type cmd, and then click OK.
- Run the following commands from the location of the Stsadm.exe file:• stsadm -o deactivatefeature -name DynamicsApproval -url <DynamicsGPWorkflow URL> -force
stsadm -o deactivatefeature -name DynamicsWorkflowForms -url <DynamicsGPWorkflow URL> -force
stsadm -o deactivatefeature -name DynamicsWorkflow -url <DynamicsGPWorkflow URL> -force
stsadm -o uninstallfeature -name DynamicsApproval -force
stsadm -o uninstallfeature -name DynamicsWorkflowForms -force
stsadm -o uninstallfeature -name DynamicsWorkflow -force
Notes The following location is the default location of the Stsadm.exe file:
C:\Program Files\Common files\Microsoft shared\Web server extensions\12\Bin
Replace the <DynamicsGPWorkflow URL> placeholder with the path of the DynamicsGPWorkflow site collection. For example, replace the placeholder with the following path:
http:// Server_name /Sites/DynamicsGPWorkflow