Tagged Questions
The truncated tag has no wiki summary.
5
votes
3answers
2k views
Merge trunk into branch with SVN: “Secure Connection Truncated”
after trying to merge changes to an svn trunk back to the branch with the following command:
../branches/myBranch$ svn merge -r 94:171 https://.../trunk --dry-run
I get the following error from ...
4
votes
1answer
86 views
Query truncated at 999 character
I have a peculiar problem with Postgres and PHP.
I just set-up new server and although code works fine on the old server, on a new server some lengthy queries are getting truncated at 999 character.
...
3
votes
2answers
55 views
MATLAB symbolic state space matrix is too large
I am trying to generate a transfer function from the state space matrices that I have.
The problem is that the matrices have variables and not numeric values so I have to use symbolic variables in ...
2
votes
1answer
139 views
wpf datepicker shows truncated month
This doesn't seem to always be the case, but often the datepicker month label is truncated when expanded to select dates : (while the datepicker is inserted in a grid with "*" space).
Has anyone ...
2
votes
3answers
166 views
How can I see if MYSQL truncated a field during an Update usint Perl DBI
When I run this Update SQL in DBVis, I get an error (Data truncation: Data too long for column 'Description' at row 1).
However, in Perl (DBI), this is not giving me an error I am guessing because ...
1
vote
1answer
24 views
Truncated tab bar in Qt
On this site
there is a picture with two "tab-systems".
I would like to have the second one, which is described as "A truncated tab bar shown in the Plastique widget style." There you have arrows, ...
1
vote
0answers
66 views
How to pipe mailx Headers to external File. Always getting truncated
if the subject of a mail is a little longer then it is not possible to pipe it to any command or external file without getting truncated. Why? And how do you do it correctly?
Example:
mail -H -f ...
1
vote
2answers
379 views
boost memorybuffer and char array
I'm currently unpacking one of blizzard's .mpq file for reading.
For accessing the unpacked char buffer, I'm using a boost::interprocess::stream::memorybuffer.
Because .mpq files have a chunked ...
1
vote
4answers
689 views
How can I get the full string of PHP’s getTraceAsString()?
I'm using getTraceAsString() to get a stack trace but the string is being truncated for some reason.
Example, an exception is thrown and I log the string using:
catch (SoapFault $e) {
error_log( ...
1
vote
2answers
1k views
Trouble with CONCAT and Longtext
The SQL...
UPDATE Threads t
SET t.Content = (
SELECT GROUP_CONCAT(a.Content ORDER BY a.PageID SEPARATOR '<!-- pagebreak -->')
FROM MSarticlepages a
WHERE a.ArticleID = ...
0
votes
1answer
19 views
MYSQL Truncated incorrect DOUBLE value while updating
Here is request for mysql database.
"UPDATE client_storrage SET LastMatched=UTC_TIMESTAMP() WHERE XUID=01100000000000"
It gives error Truncated incorrect DOUBLE value: '01100000000000'
XUID ...
0
votes
0answers
15 views
Google Chart Tools truncating y axis labels
Working with a Google bar chart, here is what I got:
Here my custom options
var options = {
width: 500, height: 240,
legend : 'none',
vAxis:{title:'Answers',textStyle:{color: ...
0
votes
0answers
58 views
HttpWebRequest stream stays open (unreadable) even after browser is closed
I'm working on a SAML SSO implementation. A client site serves an html form with some encrypted hidden fields. A javascript in the body's onload attribute submits the form to a service site, which ...
0
votes
0answers
130 views
Image corrupt or truncated:
Image corrupt or truncated:
I got this error in firefox while uploading and displaying jpg files using ajax.
But other jpeg,gif,png images are working.
0
votes
1answer
103 views
Truncated/Compact PDF417 Matrix
I'm reading a compact/truncated PDF417 barcode using java and I have the matrices for the start and end pattern for a standard PDF417 barcode:
Start Pattern = 81111113 (ending with a space)
...
0
votes
2answers
111 views
text truncated using perl DBI insert
The problem is that DBI's insert leaves long string truncated when inserting to MS SQL server. Here are my codes:
my $insert = $dbh->prepare("INSERT INTO my_table (field_1, field_2) values (?, ...
0
votes
2answers
218 views
Java HttpClient or PostMethod truncating return data to 64k
I'm using Apache Commons HttpClient to grab some data from a server. My problem is that the returned XML data is always truncated to the first 64k. I was hoping this might just be a case of setting a ...
0
votes
1answer
85 views
How to convert a Trunctated RSS Feed to a Full Text RSS Feed?
I just found a cool web app named "Full Text RSS Feed", it can convert a truncated RSS feed to a full text RSS feed. I just used it to convert several sites' feeds, it so practical web app that I love ...
0
votes
2answers
423 views
jsp dropdown value is getting truncated while trying to read back in servlet
I have a strange issue with dropdown boxes in jsp/servlet. Here it is...
<select name="locdropdown" onchange="javascript:change()" >
<%
for(LocationDO locationDO : locationList){%>
...
0
votes
1answer
302 views
Android gets HTTPS page truncated
I am fetching a web page on Android using HTTPS (ignoring the certificate as it is both self-signed and outdated, as seen here - don't ask, it's not my server :)).
I've defined my
public class ...
0
votes
3answers
402 views
Problem in linking an nasm code
I'm using a computer with an Intel Core 2 CPU and 2GB of RAM. The SO is Ubuntu 9.04.
When I try to compile this code:
;programma per la simulazione di un terminale su PC, ottenuto utilizzando l'8250
...
0
votes
2answers
560 views
Truncated Response for Web page with 0x00 character
I write a program wich download web pages. It works fine for most of web pages but i have found some pages where it doesn't work.
These pages contains 0x00 characters.
I'm able to read page content ...
0
votes
2answers
388 views
PHP function return value nested array removed
I have a function that builds a collection of user objects from the database:
public static function GetUsersByGroup($instanceID, $groupID)
{
$col = null;
if($groupID != null)
...
0
votes
1answer
133 views
How do I find a matching subtree?
I have a large binary tree, T. T "matches". Some number of subtrees of T will also match. In fact, the matching subtrees need not even be full subtrees: they can be truncated, too. By truncated ...
0
votes
3answers
102 views
result truncated,a MYSQL bug?
The query below is truncated,with 'created' showing only 'cre'(scroll to the right most first:):
mysql> SELECT ...