Content Management and Capture

 View Only
  • 1.  Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri May 19, 2023 03:12 AM

    FileNet connection from Datacap Studio is working fine but when run it through Rulerunner the application fails with the below error.

    ERROR!!! N-2146233088
    Error description = CE Connection Error: The request was aborted: Could not create SSL/TLS secure channel.
    Error Source = DC_P8_Server

    Note: the certificate is installed under trusted people. Datacap Version is 9.1.9



    ------------------------------
    Dileep Paul
    ------------------------------


  • 2.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Mon May 22, 2023 01:13 PM

    Try this. 
    https://www.ibm.com/support/pages/filenet-enterprise-manager-throws-error-when-connecting-content-engine-over-tls-12

    Else please create a case for support assistance. 



    ------------------------------
    Blue Devil
    ------------------------------



  • 3.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Tue September 19, 2023 10:38 AM

    Dear Dileep,

    Do you find any solution for the above issue you mentioned?

    I'm also facing the exact same issue.

    Regards,

    Siraj Shaik.



    ------------------------------
    Shaik Khaja Siraj
    ------------------------------



  • 4.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Wed September 20, 2023 08:30 AM

    Add the below registry key and see if it works. 



    ------------------------------
    Varun Gupta
    ------------------------------



  • 5.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri October 13, 2023 10:59 AM

    This worked for me,

    Edit the rrprocessor.exe.config (C:\Datacap\Taskmaster)

    Add the below line to the rrprocessor.exe.config file:

    <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>

    The modification should be performed as follows (new line is shown below in BOLD):

    <?xml version="1.0" encoding="utf-8" ?>

    <configuration>

     <runtime>

       <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>

       <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

          <dependentAssembly>

             <assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

             <bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />

          </dependentAssembly>

       </assemblyBinding>

       <generatePublisherEvidence enabled="false"></generatePublisherEvidence>

       <loadFromRemoteSources enabled="true"></loadFromRemoteSources>

     </runtime>

    </configuration>

    Hope it helps,

    Bob



    ------------------------------
    bob Moores
    ------------------------------



  • 6.  RE: Datacap Rulerunner Error Could not create SSL/TLS secure channel.

    Posted Fri October 13, 2023 03:32 PM

    Good finding Bob but probably best to stick with the technote or as Varum did to solve the issue. 



    ------------------------------
    Blue Devil
    ------------------------------