Install Syndeia plugin

Pre-Requisites

The following pre-requisites are required before installing the Syndeia Cameo plugin.

Steps

Follow the instructions in this section to install the Syndeia plugin for MagicDraw / Cameo.

1. Launch Cameo as an administrator. On Windows 10/11, you can right-click the Cameo icon and select Run as Administrator. On other operating systems, ensure that you have administrative privileges to install the software.


2. Go to Help > Resource/Plugin Manager.

image-20241021-204210.png

3. Click on the Import button (as shown above) and select the plugin installation zip file that you downloaded, e.g. Syndeia_3.6-SP1_Plugin_for_Cameo_2021xR2_and_above.zip.

  1. The plugin's installation zip file is stored in your workstation's local directories from wherever you downloaded that. Frequently, Windows users download files to C:\Users\<self>\Downloads.

  2. You will need to locate the import file with your file explorer:

image-20241021-204316.png

4. If you are installing Syndeia for the first time, you will see a message indicating that the installation will finish upon restarting Cameo. If you are installing Syndeia on top of your existing Syndeia 3.5 SP2 or 3.6 installation, you will see a message indicating that Syndeia 3.5 SP2 / 3.6 will be removed and Syndeia 3.6 SP1 will be installed upon starting Cameo. 

5. Close Cameo.

6. Go to the Syndeia for Cameo plugin installation folder: <Your Cameo Installation>\plugins\com.intercax.syndeia.md, e.g. C:\Program Files\Cameo Enterprise Architecture\2024x\plugins\com.intercax.syndeia.md

  • Library Installation for specific Repositories - Copy the library folders assembled when configuring integrations , such as libTC, libWC, libMySQL, libNX, and libCreo, to this folder as shown below. Note that you will need library folders for only those repositories/tools that you will be connecting to using Syndeia and for which you have a Syndeia license. The  libSimulink folder is automatically installed with Syndeia.

7. Setting up Syndeia license – Copy the Syndeia license file that you obtained from us to the .syndeia folder in your user directory. If you do not have a .syndeia folder, create one in your user directory. If you have problems creating the .syndeia folder using Windows explorer or Finder (Mac), create it using the command window or terminal. 

  1. On Windows 10/11, this would be C:\Users\<Your Account>\.syndeia 

  2. On Mac OS X, this would be /Users/<Your Account>/.syndeia 

  3. On Linux (Ubuntu), this would be /home/<Your Account>/.syndeia 

 

8. Copy mapping file – If you are upgrading from Syndeia 3.5 SP2 to 3.6 SP1, follow the sub-steps below. If you are upgrading from Syndeia 3.6 to 3.6 SP1 or installing the Syndeia Cameo plugin for the first time, skip this step and move to the next one.

  • Locate the syndeia.mappings file for Syndeia 3.5 SP2. It should be located in .syndeia/3.5 folder in your user directory, e.g. C:\Users\<Your Account>\.syndeia\3.5\syndeia.mappings for Windows, or /Users/<Your Account>/.syndeia/3.5 on Mac OS X.

  • Copy the syndeia.mappings file to the .syndeia/3.6 folder in your user directory, e.g. C:\Users\<Your Account>\.syndeia\3.6\syndeia.mappings for Windows, or /Users/<Your Account>/.syndeia/3.6 on Mac OS X.

 


9. Cameo’s JDK vm.options File

This step is relevant when installing the Syndeia plugin on Cameo 2024x. It may be applicable for future versions.

If you are installing on earlier versions of Cameo, such as Cameo 19.0, 2021x, or 2022x, then skip this step and go directly to step 10. 

  1. Open the vm.options file located in your Cameo installation (<Your Cameo 2024x Installation>\bin\vm.options), as also shown below, in a text editor. 
     

    1. When Cameo has been installed in C:\Program Files, you might need to open your text editor as an Administrator in order to save changes to the file.

      1. Ask your IT Team to modify these files if your user account does not have permission to edit the files and you do not have a way to elevate your user account on your own.

  2. Add the following 6 lines at the end of the vm.options file.

    --add-exports java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens java.desktop/sun.awt.shell=ALL-UNNAMED

A Java vm.options file may be sensitive to the presence of unnecessary white spaces. Assure that the lines you add to vm.options have no white spaces before the dash-dashes and no white spaces after the words “UNNAMED”. Experience has shown that the JDK may ignore lines which have additional white space and your Cameo plugins will not function as intended.

  1. Lines 35-40 in the figure below, highlighted in gray, show the proper addition of these lines after the unchanged content of the original file:

  1. Save the vm.options file. 

The modification to Cameo’s vm.option is required because MagicDraw/Cameo 2024x introduces the use of Java 17 - and the new modularity features of jdk9, jdk11, and jdk17 (and likely those thereafter) change how these JDKs and how Cameo itself make internal classes available to Cameo Plugin code such as that used by Syndeia.


10. Restart Cameo as an administrator, similar to Step 1. 

11. Go to Help > Resource/Plugin Manager and check if Syndeia 3.6 SP1 is installed, as shown below.

12. Go to Options > Environment. Select Plugins (as shown below) and click on the Provider column header to sort the plugin list by the Provider. Check that the Syndeia plugin 3.6 SP1 is loaded and enabled (true for both columns), as shown below.

13.  Congratulations!!! You have successfully installed the Syndeia plugin for MagicDraw / Cameo.

14. Read through the Syndeia Dashboard section of this guide to learn about the Syndeia Dashboard and its features. Then, walk through the step-by-step instructions in Tutorials - Syndeia for MagicDraw | Cameo.

15. The Syndeia log file for MagicDraw/Cameo is stored in the .syndeia folder, e.g. C:\Users\.syndeia\3.6\syndeia.mdx.log.

  • The log file is named syndeia.mdx.log for Syndeia Cameo plugins for Cameo 2021x R2 and above.

  • The log file is named syndeia.md.log for Syndeia Cameo plugins for Cameo 19.0.

When asking questions or reporting observations on our helpdesk, you will receive faster service by providing a copy of this file with your requests. Practice good operational security and make sure your IT team redacts or approves the sharing of the log files.

Related pages