<?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 DataFlux bulkload to SQL Server with datetimeoffset in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/841576#M20596</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am ding a load of 183m rows from Dataflux into a SQL Server table. The current job is just a normal insert, but I am playing around with the bulk row count option to see if I can't speed it up (it ran for 42 hours). However, I am getting an error with a datetimeoffset field. The field seems to be a character value in Dataflux, so I would have thought it would be coerced into a datetime value, but I get this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[4:DEST_ODBC:Consolidated Customer Matchcode] Data Access Plugin - Max. ODBC error count (49999) exceeded. Last error: [22018] [DataFlux][ODBC SQL Server Wire Protocol driver]Invalid character value. Error in parameter 11. (0);[HY008] [DataFlux][ODBC SQL Server Wire Protocol driver]Operation cancelled. Error in parameter 116. (0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then created a new date variable and converted the character value to a date field (date DOB DOB=todate(left(DateOfBirth,10)), and mapped that to the datetimeoffset field, but I am still getting the same error. Has anyone had any experience with this, and can offer some suggestions, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To complicate matters further, it runs fine locally but gives that error when running on the server, so I assume it is using different ODBC drivers.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 06:07:06 GMT</pubDate>
    <dc:creator>HeidiDT</dc:creator>
    <dc:date>2022-10-31T06:07:06Z</dc:date>
    <item>
      <title>DataFlux bulkload to SQL Server with datetimeoffset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/841576#M20596</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am ding a load of 183m rows from Dataflux into a SQL Server table. The current job is just a normal insert, but I am playing around with the bulk row count option to see if I can't speed it up (it ran for 42 hours). However, I am getting an error with a datetimeoffset field. The field seems to be a character value in Dataflux, so I would have thought it would be coerced into a datetime value, but I get this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[4:DEST_ODBC:Consolidated Customer Matchcode] Data Access Plugin - Max. ODBC error count (49999) exceeded. Last error: [22018] [DataFlux][ODBC SQL Server Wire Protocol driver]Invalid character value. Error in parameter 11. (0);[HY008] [DataFlux][ODBC SQL Server Wire Protocol driver]Operation cancelled. Error in parameter 116. (0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then created a new date variable and converted the character value to a date field (date DOB DOB=todate(left(DateOfBirth,10)), and mapped that to the datetimeoffset field, but I am still getting the same error. Has anyone had any experience with this, and can offer some suggestions, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To complicate matters further, it runs fine locally but gives that error when running on the server, so I assume it is using different ODBC drivers.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 06:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/841576#M20596</guid>
      <dc:creator>HeidiDT</dc:creator>
      <dc:date>2022-10-31T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux bulkload to SQL Server with datetimeoffset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/841793#M20599</link>
      <description>&lt;P&gt;183m rows is a lot for DataFlux. If you by any chance have SAS/ACCESS interface to ODBC or SQL Server installed on your SAS DQ platform it will likely perform faster. This is what I would do but you may not have that as an option. Tech Support is probably your best option for solving tricky DataFlux issues like this.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 01:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/841793#M20599</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-11-01T01:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux bulkload to SQL Server with datetimeoffset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/843236#M20614</link>
      <description>&lt;P&gt;In theory, there should be no issues for inserting such data volume with DM Studio. I have done much more in the past.&lt;/P&gt;
&lt;P&gt;For the record, DataFlux and SAS/ACCESS uses the same client (DataDirect ODBC Driver for SQL Server)&lt;/P&gt;
&lt;P&gt;However, bulk loading is very format sensitive, so you should make sure that dates are mapped with dates and so on.&lt;/P&gt;
&lt;P&gt;Mind that as soon as you change the bulk load option, the commit interval options are not longer active&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 20:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/843236#M20614</guid>
      <dc:creator>VincentRejany</dc:creator>
      <dc:date>2022-11-08T20:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux bulkload to SQL Server with datetimeoffset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/845415#M20632</link>
      <description>You can enable bulk loading to most Microsoft SQL Server databases by specifying options in the odbc.ini file (for UNIX platforms) or by using the ODBC Administrator (for Windows platforms). For more information, see the ODBC driver information about bulk loading available at Progress DataDirect.&lt;BR /&gt;&lt;BR /&gt;To bulk load data to most Microsoft SQL Server databases, use the INSERTBUFF= LIBNAME option or INSERTBUFF= data set option to configure bulk loading with Microsoft SQL Server.&lt;BR /&gt;&lt;BR /&gt;This may help you,&lt;BR /&gt;Rachel Gomez</description>
      <pubDate>Mon, 21 Nov 2022 07:37:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-bulkload-to-SQL-Server-with-datetimeoffset/m-p/845415#M20632</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2022-11-21T07:37:31Z</dc:date>
    </item>
  </channel>
</rss>

