(Breaking) changes from 12.6 to 12.7:[10]
The combined Query/Retrieve node has been removed (API no longer available). Please replace the old node with the two separate nodes "Query" and "Retrieve".
Any "Custom query" node that derives from the QueryRetrieveNodeC needs to change. It now needs to derive from QueryNodeC and you need a "Retrieve" node after your custom query. We will provide a sample VBS and some more documentation after completed tests. If you need further help with the migration, please contact us.
All PLM nodes now have a dedicated "error" port. The XML writer can write the full error information to disk. The Dashboard will only show the inner-most exception, while the full error information will be much more detailed.
Because all PLM nodes now have a dedicated error port, the counting in the Dashboard might look wrong. Example: 9 files to convert, 1 file failed. The conversion node will show 10 processed documents in the dashboard (8 success, 1 failed, 1 error). This is normal.