Known Issues
This page lists important information about issues that apply to OL Connect 2026.1.2.
Script API setting changes in 2025.1
In OL Connect 2025.1 stricter checking was introduced for the Uniform Resource Identifier (URI) passed into the loadhtml, loadjson and loadtext scripting functions.
Special characters such as spaces in a path used to work but now need to be properly URI encoded.
Example: // Worked in 2024.2 but not in 2025.1
var result = loadhtml("file:///C:/PPWorkDir/Hello World/Data/Example.html");
// 2025.1 onwards
var result = loadhtml("file:///C:/PPWorkDir/Hello%20World/Data/Example.html");
This applies to more than just the space character. Refer to RFC 2396 for the rules on URI encoding.
Email setting change in 2025.1
In OL Connect 2025.1, we fixed an issue where the “Do not inline styles” option would still inline CSS style rules on elements. This might affect existing jobs, particularly if you were inadvertently using the “Do not inline styles“ option but wanted the 'Apply CSS properties to elements’ behaviour.
Dynamic email attachments issue (updating from 2024.2.1)
Issues with Dynamic email attachments, which were added using custom scripts or via the Dynamic Attachment wizard.
The issue was that dynamic email attachments would accumulate across multiple messages. Additionally, when testing in the Designer application, this could cause attachments to be unintentionally added to the template.
As of 2024.2.2 we now ensure dynamic email attachments are handled correctly, with each email containing only the intended attachments and templates being saved properly.
If you are using dynamic attachments in your templates, we recommend testing them after updating to confirm that everything is functioning as expected.
Remote translation files issue
Changes in a remote PO file (.rpo) are not shown in Preview mode or when double-clicking the .rpo file.
This will be addressed in a future release.
Unicode Variation Selectors issue
The Designer and Merge Engine can crash when a document or input data contains a Unicode Variation Selector. A variation selector is a special Unicode character in the range of U+FE00 - U+FE0F that indicates which variant of the previous character should be used.
The issue has so far only occurred on Windows 11 systems and will be fixed in a later release.
ODBC drivers do not all work with OL Connect
ODBC drivers do not all work with Java applications.
Since OL Connect is a Java application, it is strongly recommended you use JDBC instead.
Incorrect colors in print preview
Colors are not displayed correctly in previews generated by the Advanced Print Wizard.
Account permission issues
If you install and run OL Connect Designer under different user accounts (for example, install under User1 and run Designer as User2), account permission issues may occur.
It is recommended that you install and use OL Connect Designer under the same user account.
Incorrect warning when sending email from Designer
When sending email from the Designer with a license that allows this, an incorrect warning is displayed stating that sending email is not covered by the license. The warning does not prevent the emails from being sent.
Master Page not affected by style rules for <body>
In the output, content in Master Pages is affected by style rules targeting <html>, but not by style rules targeting the <body> element. This is because in the output, they are placed outside the <body> of the section to which they are applied. When editing a Master Page, style rules targeting the <body> element will work, because the Master Page is not currently applied to a section, but they will have no effect in the output.
Print Wizard Preview showing some Landscape mode jobs in Portrait mode
Print jobs featuring associated Connect Output Presets which have Imposition options set to Landscape will not Preview in Landscape, but rather in Portrait mode. The printout is unaffected, however.
Issue after erroneous or incomplete update or re-installation
If one or more products (the OL Connect Designer, Connect Server, Software Activation, Print Manager, or Server Configuration Tool) or engines exit within a second of starting, this may be caused by a recent erroneous or incomplete uninstall before a reinstall or upgrade to a newer version of OL Connect.
This may be solved by deleting the %UserProfile%\Connect\.eclipse directory.
Backend database might require periodic maintenance
Databases maintain a variety of statistics in order to optimize performance. When high levels of inserts and/or deletions occur, the statistical data keeping can struggle to keep up. Over a period of prolonged and intensive processing this can result in a degradation in performance, with the whole database slowing down as it struggles to clean itself up.
In Connect terms the effect can be felt as the Data Mapper and/or Job Creation progressively slowing down.
To cure this issue, it is recommended that you periodically run manual maintenance on the backend database.
If using MySQL, the following script should be run in a query window:
set @a=null,@c=null,@b=concat("show tables where",
ifnull(concat(" `Tables_in_",database(),"` like '",@c,"' and"),''),
" (@a:=concat_ws(',',@a,`Tables_in_",database(),"`))");
Prepare `bd` from @b;
EXECUTE `bd`;
DEALLOCATE PREPARE `bd`;
set @a:=concat('optimize table ',@a);
PREPARE `sql` FROM @a;
EXECUTE `sql`;
DEALLOCATE PREPARE `sql`;
set @a=null,@b=null,@c=null;
If using Microsoft SQL Server run the following command in a query window:
sp_updatestats
Windows 10 Search service impacting Connect
The Windows 10 Search service runs as a background task, indexing files and folders. It has been noted that this background task is sometimes preventing files being added to the Connect temporary files folder when large amounts of files are being output and copied.
If this is an issue for you, we suggest disabling Search Indexing on the C:\Users\<username>\Connect folder.
This issue will be fixed in a later release.
Known Font issues
The following font(s) are known to have issues in OL Connect 2026.1:
- Benton Sans CFF font
Windows Server 2016 issue
As of OL Connect 2018.1 Connect is officially supported under Windows Server 2016.
Please note, however, that the Update Client application might be blocked by the enhanced security settings in Windows Server 2016.
To fix this, add http://updates.ca.objectiflune.com to the list of trusted web sites on that machine, or lower the internet access rules.
Limit of 100MB of image files within a single job
There is a limit of 100MBs for image files included within a single job. This allows most jobs to run faster. However, if a job requires more than 100MBs of image files, then the OL Connect image cache size can be increased. Please contact Support for instructions on how to modify the image memory cache value, if needed.
Installation paths with multi-byte characters
Switching languages
Changing the language using the Window > Preferences > Language Setting menu option does not currently change all of the strings in the application to the selected language. This is a known issue and will be fixed in a later release.
In the meantime we offer the following workaround for anyone who needs to change the language:
- Go to the .ini files for the Designer and Server Config:
C:\Program Files\Objectif Lune\OL Connect\Connect Designer\Designer.iniC:\Program Files\Objectif Lune\OL Connect\Connect Server Configuration\ServerConfig.ini
- Change the language parameter to the required one under Duser.language=en | es | de | fr | it | ja | ko | pt | tw | zh
Only one of the above language tags should be selected. Once saved, Connect will appear in the selected language at next start-up.
GoDaddy certificates
When installing Connect offline, dialogs allow installing the GoDaddy certificates. Most users should use the default settings and click Next. In some cases, however, this may not work correctly. For this reason those users should activate Place all certificates in the following store and then select the Trusted Root Certification Authorities as the target certificate store.
MySQL Compatibility
The minimum supported MySQL version is MySQL 5.6.
Available Printer Models
Note that only the single Printer Model (Generic PDF) will appear on the Advanced page of the Print Wizard by default.
To add additional printer models click on the settings button next to the Model selection entry box.
Color Model in Style Sheets
The color model of colors defined in a style sheet can sometimes change after editing the style sheet. This is a known issue and will be addressed in a subsequent release.
Image preview in Designer
If in the Windows Internet settings (Connection Settings > LAN configuration) a proxy is enabled, but "Bypass proxy settings for local addresses" is not checked, the image preview service, conversion service and live preview tab in the Designer will not work and exhibit the following issues:
- Images will be shown as 0 size boxes (no red 'X' is displayed).
- Live preview does not progress, and when re-activated reports "browsers is busy".
To fix the issue you must check the "Bypass proxy settings for local addresses" option.
VIPP Output
Some templates set up with landscape orientation are being produced as portrait in VIPP. It can also sometimes be the case that text and images can be slightly displaced. These are known issues and will be addressed in a later release of Connect.
Magic Number changes when installing Docker
Installing Docker on a system where Connect has already been installed may impact Connect's licensing mechanism and require reactivation.
Note: Installing Connect after Docker has already been installed will not cause issues.