KmsgProductGeneral of productmessages.xml

Hi all,
In OBIEE is there a way or a workaround to change dynamically the name displayed at logon?
this name is provided in productmessages.xml in:
<WebMessage name="kmsgProductGeneral">
               <TEXT>Oracle Business Intelligence</TEXT>
               <HTML>Oracle Business&amp;nbsp;Intelligence</HTML>
</WebMessage>
I thought about as Style &Skin way but I didn't find a way.
Any help?
Thanks in advance
Cosimo

Hi all,
In OBIEE is there a way or a workaround to change dynamically the name displayed at logon?
this name is provided in productmessages.xml in:
<WebMessage name="kmsgProductGeneral">
               <TEXT>Oracle Business Intelligence</TEXT>
               <HTML>Oracle Business&amp;nbsp;Intelligence</HTML>
</WebMessage>
I thought about as Style &Skin way but I didn't find a way.
Any help?
Thanks in advance
Cosimo

Similar Messages

  • Config Productmessages.xml file

    Hi,
    I have renamed the file Productmessages.xml in following path to
    C:\OracleBI\web\msgdb\l_en\customMessages\productmessages.xml
    to Productmessages_05.xml
    Now do i want to mention the new file name in any place.?
    Thanks,
    Satheesh

    You will need the JSR-75 api for file connection and the KXml api for parsing the xml.

  • Configuring productmessages.xml

    I want to modify the product header name.
    I already edit the kmsgHeaderBIBrandName, kmsgProductGeneral and kmsgProductPortal but I fail to reach the requirements.
    I want:
    a. To add trademark: I added &#0153; but it is only seen in the login screen and not after entering the application.
    b. To write to lines of text and modfiy their font.

    Thanks for the response.
    The font style can be set by the CSS but what about writing it in two lines?
    what about adding TM in superscript?
    We had some tries, which we checked in several browsers after clearing their cache and restarting OBIEE presentation service many times.
    We also tried adding HTML code inside the <TEXT> - something like:
    <TEXT> MYPRODUCTNAME<font size="1"><sup>TM</sup></font><TEXT>
    or
    <TEXT> <HTML> MYPRODUCTNAME<font size="1"><sup>TM</sup></font></HTML><TEXT>
    We also tried setting the definition from utf-8 to utf-16.
    At any case, it didnot work on the internal header of the applciation, just on the entrance page header.

  • Include a New Meta Tag in head section of OBIEE generated HTML

    Hi,
    Is there any xml place holder, that we can modify / add any additional HTML tags to the <HEAD> section of the HTML that OBIEE is going to generate.
    Requirement is to add the following tag in the <HEAD> section.
    <meta http-equiv="X-UA-Compatible" content="IE=8, IE=9, IE=10" />
    Thanks
    Kaushik

    Try in this file
    OFM\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\productmessages.xml
    Search for kmsgProductGeneral
    add it after <HTML> tag
    make sure you use <HEAD> tag and you close them properly for required tags.
    If helps pls mark as correct, else let me know.

  • Referencing session variables in customMessages

    Can someone assist me with referencing session variables in a customMessage? For example, they following customMessage from productMessages.xml does not appear to work:
    <WebMessage name="kmsgProductPortal"><TEXT>Customer Dashboards - @{biServer.variables['NQ_SESSION.variable1']} </TEXT></WebMessage>
    Any help is appreciated.

    Can someone assist me with referencing session variables in a customMessage? For example, they following customMessage from productMessages.xml does not appear to work:
    <WebMessage name="kmsgProductPortal"><TEXT>Customer Dashboards - @{biServer.variables['NQ_SESSION.variable1']} </TEXT></WebMessage>
    Any help is appreciated.

  • Add hyperlink  - Custom sign in page OBIEE 11g

    Hello,
    I a m trying to customize the sign in page.
    We already succeeded, but a file disapeared ad we can't do it again...
    I explain, we have created the path
    /opt/oracle/obiee/middleware/biee11g
    In this path we have :
    customMessages
    sk_pageaideaccueil
    s_pageaideaccueil
    WEB-INF
    In the customMessages we have :
    messages/l_en/
    and the files :
    logonmessages.xml and
    productmessages.xml
    So, we modified some files to add an hyperlink "help" on the sign in page.
    In the logonmessages.xml we add the line :
    <WebMessage name="kmsgSampleMsg1"><HTML><sawm:if name="logonURL"> <a href="/analytics/olh/l_en/scorecard026.htm">Help</a></sawm:if></HTML></WebMessage>^M
    of course kmsgSampleMsg1 = Help is already created too.
    So we are here.
    I have my custom logonmessages.xml file in my custom path and i have the help folder in the original path :
    /opt/oracle/obiee/middleware/Oracle_BI1/bifoundation/web/app/olh/l_en/
    When I write an existing file like scorecard026.htm (or any other file which is from OBIEE) it's okay.
    But if I copy scorecard026 and I rename it helpme.htm, if I write in the path:
    <WebMessage name="kmsgSampleMsg1"><HTML><sawm:if name="logonURL"> <a href="/analytics/olh/l_en/helpme.htm">Help</a></sawm:if></HTML></WebMessage>^M
    It told me 404 error even after retsarting the coreapplication service.
    Do you know what I missing ?
    Thank you,
    Antoine

    Hello JaniRautiainen and thanks for your answer !
    So you have understod quite well the problem
    I just want to add a link to the sign in page so like you said : "there is no change to the actual login behavior".
    After that, when I click on the link "help" tha I have addes on the page, the redirection is fine (the link is working).
    But the page does not work, I have a mistake if I use the name of a file I have added to :
    /opt/oracle/obiee/middleware/Oracle_BI1/bifoundation/web/app/olh/l_en/
    But if I use a file which already exists in this path ,it's working...
    So I think that there is another file somewhere which know the files which are from Oracle or not.
    A new problem now, if I use a file which exists for exemple biee0002.htm, it's working. So when I click on my help link I arrive on this page.
    But now, if I modify the file biee0002.htm and I restart the coreapplication services, the file I see is the same...
    So it appears that I am in the wrong path...
    Do you have something on this ?
    Thank you
    Antoine

  • Customizing OBIEE 11.2

    Hello,
    i have to customize OBIEE 11.2 to our company corporate design.
    I study the two Papers:
    - Customizing Oracle Business Intelligence Enterprise Edition 11g (August 2010)
    - System Administrator's Guide for Oracle Business Intelligence Enterprise Edition (11g Release 1 (11.1.1))
    But there are a lot of more questions:
    First of all:
    I work on a Test-Instalation on a Windows-XP-PC with Oracle Business Intelligence 11.1.1.5.0.
    I created a Static Directory in WebLogic Server (explained in "Customizing Oracle Business Intelligence Enterprise Edition")
    1) The base of my Skins/Styles should be the Standard "FusionFX"-Schema.
    Because in all Tutorials i read the "blafp"-Schema should be the base-Schema. Is it possible to use as base the "FusionFX"-Schema? Do i have to consider anything special?
    2) For testing i changed the "oracle_logo.png" picture (explained on page 8 in "Customizing Oracle Business Intelligence Enterprise Edition") in "b_mozilla_4" and in "login".
    I restarted the server! I cleared the cache and files in Internet Explorer. But the pictures aren´t replaced immediately. First no pictures are shown - then the old pictures are still shown and so on. I restared the server several times und cleared the cache and files also several times and suddenly the pictures are shown correctly. Is there another cache, i have to clear? Perhabs in the BI-Server/WebServer?
    3) On the Logon-Page theres a dropdown-meu where i can change the language. I only need "english" and "german". So i copied the file "languagenames.xml" to my new created folder: "...\analyticsRes\msgdb\messages\languagenames.xml". I deleted all tags i don´t need (the file contains onle the tags for "Deutsch" and "English"). But anyway all language are still shown. What have i to adjust?
    4) How i can change the "normal" messages is quite plain to me - for the logon-page i change the file "logonmessages.xml".
    But how can i change the following elements/messages on the Logon-Page (and on the other pages if the same message-ID is also used):
    - on the top-left: Business Intelligence
    - on the bottom-left: Copyright © 1997, 2011, Oracle und/oder verbundene Unternehmen. All rights reserved. Alle Rechte vorbehalten.
    - the text on the "about"-page
    Thanks for your help in advance
    Best regards
    Heidi

    FYI The doclib guide is not complete. For the full picture see...
    Customizing Oracle Business Intelligence Enterprise Edition 11g An Oracle White Paper
    http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
    also
    Oracle BI EE 11g – Styles, Skins & Custom XML Messages
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    4. on the logon page the 3 bits of text are
    kmsgHeaderBIBrandName
    kmsgLogonAboutProduct
    kmsgNQuireLegalCopyrightShort
    <?xml version="1.0" encoding="utf-8"?>
    <!--custommessages.xml-->
    <!--/l_xx/messages/productmessages.xml-->
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable protect="true" export="true" translate="false" system="ProductMessages" table="ProductNames">
    <WebMessage name="kmsgHeaderBIBrandName"><TEXT>My Application</TEXT></WebMessage>
    - on the bottom-left: Copyright © 1997, 2011, Oracle und/oder verbundene Unternehmen. All rights reserved. Alle Rechte vorbehalten.
    - the text on the "about"-page
    <!--msgdb/messages/logoncontrolmessages.xml-->
    <WebMessage name="kuiLogonPageCommonTable">
    id="copyRight" class="Copyright"><sawm:messageRef name="kmsgNQuireLegalCopyrightShort"...
    id="aboutProduct" href="@{requestContext.commandToURL(&#39;aboutPage&#39;)}"><sawm:messageRef name="kmsgLogonAboutProduct"...

  • Customizing OBIEE with product name

    Hi All,
    I need to show a product name where 'Business Intelligence' is seen next to the Oracle Banner. I have updated productmessages.xml to include the changed name '<?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawr="com.siebel.analytics.web/response/v1" xmlns:sawm="com.siebel.analytics.web/message/v1" sawm:systemMessages="false">
    <WebMessageTable system="Custom Messages">
    <WebMessage name="kmsgHeaderBIBrandName">
    <TEXT>Customised Text</TEXT>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables> ' as follows. This changes the name only in the login page and 'Business Intelligence' still shows up when I log in and go to the dashboards page. How do I change this?
    Thanks a ton!

    This change got it working in one env. So marking it as answered.

  • XML Quote report

    We have a problem with our XML Quote report that cuts off the report at 26 pages when it should go to about 200 pages.
    We have another report the Acknowledge Quote and it works fine.

    Finally we found the solution for this problem.
    1. Open qotSCocPrint.jsp and add below line inside <SELECT id="qotOutFrmt" name="qotOutFrmt"> statement. This line should be added after "for" loop.
    <OPTION value="EXCEL">Excel Format</option>
    We can add as many options the XML Publisher supports.
    2. Decompile oracle.apps.aso.print.webui.MainCO.class (Controller).
    Change the below line
    httpservletresponse.setContentType("application/pdf");
    to
    httpservletresponse.setContentType("application/"+quoteOutputFormat.toLowerCase());
    Take a backup of the original file, compile the java in the same directory.
    3. Decompile oracle.apps.aso.print.server.PrintQuoteAMImpl.class and change this line
    Field field = class2.getDeclaredField("OUTPUT_TYPE_PDF");
    to
    String outputFormat="OUTPUT_TYPE"+as[12].trim();
    Field field = class2.getDeclaredField(outputFormat);
    Bounce Apache and generate the Quote output in desired format.

  • Issue in Creation of XML file from ABAP data

    Hi,
    I need to create a XML file, but am not facing some issues in creation of XML file, the in the required format.
    The required format is
    -<Header1 1st field= u201CValueu201D 2nd field= u201CValueu201D>
       - <Header2 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 10 fields>
              <Header3 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 6 fields/>
              <Header4  1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 4 fields/.>
               <Header5 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 6 fields/>
          </Header2>
       </Header1>
    Iu2019m using the call transformation to convert ABAP data to XML file.
    So please anybody can help how to define XML structure in transaction XSLT_TOOL.
    And one more thing, here I need to put the condition to display the Header 3, Header 4, Header 5 values. If there is no record for a particular line item in header 3, 4 & 5, I donu2019t want to display full line items; this is only for Header 3, 4 & 5.
    Please help me in this to get it resolved.

    Hello,
    you can use CALL TRANSFORMATION id, which will create a exact "print" of the ABAP data into the XML.
    If you need to change the structure of XML, you can alter your ABAP structure to match the requirements.
    Of course you can create your own XSLT but that is not that easy to describe and nobody will do that for you around here. If you would like to start with XSLT, you´d better start the search.
    Regards Otto

  • Rendering xml-table into logical filename in SAP R/3

    Hi,
    I am trying to translate an xml-table with bytes into a logical filepath in SAP R3.
    Do I have to use the method gui-download or shall I loop the internal xml-table?
    When I tried to loop the xml-table into a structure, and then transfering the structure into the logical filename, I get problems with the line breaks in my xml-file. How do I get the lines to break exactly the same as I wrote them in my ABAP-code?
    Edited by: Kristina Hellberg on Jan 10, 2008 4:24 PM

    I believe you posted in the wrong forum.
    This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.
    Ludek

  • Momento de envio do XML

    Boa tarde,
    Estou em um projeto de implementação e com a seguinte dúvida:
    Requerimentos:
    Tenho que enviar o XML assim que a Invoice+NF é gerada (VF01/VF04, etc).
    Num segundo momento, após a aprovação do XML, eu poderei imprimir a DANFe.
    Envio XML:
    Sei que a função que mapeia o XML para a versão 2.0 é a J_1B_NF_MAP_TO_XML e a função que envia para o GRC ou outra mensageria (utilizaremos NeoGrid) é a J_1B_NFE_XML_OUT.
    A pergunta é: como faço a chamada destas funções? Qual programa devo chamar? Em qual momento? É por customizing ou por uma exit no faturamento?
    Obs.: entendo que estas funções já estão configuradas no monitor J1BNFE para solicitar o reenvio da nota, etc.
    Impressão DANFe:
    Em paralelo, na J1BJ vou ter que configurar somente o programa de impressão do DANFe (J_1BNFPR), correto? Pois assim quando eu gerar e processar o output da NAST ele irá fazer a impressão do documento, correto?
    Caso não entendam as perguntas por favor me contestem que eu explico melhor.
    Obrigado!
    Felipe Brasil Simioni

    Olá, Fernando.
    Por favor veja se pode nos ajudar.
    Estamos tendo o mesmo problema com o envio do XML para a mensageria (não GRC).
    Seguindo as parametrizações indicadas acima:
    SPRO
       Componentes válidos para várias aplicações
         Funções gerais de aplicação
           Nota Fiscal
             Saída
               Atribuir parametros de numeração e dxed impressão
    O local de negócios está configurado como RFC CALL vazio (segue descrição abaixo):
    "Execução RFC e atualização banco dados na mesma LUW (padrão)"
    Porém, ao tentar enviar a nota fiscal (ex: J1B1N), ocorre um erro na SM58 e o XML não é enviado para o sistema de mensageria.
    Analisando o programa SAPLJ_1B_NFE, no include LJ_1B_NFEF42, vemos que para mensagerias não GRC o programa chama a função J_1B_NFE_XML_OUT em background task, o que ocasiona o erro abaixo na SM58.
      IF sy-subrc IS INITIAL.
    non SAP messaging system                          "V1.10
        if lv_xnfeactive is initial.                    "V1.10
    Call function asych. when RFC connection available
    gv_callmode can be switched in debbuging to call the RFC synchronous
    do not reset gv_callmode direct after the RFC call
          if gv_callmode is initial.
            CALL FUNCTION 'J_1B_NFE_XML_OUT'
    IN BACKGROUND TASK
              DESTINATION lv_rfcdest
              EXPORTING
                xml_in                = xmlh
                xml_item_tab          = xmli_tab
                xml_batch             = xmlb_tab
                xml_ref               = xmlr_tab
                xml_dup               = xmld_tab
                xml_vol               = xmlv_tab
                xml_head_tab          = xmlh_tab          "V1.10
                xml_imp               = xml_import_tab    "V1.10
                xml_ext1              = xml_ext1_tab      "V1.10
                xml_ext2              = xml_ext2_tab      "V1.10
                xml_adi               = xml_adi_tab       "V2.00
                xml_reb               = xml_reb_tab       "V2.00
                xml_cane_dia          = xml_cane_dia_tab  "V2.00
                xml_cane_ded          = xml_cane_ded_tab. "V2.00
    Erro da SM58:
          RfcAbort: Cannot lock transaction
          Nº mensagem SR053
    Note que a chamada é feita de forma assincrona porque a variável gv_callmode está como initial, e que segundo o comentário da SAP, essa variável é usada somente para debug, sem qualquer parametrização que controle o modo de chamada.
    Obs: se comentarmos a linha IN BACKGROUND TASK, tudo funciona perfeitamente.
    Mas obviamente não é o que queremos fazer. Queremos manter o programa original da SAP.
    Já pesquisamos notas para esse problema, mas não encontramos nada que se refira a esse problema.
    Alguém mais se deparou com essa situação?
    Desde já agradeço pela ajuda.
    Rodrigo Ferreira

  • Generate prov.xml for Creative Cloud. Return Code 27

    We're trying to follow this guide (Creative Cloud Help | Using Adobe Provisioning Toolkit Enterprise Edition) to serialize a package (or something). We're stuck on generating prov.xml. My best attempt at an entry is:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities\APTEE>adobe_prtk.exe --tool=VolumeSerialize --generate --serial=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx --regsuppress=ss --eulasuppress --locales=en_US --provfilepath=C:\Program Fil
    es (x86)\Common Files\Adobe\OOBE\PDApp\CCP
    It says half of this is optional, but I'm skeptical.
    Anyway, I'm getting return code 27. This indicates that it is unable to edit the prov.xml file specified. I didn't specify a prov.xml file, I'm trying to make one. The syntax I'm using differs from what I found on the page I linked, as that was giving me syntax errors. I lifted this off someone else's code. I've tried just about every variation I can think of. Any help would be appreciated.
    This is on Windows

    One of these links may help
    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • XML file to B1 Sales Quotaion

    hello,
    I am trying to insert a sales quotation in XML file format into SAP B1.
    In the message log i get an error : Value too long in property 'CardCode' of 'Document'
    every time i use an Item code or a card code containing Hebrew characters , i get garbage in the message:
    i defind the B1 sender system language to Hebrew and i don't see the reason for the problem.
    thanks, udi

    Hi Eddy,
    I only get the error message in hebrew.
    i tried a sales quotation where the customer code and item code were in english and it loaded succesfully.
    thanks, udi

  • Generate xml source file for Oracle Order Capture Print Quote

    Hi,
    I am new to xml and need to work on creating templates for Print Quote.
    I am trying to generate the xml source file for which I enabled the report in system administrator and set the output to XML and assigned to Quoting Reports responsiblity. I then assigned XML Report Publisher to the same responsiblity.
    I ran the report (Print Quote) and then I am trying to run the XML Report Publisher but I cannot get the request id in the list of values.
    I am able to generate xml source file for other reports like Printed Purchase Order etc.,
    The view output for the (Print Quote) report is as follows:
    <?xml version="1.0" ?>
    - <!-- Generated by Oracle Reports version 6.0.8.26.0
    -->
    <ASOPQTER />
    How do I get the xml source file? Or are there seeded templates that I can use to create more templates? Any help would be appreciated. Thanks Ravi

    Hi, I am in the same position - did this issue ever ger resolved by anyone. I have done a few XMLP reports successfully now using the Word add-in, but customising the Quote output differs from other standard reports.
    If you look at the data definition for Quote it is a 'dummy' definition and has no XML file attached. Does anyone know how I can get the XML format for the report output?
    Also the template uses XSL-FO ?!?!?! rather than RTF - not sure how to work with this, the Oracle docs are not very helpful in this regard either.
    Has anyone successfully managed to customise the Quote print report? Many thanks,
    Roger

Maybe you are looking for

  • Transferring VHS tape to DVD

    What is required to transfer VHS tapes from a VCR to DVD? Special cable to go from VCR to my Mac? Thanks for any advice. Brian

  • Parts of masked line art and text appearing in PDF and (some) in InDesign files

    Hello Adobe community, I was wondering if someone can shed any light on an issue (or possibly 2 issues) I am having. I am using CC on a Mac. Software versions are Illustrator CC 17.1, InDesign 10.1.0.71, Acrobat 11.0.07. Firstly in InDesign there is

  • Amber update problem

    I have 620. I live in Pune,India. I havent received any amber updatevyet though Nokia support page says the update is avilable. Sometimes while searching for update it gives errors. What should I do??

  • Mac Plus

    After about fifteen minutes using my old macintosh plus, the screen goes black. The computer still runs while this is happening, and the screen flickers back on when I tap the side. Is it a fire hazard and can I fix whatever is wrong myself? Thanks

  • Airport extreme card for eMac Ati

    Is it possible to make an Airport extreme card react like a Base statrion.