<?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 SAS DI Fails with a message when updating Sybase table in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210603#M4924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to update a timestamp column in sybase. It just throws an error saying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN EXCEPTION WAS THROWN WHILE SENDING A PACKET TO THE PEER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iT'S JUST A SIMPLE UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS DATA SET --&amp;gt; TABLE LOADER WITH INSERT/UPDATE AND SKIP NEW ROWS OPTION --&amp;gt; SYBASE TARGET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 21:26:46 GMT</pubDate>
    <dc:creator>etl_tool</dc:creator>
    <dc:date>2015-05-06T21:26:46Z</dc:date>
    <item>
      <title>SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210603#M4924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to update a timestamp column in sybase. It just throws an error saying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN EXCEPTION WAS THROWN WHILE SENDING A PACKET TO THE PEER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iT'S JUST A SIMPLE UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS DATA SET --&amp;gt; TABLE LOADER WITH INSERT/UPDATE AND SKIP NEW ROWS OPTION --&amp;gt; SYBASE TARGET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 21:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210603#M4924</guid>
      <dc:creator>etl_tool</dc:creator>
      <dc:date>2015-05-06T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210604#M4925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to leave more details, such as the log.&lt;/P&gt;&lt;P&gt;Add these options, maybe Sybase can give feedback before the exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options sastrace=',,,d' sastraceloc=saslog;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps your datatypes doesn't match, giving you an overflow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210604#M4925</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-05-07T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210605#M4926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I'm new to SAS. Do you want me to add the options to precode? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the data example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS DATA SET&lt;/P&gt;&lt;P&gt;COLUMN --&amp;gt; TYPE --&amp;gt; INFORMAT --&amp;gt; FORMAT--&amp;gt;DATAEXAMPLE&lt;/P&gt;&lt;P&gt;ID --&amp;gt; CHAR 16 --&amp;gt; $16 --&amp;gt; $16 --&amp;gt;&amp;nbsp;&amp;nbsp; 0534232&lt;/P&gt;&lt;P&gt;LAST_TMSP --&amp;gt; NUMERIC --&amp;gt;&amp;nbsp; DATETIME27.6 --&amp;gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;DATETIME27.6&amp;nbsp; --&amp;gt; 06may2015:18:22:02.000000&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYBASE DATA &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;COLUMN --&amp;gt; TYPE --&amp;gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;DATAEXAMPLE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ID --&amp;gt; CHAR 16--&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;0534232&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LAST_TMSP --&amp;gt; DATETIME --&amp;gt; 7/19/2009 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210605#M4926</guid>
      <dc:creator>etl_tool</dc:creator>
      <dc:date>2015-05-07T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210606#M4927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anywhere just before the insert to Sybase. In your example it seems you have different precision in the datetime column. Check SAS on line doc for data type mapping between SAS and Sybase (ODBC?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 06:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210606#M4927</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-05-08T06:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210607#M4928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say you are updating a TIMESTAMP column but then later say it is DATETIME: LAST_TMSP --&amp;gt; DATETIME --&amp;gt; 7/19/2009 3:36 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So which is it? Check the Sybase schema to confirm, not how it appears in SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 07:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210607#M4928</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-05-08T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210608#M4929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SASKiwi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the datatype and data. No confusion or mistake in it. I've submitted a SAS Support ticket too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS DATA SET&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;COLUMN --&amp;gt; TYPE --&amp;gt; INFORMAT --&amp;gt; FORMAT--&amp;gt;DATAEXAMPLE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ID --&amp;gt; CHAR 16 --&amp;gt; $16 --&amp;gt; $16 --&amp;gt;&amp;nbsp;&amp;nbsp; 0534232&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;LAST_TMSP --&amp;gt; NUMERIC --&amp;gt;&amp;nbsp; DATETIME27.6 --&amp;gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;DATETIME27.6&amp;nbsp; --&amp;gt; 06may2015:18:22:02.000000&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SYBASE DATA&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;COLUMN --&amp;gt; TYPE --&amp;gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;DATAEXAMPLE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ID --&amp;gt; CHAR 16--&amp;gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;0534232&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;LAST_TMSP --&amp;gt; DATETIME --&amp;gt; 7/19/2009 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210608#M4929</guid>
      <dc:creator>etl_tool</dc:creator>
      <dc:date>2015-05-08T14:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210609#M4930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it helps, here is the list of supported data types and SAS conversions for Sybase (see LIBNAME Statement Data Conversions on this page):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#n1n0n59fz7nfs2n1syfy8mfyqi9x.htm"&gt;http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#n1n0n59fz7nfs2n1syfy8mfyqi9x.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210609#M4930</guid>
      <dc:creator>mebass</dc:creator>
      <dc:date>2015-05-08T14:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Fails with a message when updating Sybase table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210610#M4931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took the whole generated code and execute in SAS Base. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I think the problem is it is a view in Sybase that I'm trying to update to. It works when you execute the update command in a sybase interactive sql or aqua data studio but does not work from SAS. I will let you know if the problem gets solved when they grant the permission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Fails-with-a-message-when-updating-Sybase-table/m-p/210610#M4931</guid>
      <dc:creator>etl_tool</dc:creator>
      <dc:date>2015-05-08T15:23:18Z</dc:date>
    </item>
  </channel>
</rss>

