The Sitecore Cortex Processing Engine encounters errors when using the Microsoft Machine Learning Server integration


Description

Errors might occur because integration of the Sitecore Cortex Processing Engine with MS ML Server 9.4.7 does not support communication with the xConnect host when certificate-based authentication is enabled there.

Initially, the Sitecore Processing Engine requires the following set of prerequisite modules to be installed on MS ML Server 9.3.0 for proper integration with it:

lib <-tail(.libPaths(), n=1)
repo <-'https://cran.microsoft.com/snapshot/2017-07-04';
install.packages('openssl', lib, repos=repo)
install.packages('curl', lib, repos=repo)
install.packages('httr', lib, repos=repo)

Errors might occur from the following reasons:

Solution

To resolve the issue, consider one of the following options: