Junk Character Display on Portal

Hi All,
         While executing an BPS Report in portal , it shows some junk Characters on browser.
the same Web Interface working fine in GUI Level. Any one have the Idea to overcome this issue.
Thanks in advance.

Hi All,
          The issue was solved. the problem is
  The Bsp Report url port having 8080 and the system connector for BI-Portal having the value 81.
The system connector was changed to 8080.
Thanks to all.

Similar Messages

  • Junk Character displayed when language is Japanese

    Hi,
    I have one PG1where there is a a textbox for additional information input.Now after putting the Additional text there and when user click OK then it comes to PG2 and that information is populated in certain text area.
    This is for your information that the text is coming from PG1 to PG2 through hashmap. Now here the issue is when we are putting text n PG1 with some different language other than english like Japanese then the text in PG2 coming as '?????'.(junk character).
    Can you please let me know how to handle this ?
    Thanks
    Debashree

    These might help
    For NLS Customers, if after submitting a page you get garbage characters then you need to install OJSP1.1.2.
    Please check release notes accompanying your OA Framework patchset, and Metalink Note 132604.1 for more details.
    or try adding unicode char set
    Add the following line to apps.conf.
    <IfModule mod_mime.c>
    AddType "text/html; charset=us7ascii" html
    </IfModule>
    Thanks
    Tapash

  • Arabic letters are displayed as junk character in PDF preview

    When we try to view (HFR Financial reports in PDF preview Arabic letters are displayed as junk character. While the same is shown correctly in HTML view.
    Oracle EPMA version we are using 11.1.1.3, please provide some solution on this issue

    This could help if you are connecting to essbase or planning:
    1.Set the ESSLANG environment variable on the Essbase server to
    ESSLANG= Arabic - Saudi Arabia (ISO)@Binary
    2. In Financial Reporting, you must use the Essbase APS ADM driver rather then the Essbase Native ADM driver. Set the driver in \Hyperion\products\biplus\lib\fr_global.properties by setting the parameter
    UseEssbaseEDS=1
    3. In \Hyperion\products\biplus\lib\fr.env, set the ESSLANG environment variable as follows:
    ESSLANG= Arabic - Saudi Arabia (ISO)@Binary
    4. Re-start the Essbase and Financial Reporting services.

  • Junk character is displayed BI Publisher report

    Hi gurus
    In iRecruitment module ,i have replaced a standard report with custom report ,but for amount fields ,it is displaying junk character for every comma (,) place in the numeric value ,like if
    HRA is 10,000 ,then in report it is coming like 10*u*000,or if it is 1,00,000 then it is displayed like 1*u*00*u*000.
    any suggestion would be very helpful
    thanx in advance
    thanx
    Pratap

    You should be able to use translate function to help you replace the comma. Search the forum as well for similar threads. Here is one that might help.
    Re: Pre-formatted number values in XML
    Award points if helpful.
    Thanks!

  • Tool -- copy  display arabic letter as junk character

    Dear All.
    Our env 12.1.3 on Solaris 5.10 this is fresh installation.
    We are running some finance report, Its completing normally as well output files display character properly ie in english and arabic.
    While opening log file from tool --> copy option Arabic character showing as junk character.Below are the detail of our nls characterset.
    SQL> SELECT * from NLS_DATABASE_PARAMETERS;
    PARAMETER VALUE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AR8ISO8859P6
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    PARAMETER VALUE
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_RDBMS_VERSION 11.1.0.7.0
    20 rows selected.
    Please let us know is there any work around to over come this issue.
    With Regards
    T.K

    We are running some finance report, Its completing normally as well output files display character properly ie in english and arabic.What if you download the log file from the server and open it from the client, would you be able to view Arabic font correctly?
    While opening log file from tool --> copy option Arabic character showing as junk character.Below are the detail of our nls characterset.This looks like a browser issue. What is your browser? Can you view Arabic correctly from your browser (View > Encoding)?
    Thanks,
    Hussein

  • ECC6.0 - PDF issue - Junk Character output after Upgrade from 4.7c

    Hi All,
    I am working in Uprgade project(from 4.7c Non-unicode system to ECC6.0 unicode system).
    We are facing PDF output issue in ECC6.0 that means we are getting junk character output(screenshot is attached for your reference).
    In 4.7c , we have stroed the OTF data in table after generated from smartform as we should not get different output in future. Whenever we need output of the same then we are getting the OTF data from that table and we will generate pdf through "Convert_otf" function module.This logic is working fine in 4.7c.
    In ECC6.0 ,the same logic is not working as system is unicode sytem and we are getting junk character output.
    As per my old upgrade project experience , i have used the below piece of code for solve this junk character issue but still I am facing the same issue.
    Kindly note that in my old upgrade project i have regenerated the OTF data in ECC6.0 and used the below piece of code then I got correct output but here I have to use the old OTF data (from table) which was generated in 4.7c.
    Please any one can give solution for this issue.
    Regards
    Anandakumar.K
    +91 9486963561.
    REPORT  z_display_notification_tst.
    Local Vairable Declaration
    TYPES: lt_pdf_table(1000) TYPE x.
    Local Vairable Declaration
    DATA :
      lv_otf_data         TYPE STRING,            " OTD data in string format
      lv_length           TYPE i,                                   " OTF Length
      lv_lines            TYPE i,                                   " No of lines
      lv_no_of_recs       TYPE int4,                                " No of OTF Lines
      lv_offset           TYPE int4,                                " Offset
      pdf_fsize           TYPE  i,
      lv_binfile          TYPE xstring,
      gv_reportsize       TYPE i,
      l_url(80) TYPE c,
      l_pdf_data TYPE STANDARD TABLE OF lt_pdf_table ,
      l_pdf_line TYPE lt_pdf_table,
      l_offset TYPE i,
      l_len TYPE i,
      lt_pdf_table        TYPE rcl_bag_tline,
      lt_otfdata          TYPE tsfotf,
      ls_otfdata          TYPE itcoo.                               " Line type of OTF data
    DATA:
        g_html_container TYPE REF TO cl_gui_custom_container,
        g_html_control   TYPE REF TO cl_gui_html_viewer.
    ******************GET OTF data from Table ******************************
    Primary Keys used for selection : BUSKEY,
                                      NTFTYP,
                                      TRNTYP,
    SELECT SINGLE otf_data FROM znotif_otf
                           INTO lv_otf_data
                          WHERE buskey EQ 'LS_000000000010001470'
                            AND ntftyp EQ '0037'
                            AND trntyp EQ 'ACT'.
    Get the length of the OTF data stored as stream of string************
      l_len = STRLEN( lv_otf_data ).
    Compute the OTF lines
      lv_lines = l_len / 72.
      lv_no_of_recs = lv_lines + 1.
    Set the offset to initial
      lv_offset = 0.
    *Reconstruct the OTF data from the string
      DO  lv_no_of_recs TIMES.
        IF sy-index NE lv_no_of_recs .
    Get OFT format: command ID
          ls_otfdata-tdprintcom  = lv_otf_data+lv_offset(2).
          lv_offset = lv_offset + 2.
    Get OTF format: command parameters
          ls_otfdata-tdprintpar  = lv_otf_data+lv_offset(70).
          lv_offset = lv_offset + 70.
        ELSE.
    Last line contains only the OFT format: command ID  "//" (End of file)
          ls_otfdata-tdprintcom  = lv_otf_data+lv_offset(2).
          lv_offset = lv_offset + 2.
        ENDIF.
    Append the OTF data to Export OTF table
        APPEND ls_otfdata TO lt_otfdata.
        CLEAR ls_otfdata.
      ENDDO.
    *************************Convert OTF to PDF**************************
    IF lt_otfdata IS NOT INITIAL.
      clear: lv_binfile,
             pdf_fsize.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
        IMPORTING
          bin_filesize          = pdf_fsize
          bin_file              = lv_binfile
        TABLES
          OTF                   = lt_otfdata
          lines                 = lt_pdf_table
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          OTHERS                = 4.
      IF sy-subrc NE 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDIF.
    Call screen***********************************
    Call screen
    CALL SCREEN 100.
    RETURN.
    *&      Module  STATUS_0100  OUTPUT
          text
    MODULE status_0100 OUTPUT.
    SET PF-STATUS '100'.
    SET TITLEBAR '100'.
    Convert bin file
      clear :l_len,
             l_offset.
      free l_pdf_data[].
    l_len = XSTRLEN( lv_binfile ).
    WHILE l_len >= 1000.
      l_pdf_line = lv_binfile+l_offset(1000).
      APPEND l_pdf_line TO l_pdf_data.
      ADD 1000 TO l_offset.
      SUBTRACT 1000 FROM l_len.
    ENDWHILE.
    IF l_len > 0.
      l_pdf_line = lv_binfile+l_offset(l_len).
      APPEND l_pdf_line TO l_pdf_data.
    ENDIF.
    Initialise and create the HTML container
      IF NOT g_html_container IS INITIAL.
        CALL METHOD g_html_container->free
          EXCEPTIONS
            OTHERS = 0.
        CLEAR g_html_container.
      ENDIF.
      CREATE OBJECT g_html_container
        EXPORTING
          container_name = 'HTML_CONTAINER'.
    Initialise and create the HTML control that will display the
    PDF output as URL
      IF NOT g_html_control IS INITIAL.
        CALL METHOD g_html_control->free
          EXCEPTIONS
            OTHERS = 0.
        CLEAR g_html_control.
      ENDIF.
      CREATE OBJECT g_html_control
        EXPORTING
          parent   = g_html_container
          saphtmlp = 'X'.
    Load the pdf data and obtain the URL
      CALL METHOD g_html_control->load_data
        EXPORTING
          size         = pdf_fsize
          type         = 'application'
          subtype      = 'pdf'
         IMPORTING
          assigned_url = l_url
        CHANGING
        data_table    = l_pdf_data
       EXCEPTIONS
          OTHERS = 1.
      IF sy-subrc NE 0.
       raise cntl_error.
      ENDIF.
      CALL METHOD cl_gui_cfw=>flush.
    Show the URL
      CALL METHOD g_html_control->show_url
        EXPORTING
          url      = l_url.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    Edited by: Anandakumar.K on Oct 25, 2011 12:47 PM
    Edited by: Anandakumar.K on Oct 25, 2011 12:54 PM

    Hi,
    as you can see in SAP notes 842767 and 1349413, spool data cannot be converted properly for all types in a Unicode conversion.
    This might be possible if you have English (US7ASCII) characters only, but with Chinese characters I do not think that a small piece of code can do it ...
    Hence I think you need to recreate the data on the Unicode system ...
    Best regards,
    Nils Buerckel
    Edited by: Nils Buerckel on Nov 3, 2011 1:51 PM

  • DateNavigator in Safari Brower shows junk character

    Dear All,
    In Safari browers (all versions), DateNavigator UI element is shows junk character.  To reproduce this error, please follow the below steps.
    1.      Click on the date picker.
    2.      Try to change the month from u201CJuly to Augustu201D or u201CJuly to Juneu201D and try to choose a date either from June or  August.
    3.      Some junk characters u201CNaN.NaN.NaNu201D are displayed.
    Please advice,
    Regards,
    Ramki.

    Ramakrishnan Subramaniam wrote:
    We are in NW 7.01....Thanks for info.
    >
    > I got confirmation from SAP that, it will support NW 7.02 or NW 7.01 SP4 onwards.
    >
    > Rgds,
    > Ramki.
    Who did you receive that information from? The Safari path in the renderer was only added in 7.02. You can confirm with the Platform Availability Matrix on the Service Marketplace the offically supported browser/release combinations. http://service.sap.com/pam
    According to the July 2011 version of the PAM Safari 4 on MacOS 10.5/6 is supported as of 7.02 SP4 and Safari 5 on MacOS 10.5/6 is supported as of 7.02 SP5. There are no additional listings for Safari on any other releases or operating systems.

  • Logo in Smartform output to pdf format is coming as Junk Character

    Hi All,
    I have a requirement to generate the Smartform output in PDF file. But when i am doing that i am getting the LOGO as Junk character in the PDF file. Can any one help me to resolve this issue?.
    Thanks,
    Muruganand.K

    Yes check the spool and the output displayed correctly in the spool it means there is a problem when you convert OTF to PDF. Check that part of the code and try different options.

  • Problem with SQL Convert Function Junk Character

    Hi All,
    We have a database field that has a value of “2.020 OPERATOE’S CAB – GLASSES” on the front end of Oracle E-Business Suite. When we are spooling that column(in PLSQL) with the SQL covert function , one of the characters(’) in the string is not getting converted properly. It is displayed as a junk character in the spooled file.
    We used CONVERT(p_column,'WE8ISO8859P1','UTF8') for converting the string and utl_file api for spooling the output file. Please note that converted string is passed to utl_file.fopen directly.
    Following are the nls_parameters values.
    NLS_CHARACTERSET ~~ UTF8
    NLS_NCHAR_CHARACTERSET ~~ AL16UTF16
    Any inputs are welcome.
    Thanks
    gt1942

    Hello All,
    Sorry, If I am opening the blog in the wrong place as this is the first time.
    my out looks as follows.
    "02920  "
    but when i see in the application there is nuthing in the end.
    so I used regexp_replace(p_vendor_dtl,'[^[!-~]]*',''), But this is removing spaces also. I don't want to remove space. I want to remove this character only.
    Please help
    Thanks.

  • Showing junk character

    Dear all,
    I am using oracle9i. I got the export from one place and tried to import in my database. Both the source and destination database character set is WE8IS08859PI. After importing the data, i tried to pull the data in the excel. One of the field is varchar2(2000) and it contains new line character. When i open the data in TOAD, it shows correctly. But when i pull in excel or any other front end, it is showing as a junk character(square box) for new line chatacter. New line character is suppressed and displaying new line character as square box(junk character). How do we resolve the issue?

    try a search and replace within Excel on the junk character to replace it with ''.
    cheers,
    R

  • Character display problems....11g connecting to SQL server

    Hi Gurus,
    db: 11.2
    os: redhat 5.5
    there is a problem when with character display with sqlplus and even worst on TOAD, SQL Developer tool.
    there is a Heterogeneous connection between 11g and ms sql serever. i use freedts, unixodbc and dg4odbc to establish the connection.
    using isql tool...the select statement was well formatted..see sample |
    | Ventes USIM |
    | Resprise de charge provisionnees sur creance BUT when i use sqlplus some character are shattered..please see sample
    COST_NAME
    V e n t e s U S I M
    R e s p r i s e d e     c h a r g e p r o v i s i o n n e e s s u r c r e
    a n c ein other client tool e.g TOAD the output is worse just show only the first character of each row e.g V
    i have tried french and english value for nls_language but did not solve the problem.
    anybody with a clue of what is wrong...thanks

    It looks like some wrong character set conversion (more exactly -- lack of it) involving UTF-16 from MS SQL Server NVARCHAR data type. I cannot tell what went wrong and if this is a bug as I do not have experience with this configuration. Please, work with Oracle Support to diagnose and fix this issue.
    -- Sergiusz

  • E-Mails preview shows junk character

    Hello All,
    I could successfully install 10.3.1.-1565 on my Z3 handset and it is working fine except that it shows junk character in mail if it has PDF, DOC or any attachment.
    Can anybody advise take this issue at right level of BB official support.
    Thanks,

    I have done following steps but no changes have the same issue.
    1. Navigate to OAM->Workflow Manager->Notification Mailer->View details in this page
    2. Look for parameter called RESET_NLS change this value from 'YES' to 'NO'.
    3. Bounce Notification Mailer.
    Regards
    Musaddak.

  • Pushbutton Text does not display in portal but display in development

    Hi Experts,
    I ceated Pushbutton in  selection screen block . Pushbutton text is does't display in portal view but display
    in development .
    i attached my coding , could you suggest anyother coding to diplay the pushbutton text.
    SELECTION-SCREEN BEGIN OF BLOCK auth WITH FRAME TITLE text-003.
    PARAMETER    p_sig(40) TYPE c." OBLIGATORY.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN PUSHBUTTON /43(20) execu USER-COMMAND printlayout ." VISIBLE LENGTH 15.
    SELECTION-SCREEN END OF BLOCK auth.
    INITIALIZATION.
      MOVE text-004 TO execu.

    Did you check in your portal instance that TEXT-004 has the value you want?

  • How to display the Portal System ID in a theme or iView?

    Hi everyone,
    I am trying to figure out a standard way to display the Portal system ID within the portal theme or within an iView.   The complaint from users is that, if they are working in both Production and multiple test systems simultaneously, it is very difficult to decipher which system they are actually in.
    Does anyone have experience with this previously?
    Thanks in advance.

    Hello Charles.
    A standard way is a modification of the Portal name which is displayed in a title bar of a browser's window.  For this you have to edit the Central Configuration:
    1. Open System Administration > System Configuration > Service Configuration;
    2. In Browse Tab open  Portal Runtime > Central Configuration;
    3. Locate and modify portal.html.head.title property.
    4. Save changes.
    5. Restart portal server.
    Best regards,
    Aliaksandr Zhukau

  • Non-Latin Character Display On Web Page

    In a Java web application, only one non-Latin character display issue is that when they are typied into a JSP file. Otherwise, non-Latin characters display correctly from the message property file or from database.
    Anyone know how to solve it?
    Thanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Solved!
    Just need to have the JSP page tag on the related JSP file.
    null

    Welcome to our community, Denise
    Perhaps check the names of all the files involved? What type
    of web server are you using?
    You say that your co-worker said she is linking to the skin
    file from a .htm page, but what is missing here is whether she is
    using the .HTM page you provided in the mix or if it's one she
    created herself. If it's one she created herself, that may be the
    issue.
    Cheers... Rick

Maybe you are looking for