<?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: DBUnload cut sometimes data in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845327#M4876170</link>
    <description>&lt;P&gt;How exactly are you running the command?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 07:39:08 GMT</pubDate>
    <dc:creator>former_SQLA_member1694872</dc:creator>
    <dc:date>2013-02-08T07:39:08Z</dc:date>
    <item>
      <title>DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaq-p/13845324</link>
      <description>&lt;P&gt;Hi,
I'm new to sybase, and I encounter strange error. When try to unload database using dbunload.exe -xx from my code it cut data when column has some KB of data. What can be wrong or has anyone had such error ? &lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 02:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaq-p/13845324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T02:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845326#M4876169</link>
      <description>&lt;P&gt;Please post the SQLA Version you are using&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845326#M4876169</guid>
      <dc:creator>MCMartin</dc:creator>
      <dc:date>2013-02-08T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845327#M4876170</link>
      <description>&lt;P&gt;How exactly are you running the command?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845327#M4876170</guid>
      <dc:creator>former_SQLA_member1694872</dc:creator>
      <dc:date>2013-02-08T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845328#M4876171</link>
      <description>&lt;P&gt;Well version is 11.0.1.2044 and I'm running the command from C# which look like this 
dbunload.exe -xx -q -y -c "{0}" -t {1} -r "{2}" .", conString, tables.ToString(), Path.Combine(dirPath, "reload.sql")); where conString is connection string, tables is array of table I'm unloading and the last one is path to reload.sql&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845328#M4876171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T09:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845329#M4876172</link>
      <description>&lt;P&gt;Whats more. I have a in one column data which has someting from around 200KB to around 800KB its binary data for image. And sometimes dbunload cut it to size of 512KB and my program cannot read that&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845329#M4876172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845330#M4876173</link>
      <description>&lt;P&gt;Please explain exactly what you mean by "it cut data"? How are you looking at the data? Perhaps an example table definition and sample output would help us understand what problem you are having.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845330#M4876173</guid>
      <dc:creator>MarkCulp</dc:creator>
      <dc:date>2013-02-08T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845325#M4876168</link>
      <description>&lt;P&gt;Are you are using a driver (eg ODBC) to connect to the database? &lt;/P&gt;
&lt;P&gt;We saw a problem where for large results, the driver would truncate the data because it did not allocate enough memory to hold the complete result.&lt;/P&gt;
&lt;P&gt;Is the data truncated when you run dbunload directly from the command line?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2013 23:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845325#M4876168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-10T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845331#M4876174</link>
      <description>&lt;P&gt;Yes I'm using ODBC driver to connect to database, I think it is Sybase jConnect JDBC. Probably I didn't it use directly from command line because I need application to do this. The biggest problem is that on my instance of application dbunload started to work correctly however on the other one it fails. And I did nothing here. Any idea ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 02:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845331#M4876174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-11T02:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845332#M4876175</link>
      <description>&lt;P&gt;I'd still recommend to use the exact command directly from the command line to see if that truncates data, too. (I have never ever run into this issue...).&lt;/P&gt;
&lt;P&gt;IIRC, 11.0.1.2044 is the original 11.0.1 maintenance release and rather "old" nowadays, so you might as well try to use a current v11.0.1 EBF - cf. &lt;A href="http://sqlanywhere.blogspot.ca/search/label/latest%20EBFs"&gt;Breck's helpful EBF list here&lt;/A&gt;...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845332#M4876175</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2013-02-11T07:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: DBUnload cut sometimes data</title>
      <link>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845333#M4876176</link>
      <description>&lt;P&gt;I did unloaded database from command line then I reloaded it using dbisql from command line and data wasn't trucated at all. But I think on the other machine it would fail, but I will check this out soon. To point that out I changed nothing so far. I'll keep you informed if this is fixed.&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 08:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dbunload-cut-sometimes-data/qaa-p/13845333#M4876176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-12T08:01:58Z</dc:date>
    </item>
  </channel>
</rss>

