Page tree

New features and enhancements

Referenced PR IDDescription
PLA-5112Support macOS Ventura
PLA-5115Allow PLA to shorten Pantone and Spot Color names when used in SmartMarks
PLA-5116Upgrade the version of Tomcat to improve security

PLA 10.x support CJK characters.

Note:

  • PLA client running on Windows = Both the Windows computer and Prinergy server must set the system locale to Japanese, Chinese or Korean.
  • PLA client on Mac = NO NEED to set the system locale on the Mac computer, but the Prinergy server must set the system locale to Japanese, Chinese or Korean.


Allow PLA to shorten Pantone and Spot Color names when used in SmartMarks (PLA-5115)

  1. Close PLA software.
  2. Locate the DefaultUser.properties file found here: \\PrinergyServer\C:\Program Files (86)\Kodak\LayoutAutomation\server\WEB-INF\classes\
  3. Use a text editor program to open the DefaultUser.properties file.
  4. Add the following lines: Mark.EnableShortenColorName=true” and “Mark.ShortenColorNameRule
  5. Save the DefaultUser.properties file.
  6. Start Task Manager.
  7. Click the Processes tab.
  8. Right-click PLADaemon.exe and select End Process.
  9. Right-click PLAdaemonMonitor.exe and select End Process.
  10. The PLA Daemon will restart and the new values will be in use.

Notes:

Only prefix or suffix of color name can be replaced.

For example,

  1. setting “Mark.ShortenColorNameRule=PANTONE:PMS”, "PANTONE 200 C" will be shortened to "PMS200C"

  2. setting “Mark.ShortenColorNameRule=PANTONE:PMS, C:”, "PANTONE 200 C" will be shortened to "PMS200"

Before:

After:


Known Limitations

PLA Client does not launch, the Client Configuration tab is missing or unable to save Preferences (PLA-4881)

When Prinergy is running on Windows Server 2012 or 2016 with RSS enabled, PLA is not able to retrieve the license information from Prinergy. It is also possible after restarting the Prinergy server, the Prinergy Floating License Manager is not yet running. To resolve, find the DefaultUser.properties file in the LayoutAutomation\server\WEB-INF\classes folder on your Prinergy server. Open the file in a text editor and add a preference named LicenseServer=<IP Address of the Prinergy Server> substituting the actual IP address. For example, LicenseServer=192.168.0.190

  • No labels