Issue
After installing Acrolinx for Arbortext, on starting Arbortext, you receive a Windows error message "Couldn’t Create COM Handle".
Applies To
Product |
Version |
---|---|
Acrolinx for Arbortext | All |
Cause
In some cases Acrolinx for Arbortext won’t install in the proper custom directory.
Solution
- Open the Arbortext Command line:
2. Execute the following command to see the custom directory:
eval get_custom_dir()
You should see the similar output.
If the custom path is on a network share drive copy the three folders "classes", "init", and "dialogs" containing the integration from the custom directory command (above).
Workaround
Enable the command line:
-
Then run the following in the command window, this will initialize the Sidebar.
java_static('com.acrolinx.sidebar.arbortext.Hooks','init')
-
Then run the following in the command window, this should open the Sidebar.
java_static('com.acrolinx.sidebar.arbortext.Hooks','showSidebar')