<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I have a job which runs on a host with ingres version II 10.2.0 (a64.lnx/100) &#43; 15162.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">It uses a vnode to connect to a database on another host which runs ingres version II 10.2.0 (a64.lnx/100) &#43; 15151.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Having established the connection to the remote database it does some initial work and then must pause activity on that connection while work is being performed on other hosts/databases. After that work is completed the connection then
 gets to do as follows:<o:p></o:p></p>
<p class="MsoNormal">drop table if exists targetable; /* Which works with no error */<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">create table targetable(<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; a integer4 not null not default,<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp;&nbsp; b integer4 not null not default,<o:p></o:p></p>
<p class="MsoNormal">&nbsp;&nbsp; c integer4 not null not default<o:p></o:p></p>
<p class="MsoNormal">) with nojournaling;<o:p></o:p></p>
<p class="MsoNormal">/* And this too works with no error. Note that the columns are all just plain old integers. Nothing fancy No blobs No nvarchar.<o:p></o:p></p>
<p class="MsoNormal">*/<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">copy table targetable(a=c0tab, b=c0tab, c=c0nl) from &#8216;a/raging/great/data/file&#8217;;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">And on that last step we have recently started getting an error:
<o:p></o:p></p>
<p class="MsoNormal">E_LC0030_WRITE_SEND_FAIL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GCA protocol service (GCA_SEND) failure with message type GCA_CDATA.<o:p></o:p></p>
<p class="MsoNormal">Internal service status E_GCfe06 -- Write to peer process failed; it may have exited. - System communication error: Connection reset by peer..Exiting session because of communications failure.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">In the errlog on the target installation we see:<o:p></o:p></p>
<p class="MsoNormal">biota&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;::[39831&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IIGCC, 13193&nbsp;&nbsp;&nbsp;&nbsp; , 0000000000000002]: Thu Sep 14 13:15:24 2017 E_GC2820_CONN_FAIL_INFO&nbsp;&nbsp;&nbsp; Connection to node '::ffff:10.131.0.3', port '59824' for user 'ingres' failed: reason follows.<o:p></o:p></p>
<p class="MsoNormal">biota&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::[39831&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IIGCC, 13193&nbsp;&nbsp;&nbsp;&nbsp; , 0000000000000002]: Thu Sep 14 13:15:24 2017 E_CLFE07_BS_READ_ERR&nbsp;&nbsp; Read from peer process failed; it may have exited.<o:p></o:p></p>
<p class="MsoNormal">biota&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::[39831&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IIGCC, 13193&nbsp;&nbsp;&nbsp;&nbsp; , 0000000000000002]: System communication error: Connection reset by peer.<o:p></o:p></p>
<p class="MsoNormal">BIOTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::[39278&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; , 13088&nbsp;&nbsp;&nbsp;&nbsp; ,&nbsp; 00007f4eacc6f180, scscopy.c:613&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Thu Sep 14 13:15:24 2017 E_SC022E_WRONG_BLOCK_TYPE Internal Protocol Error: SCF received block type 00000005 (5.) when expecting type 00000019
 (25.).<o:p></o:p></p>
<p class="MsoNormal">BIOTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::[39278&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; , 13088&nbsp;&nbsp;&nbsp;&nbsp; ,&nbsp; 00007f4eacc6f180, scscopy.c:614&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: Thu Sep 14 13:15:24 2017 E_SC0250_COPY_OUT_OF_SEQUENCE A COPY data block was received when one was not expected (or not received when expected).<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I have managed to show that this is a weird ass timeout. The jobs pause has now breached 15minutes (where have I seen that number before). The really curious thing is that the connection is perfectly fine with anything other than a copy.
<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I&#8217;m working on a test case at the moment, but as it relies on&nbsp; a very large data file it&#8217;s a bit of a nuisance.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Anyone seen anything like this before?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Marty<o:p></o:p></p>
</div>
</body>
</html>