Unable to create Custom Attributes

I just recently did an install of EPM 11.1.2.3. When I go to add custom attribute in Planning under entity I get an error stating "An error occurred while processing this page". I have uninstalled and re-installed about 3-4 times and still get the same message. I had no problem with release 11.1.2.0, 11.1.2.2.
Maybe related, but when I add a member to the Period dimension I get the message "The member you selected does not exist", but it adds the member anyway.  Clicking on help result in error 404--Not Found.
Diagnostic only reveal "Failed  REG:Registry  -- PROJECT (id: 168ab7c3ac0344677a37fbee13f1c5e7dc3S7fc8):"APPLICATION" child missed
Any ideas?
Thanks

Hi,
Whatever steps you have done seems to be correct for adding an UDF in Create User page. If the UDF is not displayed, then refresh the content by clicking the refresh icon at the top right hand corner of the dialog box while selecting Add Content -> "Data component - catalog" -> userVO. Also I would suggest you to give an unique name while creating the UDF using form designer in sysadmin console. Try it again and it should work.
In worst case try the below steps
1. Create and activate a Sandbox.
2. On the left nav pane, expand Upgrade and click on link Upgrade User Form.
3. On the page that opens, the table will display all your UDFs. Click Upgrade Now and wait for completion.
4. Export(recommended) and Publish the sandbox.
After that create another sandbox in identity console,create sandbox, click on customize and after that try following the same process of adding from userVO

Similar Messages

  • Unable to create Customer master in ECC 6

    Hii Gurus
    I am unable to create customer master in ECC 6 version as system says that sales area defined even though it is defined. if i am going to XD01 when i click on All sales area Button it is showing only sales organisaiton and rest distribution channel and division is not appearing. is there any activation required for distribution channels or at divisions so that i can appear in avalible sales area.
    i have tried to enter it manually but it is not accepting. when i check at enterprise structure it is defined and assinged
    can any body help me oout?
    thanks in advance
    sur

    Hello,
    This is an issue by non-assigning on common distribution channel and common division.
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Distribution channel (Txn : VOR1).
    Give you distribution channel to the fields Reference distribution channle for conditions and Reference DC for customer and material masters
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Division (Txn : VOR2)
    Maintian Common division 00 agaist your sales org as well as the fields Reference Division for conditions and Reference Division for customer and material masters
    Prase

  • Unable to create custom phone labels for new contacts since the upgrade

    I have a AT&T iphone 4 version 4.3.1 and since the last couple of recent upgrades I have been unable to create custom phone labels for any new contacts because the lower label options are gone. This is only a problem with new contacts. My existing contacts with custom labels are still there and if I edit those contacts the table that has create custom labels is also still there, but not for new contacts. Has anyone else noticed this problem.

    If you read the error above about the hash and manifest, you will se this is a RB Setup error and not a CM12 error. You would be better to post your question in the SQL forum or better yet to use BIDS instead.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Unable to create custom analytic in dashboard builder

    Hi Gurus
    i am currently working on businessobjects edge standard but i am unable to create custom analytic in dashboard builder.it gives me the error like there is no xcelsius template available consult xcelsius
    i would really appreciate your help
    regards and thanks
    Abid paul
    Edited by: Abid Husssain Paul on Aug 24, 2009 7:45 AM

    Hi Abid,
    I would suggest you open the entry on the forum of BO Edge / Businessobjects Enterprise. this forum is about the SAP Integration Kit.
    Ingo

  • Yo Create Custom Attributes

    I would like to know the way by which
    i can create custom attributes programmatically.
    The developer guide shows example of creating
    custom attributes by extending the tiedocument.
    But my requirement is to create a custom attribute
    without extending the tiedocument.
    i.e, for a documentdefinition i create like this
    myClass{
    DocumentDefinition def = new DocumentDefinition(session
    def.setAttribute("NAME",AttributeValue.newAttributeValue("myname"));
    oracle.ifs.beans.Document mydocument =
    (oracle.ifs.beans.Document)ifs.createPublicObject(def);
    Similarly I tried using for attribute
    myClass{
    AttributeDefinition adef = new AttributeDefinition(ifs);
    adef.setAttribute("MYNAME",AttributeValue.newAttributeValue("xxxx")) ;
    Attribute at23 = (Attribute)ifs.createSchemaObject(adef);
    Can anyone guide me on this.
    Thanks in advance
    Amedius

    See the following post:
    http://technet.oracle.com:89/ubb/Forum36/HTML/000678.html

  • How to create custom attributes & object classes through ldif files in OID

    Hi,
    I have to create 4 attributes and one object class(custom) in OID. I want to creae these attributes and object class through LDIF file.
    I tried creating an attribute through this command
    ldapadd -p 389 -h localhost -D cn=orcladmin -w password -f D:/newattr.ldif
    this ldif file contains inf. for creating a new attributes:
    dn: cn=subschemasubentry
    changetype: add
    add: attributetypes
    attributetypes: ( 1.2.3.4.5.6.10 NAME "xsUserType_new" DESC "User Type Definition" EQUALITY caseIgnoreMatch
    SYNTAX "1.3.6.1.4.1.1466.115.121.1.15" )
    I am getting error: Object class violation
    Failed to find add in mandatory or optional attribute list.
    Please help to find where I am going wrong...
    Thanks.

    Hi Ajay,
    Thank you for the help. Now i am able to create both attributes and object classes in OID through Ldif files.
    I was getting constraint violation error because (I think) I was not giving proper naming convection for attributes and object classes. For OID, there are certain Ldap naming conventions. They are as follows:
    # X below is the enterprise number assigned by IANA
    1.3.6.1.4.1.X.1 - assign to SNMP objects
    1.3.6.1.4.1.X.2 - assign to LDAP objects
    1.3.6.1.4.1.X.2.1 - assign to LDAP syntaxes
    1.3.6.1.4.1.X.2.2 - assign to LDAP matchingrules
    1.3.6.1.4.1.X.2.3 - assign to LDAP attributes
    1.3.6.1.4.1.X.2.4 - assign to LDAP objectclasses
    1.3.6.1.4.1.X.2.5 - assign to LDAP supported features
    1.3.6.1.4.1.X.2.9 - assign to LDAP protocol mechanisms
    1.3.6.1.4.1.X.2.10 - assign to LDAP controls
    1.3.6.1.4.1.X.2.11 - assign to LDAP extended operations
    By using these conventions for attributes and object class, I did got any error and they were created in OID.
    Thanks a zillion.
    Kalpana.

  • Programmatically create custom attributes in KM

    Hi all,
    We are implementing an application which uploads/downloads files to/from KM content of a portal user. The application will also display the list of files for the portal user. The file list displays the standard file attributes: filename,  created_date, size.
    Additionally to these attributes we want to store  some custom attributes (e.g. last sent to, received from...) for files in the KM.
    We need to create these custom attributes programmatically at runtime, if the file is stored/updated in the KM content.
    How can we programmatically create these kind of custom attributes in KM and read/write these custom attributes at runtime?
    Thanks,
    Yasar

    hi,
    General example on how to code KM
    http://wiki.sdn.sap.com/wiki/display/Snippets/UpdateKnowledgeManagementusingWebDynproJavaApplication
    Coding custom attributes, look into Properties section
    https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/rf/client_api/rf_client_api.html
    Coding custom renderer.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f7b176eb-0701-0010-2b84-8edb1f76771d?QuickLink=index&overridelayout=true
    Srini

  • Unable to create custom analytic in dashboard and analytics in infoview

    Hi all,
    i am unable to create a custom analytic in dashboard and analytics in infoview, the error i am getting is there is no xcelsius template available consult xcelsius .
    Need help ?
    regards
    Abid Paul

    Hello Falk,
    thanks for the reply
    this is not the error i am getting in Xcelsius.but this is the error which i am getting in INFOVIEW BO edge standard 3.1 when i am trying to create custom analytic in corporate dashboard FROM INFOVIEW.
    THE error i am getting is there are no xcelsius templates availabe consult xcelsius.
    i would really appreciate if you could help me regarding this
    Regards and thanks
    ABID PAUL

  • EIM 4.3.X Creating Custom attribute Failure

    Hi All
    Has any one been able to use the custom attributes feature of EIM under Tools? When ever i add a custom attribute and press save the IE Page is just constantly loading and the attribute never saves. I have tried leaving it for ages but it eventually just times out. I am just trying this in my lab at the moment for a customer POC. If any one has a lab of 4.3.X can they try this out? I do not recommend doing it on a live system as if it works you will not be able to delete the new field :-).
    If not i think a TAC case will be the only option :-(
    Thanks,
    Matt P

    After you create the name are you hitting enter so that the custom atrribute is now part of the list and then hit save?
    Good point. Getting the right technique with eGain is essential.
    It is needed where ever you have to do this - workflows, data access links, data usage links etc. Even when you are experienced, it's possible to forget, save the item and come back later and find that the item has not really been added to the list.
    Thanks for chiming in, egain_karthik. Hang around please.
    Regards,
    Geoff

  • Unable to create customer

    Hi,
    I am getting the following message while creating customer for act group with external no. assignment.
    "Act group xxxx uses ext no. assignment. specify and account number"
    And please briefly explain about internal and external no. assignment.
    Thanks and Regards,
    Venkat

    Hello,
    Here the account group of sold-to-party uses external number assignment, so you need to specify a number for the customer master (externally).
    If you want to make it as internal then:
    Go to SPRO --> Financial Accounting --> Account receivable and payable --> Customer accounts --> Preparations --> number ranges , you can see the external number range is checked, you need to uncheck it. aftert that the system will create the customer with internal number.
    Prase

  • Unable to Create Customer Profile at Site Level

    Hello All,
    I am working on R12 Customer Conversions.
    As part of this, i am trying to load the customer profile amounts at levels. 1. Account Level 2. Site Level
    At Account Level, When ever i create a new account defaultly a new record is creating in hz_customer_profiles for the account_id. And i am passing 'cust_account_profile_id' to the hz_customer_profile_v2pub.create_cust_profile_amt. And able to do create customer profile amounts successfully.
    But
    At the Site level, when ever i create a new site, its NOT creating a record in HZ_CUSTOMER_PROFILES. If it creates i can have this 'CUST_ACCOUNT_PROFILE_ID' and pass it to the API
    but its not doing so.
    Could you please tell is there any setup for Creating HZ_CUSTOMER_PROFILES while creating SITE Use.
    Please help me in this.
    Thank you,
    Aush

    Hi Aush,
    There is not specific setup for the same. You might not using the APIs correctly. Did you use hz_cust_account_site_v2pub.create_cust_acct_site API to create site? Once you create the site, you need to defined the site use using api, hz_cust_account_site_v2pub.create_cust_site_use. This Site use api will insert the record into HZ_CUSTOMER_PROFILES for the site record.
    Once you create the site use, then you can define the profile amount using hz_customer_profile_v2pub.create_cust_profile_am API. Hope this is helps you.
    - Kiran

  • Unable to create Customer in Accounts Receivable

    Hi,
    I am using Oracle Applications : 12.0.4. I that I am trying to create a customer, But the system is flaging the follwoing error.
    FND_SESSION_MANAGEMENT.UPDATESESSIONCONTEXT SQLException: java.sql.SQLException: OALL8 is in an inconsistent state
    Could some one help me out in resolving the issue.
    Thanks,
    Vijendra

    In Release 12.0.4:
    Please check and do the necessary entry of the Customer Address, with the proper state, county, city, and province., because in R12 it is become mandatory and address need to be checked.
    this information may helps.
    Regards,
    NSrikanth

  • Unable to  Create customer in TCA SETUP(functional)

    Hi Eperts,
    when iam creating a customer i am getting this error "provide a positve integer for minimum customer balance amount or percent when balance amount overdue type is amount(in r12)
    Thanks,
    kumar

    Hi,
    I have seen another OTN thread on this issue : Re: Creation of customer in R12.(version:12.1.1)-Getting Error

  • Unable to create Custom Datasource on AFRU -Invalid extract structure error

    Hello folks,
    All SDN experts I need urgent help with an issue here.I am trying to create a custom datasource on a view on AFRU table.But i am getting this error 'Invalid extract structure template ZAFRU_V ' , i know it could be cuz of the field SMENG which is refrenced to AFVV tables MEINH field.My boss needs to have this field.I would like to know what can i do to get it, do i need to write a user exit, will that help or not. Please tell me what to do.
    Thanks,

    i tried what you asked me to do, this was my joing condition
    AFRU     MANDT     =     AFVV     MANDT
    AFRU     AUFPL     =     AFVV     AUFPL
    AFRU     APLZL     =     AFVV     APLZL
    But then what i ran into was if the counter (APLZL) was 0 or blank it wouldnt get that data for me.That means i will loose hundreds or thousands of records if they have confirmation and routing number  of ops in order but no counter.Please assist.
    And to answer is open so please any one who sees this and knows the answer please reply.
    Thanks.

  • Iam unable to create an attribute  with EL expression even i rtrexpr=true

    HI
    I have written one custom tag. For that one attirbute i delcared rtexpr=true in TLD file. but it is not evaluation the EL expression. can any one plz help.it is treating like static text. <orig:StringReplace name="${result.introducerName}" insertString="<br>" replaceAt="15"/>

    If you have a JSP1.2 container, then rtexpr is irrelevant. It should probably be false, so that you don't try to use <%= expr %> with it.
    The responsibility for evaluating the expression lies with your tag.
    Therefore the attribute should be read as a string only,
    Your tag then has to evaluate the EL expression.
    How are you doing that?
    What does it return?
    What does <c:out value="${result.introducerName}"/> give you?
    Probably the issue is somewhere in your custom tag code.

Maybe you are looking for

  • How to install CM SDK with 10g AS 10.1.3 ?

    Hello, when i launch setup.exe of CM SDK 9.0.4.4 and i give OAS 10.1.3 home directory, Oracle Installer say to me that CM SDK 9.0.2 didn'f find AS 10.1.2 !! First i want to install CM SDK 9.0.4.4, secondly i have already AS 10.1.3 installed. Could yo

  • Windows 2012: change network profile

    Hi i have a query, how to change network profile to public from domain in a server on Windows 2012? Best regards Edgar  Best Regards Edgar

  • Slideshow and Elements 11

    Hello I have a 20-minute clip which looks reasonable. I then have a related 20 still images which I would like to include maybe after the movie, but I don't really want to simply add them one after another. I was thinking more of a slideshow (not sur

  • Sort photos into folders (like Finder)

    Hello all, I'm using iPhoto for a very short time now and have some trouble finding stuff in it. I've transferred all my pictures in the library but they're all into events or photos, organized randomly. I would like to have them all sorted just like

  • How to load date column using sql loader

    Hi, I am trying to load a file using sql loader. my date value in the file is '2/24/2009 8:23:05 pm', In control file for this column i specified like this rec_date date ''mm/dd/yyyy hh:mi:ss pm" But i am getting following error not avalid month. Tha