Hi,<br><br>I'm trying to migrate our RT installation from 2.0.15 on an
old server to rt 3 on a new server. As someone else pointed out, I have
to go to rt 3.0 first, then move to 3.4.<br><br>I'm as far as reading the dumpfile back to rt 3 and get a problem with unicode in the <span style="font-weight: bold;">attachments</span>. Here is an excerpt (including the actual content):
<br>
<br>
===================================================================================<br>
.t-5045<br>
Couldn't create attachment<br>
$VAR1 = {<br>
          'Subject' => '<a href="http://webhostlist.de">webhostlist.de</a>: Abgelaufene Angebote',<br>
          'ContentType' => 'text/plain',<br>
          'Headers' =>
'Received: from <a href="http://alphastar.gocept.com">alphastar.gocept.com</a> (<a href="http://alphastar.whq.gocept.com">alphastar.whq.gocept.com</a>
[<a href="http://10.1.1.1">10.1.1.1</a>]) by <a href="http://lisa.whq.gocept.com">lisa.whq.gocept.com</a> (8.12.3/8.12.3/Debian-6.4) with
ESMTP id h5T0Eu5Q011118 (version=TLSv1/SSLv3
cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for
<<a href="mailto:mail@gocept.com">mail@gocept.com</a>>; Sun, 29 Jun 2003 02:14:56 +0200<br>
Received: from <a href="http://www2.webhostlist.de">www2.webhostlist.de</a> (<a href="http://www.webhostlist.de">www.webhostlist.de</a> [<a href="http://62.146.43.10">62.146.43.10</a>]
(may be forged)) by <a href="http://alphastar.gocept.com">alphastar.gocept.com</a> (8.12.3/8.12.3/Debian-6.4)
with ESMTP id h5T0ErbH022364 for <<a href="mailto:mail@gocept.com">mail@gocept.com</a>>; Sun, 29 Jun
2003 02:14:54 +0200<br>
Received: from <a href="http://www2.webhostlist.de">www2.webhostlist.de</a> (localhost.localdomain [<a href="http://127.0.0.1">127.0.0.1</a>])
by <a href="http://www2.webhostlist.de">www2.webhostlist.de</a> (8.12.9/8.12.9) with ESMTP id h5T0EktT020492 for
<<a href="mailto:mail@gocept.com">mail@gocept.com</a>>; Sun, 29 Jun 2003 02:14:47 +0200<br>
Received: (from nobody@localhost) by <a href="http://www2.webhostlist.de">www2.webhostlist.de</a>
(8.12.9/8.12.9/Submit) id h5T0EjES020491; Sun, 29 Jun 2003 02:14:45
+0200<br>
Date: Sun, 29 Jun 2003 02:14:45 +0200<br>
Message-Id: <<a href="mailto:200306290014.h5T0EjES020491@www2.webhostlist.de">200306290014.h5T0EjES020491@www2.webhostlist.de</a>><br>
To: <a href="mailto:mail@gocept.com">mail@gocept.com</a><br>
Subject: <a href="http://webhostlist.de">webhostlist.de</a>: Abgelaufene Angebote<br>
From: WebHostlist <<a href="mailto:hosting@mail.netscouts.de">hosting@mail.netscouts.de</a>><br>
',<br>
          'Creator' => '506',<br>
          'Parent' => '0',<br>
          'Created' => '2003-06-29 00:14:56',<br>
          'id' => '64',<br>
          'Content' => 'Achtung!<br>
<br>
Ihre eingetragenen Angebote sind abgelaufen und wurden nicht von Ihnen<br>
bestätigt. Wir werden sie deshalb aus unserem Verzeichnis entfernen, es<br>
sei denn Sie wünschen einen weiterhin bestehenden Eintrag bei uns.<br>
<br>
Falls Sie weiter bei uns gelistet werden möchten, so sollten Sie innerhalb<br>
der nächsten 5 Tage Ihr eingetragenen Angebote bestätigen. Sofern die
Angebotsdaten der folgenden Angebote gleichgeblieben sind, können Sie
dies jetzt innerhalb von 5 Sekunden bestätigen.<br>
<br>
250 MB, eingetragen am 11.03.2003<br>
75 MB, eingetragen am 11.03.2003<br>
ZOPE-Account, eingetragen am 11.03.2003<br>
ZOPE-Instanz, eingetragen am 11.03.2003<br>
<br>
<br>
Um diese Angebote jetzt zu bestätigen klicken Sie bitte einfach auf folgenden<br>
Link:<br>
<a href="http://www2.webhostlist.de/host/data/doconfirmall.php3?aid=893">http://www2.webhostlist.de/host/data/doconfirmall.php3?aid=893</a><br>
<br>
Ihr WebHostlist Team<br>
<br>
',<br>
          'ContentEncoding' => 'none',<br>
          'TransactionId' => '98'<br>
        };<br>
<br>
ERROR:  invalid byte sequence for encoding "UNICODE": 0xe47469<br>
========================================================<br>
<br>
I also made it ignore broken attachments for a while and it brought a lot of errors, probably on every attachment.<br>
<br>
Hints appreciated.<br>
<br>
Christian<br>
<br>