Docker job server SAPR3

Hello, can docker job service sync with SAP r3 system?

Server role and function(SAP) are added in designer and docker job server restarted

Now its an error :

Error connecting system (SAP R/3 Connector)!
[System.TypeLoadException] Could not load type of field 'VI.Projector.SAP.SAPConnection:m_FunctionReturnStructures' (14) due to: Could not load file or assembly 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies.
at StdioProcessor.StdioProcessor._Execute (VI.Base.JobProcessing.Job job) [0x000cc] in <717bf87b441347a8976b7f8a67868ff2>:0

Parents
  • I have never tested this. But as the installation of the SAP .Net Connector for .NET 4.0 on x64 is one pre-requisite of the SAP connector, you might need to add the DLLs of this connector to your OneIM database and assign them to the machine role SAP R/3 (Server\Jobserer\SAP). The Jobserver should fetch those during the startup phase.

    Sample - Screenshot of the DLLs, installed by the SAP .NET Connector.

Reply
  • I have never tested this. But as the installation of the SAP .Net Connector for .NET 4.0 on x64 is one pre-requisite of the SAP connector, you might need to add the DLLs of this connector to your OneIM database and assign them to the machine role SAP R/3 (Server\Jobserer\SAP). The Jobserver should fetch those during the startup phase.

    Sample - Screenshot of the DLLs, installed by the SAP .NET Connector.

Children