An error occured while trying to map the literals and or database attributes you entered.
You have used a character that isn't supported by the encoding used by the system ().


To resolve this error you can:


1) Only use characters supported by () when entering the literals and database attributes.
Click here to return to previous page without doing any changes


2) Change the system encoding to accept a wider range of characters, ie UTF-8. See note (*) below.
Click here to change encoding to UTF-8 and return to previous page







(*) Technical description: The file "" will be appended with this setting: "sys.setdefaultencoding('utf-8')". This change is systemwide and if you encounter any problems with other Python driven applications you can revert by removing or configurating this line. If appending the file fails on your installation, please have a look at the FAQ for Troube Shooting in the PyWrapper Wiki for help.