Multilingual support in AWM 11g

Is there a multilingual support in AWM 11g? I don't see Languages folder in the AW tree.

Hey Dude,
This looks like a syntactical issue. In your code snippet it looks like you have forgotten the comma (,) after the first argument for the lookup function DENSE
'INDEXCOL( VALUEOF(NQ_SESSION.LAN_INT), "SCOTT"."DEPT"."DEPARTMENTNAME" , LOOKUP( DENSE "SCOTT"."LKP_TABLE"."DEPARTMENTNAME" , "SCOTT"."DEPT"."DEPATMENTNUMBER" , VALUEOF(NQ_SESSION.WEBLANGUAGE)))
It should be
'INDEXCOL( VALUEOF(NQ_SESSION.LAN_INT), "SCOTT"."DEPT"."DEPARTMENTNAME" , LOOKUP( DENSE, "SCOTT"."LKP_TABLE"."DEPARTMENTNAME" , "SCOTT"."DEPT"."DEPATMENTNUMBER" , VALUEOF(NQ_SESSION.WEBLANGUAGE)))
Try that and see if it helps. I would also revisit the syntax structure for the lookup when using DENSE just to ensure you are on the safe side but that should solve your problem.
Please award points if this was the correct answer or mark it helpful if it was.
This also looks like a double post so I'll stick with this one for the forum thread.
Cheers,
Christian

Similar Messages

  • Budgeting and Forecasting in AWM 11g

    Hi,
    We are looking at implementing the budgeting and forecasting capabilities into an Oracle OLAP 11g Cube built using AWM v11.1.0.6.0A.
    On a very high level, we have the following questions:
    1. What are the options available in AWM 11g for budgeting/forecasting.
    2. What are the limitations/pre-requisites (in terms of cube or AW design).
    3. Steps required to create a budgeting/forecasting model (like what needs to be done in the Cube Scripts) in AWM.
    Any inputs on the above are highly appreciated.
    Thanks and Regards,
    Piyush

    There is, unfortunately, no direct support for Forecasting in 11g AWM or the 11g OLAP API (which sits underneath AWM). But there is support for this in the OLAP DML and I recommend that you look at the OLAP DML Reference documentation. For forecasting, for example, see
    FCOPEN function -- Creates a forecasting context.
    FCSET command -- Specifies the forecast characteristics.
    FCEXEC command -- Executes a forecast and populates Oracle OLAP variables with forecasting data.
    FCQUERY function -- Retrieves information about the characteristics of a forecast or a trial of a forecast.
    FCCLOSE command -- Closes a forecasting context.
    These can be built into a DML PROGRAM, which can in turn be run from a Cube Build Script (as an OLAP DML command step).
    You can write directly to the variables of a cube (provided you have not enabled Materialized Views, which is unlikely in this case).
    There is support in the 11g OLAP API for MODELs in the OLAP DML sense, but this has not been exposed through AWM. You can use the API (Java or XML) to create models, custom members, and rules in models. See
    OLAP Java API Reference (Javadoc)
    In particular you may want to see classes
    oracle.olapi.metadata.mdm.MdmModel and subclass MdmDimensionCalculationModel (to represent a model)
    oracle.olapi.metadata.mdm.MdmAssignment (to represent an assignment of the form lhs = rhs in a model)
    oracle.olapi.syntax.ConsistentSolveSpecification (to associated a model with a cube)
    oracle.olapi.syntax.Expression and subclasses (to define rhs of model assignments)

  • BPM 7.2, analytics, multilingual support

    Good day!
    We are creating reports by using new BI content and we have a questions about multilingual support.
    As we can see the task definition name of a BPM task is the physical name of the task (I mean it is the name of the file task_name.task). Of course we can use user texts, but they appear as a task instance name, not the task definition. Instance task name always have variables so it's not possible to group task properly.
    The problem appears with the process definition also - it shows us the name of the process model...
    Are there any options to have process and task definition names be translated?

    Dear Kirill,
    You can translate processes and tasks texts. Here the procedure for translating process texts:
       1. Go into src/bpmn and duplicate the XLF file.
       2. Rename the duplicated file with for example the locale code at the end (for example: myprocess.bpmn_en_US.xlf).
       3. Double-click on the file to edit it and choose the source language in the drop-down list (for example American English).
       4. Click then on the Resource Text tab and translate the texts.
       5. Build and deploy the DC.
       6. Run at least one instance of the new process version
    It is required to run at least once the process in order that the texts are visible for hte BPEM/BI connector.
    You need then to extract again the texts from the process text datasource, execute the data transfer processes and may be to activate finally the master data content. You will then be able to see the process texts with your user locale in the Query Designer.
    For tasks, the procedure is almost the same. The XLF files are located under src/tasks.
    Finally, please notice that some issues were found in 7.20 regarding the texts (text bundles are not packaged and are therefore not deployed). Fixes and patches are in preparation (see note 1412368).
    Best regards,
    -Alexandre
    PS: When the process or task texts are translated, the default texts - the one defined when the process or the task was created - are no more extracted. It's therefore recommended to create an additional XLF file with the same locale than the DC locale.
    Edited by: Alexandre Gueriot on Feb 23, 2010 2:15 PM

  • Facelet support in ADF 11g

    Hi all,
    I am wondering if Facelet is officially supported in ADF 11g (currently looking at 11.1.1.3)
    I searched through both "Fusion Developer's Guide" and "Web User Interface Developer's Guide", neither guide talks about facelet support.
    Any advice is appreciated.
    Thanks,
    Ben Tse

    Depends on what you are looking to do.
    If you just want to build a facelets application then yes you can create a new web project and under the new gallery->web tier you'll see the ability to create facelets pages.
    ADF integration with facelets is going to be more extensive in the next major release that is planned to supports JSF 2.0.

  • Does Headstart 6.5.4 supported in Oracle 11g R2?

    Hello,
    In my application I'm using the following components
    CM SDK 9.0.4.2.26
    Head Start 6.5.4
    Can somebody suggest me is Head Start 6.5.4 supported in Oracle 11g r2 please? If not how to upgrade it to JHeadStart.
    Kind Regards,
    Kam

    Headstart and JHeadstart are different tools. Headstart is a development accelerator for Oracle Designer/Forms, JHeadstart is a development accelerator for Oracle JDeveloper/ADF.
    The prerequisites of Headstart are
    * Oracle 10g database in runtime environment (where CDM RuleFrame is used)
    * Headstart Oracle Designer 10g, patch 6.5.4.0
    * Oracle Designer 10.1.2.0.2 or above.
    * Oracle 10g Developer Suite (10.1.2.0.2)
    I don't know if Headstart 6.5.4 is supported with Oracle 11gR2. The Oracle Designer version is supported with a 10gR2 and a 11gR1 database. So for your development environment you will need a 10gR2 or 11gR1 database.
    Regards,
    Mark

  • Multilingual Support in Oracle 11i

    Hello All,
    I am after some documentation to show me the Multilingual Support in Oracle Apps 11i. I would apprecatiate, if anybody could share some documentation or point me in the right direction. All help would be greatly appreciated.
    Regards,
    Midde

    Check this presentation. This should give you a good start on the multi language implementation in Oracle 11i. http://www.oracle.com/appsnet/technology/architecture/presentations/multi_language.pdf
    Warm Regards

  • IWork 09 and multilingual support

    Hi,
    Does the US retail version of iWork 09 have multilingual support, or more specifically; can I change the language in software and spell correction to Danish?
    Cheers,

    iWork is the same everywhere.
    The menus and User Interface will be whatever you have set your system to be.
    Language is an attribute of the text like bold or font.
    Select the text:
    +Inspector > Text > More > Language > Dansk+
    Peter

  • Multilingual Support in 11i

    Hello All,
    I would like to know about the Multilingual support in Oracle Apps 11i. Any documentation on this would be appreciated, or if somebody could point me in the right direction. All help is greatly appreciated.
    Regards,
    Midde

    Check this presentation. This should give you a good start on the multi language implementation in Oracle 11i. http://www.oracle.com/appsnet/technology/architecture/presentations/multi_language.pdf
    Warm Regards

  • Multilingual support in MDM

    Hi All,
    Can multilingual support in MDM convert one language to another language automatically or
    Do we need to enter the data in each language manually in MDM?
    Can anyone tell me about this future in MDM?
    Thanks
    Narendra

    Hi Narendra,
    Can multilingual support in MDM convert one language to another language automatically or
    Do we need to enter the data in each language manually in MDM?
    MDM can import data into Multilingual forms. If you have data present in various langauges, then you can make your reposiotry as multilingual.
    After properly importing the data, You will find the values present in the various languages as present in the Data Manager under the Language Detail Tab.
    This process can be done importing and does not require manual intervention.
    However, it cannot convert 1 language into other. It can only take in if data is present in different languages.
    Hope it helps.
    *Kindly reward points if helpful
    Thanks and Regards
    Nitin Jain

  • Does Weblogic Portal Server provides caching services and multilingual support

    I wanted to know whether Weblogic Portal Server 8.1 has got the facility for caching
    services and multilingual support?

    is this JSF-portlet.jar bridge file used to create .portlet file from the JSF file so that the portlet file may be added in the portal?
    And if you were able to solve the issue by removing the bridge jar file itself, how does that help? if that is the one that would help in creating portlets.
    If anyone have been able to create a .portlet file from JSF and deploy in Weblogic 8.1, let me know.
    Thanks,
    -RAJIV.

  • Pro*Fortran support on Oracle 11g

    Hi,
    I have received conflicting information whether Oracle 11g supports a Fortran precompiler or not. Does anyone know if Fortran precompiler is supported on Oracle 11g (I could find precompiler manuals easily) and on what platforms Fortran precompiler is/is not supported and what versions of 11g you would find this support ?
    Could you also provide a link to the documentation where I could find this information and supported plantforms?

    Studio Fortran has no special support for databases, nor does Studio provide Pro*Fortran.
    Questions about database programming should be directed to a database programming forum.
    Start here:
    https://forums.oracle.com/forums/category.jspa?categoryID=18

  • SAML Support for OSB 11g

    Is SAML 2.0 supported in OSB 11g?
    Thanks,
    jay

    Hello Jay,
    OSB 11g supports SAML V1.1
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/saml.htm#i1062321
    Regards,
    Anuj

  • URGENT: Is Weblogic 10.3.4 not supported for OIM 11g ?

    Hi Everyone,
    Is Weblogic 10.3.4 not supported for OIM 11g ?
    I installe & configured all IAM suite components (OAM,OIM,OAAM,SOA) on WLS 10.3.4. I am able to start all servers including OIM. However it is unable deploy "oim". After doing some research , I found below URL which tells WLS 10.3.4 is NOT SUPPORTED for OIM 11g.
    Not able start oim_server1, could not open oim url
    If that is true, Is there anyway to downgrade Weblogic to 10.3.3 ?
    Please provide your inputs and suggestions.
    Thanks
    GK

    No. 11G has been released with all type of supporting infrastructure components to be residing at the same level (i.e 11G only). So you would not be able to just downgrade weblogic to any lower versions.

  • Upgrade to AWM 11g r2

    I am considering upgrading AWM 10g r2 to AWM 11g r2 however, I am concerned about the following:
    1) Do structure/object names stay the same when upgrading?
    2) Is there writeback capability in AWM 11g r2?
    3) Is AWM 11g r2 compatible with Oracle Warehouse Builder, specifically OWB 10.2.0.5.0?
    If someone could provide some information on the above it would be very much appreciated.
    Thanks,
    Kristine

    3) Is AWM 11g r2 compatible with Oracle Warehouse Builder, specifically OWB 10.2.0.5.0?Check [this link|http://www.oracle.com/technology/products/warehouse/htdocs/OTN_Certify.html] for the certificaiton matrix.
    Thanks,
    Brijesh

  • AWM 11g ERROR

    Dear All,
    I have Oracle 11g X84_64 database installed in my server. then i install Oracle database client for Windows 32 including OLAP (AWM) 11g. i found some error when i maintain the cube, then when i click to mapping, all the mapping i had was disapear. then i must disconnect the connection and re-connect again and re-do mapping
    i dont know whats wrong with it. is it something wrong with the java or something else... seems like the errors are inconsistence. once its success to maintain the cube but then when i repeat it, i got some error...
    is there any bugs reported in AWM 11g?
    thanks for your response

    Thier is a patchset out for the 11G OLAP option that includes the database side and an update to the AWM. As of last friday the patch was only available for the Linux version. I would wait for the patch for windows before you proceed any further the unpatched 11G OLAP option is, in Oracle's words, "Unusable".

Maybe you are looking for

  • Session in bean

    I have a bean. At the end all variables are set to "". But anyway I need to insert it into a session before, but it seams that I can�t use sessions in bean. // Clear the form user = ""; password = ""; rpassword = ""; session.setAttribute("icq", iicq)

  • Adobe flash player for iPad

    How can I get adobe flash player for iPad

  • Loading Java Applet Failed in CRM 2007 Web Client Marketing

    We have recently upgraded our CRM 4.0 sp6 system to CRM 2007.  As part of this upgrade we configured the SAP Best Practice Building Blocks.  Logging on to the webclient using the user MKT_MAN (assigned business role BP_MKT_MAN) we get an error when t

  • Restoring old paper photos into iphoto

    I will be buying a digital camera and saw a feature on a camera in local store--called "restoring old images", where camera supposedly can take digital picture of old photo prints. The store's dvd showed restoring from a colored picture and it did lo

  • Set logon hours for security groups that will access RDS 2012

    Hi All, We have the following hardware for our RD Web solution: 1 Server – RD Gateway, RD Licensing, RD Web Access, RD Connection Broker 1 Server – RD Session Host 1 1 Server – RD Session Host 2 Our environment consists of the following: 1 Windows Se