Characters(Polli) Problem

Hi All,
I am extracing the data Quality notification items using 2lis_05_q0item data source.
  I am loading the data From Ods To Cube.
Both are sucessfully loaded with the data.But description of Item text FETXT(ZWFETXT) field  data Problem in bw side.
Ods data showing Exact data whatever having R/3 side.But Cube is showing Wrong data with # symbols in the place polli characters. i am given example below.
Ods data for ZWFETXT :Dział Dostarczyć Ilość usunięta że
it is showing correctly in ods.
Cube data for ZWFETXT :Dzia# Dostarczy# Ilo## usuni#ta #e
But cube is not showing correctly. it is showing # symbols.
Plz give me solution how to slove this problem it,s very urgent.
Ods  data : Dział Dostarczyć Ilość usunięta że
Cube data :Dzia# Dostarczy# Ilo## usuni#ta #e
Thnanks & Regards,
Guna.

Hi,
I didn't developed any routine on the object ZWFETXT.
i am loading ODS to cube . BW version 3.5
Ods showing Correct data. cube only showing wrong data.
i maintained small letters option for ZWFETXT Obj.
why it is showing cube level # symbols.
Please give me solution on this. i am not writing any routines on infobjectZWFETXT.
Thanks,
Guna.

Similar Messages

  • DB polling problem

    Hi all,
    I am using polling operation to poll Oracle database table. I am using update field i.e. logical delete opeartion under polling.
    I have deployed my process, its running perfectly fine. Polling is also happening i.e. update and instance creation.
    But the problem is that polling is not consistent. With the same set of values, sometime polling takes place and some time nothing happens, means no update in the table column field & no instanses on ESB Console.
    I have checked the log file too, but no clues.
    To overcome this problem, Whenever I restart my SOA server(10.1.3.3) everything works fine. But after few hours same thing happens.
    Can anybody tell me, how to figure out what is happening.
    Thanks in Advance,
    Abhishek...

    Hi all,
    I am using polling operation to poll Oracle database table. I am using update field i.e. logical delete opeartion under polling.
    I have deployed my process, its running perfectly fine. Polling is also happening i.e. update and instance creation.
    But the problem is that polling is not consistent. With the same set of values, sometime polling takes place and some time nothing happens, means no update in the table column field & no instanses on ESB Console.
    I have checked the log file too, but no clues.
    To overcome this problem, Whenever I restart my SOA server(10.1.3.3) everything works fine. But after few hours same thing happens.
    Can anybody tell me, how to figure out what is happening.
    Thanks in Advance,
    Abhishek...

  • FTP (Sender) Adapter - Polling Problem

    Hello everyone!
    I'm trying to pick up an XML file using the FTP Adapter (Sender).
    Weird thing is that I have set the "polling interval" for 60secs, but the FTP adapter doesn't seem to want to repeat polling at the said time interval.
    It only picks up the file once, and after that no more polling occurs.
    Could anyone know what the problem might be?
    Warm regards,
    Glenn
    PS. We are on PI 7.0, SP11.

    Hi Glenn,
    Check the connection mode in FTP adapter.
    Connect permanently or connect everytime.  Try changing the option and see if it works.
    If it still doesnt work then contact the guys who are maintaining the FTP server.
    Regards,
    Sumit

  • Japanese Characters Encoding Problem

    Hi All,
    I have been looking at the problems posted in this forum and quite a few describe the issue I am facing currently but none has been able to provide a solution.
    The problem I am facing is as follows:
    Step 1: I am retrieving Japanese data from Oracle DB 9i (Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit) using standard JDBC API calls. [NLS_CHARACTERSET : AL32UTF8,  NLS_NCHAR_CHARACTERSET : AL16UTF16]
    byte[] title = resultSet.getBytes("COLUMN_NAME");
    Step 2: I pass the retrieved bytes to a method that returns SJIS encoded String.
    private String getStringSJIS(byte[] bytesToBeEncoded) {
              StringBuffer sb = new StringBuffer();
              try {
                   if (title != null) {
                        ByteArrayInputStream bais = new ByteArrayInputStream(bytesToBeEncoded);
                        InputStreamReader isr = new InputStreamReader(bais, "SJIS");
                        for (int c = isr.read(); c != (-1); c = isr.read()) {
                             sb.append((char) c);
                   return sb.toString();
              } catch (Exception ex) {;}
    3) I am using an HTML Parser JAR to print the decimal value of the Encoded String.
    String after = getStringSJIS(title);
    System.out.println(Translate.encode(after));
    I get an output of String 1: ツ禿コツ本ツ古ェツサツイツト
    which contains 14 decimal character codes.
    The same data is being read by another application that uses JDBC again and connects to the same DB and returns the decimal values as: String 2: 日本語サイト
    The display of these two Strings differ significantly when viewed in the browser.
    It seems String 1 contains single byte half-width characters and String 2 does not. Is anyone familiar as to why the bytes are getting modified while being retrieved from the Database for the same column value?

    The encoding for the bytes being returned from the database is Cp1252 but this encoding, I understand, depends on the underlying platform I am using.
    If indeed the data from the DB is in UTF-8 or 16, shouldn't it be displayed correctly in the browser? No encoding/decoding should be required on the data then. In the browser it gets displayed as “ú–{ŒêƒTƒCƒg. (The encoding of the JSP page is set to UTF-8.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Czech characters encoding problem in RTFTemplate with Velocity engine

    Hi,
    I am trying to use your RTFTemplate project but I have trouble displaying Czech characters in the generated RTF document. Instead of characters like �čř� I get only questionmarks ????. I thought that this could be related to setting a wrong encoding in the velocity.properties file, so I set it to windows-1250 (support for Czech characters) but it didn�t help. Do you have any idea, what could be the problem? If this is not the right place to ask such question, please let me know about a better one.
    Thank you for your time,
    Ivo Jansky

    Hi Jason,
    Indeed I had contacted the provider and informed them about the encoding problem and the fact that passing the parameter http_content_charset had no effect on the sent back encoding.
    They have taken into account my request and have changed the encoding used during the request to the HOOK_URL.
    Thanks to all of your for your help.
    Regards,
    Jerome.

  • Database Adapter Polling problem

    Hi All,
    The polling option is processing all the rows in a table at a time instead of using polling frequency. I have used an option of update a field (logical delete) where I have initialized unread value='N' and read value='Y'. Now ,the problem is i have to poll a single row from the table for every 60 seconds ( second row should be processed only after 60 seconds), but all the rows are processing at a same time. Can somebody let me know what could be the problem?
    The options that I set in db adapter are:
    Polling Frequency: 60 seconds
    Database &rows per XML Document: 1
    Database Rows per transaction: 1
    JDBC options , Query & Timeout: 60
    Thanks,

    Hi Vlad,
    please find the jca file
    <endpoint-activation portType="PollEvent_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="PollEvent.HolxSrEventData"/>
    <property name="QueryName" value="PollEventSelect"/>
    <property name="MappingsMetaDataURL" value="PollEvent-or-mappings.xml"/>
    <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
    <property name="MarkReadColumn" value="PROCESSED_FLAG"/>
    <property name="MarkReadValue" value="Y"/>
    <property name="MarkUnreadValue" value="Yes"/>
    <property name="PollingInterval" value="60"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="1"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    <property name="SequencingColumn" value="INCIDENT_ID"/>
    <property name="DelayCommit" value="true"/>
    </activation-spec>
    </endpoint-activation>

  • Spanish Accented Characters creating problems - missing files, etc

    I am still working w/ iTunes 7.1.1.5 as I see no need to replace it for a different version. Throughout the history of this program I have noticed that it has trouble dealing with accent marks and characters that differ from that of the english alphabet. Can somebody help me figure out a work around?
    Out of all the searches and finds I made regarding this subject, I did not see anyone jumping in to help, I refuse to sit back and not look into this further!
    I would rather not have to turn an "í" into an "i" for iTunes to see my music, but *I also need to know how to get back all of the music that I know I lost due to this problem*, and also all the music that I don't know that could have been lost because of accent marks.
    Does the latest version of iTunes fix the problem? When did they address it?
    We need help!

    I really don't think the problem has much, if anything to do with iTunes, as I've had absolutely no problems with any of my files either on my Windows XP machine or on any of my Macs. Even Icelandic characters are handled perfectly well in all cases.
    What might have much more to do with the problem is the file format of your hard drive(s). If you're using something ancient such as FAT32, then expect problems such as this, and plan accordingly by using simple naming of your files. If you're using NTFS, things should be OK.

  • French Characters storing Problem

    Hi All,
    I'm having a problem of not able to store the french characters in the table.
    My Oracle server character set is set to WE8MSWIN1252.
    My client character set is ISO8859.
    As I understand MSWIN1252 is super set of ISO8859. so storing a French characters should not be a problem. but still I'm not able to store french characters in the table..
    Please give me some inputs on this.
    Thanks in advance.
    Warm Regards,
    Vaishnavi

    On the Client how is NLS_LANG set exactly ?
    $ echo $NLS_LANG
    AMERICAN_AMERICA.WE8ISO8859P1
    $ sqlplus "/ as sysdba"
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Dec 8 12:08:01 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    SQL> select * from v$nls_parameters where parameter like '%CHARACTERSET%';
    PARAMETER                      VALUE
    NLS_CHARACTERSET               WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    SQL> conn test/test
    Connected.
    SQL> create table temp (a number, b varchar2(20));
    Table created.
    SQL> insert into temp values (3, 'vaishé');
    1 row created.
    SQL> select * from temp;
             A B
             3 vaishé
    SQL> exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    $ unset NLS_LANG
    $ sqlplus test/test
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Dec 8 12:10:59 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    SQL> insert into temp values (3, 'vaishé');
    1 row created.
    SQL> select * from temp;
             A B
             3 vaishe
             3 vaish?
    SQL> exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    $ export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    $ sqlplus test/test
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Dec 8 12:11:49 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    SQL> select * from temp;
             A B
             3 vaishé
             3 vaish¿
    SQL>                                                                                                                  

  • Turkish Characters Encoding Problem

    Hi,
    My java code is not going into if statement because of the Turkish characters which are fetched from database. When i printed the result value, it displays Turkish characters as question marks "?". In debug mode i can see the result variable displays correct characters.
                BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
                OperationBinding operationBinding = bindings.getOperationBinding("getLovValue");
                operationBinding.getParamsMap().put("valueId", valueChangeEvent.getNewValue());
                String result = (String)operationBinding.execute();
                System.out.println("Result:"+result.toString());
                System.out.println("KİŞİ".equals(result));
                if(result != null) {
                    if ("KİŞİ".equals(result)) {
                        setAdiRequired(true);
                        setSoyadiRequired(true);
                        setSirketAdiRequired(false);
                    else if ("ŞİRKET".equals(result)) {
                        setAdiRequired(false);
                        setSoyadiRequired(false);
                        setSirketAdiRequired(true);
                    else {
                        setAdiRequired(false);
                        setSoyadiRequired(false);
                        setSirketAdiRequired(false);
                }Console:
    Result:K???
    false
    I really need help about this issue.
    Jdeveloper version: 11.1.2.2
    My JDeveloper Environment Encoding Setting is "UTF-8"
    Regards,
    Anil

    Hi,
    I have already told JDev version in my first post. Nevermind, I just solved problem by setting JDeveloper encoding settings to ISO-8859-9. I don't know why it is not working with UTF-8.
    Edited by: AnilA on 18.Eki.2012 11:10

  • Poll: Problems with your Mic

    I'm thinking about purchasing a micro but i've seen that many people have had problems with theirs. I'm taking a poll to see the odds of me getting a good player.
    Please answer if you have or not have had problems with your player, and if so, did you find a way to fix it

    Nothing i couldnt fix. as in no big problems.
    im not sure if this thread will go very far as most people on this forum have problems with their players, which is why they are here. some, like me, just come to help. so i think this is the wrong place to be asking about it, but generally it is considered that its only a small percentage that have problems. and there is a very strong support network if it does go wrong.

  • Numerical Characters Formatting Problem With XML Report Output Run From Command Line

    Hi,
    Problem description is:
    When a BI Publisher concurrent job is submitted as a child job of a PL/SQL type concurrent request, the locale in OPP is not set same as of RTF template selected. This results in number format and date format localization not work as expected. For example, when BI Publisher child job is submitted after attaching RTF template (through fnd_request.add_layout API) having language-territory as de-DE, the number format on PDF output comes out as 9,999.00 instead of 9.999,00.
    Points to notice:
    1. In OPP log we noticed that xslt._XDOLOCALE always has value EN-GB irrespective of language-territory of attached RTF template
    2. NLS_NUMERIC_CHARACTER column in fnd_concurrent_request table has no value for BI Publisher job. We can set it up through fnd_request.set_options API but it is not a desired solution. We need that OPP should automatically choose correct number format depending on locale of selected RTF template
    3. When same child BI Publisher job's output is re-processed through "XML Publisher Report" program and de-DE locale is chosen for RTF template then the number format localization works fine.
    Please help us to understand root cause of this issue and how it can be resolved.
    Thanks!

    Hi,
    Problem description is:
    When a BI Publisher concurrent job is submitted as a child job of a PL/SQL type concurrent request, the locale in OPP is not set same as of RTF template selected. This results in number format and date format localization not work as expected. For example, when BI Publisher child job is submitted after attaching RTF template (through fnd_request.add_layout API) having language-territory as de-DE, the number format on PDF output comes out as 9,999.00 instead of 9.999,00.
    Points to notice:
    1. In OPP log we noticed that xslt._XDOLOCALE always has value EN-GB irrespective of language-territory of attached RTF template
    2. NLS_NUMERIC_CHARACTER column in fnd_concurrent_request table has no value for BI Publisher job. We can set it up through fnd_request.set_options API but it is not a desired solution. We need that OPP should automatically choose correct number format depending on locale of selected RTF template
    3. When same child BI Publisher job's output is re-processed through "XML Publisher Report" program and de-DE locale is chosen for RTF template then the number format localization works fine.
    Please help us to understand root cause of this issue and how it can be resolved.
    Thanks!

  • Non-english characters input problem on remote device

    Hello.
    I have ZCM 11 SP1. In remote management I can input on remote device only English characters.
    When I change keyboard layuot to Russian - no input at all. But I need Russian keyboard working. Help, please.
    Management device is Windows XP SP3 box, admin device - Windows 7 SP1 and Windows XP SP3 boxes

    9113060,
    > I have ZCM 11 SP1. In remote management I can input on remote device
    > only English characters.
    > When I change keyboard layuot to Russian - no input at all. But I need
    > Russian keyboard working. Help, please.
    >
    > Management device is Windows XP SP3 box, admin device - Windows 7 SP1
    > and Windows XP SP3 boxes
    Need more info here. I just tested it on Swedish and it works just fine,
    but when you say "When I change keyboard layuot to Russian" does that
    mean that the default on your machine or the target machine is not
    Russian?
    - Anders Gustafsson (NKP)
    The Aaland Islands (N60 E20)
    Novell has a new enhancement request system,
    or what is now known as the requirement portal.
    If customers would like to give input in the upcoming
    releases of Novell products then they should go to
    http://www.novell.com/rms

  • Dreamweaver PHP/mySQL poll problem?

    Hi,
    I'm a PHP/mySQL noob who's using some of Dreamweaver's 8
    (8.2) out-of-box Update server behaviors to update a database of
    results for a poll. I know there's a lot of free polling apps out
    there but I need to have the poll show up in another page as
    opposed to being refreshed/displayed in the same page/content area.
    I've successfully built the backend in phpMyAdmin and I'm
    able to list the database contents and do basic updates to the poll
    questions and answers. However, I've been unable to pass an
    incremented result value via a Dreamweaver radio button group
    (which is the normal poll format) without previous unselected
    results being overwritten.
    When an answer is selected the result is indeed incremented
    and is displayed in the Result Listing but unfortunately it also
    overwrites any preexisting data for that poll and replaces it with
    zero. For example:
    Question:
    Answer a) 0
    Answer b) 0
    Answer c) 1 (this would be the value that was selected)
    Answer d) 0
    If c is selected again the value is stored and incremented
    and the value is now 2. However, if that value is not selected,
    then another value is incremented and c would be wiped. I've even
    resorted to trying to use javascript to maintain the original state
    but to no avail I was just previously incrementing the inline php
    radio button value and/or assigning different names to each of the
    radio buttons. This, of course, allows people to select multiple
    values which runs contrary to the whole idea behind radio buttons,
    but I thought I'd see if that worked . Anyway, when the radio group
    is assigned the same value it merely increments everything.
    example:
    http://www.dailydatum.com/funFacts/funFactsListingSingleUpdate15.php
    As you can see, i'm up to version 15 and gritting me teeth,
    lol. Any help would be mighty appreciated.
    Mario

    hi ,
    you can always try the macromedia devnet sites , they have
    ongoing tutorials and discussions on all areas, including php with
    dreamweaver8.
    http://www.adobe.com/devnet/topics/php.html
    be aware though that some of the tutorials require the use of
    third party php extensions, like interakt products, which is a
    shame because most of them are expensive to buy. But they are still
    worth a read.
    hope this is some help.
    ted.

  • Keyboard and characters unique problem IN all programs

    Hello, thank you reading I have a unique problem with my computer. I have searched a great deal to locate information on my issue with no luck. It is very hard to describe the problem and I figured asking here might be the best idea. I have all the latest update software. I have not installed any new ]programs and this problem just started out of nowhere with In the last week. No wireless keyboard.
    First the computer writes capital letters on its own while I type. The letters seem to be only the n, I and s. This goes for every application or text box on the web that I can type In.
    Second the left arrow key when pressed types this ]]]]]]]]
    Third the right shift key when pressed works, but makes an error beep each time
    Fourth the enter key randomly doubles spaces rather than single space when pressed in programs like mail and word.
    Fifth the left shiFt key types IIII when pressed
    I have done the usual rebooting, repairing of the disk and permissions, emptying cache, restored defaults IN keyboard setting, sticky keys off with no luck. Once again no new programs have been installed. Issue started about the same day I registered for and started using facebook one week ago if that means anything?
    Thanks for taking a look at my Issue.
    -Brody

    Still having the same issue with my computer hs anyone ever heard of this?

  • JSP Characters Displaying Problem

    Hi All,
    I have JSP pages "encoding is UTF-8" not displaying the Arabic characters properly, this happens when retrieving to retreive data "Oracle 8i (Character set UTF-8)". It is happens when I run this page under Linux AS 2.1 before it was fine under Windows Server.
    Please note that if I tried to retrieve an old data (created under windows server) from JSP, the characters will be fine. The issue happens when I enter new data and trying to retrieve the same from the JSP.
    Regards

    This sounds like you have something not being read as the correct encoding. When you read new data entered, are you calling request.setCharacterEncoding("UTF-8") before reading any parameters? Cuz the servers I've worked with don't tend to use the correct encoding.

Maybe you are looking for