<?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>Question Re: String or binary data would be truncated in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597534#M3857191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is due to table column field length limitation, might be sending more no. of characters for particular field/column in PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use sub-string function&amp;nbsp; to limit the chars in PI and send to DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 15:26:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-17T15:26:36Z</dc:date>
    <item>
      <title>String or binary data would be truncated</title>
      <link>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaq-p/10597532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My interface is FILE to JDBC, we are facing the below issue in the JDBC channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;Unable to execute statement for table or stored procedure. 'SPName' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;kindly provide the solution for this error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;Kiran&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtColor urTxtStd" title="Unable to execute statement for table or stored procedure. 'misuser.ICPTrnBTBridgeAccounts' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated."&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaq-p/10597532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T07:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: String or binary data would be truncated</title>
      <link>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597533#M3857190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check field lengths of your input data and the corresponding column lengths of database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597533#M3857190</guid>
      <dc:creator>JaySchwendemann</dc:creator>
      <dc:date>2014-09-17T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: String or binary data would be truncated</title>
      <link>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597534#M3857191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is due to table column field length limitation, might be sending more no. of characters for particular field/column in PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use sub-string function&amp;nbsp; to limit the chars in PI and send to DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 15:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597534#M3857191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T15:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: String or binary data would be truncated</title>
      <link>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597535#M3857192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As maintaind by jen and kumar, this is data related issue, please check with DB team and field length of your input data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 03:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/string-or-binary-data-would-be-truncated/qaa-p/10597535#M3857192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-18T03:48:01Z</dc:date>
    </item>
  </channel>
</rss>

