How to set alias using Essbase Studio?

I have read through P113-P118 "Oracle Essbase Studio User Guide" about the how to set up alias. It seems easy t create the Alias Set according to the document.
I want to set 100-10 alias as "Cola", the information comes from the TBC relational database. The product table in RLDB has field SKU and SKU_Alias columns, the value of SKU is: 100-10,100-20, etc.
My binding is:
Source: SKU
connection : TBC::TBC.Product.SKU_ALIAS
This is using the grammer in page 115
connection :
\'<logical_source_name'::'<physical_data_source_name>.<physical_tabl
e_name>'.'<physical_column_name>'
But after I deployed the cube, I cannot see the product alias name as expected from EAS? I tried 100 times, but cannot find what's wrong with me. Please advise, thanks!
My question: How to set up or associate the alias set with the product items from Essbase Studio so that I can see it from EAS? thanks! Bob
Edited by: user2571802 on Jan 10, 2010 9:38 PM

First it may be useful to convert the EIS TBC model to Studio, to do this you would have to configure EIS and create the TBC sample application.
Once it has been created in Studio you can go to Tools > EIS Catalog migration and migrate the TBC app from EIS to Studio.
If you use this method all the aliases etc will be already set up so you can see how it is done.
To set up Aliases you would go to
Tools > "Alias set Manager" > Create a new alias say "Default" and add a binding e.g. PRODUCTDIM.SKU to PRODUCTDIM.SKUALIAS
Then on your Model right click "Essbase Properties" > Alias tab > Select the Default alias table and move to the selected tables window.
This should of then assigned the default table, if you check the properties of say PRODUCTDIM.SKU in the alias tab Default and the mapping should be shown.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Alias in Essbase Studio

    I am using Essbase studio as a new.I have 2 columns in database with 'Account' in the fisrt column and ' Account Balance' as a alias as like
    Memeber | alias
    account | account balance.(member field and alias field are coming from database).
    I am trying to use alias set to do it.when i am creating alias set, in the binding expression it gives me a "expression must be a type of string" .It happend several times and i am stopped at there.I dont understand why it is giving me that error.Please Let me know , process to populate alias through Studio to Essbase.

    Aliases are expected to be text not other data types. If you want you can use the tostring function in Studio to convert it to a string

  • Unable to load data into Essbase cube using Essbase Studio

    Hi
    We are creating an essbase cube using Essbase Studio using flat files as data sources.
    We have taken different hierarchies into different flat files and created one fact file having dimension intersection along with data.
    We are able to create the cube and the hierarchy but not able to load any data.
    We are getting the following error
    Failed to deploy Essbase cube.
    Caused by: Unable to perform dataload from more than one flat file.
    Could anyone please help on this?

    Oh this was killing me, so I did this test in 11.1.1.3:
    1) Excel 2007 format -- no go, Essbase didn't see it
    2) Excel 2003 format, three sheets -- only the first sheet was read into an empty rule
    3) Excel 2003 format, one sheet -- the first sheet was read into an empty rule
    4) Excel 95 format, one sheet -- the first sheet was read into an empty rule
    The lesson?
    1) Excel 2007/2010 sheets don't work (no surprise there as the .xlsx format isn't supported).
    2) Excel 2003 and lower (hey, if you have Excel 4, I'll bet that works as well) work, but only the first sheet is recognized.
    Regards,
    Cameron Lackpour

  • How to Set and Use a global variable within a session?

    Dear All,
    I'm new to jsp, and would like to ask how to set and use a global variable within a session?
    Thanks in advance.
    Regards,
    Cecil

    With session.setAttribute("name",object) you can store a Attribute in the session object.
    with session.getAttribute("name") you can get it.
    That's it.
    Regards,
    Geri

  • If user disable cookie how to set and use session with URL Rewritting

    if user disable cookie how to set and use session with URL Rewritting by append session ID in url

    If cookies are disabled, then app server will automatically try to use URL rewriting for session control. Programmer's responsibility is to encode any links or redirects using
    response.encodeURL("/yourPage.jsp")
    and
    response.encodeRedirectURL("/yourPage.jsp")
    See API for details
    http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletResponse.html#encodeURL(java.lang.String))

  • New comer ask 2 simple questions:how to set the use of the right click of

    New comer ask 2 simple questions:how to set the use of the right click of your mouse?
    I don't know why when i click the right button of my mouse in logic, sometimes it's the same funcion as my left one, some times it's the same function that opens the tool menu....But in MacOSX,it's all okay.Just the weired thing in logic ,please help
    2.is there any kind of filter in Score? I mean, in midi track I have a C1 note, and I don't want the C1 note shown in my score, I want every note show which are above C2, like a filter. I think this is helpful dealling with some keyswich things,how can we do that?

    In Preferences -> Global -> Editing you can choose weather right click is assignable or opens the tools box.
    Not to sure about the score dude

  • How to open examples in Essbase Studio console

    Hi,
    How to open examples comes with Essbase 11 in studio console?
    Thanks,
    Best,
    Veeranna Ronad.

    since the cubes were not built through Essbase studio, Oracle did not retrofit them into studio for the most part. If you look at the flat files on your studio server in \hyperion\products\Essbase\Essbasestudio\server\datafiles\tbcSamples you will see the files that you could use to recreate sample Basic.The SQL files that John talks about allow you to do the same thing from relational tables and do a drill thru report

  • How to set up use of relative URLs for a BSP application

    Dear all,
    I need to access a BSP application through our external portal.
    This is failing because generated URLs are absolute URLs (they mention physical server name, not known of course on the internet) where they should be relative URLs (they use external portal URL as prefix).
    How to set this up?
    I'm logged on http://myportal.com/irj/portal and want to call a BSP application. To build this page, my internet client (Internet Explorer) tries to get elements from the server. Looking at HTTP trace, I can see that my IE is trying to reach the physical server, not known on internet of course, then page loading fails.
    Ex absolute URL : http://myservername.domain.com/sap/bw/[...]/image1.gif
    This is the behavior I can see at the moment.
    Relative URL : http://myportal.com/sap/bw/[...]/image1.gif
    This is what I'd like to see.
    Many thanks in advance for your help.
    François

    Any idea ?

  • How to set Alias name for URL or change  URL..

    Hi:
    I am using Apache Tomcat as web server, it contains multiple web applications.
    Url for one of this application is, e.g. http://localhost:8080/myapplication. This particular url work fine.
    But i want to use only mypage word instead of all the above url.
    So how to set or map this?
    Thank You,
    Anup Desai.

    Thank you.
    I tried to set the displayname (using setPersonal function)
    Still its not working.
    I feel it is because during authentication we give the login name (which is taken as the display name).
    Is there any way to change without touching configuration level properties in exchange server 2007.
    thanks in advance

  • How to set volume using Powershell script?

    I would like to know on how to set volume under Window 7 Home 64 bits system using Powershell script.
    Such as 8000 levels as default
    Does anyone have any suggestions?
    Thanks in advance for any suggestions
    Thanks in advance for any suggestions

    Try this.
    Function Set-SpeakerVolume{
    Param (
    [switch]$min,
    [switch]$max,
    [int]$Percent
    $wshShell = new-object -com wscript.shell
    If ($min){
    1..50 | % {$wshShell.SendKeys([char]174)}
    ElseIf ($max){
    1..50 | % {$wshShell.SendKeys([char]175)}
    elseif($Percent){
    1..50 | % {$wshShell.SendKeys([char]174)}
    1..($Percent/2) |% {$wshShell.SendKeys([char]175)}
    Else{
    $wshShell.SendKeys([char]173)
    This works in Windows 8.1.
    Stolen / Modified from
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/07/28/weekend-scripter-cheesy-script-to-set-speaker-volume.aspx, which took me 20 seconds of (apparently) lucky searching.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • How to set up use of DVI port to external VGA monitor

    How do I set up a powerpoint on an external screen using the DVI port to VGA.  To make the powerpoint show on the computer screen as well as the external screen, what do I need to do on the MacBook Pro?

    Any idea ?

  • How to Set corrid using JMS adapter in ESB while inserting the data in JMS

    Hello all,
    Can any one help me in setting the corrid using JMS adapter in ESB.
    I haven't been able to find any clues.
    We can do this in BPEL but my adapter is in ESB and i have no idea how this can be done in ESB.
    Your help is highly appreciated.
    Thanks,
    Saurav
    Edited by: sauravsingla on Oct 7, 2009 10:46 AM

    hi
    you could do this from and xsl transformatuion by use of the .. function
    see :
    http://biemond.blogspot.com/2008/02/esb-adapter-failover.html
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=658502 (comment of AmitSoaDev, he sets correlationid too)
    hope this helps, gl

  • My system cannot allocate enough colormap entry. How to set Firefox uses less colormap entry?

    I have to use depth 8 and PseudoColor becuase a old program requests. If I run Firefox and my old program, I will get a error "Cannot allocate colormap entry for default background". Can I set Firefox to use less Colormap entry?
    Nvidia 450
    Thanks.
    Jeff

    Hello,
    meanwhile i found a solution for way a) (JCo RFC Provider) in another thread.
    Everything is ok so far in my coding above. BUT nowhere in Documentation i found a hint, that using Jco RFC Provider NOT works with EJB 3.0 but with EJB 2.1 !!!
    For this i not only have to create the Local Interface which the Bean has to implement. I further have to create the EBJ 2.1 Interfaces as:
    public interface FB_BESCHLAGPAKETLocalHome extends EJBLocalHome {
        public com.dihug.kall.eel.FB_BESCHLAGPAKETLocalComponent create() throws javax.ejb.CreateException, java.rmi.RemoteException;
    and
    public interface FB_BESCHLAGPAKETLocalComponent extends EJBLocalObject {
        public void processFunction (Function function);
    Doing so, the RFC from Abap to Java works with JCo RFC-Provider
    Unfortunatly i didn't found it in documentation that this EBJ 2.1 specific interfaces have to be declared even NW 7.11 is a JEE5 Server with EJB 3 Support and a developer on this plattform would normally go the EJB 3 Way.
    Even though i now have a working solution it would be interesting how the JRA Way would go.
    kind regards
    Matthias

  • How to set hostname using dynamic binding for FTP, AQ, SMTP adaptersin BPEL

    I am using Oracle BPEL and SOA 11g and my requirement is to send files and messages to different destinations ( hostname ) using dynamic JCA bindings. All hostname to be used other related information for destination is stored in database. My BPEL flow should retrieves the hostnames using one webservice and then set the hostname in FTP, AQ and SMTP adapters using dynamic JCA bindings.
    I came across http://rahullahiri.blogspot.in/2011/09/configuring-ftp-adapters-in-oracle-soa.html and http://www.soabyte.com/2010/11/jca-dynamic-partnerlinks-in-soa-11g.html but unsure if we can dynamically set the hostname also for the adapters mentioned in the BPEL flow.
    Can you please advice how it can be achieved in BPEL and what is the best way?
    Thanks for help in advance.
    Shail

    Hi,
    Its good that u pasted the complete log file. In your environment you have to run this upgrade tool only once from any of the middle tier.
    And with respect to your error that u got in precheck is quite simple. All u have to do is just run this script from by connecting to portal schema using sqlplus.
    Run dropupg.sql
    Location-------- /raid/product/OraHome_1/upgrade/temp/portal/prechktmp/dropupg.sql
    Later you re-run the upgrade tool and let me know the status.
    Good luck
    Tanmai

  • How to set ORACLE_HOME used by SQL Developer?

    I need to use OCI/Thick driver with SQL Developer to get OS authentication working. I have 64-bit windows and 64-bit oracle installed. I also have 32-bit instant client in another ORACLE_HOME, because the libs of 64-bit ORACLE_HOME won't work with SQL Developer. Quite trivial setup if the SQL Developer would just take the hint an start using the right ORACLE_HOME. I have tried making a start.bat containing following...
    set ORACLE_HOME=C:\oracle\product\11.1.0\instantclient_11_1
    start sqldeveloper.exe
    ..but it doesn't have any effect. I can't change ORACLE_HOME in registry, because it would mess up other services requiring 64-bit oracle.

    It might be a little late for the original post, but maybe someone else will need it:
    I found that the way to solve such issue is by specifying the TNSNAMES of the wanted oracle_home. That'll do it.
    It could be done in Tools -> Preferences -> Database -> Advanced -> Tnsnames directory.
    Screenshot:
    http://i40.tinypic.com/2nk2rs4.png
    Tested on Oracle SQL Developer 3.2.20.09 and 4.0.0.12

Maybe you are looking for

  • Another report of Safari crashing when closing windows

    Hi... I've seen another thread about Safari crashing when closing windows, but it was suggested that I create a new thread for my issue, so my comments aren't confused with those in the existing thread. I'm running Safari for Mac (Version 5.0.1 (6533

  • Shipping options

    Hello,  In the shipping options there is an option to exclude certain catagories/catalog e.g. If I have two catalogs A&B I want shipping charges to be different if customer purchase product from catalog B. It seems to be working fine until you only 

  • Logical error in join stmt

    Hi, Pls tell me whats wrong with this stmt which is giving null values .   SELECT Aaufnr Bgstri Bgstrs Aautyp Aloekz Akokrs A~abkrs              into corresponding fields of table it_aufk              FROM AUFK AS A              INNER JOIN AFKO AS B

  • Converting analog video to digital

    I'am currently running on a new powerbook G4 OS 10.4 and having great difficulty getting my computer to read my camera. The problem is that my camera is connected to a digital converter. Dazzle Hollywood DV Bridge. My camera is a Sharp that runs Hi-8

  • How to burn a pre made slideshow

    how to save & then burn a premade slideshow