Invalid language characters

HI,
We got this error while executing DTP.
Data record 2378 ('0000102749 '): Version '珠海市鹰飞商贸有限公 ' is not valid     
We had nearly 101 error datarecords of this kind.
So its getting difficult to look into the language and add the characters to RSKC .
In SMLT Tcode,
We had English,German,CHinese on R/3 side.
On BI side we have English and German.
Please suggest How to solve this issue?
Thanks,
Harika.

Hi Harika,
Check the below document to load multi language data in BW,
[http://www.sdn.sap.com/64818c29-16c2-4eaa-81d3-d07d32d84401/finaldownload/downloadid-14a858cf4b4e0ce13276cf2d437b0bca/64818c29-16c2-4eaa-81d3-d07d32d84401/irj/scn/go/portal/prtroot/docs/library/uuid/fdbedb90-0201-0010-4483-b64ac397986a?quicklink=index&overridelayout=true]
Regards,
Durgesh.

Similar Messages

  • Invalid Language Code Error while Migrating

    Im using migration tool...while pasting im getting this kind of error. Anyone know what this means?
    SEVERE: <?xml version = '1.0' encoding = 'UTF-8'?>
    <env:Fault xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="urn:/crmondemand/xml/AccessProfile/Data" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:/crmondemand/xml/AccessProfile/Query" xmlns:ns0="urn:crmondemand/ws/odesabs/accessprofile/"><faultcode xmlns="">env:Server</faultcode><faultstring xmlns="">Invalid Language Code. Your company is not configured for this language. Please use a language it has been configured for.(SBL-ODS-50732)</faultstring><faultactor xmlns=""/></env:Fault>

    As already suggested, please find the most appropriate forum according to the product you are working on (obviously not a feedback to give about OTN forum) for posting.
    Thank you.
    Thread locked.
    Nicolas.

  • Reading a text file with foreign language characters

    I'm trying to convert foreign language characters to English looking characters.  I have code that works, but only if I hard code the string with foreign language characters and pass it to the function. I cannot figure out how to get my program to read
    in the foreign characters from my file, they come in as garbage. 
    Since the function works when I pass a hard coded string to it, I'm pretty sure the problem is the way I have the Streamreader set up, it's just not reading the characters correctly...
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Dim FileRdr As StreamReader = New StreamReader "m:\test\charReplace.txt", System.Text.Encoding.UTF7)
    Dim ReplaceWrtr As StreamWriter ReplaceWrtr = System.IO.File.CreateText("M:\test\CharReplaceOut.txt")
    Do While FileRdr.Peek() >= 0
    Dim currentRec As String = FileRdr.ReadLine
    removeAccent(currentRec)
    ReplaceWrtr.WriteLine(currentRec)
    Loop
    ReplaceWrtr.Close()
    End Sub
    'Replace foreign language characters with English characters
    Function removeAccent(ByVal myString As String)
    Dim A As String = "--"
    Dim B As String = "--"
    Const AccChars As String = "ŠŽšžŸÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðñòóôõöùúûüýÿ"
    Const RegChars As String = "SZszYAAAAAACEEEEIIIIDNOOOOOUUUUYaaaaaaceeeeiiiidnooooouuuuyy"
    For i As Integer = 1 To Len(AccChars)
    A = Mid(AccChars, i, 1)
    B = Mid(RegChars, i, 1)
    myString = Replace(myString, A, B)
    Next
    removeAccent = myString
    End Function
    I know that removing the accent changes the meaning of the word, but this is what the user wants so it's what I need to do. 
    Any help is greatly appreciated!! :)
    Thanks!
    Joni

    Finally got it to work.  I had to remove the first 5 characters from the replacement string (ŠŽšžŸ), couldn't find encoding that would handle these, and to be honest, I didn't really need them.  The important ones are still there, was probably
    just overkill on my part.
    UTF7 worked for the rest...
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Dim FileRdr As StreamReader = New StreamReader("m:\test\charReplace.txt", System.Text.Encoding.UTF7)
    Dim ReplaceWrtr As StreamWriter
    ReplaceWrtr = System.IO.File.CreateText("M:\test\CharReplaceOut.txt")
    Do While FileRdr.Peek() >= 0
    Dim currentRec As String = FileRdr.ReadLine
    removeAccent(currentRec)
    ReplaceWrtr.WriteLine(currentRec)
    Loop
    ReplaceWrtr.Close()
    End Sub
    'Replace foreign language characters with english characters
    Function removeAccent(ByRef myString As String)
    Dim A As String = "--"
    Dim B As String = "--"
    Const AccChars As String = "ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðñòóôõöùúûüýÿ"
    Const RegChars As String = "AAAAAACEEEEIIIIDNOOOOOUUUUYaaaaaaceeeeiiiidnooooouuuuyy"
    For i As Integer = 1 To Len(AccChars)
    A = Mid(AccChars, i, 1)
    B = Mid(RegChars, i, 1)
    myString = Replace(myString, A, B)
    Next
    removeAccent = myString
    End Function
    Thanks for all your help!  Greatly appreciated :)
    -Joni

  • FDM - Errors with Foreign Language Characters in Load Files

    For our Netherlands data import file, our source account decriptions contain the character "ë". The account decription is not loaded to HFM, but we are receiving error messages when importing. Is there a way to ignore foreign language characters? Another post suggested "Administration", "Configuation Settings", "File Encoding Type" then set to "Unicode", but the version I am using does not have this option. Version is 11.1.1.3.
    Thank you!
    Melody

    Hello Melody,
    If you are using FDM v11.1.1.3.00 the file-encoding is defaulted to Unicode. It might be helpful to contact support.
    It could be your DB isn't setup to handle unicode characters (in this event the information would be stored in the SQL*Loader or MSSQL Logs). It could also be the file you are trying to import actually isn't "unicode" but more of a local ANSI/ASCII format.
    Most 'European' characters were supported in that release; and I know several clients that use it as expected.
    Thank you,

  • PDF is converting the Thai Language characters into Junk Characters

    Hi,
    While converting the SAP Script form to PDF, it is converting the Thai Language characters into Junk Characters. But it is showing correctly if we issue it to a printer. Also it is showing correctly in print preview.
    Urgent Help is needed.
    Thanks,
    srini.

    Cross post:
    Re: PDF is converting the Thai Language characters into Junk Characters

  • Junk symbols for asian language characters in PO PDF

    Hi,
    We have a custom program to generate the PO output and I have changed it to send the PO output to multiple emails/users using the steps given in the below link.
    The issue I'm facing is that when the PDF is generated and emailed,if I open the PDF in the email,for asian language characters in the PO data,I see wierd symbols.
    Has anyone faced this issue?
    This is happening for even the standard PO output/email which is sent out which indicates that this is something with the WINDOWS/ADOBE settings .
    Any pointers will be highly appreciated.
    Thanks.

    Hello,
    You have to make sure that the spool was created by the correct device type which does support
    the language, you can change to the cascading device type SWINCF in SPAD, all unicode characters
    can be handled by this device type, note 812821.
    Secondly, goto SCOT-> Settings-> Device Types for Format Converstion, here you must set the
    correct device type too, you can change the device type to also SWINCF here for the used form language.
    Best regards,
    Wen Peng

  • How to embed the Greek language Characters in flash dynamic text field

    Hi,
    I have a problem with dynamic text field in flash. I want ot embed Greek Language characters like ≤, ≥, ± etc through actionscript (embedFonts).
    Plz help.
    Rakesh Kumar

    Hi,
    First u must create the new font in right click on library then choose the font.
    Right click on the font add linkage name that name here is my font
    import flash.text.TextFormat;
    var my_fmt:TextFormat = new TextFormat();
    my_fmt.font =  "my font";
    my_txt.embedFonts = true;
    my_txt.text = "Hello world";
    my_txt.setTextFormat(my_fmt);
    Try this. i think it will help u.
    Saransoft

  • [JS] Find invalid language

    (Related to InDesignSecrets Script to change the language of all text on document)
    I'm trying to identify, and then replace "invalid" languages -- the ones that creep in with Word document and InDesign blithely ignores because it's not in its internal list.
    Locating them is, well, convulated but straightforward:
    1. Gather all languages in a document
    2. Loop over this list and remove the ones that are in InDesign's internal array
    Next step would be to replace the result with a valid language. However, the type of an 'unsupported language' cannot be easily converted to one that feeds into findTextPreferences.appliedLanguage. When handing it over the plain string, ID complains
    Invalid value for set property 'appliedLanguage'. Expected String, Language, LanguageWithVendors or NothingEnum enumerator, but received "English: Australian".
    Yeah ... so "English: Australian" is apparently not a string. So I tried app.activeDocument.languages.item("English: Australian") -- whose isValid is true and is of type Language -- and our favorite DTP package jabbers about
    Invalid value for set property 'appliedLanguage'. Expected String, Language, LanguageWithVendors or NothingEnum enumerator, but received Language.
    It does work if I select any 'valid' language to look for, so it seems app.languagesWithVendors is fully compatible with document.languages at that point. It fails when the document language is not a valid one.
    I'm pretty sure this has been discussed before but cannot find what the outcome was at the time. Anyone care to jog my memory? Was it one of those "can't be resolved" issues?

    Hi Jongware,
    Sorry, I have not the answer. Really boring issue!
    From what I can understand, the whole problem is in the way app.findTextPreferences.appliedLanguage validates input. The error message that ExtendScript returns ("Invalid value for set property 'appliedLanguage'. Expected XXX, but received XXX") is automatically and stupidly generated at runtime, but of course it does not say the actual reason for the failure. I think the actual reason is that app.findTextPreferences.appliedLanguage attempts to match the supplied value against a app.LanguagesWithVendors item. The “invalid” language you want to supply is, in fact, valid from the document perspective—in the sense that it regularly belongs to myDoc.languages, has an id, can be applied to text, etc., even though ID does not support that language—but it is not valid from the application perspective (app.LanguagesWithVendors cannot see that item).
    This should not be a problem, since app.findTextPreferences usually supports properties which may be only resolved within a specific document— e.g. app.findTextPreferences.appliedCharacterStyle, etc. Unfortunately, app.findTextPreferences.appliedLanguage does not seem to implement the usual specifier resolution mechanism and sounds to expect a value that the application can see in its own language collection (app.LanguagesWithVendors). This is especially frustrating as the F&R dialog box, in InDesign, perfectly displays every document-specific language and allows the user to select it!
    @+
    Marc

  • Invalid XML characters

    When parsing String to XML, I get org.xml.sax.SAXParseException, with the message: An invalid XML character (Unicode: 0xb) was found in the element content of the document.
    What are invalid XML characters? How do I avoid this Exception?
    Thanks.

    Here is what the XML Recommendation says are valid characters for XML:Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]Invalid characters are anything else. And it should be obvious that to avoid that exception you should not attempt to parse files that contain any invalid characters.

  • L7 loadbalance content with special international language characters

    Hi, I'm trying to do layer 7 loadbalancing with webpages that have links with special language characters in the url, our ACE drops these ie. åöä
    How to do?
    class-map type http loadbalance match-any FB0111661
    2 match http url .*
    we running A1 code on our Ace

    I don't know if this bug is affecting me, in the below example towards the end of the link it's that swedish language characters that gets dropped by ACE. Is anyone else experiencing something similar?
    http://xxxx.xxxx.xxxxx/scripts/cgiip.exe/cm/pub/showdoc.p?docid=476&FolderId=7280&ObjectName=IT-råd

  • Convert invalid xml characters to HTML-Entity

    Hi,
    How can i convert invalid XML characters like �,�,�, . . . to the HTML- Entity &auml &uuml &ouml ?
    Is there any Method or class who can handle an input string and transform the invalid characters?
    Or is there another way to mask this characters so that an XML parser do not throw an error when parsing the document.
    Best regards,
    Michael

    Ok sorry, I'll give you more details what i want to do and where i have the problems.
    I have the following xml string:
    <font family="Times New Roman" size="14" color="#333333">This is a sample Text</font>
    The xml-string can contain any characters because the content is from a text pane where the user can type in any characters.
    I use the DOM parser to parse this input string to get the attributes and the text content.
    And thats my problem, how can i make sure that this string wont throw any exceptions when i parse it with DOM?
    Parsing the string with the follwing code:
    public XMLElement parse(String sourceString)
            //create a new xml element
            XMLElement xmlElement = new XMLElement();
            //create a new document
            DocumentBuilder builder = build();
            //now parse the string into the document
            InputStream is = new ByteArrayInputStream(sourceString.getBytes());
            Document document = null;
            try
                document = builder.parse(is);
            catch (SAXException e)
                System.out.println("SAXError while parsing the document");
                e.getMessage();
                //no valid document
                return null;
            catch (IOException e)
                System.out.println("IO Error while parsing the document");
                e.getMessage();
                //no valid document
                return null;
            //get the element
            org.w3c.dom.Element element = document.getDocumentElement();
            if (element != null)
                xmlElement.setNodeName(element.getNodeName());
                xmlElement.setNodeValue(element.getTextContent());
                //attributes defined?
                int length = element.getAttributes().getLength();
                //get the attributes, if defined
                for (int i = 0; i < length; i++)
                    xmlElement.addAttribute(
                            element.getAttributes().item(i).getNodeName(),
                            element.getAttributes().item(i).getTextContent());
            return xmlElement;
        } XMLElement is my own class.
    The builder:
    private DocumentBuilder build()
            DocumentBuilder docBuilder = null;
            try
                DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                docBuilder = factory.newDocumentBuilder();
            catch(ParserConfigurationException pce)
                System.out.println("Error while creating an DocumentBuilder");
                pce.getMessage();
            //return the document builder
            return docBuilder;
        }Message was edited by:
    heissm - spelling mistakes :(

  • LINUX compiled fmx: Specific language characters showed as "?"

    Hi:
    I develop under windows IDS 9i and compile forms in Linux with f90genm.sh. The problem is that specific language characters such as "cgsmb" etc, are showed as "?" !
    What's wrong ? It's a bug or a non-functionality in FMB files between plataforms ?
    Thanks
    Joao Oliveira

    Is it possible that your font on Linux doesn't contain those characters? Using that font in another application, can you see those characters? If so, what happens when you copy-and-paste them into Forms?
    Regards,
    Robin Zimmermann
    Forms Product Management

  • We would like to use cyrilic language characters in ECC system with custome

    We would like to use cyrilic language characters in ECC system with "customer reserve" language (Z1).
    We have positive experience on  one system for certain business partner in Macedonia (there is no Macedonian language to install as SAP standard) by using "customer reserve" language (Z1).
    Now we are about to introduce other system with same approach. The trouble is that after entering Macedonian language on an cost center with language Z1 on first language  and transfering it via idoc we get hashes("#") instead of characters on second language
    What could be the reason? I suplemented with english (as on the first system where everything is ok)  the "Customer reserve"(Z1)  language normaly(with default settings).
    On first system this was not done by me.
    Should supplementation be done specificly?.(how to find settings for supplemention on first system?)
    Please give me a hint

    Hi,
    To check supplement language go to T-code, SMLT ->Language ->Special actions->Supplementaion
    you can get more information from below SDN thread.
    Cyrilic char not coming properly
    Below SAP help document gives you how to find supplement language & installation of languaes.
    http://help.sap.com/saphelp_nw70/helpdata/en/a3/30ad5296b511d384bb0060975b04f3/content.htm
    Regards
    Nagaraju

  • I cannot view any Ethiopian Amharic language characters.

    I cannot view Ethiopian Amharic language characters. The characters appear as small square symbols, not the Amharic characters. This happens on every website I visit with Amharic language. The url below is only one of the websites I visited where I had the problem.
    == URL of affected sites ==
    http://http://www.amharicdictionary.com/2.0/Default.aspx

    Do you have a font installed?
    http://en.wikipedia.org/wiki/Ge%27ez_script
    http://www.omniglot.com/links/fonts.htm

  • [svn] 3590: Replace invalid html characters

    Revision: 3590
    Author: [email protected]
    Date: 2008-10-13 07:29:43 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Replace invalid html characters
    Checkin Test Passed: Yes
    QA: No
    Bug:
    Doc: No
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/ILayoutItem.as

    Try the HtmlEditFormat function built into ColdFusion.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_h-im_04.html#4 744272

Maybe you are looking for

  • Minimum System for iWork?

    I'm a new switcher, so this may be a silly question. I recently bought a new Mac Mini, 512 Ram, Super Drive, etc. I ordered IWork and when I try to install it everything looks good and then it says there is nothing to install and quits. I thought the

  • Character encoding in .java file

    If I write a file with: BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(new FileOutputStream("MyClass.java"),"Shift_JIS"));And then compile it with: javac -encoding SJIS MyClass.javaand then load it into a midp application on a mobi

  • Function module to Post picking quantity & PGI

    hi all, i want to post picking quantity and do PGI for the given delivery document . please let me know if there is any BAPI or function module to do that . thanks in advace, aswin.

  • Advice on creating VARCHAR2(4000) columns

    Hi there I've a question regarding table(s) design. Following is a table, which has about 10,000 rows. As you can see there are two VARCHAR2(2000) columns. All rows have these columns with data which are always "full" (avglength = 2000). CREATE TABLE

  • Inaccurate Fader levels

    I remember reading about this on some forum somewhere.... The fact that the fader levels jump several number values instead of in perfect sequencial order. For example, wanting to go to -11db, the fader will only go either -10.9 or -11.2. Even if I t