Skip to content

Installation

LemonTree.Connect for Jama Connect is delivered as MSI Package and has to be installed via setup. The setup will install an Enterprise Architect addin, which will be COM registered. Proper permissions for the execution of a setup are required.

Before running the setup, make sure to close all Enterprise Architect instances. Simply click through the installation wizard and finish the setup.

Troubleshooting the Installation

If the addin is not showing up in EA, this might be due to a failed COM registration of the addin. To confirm this, open the Specialize > Manage Addins menu in EA. If you can see the addin displayed with an "Error missing..." code, you have to manually register the COM library.

To do this, start a command line window as admin and run the following commands:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe "C:\Program Files (x86)\LieberLieber\LemonTree.Connect.Jama\LieberLieber.Connect.Jama.Proxy.dll" /codebase
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe "C:\Program Files (x86)\LieberLieber\LemonTree.Connect.Jama\LieberLieber.Connect.Jama.Proxy.dll" /codebase`

After running these commands, the LemonTree.Connect for Jama Connect addin should appear in the Specialize menu. If you are still facing issues with the installation, contact support@lieberlieber.com.

64-Bit Enterprise Architect

If you are only using 64-Bit version of Enterprise Architect and the Addin is still not showing up after following the steps above please try to add the following registry keys to your machince:

[HKEY_LOCAL_MACHINE\SOFTWARE\Sparx Systems\EAAddins\LemonTree.Connect.Jama]
@="LieberLieber.Connect.Jama.Proxy.JamaProxy"
[HKEY_LOCAL_MACHINE\SOFTWARE\Sparx Systems\EAAddins64\LemonTree.Connect.Jama]
@="LieberLieber.Connect.Jama.Proxy.JamaProxy"