Microsoft Project Connector Uninstall and Reinstall
This guide will walk you through the steps to uninstall and reinstall the Microsoft Project Connector.
You will need the following:
Admin Access to:
Control Panel
Registry
System Environment Variables
Information:
Microsoft Project Version (32-Bit or 64-Bit)
Uninstall:
Open Control Panel
Click on Programs and Features
Uninstall anything that starts with CA PPM or CAClarity
CA PPM Microsoft Project Interface
CA PPM Schedule Connect
CAClarityAddin
Once everything is uninstalled, open Microsoft Project
Close the Empty Project that is automatically opened
Go to View->Macros->Visual Basic
Expand the ProjectGlobal
Expand the Modules folder and verify that there is nothing under Modules
If there are still modules, Remove them manually by:
Right Click on the Module
Select Remove
Choose No for the Export Question
Repeat until there are no modules
Close the Macro Editor
Close out of Microsoft Project.
If a Debug error comes up, choose Debug, then delete all text and close out. Click Yes/OK at the prompts
Delete the following Folder (the paths below assume you installed Microsoft Project on the C drive):
If Microsoft Project is 32-Bit, delete C:\Program Files (x86)\CA
If Microsoft Project is 64-Bit, delete C:\Program Files\CA
Go to the Start Menu
Search for Regedit and open it
Collapse all expanded folders
Highlight My Computer
Select File → Export and enter a name. This is a backup for your Registry
Once that is finished, delete the following keys. You should only have one of the groups of two:
HKEY_CURRENT_USER\Software\Niku
HKEY_LOCAL_MACHINE\Software\Niku
HKEY_CURRENT_USER\Software\WOW6432Node\Niku
HKEY_LOCAL_MACHINE\Software\ WOW6432Node\Niku
Exit Registry Editor
Reinstall:
Log into your Clarity Instance
Navigate to Home->Account Settings
Click on the Software Downloads tab
Download the appropriate Microsoft Project Interface file (32-Bit or 64-Bit depending on what was uninstalled)
Run the Install for the Microsoft Project Interface
Once the Install is complete, validate the install:
Launch Microsoft Project
Close the Empty Project
Navigate to File->Options->Add-Ins. You should see the “CA PPM Addin for Microsoft Project”
Click the Trust Center->Trust Center Settings->Macro Settings. Select “Enable all macros”
Click Add-ins. Make sure “Require Application Add-ins to be signed by Trusted Publisher” is unchecked.
You will also now see the CA PPM Integration tab. Do not use this. You will need to launch the session from Clarity instead. Once an item has been opened from Clarity, you can use the items on this tab.
System Variable:
You will also want to set your JAVA_HOME variable. Follow the instructions below:
Go to your Start Menu
Search for Computer
Right Click on it and select Properties
Click Advanced System Settings
Click Environment Variables
This is on the Advanced tab, which should be default
Click New under System Variables
Enter the values as follows:
Name: JAVA_HOME
Value: This will be the full directory path to your Java Directory. Examples below:
If using 32-bit Microsoft Project: C:\Program Files (x86)\CA\PPM\CA PPM Schedule Connect\jre
If using 64-bit Microsoft Project: C:\Program Files\CA\PPM\CA PPM Schedule Connect\jre
Click Ok
Find the Path System Variable in the list and click Edit
Click New
In the new row, enter %JAVA_HOME%\bin;
Move the new row to the top of the list
Click OK to save
Open a new Command Prompt window
Type set and press Enter
Verify that JAVA_HOME is present and matches the path you have entered
Type java -version and press Enter
It should point to the 11.x Version of OpenJDK