<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246655#M32119</link>
    <description>&lt;P&gt;me to facing same error how u approached to solve please help me&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 18:38:23 GMT</pubDate>
    <dc:creator>sam473</dc:creator>
    <dc:date>2020-08-12T18:38:23Z</dc:date>
    <item>
      <title>JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246650#M32114</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;What should i do?&lt;/P&gt; 
&lt;P&gt;I have installed Talend Function Modules for SAP and I set the parameter "api.z_talend_read_table is true",&lt;/P&gt; 
&lt;P&gt;but I still get an error when using tSAPTableInput with 800000+ rows and 90+ columns as below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tSAPTableInput_1 (SAP)&lt;BR /&gt;SAPException@4229bb3f [&lt;BR /&gt;errorCode=1&lt;BR /&gt;,errorGroup=102&lt;BR /&gt;,errorKey=JCO_ERROR_COMMUNICATION&lt;BR /&gt;,errorMessage=connection closed without message (CM_NO_DATA_RECEIVED)&lt;BR /&gt;,bapiName=/CMT/TLND_TABLE&lt;BR /&gt;,tableName=/BIC/B0003822000&lt;BR /&gt;]&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:274)&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:269)&lt;BR /&gt;at org.talend.sap.exception.SAPException.newBuilder(SAPException.java:74)&lt;BR /&gt;at org.talend.sap.impl.SAPUtil.createExceptionBuilder(SAPUtil.java:110)&lt;BR /&gt;at org.talend.sap.impl.service.SAPTableDataService.getTableData(SAPTableDataService.java:240)&lt;BR /&gt;at saptos3.sap_0_1.SAP.tSAPTableInput_1Process(SAP.java:3664)&lt;BR /&gt;at saptos3.sap_0_1.SAP.runJobInTOS(SAP.java:4407)&lt;BR /&gt;at saptos3.sap_0_1.SAP.main(SAP.java:4189)&lt;BR /&gt;[FATAL] 16:19:08 saptos3.sap_0_1.SAP- tSAPTableInput_1 connection closed without message (CM_NO_DATA_RECEIVED)&lt;BR /&gt;org.talend.sap.exception.SAPException: connection closed without message (CM_NO_DATA_RECEIVED)&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:274) ~[sap-api-7.3.1-6.0.0.jar:?]&lt;BR /&gt;at org.talend.sap.exception.SAPException$Builder.&amp;lt;init&amp;gt;(SAPException.java:269) ~[sap-api-7.3.1-6.0.0.jar:?]&lt;BR /&gt;at org.talend.sap.exception.SAPException.newBuilder(SAPException.java:74) ~[sap-api-7.3.1-6.0.0.jar:?]&lt;BR /&gt;at org.talend.sap.impl.SAPUtil.createExceptionBuilder(SAPUtil.java:110) ~[sap-impl-7.3.1-6.0.0.jar:?]&lt;BR /&gt;at org.talend.sap.impl.service.SAPTableDataService.getTableData(SAPTableDataService.java:240) ~[sap-impl-7.3.1-6.0.0.jar:?]&lt;BR /&gt;at saptos3.sap_0_1.SAP.tSAPTableInput_1Process(SAP.java:3664) [classes/:?]&lt;BR /&gt;at saptos3.sap_0_1.SAP.runJobInTOS(SAP.java:4407) [classes/:?]&lt;BR /&gt;at saptos3.sap_0_1.SAP.main(SAP.java:4189) [classes/:?]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 00:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246650#M32114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-12T00:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246651#M32115</link>
      <description>&lt;P&gt;Looks like you try to extract data from BW System. Maybe you can try to partitionize the data by using a filter on a field and call the component tSAPTableInput per filter value in a loop. Depending on the SAP System Configuration 800.000 rows might be to much to extract it once. Or try first to get e.g. 25.000 rows by using a specific filter condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you could ask the SAP Admin-Team to help to analyze this error.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 17:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246651#M32115</guid>
      <dc:creator>mwinkler</dc:creator>
      <dc:date>2020-05-12T17:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246652#M32116</link>
      <description>&lt;P&gt;hi mwinker,&lt;BR /&gt;Thanks for your advice&lt;BR /&gt;I have partitioned the data as you said.&lt;BR /&gt;and then I get an error like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tSAPTableInput_1 (Looping)&lt;BR /&gt;SAPException @ 5ba3f27a [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; errorCode = 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , errorGroup = 104&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , errorKey = JCO_ERROR_SYSTEM_FAILURE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , errorMessage = Unable to fulfill request for 2650 bytes of memory space.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , errorMessageText =&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , bapiName = / CMT / TLND_TABLE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; , tableName = / BIC / B0003822000&lt;BR /&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246652#M32116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-15T06:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246653#M32117</link>
      <description>&lt;P&gt;Could you please test with a fixed filter to check whether you are able to extract 10.000 rows, 20.000 rows, 50.000 rows?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If a batch has less than 800.000 it should be feasible. (will take some time). Otherwise the RFC System Parameter are set so restrictive and allows smaller&lt;BR /&gt;data transfers only.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 07:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246653#M32117</guid>
      <dc:creator>mwinkler</dc:creator>
      <dc:date>2020-05-15T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246654#M32118</link>
      <description>&lt;P&gt;hi mwinker,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried what you suggested.&lt;BR /&gt;when it reaches the record to 1.5 million to extract an error occurs as below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tSAPTableInput_1 (Looping)&lt;BR /&gt;SAPException@1e04fa0a [&lt;BR /&gt;errorCode=1&lt;BR /&gt;,errorGroup=104&lt;BR /&gt;,errorKey=JCO_ERROR_SYSTEM_FAILURE&lt;BR /&gt;,errorMessage=Unable to fulfil request for 2650 bytes of memory space.&lt;BR /&gt;,errorMessageText=&lt;BR /&gt;,bapiName=/CMT/TLND_TABLE&lt;BR /&gt;,tableName=/BIC/B0003822000&lt;BR /&gt;]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please help.&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 03:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246654#M32118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-18T03:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: JCO_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED) (tSAPTableInput)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246655#M32119</link>
      <description>&lt;P&gt;me to facing same error how u approached to solve please help me&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 18:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JCO-ERROR-COMMUNICATION-connection-closed-without-message-CM-NO/m-p/2246655#M32119</guid>
      <dc:creator>sam473</dc:creator>
      <dc:date>2020-08-12T18:38:23Z</dc:date>
    </item>
  </channel>
</rss>

