Hello, thank you for the hint. In a newer version of Synchronization Manager the Python caller script is replaced by java coding. So the unicode problem should not occur. As a workaround you could start the SyncManGUI by a "normal" Java call. e.g.: java -classpath ".\;.\msgserver.jar;.\syncservice.jar;.\syncmangui.jar;.\osgi.jar;.\jface.jar;.\jfacetext.jar;.\swt.jar;.\text.jar;.\sapdbc.jar;.\j2ee.jar;.\runtime.jar" com.sap.sdb.syncMan.gui.SyncManGUI Regards Wolfgang Wolfgang Auer SAP AG mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.sap.com <http://www.sap.com/> Sitz der Gesellschaft/Registered Office: Walldorf, Germany Vorstand/SAP Executive Board: Henning Kagermann (Sprecher/CEO), Léo Apotheker (stellvertretender Sprecher/Deputy CEO), Werner Brandt, Claus Heinrich, Gerhard Oswald, Peter Zencke Vorsitzender des Aufsichtsrats/Chairperson of the SAP Supervisory Board: Hasso Plattner Registergericht/Commercial Register Mannheim No HRB 350269 Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank. This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
________________________________ Von: Olivier Fournier [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. Mai 2007 15:29 An: Auer, Wolfgang; maxdb@lists.mysql.com Betreff: Synchronization Manager I've get https://www.sdn.sap.com/irj/sdn/downloads (Technologies-> MaxDB 7.6) I'm french user and when I run "D:\Program Files\SDB\programs\bin\syncmangui.cmd" I obtain this error message: ( I've add a print message of cmdl in syncman_caller.py line 132 ) D:\Documents and Settings\Propriétaire>"D:\Program Files\SDB\programs\bin\syncmangui.cmd" ###############: "D:\Program Files\SDB\programs\bin\sdbregview.exe" --main SAPDB::Install::User::SyncMan::Config::main--configfile "D:\Documents and Settings\Propriétaire\Application Data\sdb\syncman.cfg"-config JAVA ############### Traceback (most recent call last): File "d:\program files\sdb\programs\app\syncman\syncman_caller.py", line 434, in ? config('JAVA') File "d:\program files\sdb\programs\app\syncman\syncman_caller.py", line 133, in config retcode = os.system(SPAWNQUOTE + cmdl + SPAWNQUOTE) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 149 : ordinal not in range(128) I think the bug comes from "D:\Documents and Settings\Propriétaire\Application..." regards olivier fournier