Special charcters in owb

Hi,
I have a table with column names in special characters like -,space etc and owb is giving an error.I am getting the error -synchronized with second class failure in owb
Thanks in advance
Edited by: user13289499 on Jun 15, 2010 2:23 PM

With 10gR2 would have to create a view on top of table I think because of these characters.
Cheers
David

Similar Messages

  • Special charcters sending from the SAP

    hello
    I am trying to send RFC to WS scenario. in one of the SAP lines I try to send special charcters:
      <message>hello,&lt;br&#047;&gt;&lt;br&#047;&gt;to you.&lt;br&#047;&gt;&lt;br&#047;&gt;&lt;br&#047;&gt;thanks,&lt;br&#047;&gt;me</message>
    if I try to send it through XML SPY with out the XI it is working fine. if I try to send it with the XI I encounter problems.
    any suggestions?
    Kfir

    <br> is parsing from what i am writing &lt;br&#047;

  • How many special charcters in RSKC

    Hi Guru,s.
    Could any one tell me, how many special characters  we can enter in RSKC, which have been asked in the interview.
    Regards.
    Harry

    Anyway, just a personal comment...
    (Starting from my multi-years BI experience) I'm sometimes involved in some recruiting interview in my company, but, onestly, asking how many special characters you can put in RSKC transaction (instead of asking what is the purpose of this transaction) is really a stupid question (maybe good for a BW version of Who Wants To Be a Millionaire...)
    All my sympathy to all BW novices !
    Bye,
    Roberto

  • Parsing Special Charcters in XML File like & ,'

    HI my xml is like this
    <?xml version="1.0" encoding="UTF-8" ?>
    <contact-info>
    <name>Jane Smith</name>
    <company>AT & T</company>
    <phone>(212) 555-4567</phone>
    </contact-info>
    how can i parse it as the & symbol is there in AT & T text .
    Need some Java code to replace all kind of special characters

    So the parser is giving you a message saying that the XML is not well-formed? Then you should contact the person who gave you that XML document. Tell them that is isn't well-formed (and that they should escape ampersands correctly).
    It's not your responsibility to parse any old garbage that somebody sends you. It's their responsibility to send you well-formed XML.

  • Problems with UTL_FILE.PUT_LINE and special charcters

    Hi,
    in a ETL process I'm loading data with an external table , split the file and write the result into files using UTL_FILE.PUT_LINE. But there are special characters in the sourcefile which are converted wrong in the outputfile.
    My external table:
    CREATE TABLE EXTFILESPLIT
      TABLENAME  VARCHAR2(30 BYTE),
      TABLEDATA  VARCHAR2(3970 BYTE)
    ORGANIZATION EXTERNAL
      (  TYPE ORACLE_LOADER
         DEFAULT DIRECTORY IMPORT_HOST
         ACCESS PARAMETERS
           ( RECORDS DELIMITED BY NEWLINE CHARACTERSET WE8ISO8859P1
       BADFILE IMPORT_HOST_LOG:'import.dat.bad' LOGFILE
       IMPORT_HOST_LOG:'import.dat.log' DISCARDFILE 
       IMPORT_HOST_LOG:'import.dat.dsc' FIELDS RTRIM REJECT ROWS WITH ALL NULL FIELDS
      ( tablename CHAR(30),  tabledata CHAR(3970)) )
         LOCATION (IMPORT_HOST:'import.dat')
    REJECT LIMIT 0
    NOPARALLELPart of my PL/SQL procedure:
    CREATE OR REPLACE PROCEDURE SPLIT_IMPORT_FILE(p_fileName VARCHAR2) AS
      CURSOR splitFileCursor IS
         SELECT tablename,tabledata FROM extfilesplit ORDER BY tablename;
      TYPE extFileSplitTable IS TABLE OF extfilesplit%ROWTYPE; 
      splitFileTab extFileSplitTable;
      currentFile UTL_FILE.FILE_TYPE;
    BEGIN
      OPEN splitFileCursor;
      FETCH splitFileCursor BULK COLLECT INTO splitFileTab LIMIT 10000;
      WHILE splitFileTab.COUNT > 0 LOOP
    IF curOutputFileName = lastOutputFileName THEN
            UTL_FILE.PUT_LINE(currentFile,splitFileTab(i).tabledata,FALSE);
          ELSE
            UTL_FILE.FCLOSE(currentFile);
            currentFile:=UTL_FILE.FOPEN('IMPORT_HOST_SPLIT',curOutputFileName||'.split','a',4000);
            UTL_FILE.PUT_LINE(currentFile,splitFileTab(i).tabledata,FALSE);
          END IF;
            lastOutputFileName:=curOutputFileName;
        END LOOP;
    ...An Example of the inputfile
    TBL0200GESCHBEZ               þ150064147þ,þ150064147þ,þÄKÜKÜþ,þ0þ,þþ,þPINþ,þ1þÐThe result:
    þ150064147þ,þ150064147þ,þÄKÜKÜþ,þ0þ,þþ,þPINþ,þ1þÐI also tried different charactersets in the external table (WE8ISO8859P1, WE8ISO8859P15, WE8MSWIN1252) but it didn't help.
    When I looked at the data in the external table everything was ok.
    My NLS session settings:
    PARAMETER             VALUE
    NLS_LANGUAGE             GERMAN
    NLS_TERRITORY             GERMANY
    NLS_CURRENCY             €
    NLS_ISO_CURRENCY        GERMANY
    NLS_NUMERIC_CHARACTERS     ,.
    NLS_CALENDAR             GREGORIAN
    NLS_DATE_FORMAT             DD.MM.RR
    NLS_DATE_LANGUAGE       GERMAN
    NLS_SORT             GERMAN
    NLS_TIME_FORMAT             HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT    DD.MM.RR HH24:MI:SSXFF
    NLS_TIME_TZ_FORMAT     HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD.MM.RR HH24:MI:SSXFF TZR
    NLS_DUAL_CURRENCY     €
    NLS_COMP             BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSEDim

    According to Metalink note:
    Subject: Character set conversion when using UTL_FILE
    Doc ID: Note:227531.1 Type: BULLETIN
    Last Revision Date: 10-JUL-2006 Status: PUBLISHED
    UTL_FILE does not make any character set conversion.
    What is your database character set ?

  • How to export special characters into an XML file?

    Dear experts,
    We read files from our customers and save data into our customized table without any character changed, including some address fields. In those address fields, some special characters (not in our code page) are also kept. When we want to write these address fields into an XML file or flat file, the special charcters become "##" or not readable, can anyone help us to solve this issue?
    Question1: How to write special code to an external file?
    Question2: how to use 'CALL TRANSFORMATION' from an internal table to an XML file?
    Your answer is highly appreciated!
    Joanne

    Hi Joanne.
    Please check the below link.
    CALL TRANSFORMATION
    Before that u have to create one transformation program in STRANS tcode for using it in call transformation statement.
    Hope it will be useful.
    Regards,
    Lakshman

  • Handle special character in mapping

    Hi Experts,
    I have requirement to handle special character in mapping.
    ö this tiny special charcter comes in I/O file and we cant avoid.
    Refering the given blog:  http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken]
    FILE --- XI --- FILE where Source and target structures are same, using 1:1 mapping with FCC at both the side..
    Input/Output files consist of special charcters ö due to which getting error in mapping.
    Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x13(:main:, row:8237, col:22) com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x13(:main:, row:8237, col:22) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:157) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73) at java.lang.Thread.run(Thread.java(Compiled Code))
    Do we required Java mapping? Is there any other way to acheive wtihout using Java mapping?
    How can we hadle in mapping?
    Sameer

    ö this tiny special charcter comes in I/O file and we cant avoid.
    Refering the given blog:  http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken]
    What has an ö to do with an ampersand?
    Assign the correct encoding to the file adapter channel.

  • How to deal with special character in source file

    Hi experts,
                      i am doing a file to file scenario in which my source file contains many special characters when i am puting this file into moni its going with the special character .My source file is a fixed length file so in content conversion i have specified the file length but due to these special charcters these field lenght is also varing.So please guide me how to deal with these special characters in sender adapter
    regards,
    Saurabh

    you could try using a Java Mapping to change the encoding manually. For that, set the encoding of the OutputFormat of the XML you'll serialize. Try the following code piece for the mapping (inside a try/catch declaration):
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder documentBuilder = factory.newDocumentBuilder();
    Document input = documentBuilder.parse(in);
    OutputFormat format = new OutputFormat(XML, "ISO-8859-1", false);
    XMLSerializer serializer = new XMLSerializer(out, format);
    For more details check this guide:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42

  • Special Characters problem in PI 7.1

    Hi,
    We have simple integration from R3 to JMS. from R3, idocs contain special characters, and they are getting converted in to different chanracters in integration engine. So making the output data currupted.
    I tested the same message in mapping test tool and the target message contains actual special charcters. Below is the example,
    Input: 
    i was thinking of using XMLAnonymizer, but the problem is in integration engine itself. I can see invalid output in SXMB_MONI.
    so could some one help me how can i fix this issue?
    Many thanks in advance.
    Regards,
    Prasad..

    Hello,
    Please check this document to sort out your issue:
    How to Work with Character Encodings in Process Integration (NW7.0):
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42
    Br,
    Dzmitry

  • Unable to receive special characters in XML using UTL_HTTP request from Other application

    Hi Team,
    We are using SOAP request in Oracle Application to Pull XML data from Other application.I am using below commands before receving response but still i am unable to receive special charcters/Spanish Charcters in XML.
    utl_http.set_body_charset(v_http_req, 'UTF-8');
    utl_http.set_header (v_http_req, 'Content-Type', 'text/xml');
    Thanks and Regards,
    Raghul

    Hello,
    Just when you think that you know everything, it is slammed in your face that you don't. The .Mac member name field in the System Preferences DOES NOT take your whole e-mail address. It only takes your user name or whatever comes BEFORE the "@" symbol. There was absolutely nothing wrong with my MacBook Pro (other than ther brain dead user).
    Sorry for wasting your time...
    If we learn from our mistakes, then I obtained my PhD years ago,
    Dr. Z.

  • Identify special characters that are not supported by an embeded font

    Hi!
    I'm useing embeded fonts as CFF in my flex 4.5.1 application and I have problems with the special charcters  like Ă, Â, Î, Ș, Ț or arabic text, that are not included in my embeded font. This are displayed in my RichEditableTect component useing the default font (Arial).
    Is there any way to block the user when he tries to add such characters? 
    Or can  I identify them before saveing , in order to format the text like <Text Font="ExoticFont"...>Hello<Text font-family="Arial">ë</Text></Text> ?

    I think you want to use Font.hasGlyphs.  If you are using the @font-face directive it is hard to get to the Font class so you may wish to switch to using the directive.

  • E71 special characters

    How to type in sms special charcters as õ and ü - typing language in my phone is swedish/finish/english?

    if it has fin/swe keyboard - for Õ (and š, ž) press right bottom "Strg | Alt" key - get the list of spec characters; ü is left from spacebar.
    Message Edited by passer on 10-Nov-2008 01:37 PM

  • I can't import my iTunes files into pages, how can i fix the privileges problem?

    when i try to import any mp3 file into a pages document, i get an access privileges error saying it is either corrupt, damaged or "can't be used" because I don't have access privileges. This has happened since I moved my iTunes library to an external drive.  Anyone have any solutions?  The privileges on both the library folder, and all its files are set to read and write for sharing and permissions.

    If you do not have done so, set the "Ignore Ownership" flag on the external drive. YOu can set this flag from the "File > Get Info" panel for the drive.
    How is your external drive formatted?
    Can other applications open these mp3 files? QuickTime? Do they play in the Finder preview?
    Do the filenames contain special charcters?
    Léonie

  • Sender http adapter - decoding (URL unescape)

    PI 7.0
    Incoming http request in XI is URL decoded. Currently I am using java mapping to decode it. Is there a way to set any adapter specific properties in sender http adater so that I can avoid the java mapping for decoding. Or any settings in SICF? In other words, how can XI handle encoded http requests?
    When XI makes a external http request, I can set a property "Mask Special Charcters (URL Escaping)" in the receiver http adapter. XI will make a encoded http request, meaning the xml will encoded in UT-8.

    Hi Ted,
    I'm currently trying to do something like that, but not yet totally successed with a base64 encoded payload.
    Here two documents that I really find interresting:
    How to Configure Message Level Security in SAP Exchange Infrastructure 7.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51
    How to handle unstructured source contents for Adapters (with Java mapping or with Module)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/482aae19-0301-0010-3485-8efd618818d0
    if you find others... I'm ok to know it also
    Cheers.
    Mickael

  • Converting db from WE8ISO8859P1 to UTF-8

    I am running an Oracle 10g database with approx 60 tables. We are going global so we need to convert to unicode. Currently our database doesn't contain any special characters (all english ASCII data).
    I have read through the "Character Set Migration" book from Oracle (http://www.cs.umb.edu/cs634/ora9idocs/server.920/a96529/ch10.htm) but i'm still not clear on whether i will need to manually alter all my tables to expand the size of my fields.
    I'm hoping someone who has done this conversion can advise me. If my db doesn't currently store any special charcters then i shouldn't lose data in the conversion, correct? Do i still need to expand my field in case in the future special characters are entered into the db. For example a name field that is VARCHAR2(10). If Janpanese characters are entered then the field can only hold 5 characters???
    If i do need to expand all my fields is there any slick oracle utility to expand my field by 3 times?? or do i have to manually run alters on my tables??
    Also, can i run the conversion by issuing the ALTER DATABASE command or do i have to do the full export/import? Oracle states "if, and only if, the new character set is a strict superset of the current character set, it is possible to use the ALTER DATABASE CHARACTER SET statement to expedite the change in the database character set." Isn't UTF-8 a superset of WE8ISO8859P1??
    Any feedback or other gotchas would be greatly appreciated.

    A few suggestions:
    1. If your database is 10g and your client software is only 9i and 10g based, migrate to AL32UTF8, not to UTF8.
    2. Do not use ALTER DATABASE with 10g. Use csscan to scan your database to confirm that you really have only ASCII. Your scan should show only Changless data, no Convertible or Exceptional Data. Convertible data is allowed in Data Dictionary columns of type CLOB only.
    3. Then, you should be able to change the character set using the script
    ?/rdbms/admin/csalter.plb
    It will change the database character set to the last TOCHAR value
    from the csscan run. Do not specify the FROMCHAR parameter.
    DO NOT play with csalter.plb without a BACKUP!!!
    4. VARCHAR2(10) in [AL32]UTF8 will be able to hold only 3 Japanese characters.
    5. I am afraid, the trick with NLS_LENGTH_SEMANTICS and import will not work,
    because Export emits the BYTE keyword in CREATE TABLE.
    You would have to use the impdp sqlfile and run the statements from there.
    -- Sergiusz

Maybe you are looking for

  • Can't find my creative cloud subscription to reinstall

    I purchased creative cloud and downloaded it successfully to my desktop. However, my desktop recently caught a virus and technician had to wipe out the ssytem and reinstall everything. However, I don't see the link to reinstall creative cloud. Can yo

  • I would like to create a folder so my email can be moved

    I would like to create a folder so I can send my email to another location.  HOw do I move it and create this folder

  • XI Web Service - Code: (401) Unauthorized.

    Hi all, I'm new in XI. I'm trying to expose an outbound interface as a WebService. From "Integration Directory" GUI -> Tool -> Define Web Service ... and save de WSDL in a local file. Then I created a java client with WebDynpro model wizard from WSDL

  • Users preferences in registry

    where the user preferences reader. there is an option "Display PDF in browser " need to understand where it appears in the registry.

  • Can XML publisher

    Hi, I have a requirement where I have to convert the Word document stored in the BLOB column to be converted to PDF output. Can this conversion be done with BI publisher. can you provide documents for reference. Regards, Jay.