Changing alias name

When I build the rule particular member (a) had different alias name;
a<plant location>
now, the alias name has been changed, when I run the same build rule, it s throwing an error msg
Property [CLOSED-DON¿T USE] changes for member [a] not allowed (3315)
Does that mean, I need to create another rule file to adopt that change?
seems like, users change so frequently, it is not practical to create new rule file everyday? any suggestion?
NOTE: I am extracting data from multiple tables using sql query
Thank you so much

Try going to the dimension build settings for the rule, select the dimension and enable allow property changes, more information at http://docs.oracle.com/cd/E17236_01/epm.1112/eas_help/dbdbstdb.html
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to change the Existing alias with new alias name...MAXL SCRIPT

    HI Experts
    I need to change alias name of the existing member with new alias name.
    please send me maxl code to change the alias name .
    My thought is
    1) Old alias should be replaced with new alias name .
    2)There is one account that should be rolled out to another parent..these parents are already exsist
    3) I need a MAXL Script to change the new alias name .
    please suggest ASAP.
    Thanks
    USER

    John
    I heard that we can replace existing alias name with new alias thru MAXL
    i.e replace alias name XXXX member with YYYY ;
    please correct me if iam wrong ,might be Maxl command is wrong but this is the idea.
    Thanks
    USER

  • How to Change the Alias name for Internet user in SU01 tr code through cod?

    Hi Guys,
                 My req is we have to change the Alias name(SU01 tr code) for the existing users thru code.So can anybody tell me how to change the Alias name like which we do it in SU01 tr code thru code or FM.?
                Is there any FM for tha changing Alias Name?
    Thanks,
    Gopi.

    Hello Gopi Anne ,
                                 You can use the following FM / BAPI :
    BAPI_USER_CHANGE
    MY_BAPI_USER_CHANGE
    For BAPI_USER_CHANGE :
    You need to make use of the IMPORT parameter :
    ALIAS     TYPE     BAPIALIAS                               User Name Alias
    ALIASX     LIKE     BAPIALIASX                               User alias change flag
    Thanks,
    Greetson

  • How to change the name associated with iCloud email alias??

    I had MobileMe on the iPhone with alias email addresses and I liked how it didn’t attach any “name” to an alias. For example, I had MainUserName, then for aliases I would have [email protected], [email protected], etc. When I sent an email from my iPhone using one of the aliases as the "from" no name would be associated with the alias email address. If it was the MainUserName then it would associate it, e.g. Main User <[email protected]> will show up on the "From" field when I sent an email. But with iCloud on the iPhone (and iPad), it’s Main User <[email protected]>, Main User <[email protected], etc., which I don’t want.  If anything it should be Alias 1 <[email protected]> or Alias 2 <[email protected]>.  Anyway, I don't want any name associated with the aliases, so when I send an email it will simply say [email protected] or just [email protected] with no name association. 
    It works differently if I access iCloud through a web browser.  If I send an email via iCloud on the web, I can customize and have a different name with each alias, e.g., Tom <[email protected]> or Harry <[email protected]>  And the customization carries over to the Mail app on my Mac.  That would be ideal if the customization carried over to the iPhone and iPad, but I'd be happy if there was no name association with alias email addresses.  Hopefully, there's a solution to the iPhone/iPad situation with iCloud as I don't want the name linked with the main iCloud email address linked with all the different email aliases I have.

    Can I change the name associated with an ipod on my Mac?
    Select the iPod in the iTunes source list, click on its name, and type a new name.
    And can there be more than one iPod on one computer?
    Yes.
    (39352)

  • How to resolve unresolved column error when we change column name in BMM Layer and removed alias in presentation layer

    how to resolve unresolved column error when we change column name in BMM Layer and removed alias in presentation layer

    Looks like the presentation column got Alias before your BMM changes, so in your case renaming logical column and deleting alias is not good to go.
    Keep Alias

  • HOW DO I CHANGE MY ALIAS NAME?

    Hi everybody
    HOW DO I CHANGE MY ALIAS NAME?
    As you can see it is iop12345!
    Thanks.
    Marcos

    You can't.
    Just start another Apple ID and pick a better name if you are not happy with that one.

  • Changing hard drive alias names?

    Any issues with changing the name of the harddrive aliases that display
    on the desktop?

    You can name the volumes anything you want. Thus I have one drive with a single partition named "TigerBU" and a second drive with two partitions, named "Noobix" and "OXey"--each volume appears on the Desktop. If I wanted to rename one I would click on the name and then type a new one. I always give each partition its own distinct name, never heard of a problem and I've certainly never had one.
    Francine
    Francine
    Schwieder

  • How to sort the members by alias names

    I am trying to create dimension build rule whicl will sort the dimension members in an ascending order, but it has to be based on the alias name instead of the member name.
    I have tried both Parent-CHild and Generation reference but it doesn't work.
    For example
    for the city members PSE ( alias name Purchase), and USALB ( alias Albany) needs to be sorted by alias names
    the current order is
    PSE(Purchase)
    USALB(albany)
    but the requirement is to be
    USALB( Albany)
    PSE(Purchase)

    Even with presorting the input, you still have work to do. By default, Essbase will add new members to the bottom of the list of membrers, it does not insert them into an existing hierarchy in the right places. If your trying to update existing hierarchies and are going the SQL route, you will need two rules (or 1 rule and a flat file). You also need to specify remove unspecified as part of the dimension build process.
    HAve a dummy input (either sql or file) that gets loaded the first time. IT will basically wipe out all the members of the dimension, then your second rule (or same rule calling your SQL) can reload the dimension sorted in alias order.
    IT is important that these two rules be done together (either in MaxL using comasin a single statement) or in a BSO cube in the outline before the outline is saved. Otherwise you will have deleted any data that existed in the database. It would be impartant that your SQL also pulls all members (including any special members)
    Edited by: GlennS_2 on Jan 6, 2010 9:48 AM
    You say you are going to change the stored procedure. That is not necessary, you could put an order by clause in your sql extract statement

  • How to specify alias name in system property while making 2way SSL con ?

    Hi All,
    I am tring to run a java client with 2way SSL which uses CAC card as keystore for the client. I have addded the following system property in my client program to make it work and change the java.security file to add pcks11 provider.
    System.setProperty("javax.net.ssl.keyStoreType", "pkcs11");
    System.setProperty("javax.net.debug", "ssl");
    The program works fine and handshake is successfully done . But the problem is when i have more than one trusted certificate in the CAC card, it take a default certificate. I want to specify the certificate that should be used to do the client auth maybe specify the alias name . I didnt find any system property to do so.
    Please let me know how to specify alias name as system property so that the 2way SSL used the specified alias for the client auth or is there any other way to specify the alias name. As in case i acccess the server URL from any browser i get a certificate selection prompt and the connection is established with the selected certificate.
    Thanks in advanced,
    Ruhul

    I didn't find any system property to do so.There isn't one.
    Please let me know how to specify alias name as system propertyYou can't.
    You would have to write a custom KeyManager. See the JSSE Reference Guide.

  • Changing the name of my home folder

    okay... ive joined a file sharing network called SolarSeek which i used on my PC as Soulseek and im trying to set up an upload folder for people to download from me. my girl did the initial setup on the Mac and put my whole name in it so when i add the folder to SolarSeek it shows my whole name - /User/myname/Music. i really dont want my full name displayed, id rather use an alias. ive changed my name throught the system but my home folder still shows my full name. is there in way around this?

    First, ya need to create a whole new account for yourself by going to System Preferences > Accounts. Set it up the way you like it then click the Apple and choose Log Off. Log into that new account and open the Macintosh HD from the desktop, then open Users. Drag the folder with your full name to your desktop; it will ask for your password to do this. Then all is needed is to put the subfolders into their rightful place and all should be back to how it was in your original account!

  • How to use Alias name in OData service in SAP HANA

    Hi,
         I need to change one column name with alias of another name in odata service definition or odata url running in rest client. I am trying to give alias name with as key in the service definition like sql query.
    ex:
    There is one table with column name of PRODUCT_ID. I exporting that table via odata service to SAP UI. In the UI i dont want the product id column as PRODUCT_ID. It should be ike "Prodcut". Like we are using in SQL example
    select "PRODUCT_ID" as "Product" from "producttab";
    But i can't use as key for alias name. So i am getting syntax error.
    I have tried in rest client also ie executing odata file in rest based service. But i got error only.
    If anyone knows about this alias name in odata service, Please help me to resolve this issue..

    Hi Thomas
         Thanks for your reply.
         Actually in odata service definition i am using attribute and calculation views only. But in some case from the model view itself i need to use some alias names to the UI through odata service.
         For example in attribute view i have some columns with name col1,col2... I am getting those columns in UI using  odata service, for particular col2 column i need to change column name as product. And i am using the same view as source of another odata service in that service i need to change that column name as productname.
         In that case i need alias name usage. So that only i am searching alias keyword in odata service.
         Is there any possibility to use alias names in odata service.

  • How to get the alias name of an attribute of a VO from its column name?

    How can I programmatically get the alias name of an attribute of a VO given its column name?
    Often alias and column names are not same when the VO is created (and I don't require them to be the same)

    Hello John.
    I will be more precise. When the VO based on a table comes out from the wizard, it produces xml entries like the following one:
      <ViewAttribute
        Name="ColumnName"
        AliasName="COLUMN_NAME"/>There the column of the table on the DB really is COLUMN_NAME. The wizard mangles that name producing ColumnName as Name property.
    This is ok. I don't want to change this default behaviour.
    What I need is to programmatically get the value of that attribute given its AliasName property value:
    String f(ViewObject vo, String AliasName) {
    return (String)vo.getCurrentRow().getAttributeFromAliasName(aliasName); // getAttributeFromAliasName does not exist
    // instead of return (String)vo.getCurrentRow().getAttribute(Name);
    That is, usually getAttribute expects what in the xml is the Name property. However, I want a sort of getAttribute() expecting the AliasName.
    I hope it's clear.

  • Is it Possible to change the Name ' ASRL3::INS​TR' to COM3 instead, in a' VISA resource name' Control ?

    Hi all.
    Is it Possible to change the Name ' ASRL3::INSTR' to COM3 instead, in a' VISA resource name' Control.
    see attached  pic.  is there a control  propertie that can change this View eks.  "ASL3::INSTR"  To "COM3"?
     HFZ
    HFZ
    Attachments:
    VISA INSTR.JPG ‏12 KB

     With Measurement&Automation explorer you should be able to modify the serial port ALIAS to "COM3"
    see jpg
    CLD - Labview Certified Developer

  • Changing a name of attributes

    When I use bean ViewCurrentRecord (from JDeveloper), how can I change a name of some attributes (eg. I dont want to see Emp, I want to see Employee)
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by APC ([email protected]):
    this is what the properties in the ViewObject are for. You can type in textt for the label e.g. EMP_LABEL Employee
    Note that there is a bug in previous versions of JD whereby this only works for columns without underscores e.g. EMPNO but not EMP_NO. This is because the attribute names are rendered without underscores i.e. EMP_NO becomes EmpNo; the labels are formatted using column name e.g. EMP_NO by the field renderer uses attribute name i.e. EmpNo.
    You can fix this bug yourself but I'm hoping it's fixed in JD3.2.3
    APC<HR></BLOCKQUOTE>
    Hello Andrew I also tried to modify the view properties but I could not see my alias name.
    Is there somthing other to do?
    null

  • Publish WebService and Create Alias Name

    Dear All,
              I created web service and deployed into WAS sucessfully through WebDynpro. Now i can access that webservice through Dynpro application. I didn't publish on
    the UDDI Registry.
              My problem is in future the the Web service URL might be changed into some other server. So without coding change i have to access new web service URL.
         I tried the following way to access _setHTTPDestinationName() method, but i could not see this method.
    If try the following way i got only three methods.
    1. _setEndPoint()
    2. _setPassword()
    3. _setUser().
      wdContext.currentRequest_RLCWebServiceViDocument_getRoleElement().modelObject().
    Can you anybody help how to publish in UDDI directory and create alias name?.
    Advance Thanks,
    S.Saravanan.

    Hi,
    I was also facing the same problem when I was using NWDS 2.0.9. After it was upgraded to SP 15, the issue got solved.
    The method _setHTTPDestinationName() for setting the HTTP Destination name to a modelobject is available in the NWDS SP 15. Pls make a try with this version of NWDS and hope this would solve the problem.
    Srinivasan T

Maybe you are looking for