ReadMe Components patch 12.0.27
ATP 2.4.0
Some minor fixes
Console 2.50.1
Some minor fixes
Console 2.51.0
-
Console folder import logs display table import progress as done before it's done
X3-241156
Progression labels are correctly displayed.
-
Issue installing BO 4.2 SP8 in a 2021R2 (V12P26)
X3-248447
The more recent driver ODBC is taken in account.
-
Console remote import issue
X3-248941
Remote import is correctly managed by the Console.
PrintServer 2.23.1
Some minor fixes
PrintServer 2.24.0
-
Lenght password limit within Safe X3 Console 250
X3-251297
The password associated to the Print server is no more limited to 20 characters
-
MICR fonts not printing on checks with Crystal Reports 2013 on Windows Server 2019
X3-233725
MICR fonts are managed by the print server 2.24 on Windows 2019.
-
Chinese characters not correctly displayed in preview report
X3-231655
"Arial Unicode" is dynamically used in order to print Asian characters.
Runtime 93.3.45
-
Runtime adonix_*.tra dump file truncated recursively on 4GL execution stack
X3-222490
The dump of the 4GL execution stack is correctly managed.
-
On linux when doing ps -f, runtime R93.x adonix shows 32 white spaces instead of 1 between arguments
X3-228454
The arguments in the process shown at the operating system level use a one-space separator and are no longer displayed in a 64-characters string format.
-
Bad error caught by the runtime: jenkinsslave error
X3-221235
A roll back transaction upon adonix termination is performed to avoid wrong output.
-
"find" instruction with large array in parameter regression
X3-248746
The "find" instruction is working with the same limit as in the previous versions (U9, V11).
-
Incorrect x3diary session log
X3-238274
The log level reading has been fixed in the runtime (rd_prolog).
-
AE_RMDIR instruction and directory with spaces
X3-236801
The ae_rmdir statement correctly manages directory names containing spaces.
-
IZPACK "Process execution failed" during installation of AdxAdmin and Runtime 93.2.50
X3-237238
Microsoft Redistributable release is now tested and not installed if the release previously installed on the server is equal or higher than the one we are installing with the runtime or adxadmin.
-
HD1 text data type cuts off Chinese characters
X3-223441
Chinese characters are correctly saved.
-
Adxuid(1) lost when unlocking a symbol in a folder different from the current folder
X3-226016
The 'Unlock' 4GL instruction does not disconnect the user in case of success.
-
adxodbc file created on folder validation or import missing the database name
X3-221249
Custom reports on a Linux environment can properly access the database as the adxodbc file includes the database name.
SyracuseServer 12.11.1
Some minor fixes
SyracuseServer 12.11.2
Some minor fixes
SyracuseServer 12.11.3
Some minor fixes
SyracuseServer 12.11.4
Some minor fixes
SyracuseServer 12.11.5
Some minor fixes
SyracuseServer 12.12.0
-
Incorrect validation of a signed EDI XML electronic invoice for the Spanish tax authorities
X3-233443
The EDI XML file is signed and accepted by the Spanish tax authorities,
-
Export to CSV when logged in with zh-CN locale from order lines causes incorrect headers
X3-116302
Chinese characters are correctly encoded during CSV export.
-
LDAP AD Sync User/Password is visible when using Automation Scheduler
X3-245159
The password and "sync user" are not displayed in the task field.
-
Graphical query tool joins display issue
X3-233954
The link display has been improved in the Graphical query tool.
-
Edit page content function errors when using the drag feature
X3-233416
Error managing improved when dragging content on home pages.
-
No 'Escape' key available on mobile devices
X3-238205
A button is displayed when touchscreen users edit the data displayed in grids, enabling them to cancel changes made to the current record without using a keyboard.
-
Printer selection window issue with too many printers
X3-238896
The printer selection window has been improved to display a large number of printers.
-
Date field allowing alphanumeric entry: Data not stored in the database
X3-236976
The date validation has been improved.
-
Sales/Purchase documents: Bullet points in the line, header or footer are not printed on the report
X3-222537
Bullets are displayed correctly in Crystal Reports.
-
RESTful calls being generated with "mobile1" using up badges
X3-227154
The "api1" prefix is properly propagated for links in the navigation RESTful calls. The "mobile" prefix is only used for tablets.
-
Quantity tracked: The entered value does not respect the field format or type
X3-228333
Validation corrected to allow changes to numeric work order production tracking data.
-
Classic page in visual process editor
X3-229859
The HTML5-based Visual Process editor has been improved to work on classic pages.
-
Customized pages: Sections folded if page opened by 'Jump to'
X3-228772
Sections on customized pages are expanded on opening the page.
-
Lines grid: Display issue when zooming
X3-231193
The grid display has been improved when zooming in.
-
Screen radio buttons should not be able to have select focus when tied to an access code
X3-166146
Access rights are correctly applied to radio buttons.
-
Landing pages mixed up (misaligned labels) when editing a role
X3-181770
The landing pages can be reordered.
-
Security profiles: Description of endpoints can be modified even when the technicalSetting option is only set to 'Read'
X3-210264
The security management for endpoints has been fixed.
-
Error: "Fatal error X3 server 102 - Error code : [3]" when opening screens
X3-242805
Parameters are correctly initialized and the screen can be opened.
-
New visual processes with Chrome browser : "Cannot set property which of #<UIEvent> which has only a getter - Error code : [27]" when modifying the link type
X3-241614
Improved error management when creating Visual Processes.
-
Copying a field label in a comment (text editor) generates an error
X3-241329
Error management has been improved when pasting text into the text editor.
-
ACOPFIC: "------ WebKitFormBoundary" message is added to the content at the end of the file
X3-246687
The files are correctly managed.
-
User interface : Translation screen unusable (with more than 13 lines)
X3-248889
Translation screen improved to easily scroll records into view.
-
"X3 engine error: Address Overflow Signal!" when trying to connect to U9 People from V12 Syracuse (12.11))
X3-251393
In case you architecture is based on a V12 web server and a U9 solution (example of a HRM U9 with a V12 web server) you must declare in the nodelocal.js the U9 solutions. This action will disable a new V12 capability that is not supported by the U9 engine,
In the "session" group of the nodelocal.js, you declare the list of X3 solution names ( the name and not the code) that are using a U9 runtime as follow :
session: {
x3SessionParamsDisabled: ["x3SolutionName1","x3SolutionName2"]
},
-
Table CSV export: "Application error" if locale does not use dot as the decimal separator
X3-250054
The decimal separator is well managed.
-
Add Syracuse ID to the log files for "http.in" module
X3-244351
The session ID is displayed.
-
Unable to start up Syracuse when upgrading from PU9
X3-245224
The update script has been fixed.
-
VPE: Customized visual processes are broken after migration to V12
X3-229921
Visual processes using legacy schema are updated and displayed properly.
VTWebServer 2.39.2
Some minor fixes
X3Services 8.0.55
Some minor fixes