I am unable to add Data element into existing Data Type

Hi Experts,
I am unable to add Data element into existing Data Type, It shows disable mode, suggest me this..
Thanks

Yep got it...
Edited by: Manoj on Aug 20, 2008 1:09 AM

Similar Messages

  • Add a RFC into existing RFC MODEL

    Hello Friends,
    Is it possible to add a RFC into existing RFC model, or I have to create everytime new RFC model while adding another RFC ?
    Regards,

    Hi Shah
    1) You can <b>Reimport</b> the exisitng RFC model if you want to make any changes,
    Reimporting may include, adding a new funtionality, deleting exsisting funtionality, modifying , etc.
    After reimporting your RFC <b>YOU NEED TO RESTART YOUR J2EE ENGINE</b>
    SAP stronlgy recommends that each model live within its own separate Java Package. means you can create many models ,but while creating ,create them in different packages
    Best Regards
    Chaitanya.A

  • Can I add more tables into existing Data Modeler

    My Data Modeler has been generated by SQL Developer, it contains 68 tables. Later I would like to add more tables into my current model. Is there any way I can add more tables into my current model without creating a new one from the scratch? Thanks for your help.
    Kevin

    Hi Kevin,
    you can add new tables using File>Import functionality - you can import from database or DDL scripts.
    Working in SQL Developer you can drag tables from SQL Dev browser and drop them on relational diagram. If Ctrl key is pressed while dropping then subordinate tables also will be added to the model.
    Here you can find tutorials http://apex.oracle.com/pls/apex/f?p=44785:2:0:FORCE_QUERY::2,RIR,CIR:P2_TAGS:Data%20Modeler
    Philip

  • How to add Jsp pages into existing portal (JDeveloper 9.0.4)

    I am a jsp developer. I have to add a jsp page into existing portal. I am new to portal. Could anyone help me how to develop jsp using portal classes like PortletRenderRequest,ProviderSession and others.

    Rigoberto, there should be no space between "-Xbootclasspath/p:" and the path "C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar"
    By the way, one can always take a look at the logs at
      $ORACLE_HOME/opmn/logs
    especially those files whose names start with OC4J~ if there is some wrong with oc4j processes. Those files are the default oc4j stout and sterr. If oc4j can not init, there should be some kind of error message in them.
    By the way, the following line may be deleted since no property file is specified.
      <data id="oc4j-options" value="-properties"/>
    Hope this helps.

  • Add additional params into existing SP

    Hello,
    please, how can I add additional params: @LastName and @FirstName into existing procedure that starts:
    @PIN nvarchar(13)
      AS
    DECLARE @v_exist int
    set @v_exist=0;
    Namely, upon adding additional params:
    @PIN nvarchar(13)
    @LastName nvarchar(20)
    @FirstName nvarchar(20)
      AS
    DECLARE @v_exist int
    set @v_exist=0;
    and adding additional table that comprises columns FirstName and LastName into existing Select statement(referenced table that comprises all possible values of PIN) by creating corresponding relationship, the SP freezes, fails without any output....
    Note: SP checks for PIN that is entered into WEB application, in certain T1. If exists, it informs user that PIN already has been entered and new one must be of different type. But, I would like the First and Last name to be checked, too, i.e., in newly
    added table T2 I would like LastName and FirstName to be extracted based on entered PIN and, upon that, to have checked these couple LastName AND FirstName in T1 (because, there are rows with missing PIN and fact that result could be more then one line is
    not problem because T1 comprises only cca 300 rows... ) 
    Tables T1 and T2 are not changeable but reference tables...The data entered via interface goes into some other tables...

    Must be because, one person with it's belonging PIN can be entered only once into e.g., T1. Evaluation in the SP checks if entered  PIN is in the T2, which comprises forbidden PINs, LastName, FirstName...etc...But, in some cases i.e., some rows, there
    is missing PIN which is to say that I had to involve new table that comprises all possible values for PINs based on which I would like to extract LastName AND FirstName and check it against T2...i.e., check T3.LastName with T2.LastName AND T3.FirstName with
    T2.FirstName...
    But, like Mr.Sorna advised, without table scripts and sample data ...etc...my thread is too ambiguous...I am afraid...

  • Add new city into existing Network metadata

    i have one network data model in my database for delhi city i am using Oracle 10 g spatial. how to add one more city into existing network metadata?

    If the column structure is different, how did you load the Delhi data into NDM tables ?
    You have to load the shape file first and then do the required mapping to move that into the NDM tables.
    Secondly, are you using the PL/SQL api to do the network analysis ? Or are you using the Java api ?
    siva

  • Can not add new VMS into existing clustered server pool

    For some reason, we reinstall VMM (3.1.1-416) with existing UUID and rediscover all VMSs. The process went smooth and the whole system looks clean without dead objects any more. The guest VMs are all working fine. However, the new added VMS in unassigned servers are not displayed in the "Available Servers" when we want to add into existing clustered server pool, but it is shown when we add into unclustered server pool. Anyone has clue or possible way to debug what's wrong.
    Thanks,
    Shun-Jee Liu

    The issue is resolved. The access group in shared iSCSI is not properly configured.

  • Add new elements to existing document

    I have a table with an xmltype column. Is there a way to add additional elements to a document in the database using the built-in SQL functions like updatexml? In the documentation I just see examples of updating the text between elements.

    Hi,
    Similar to an updateXML() in PLSQL, there is something called insertXML() too. I think this is what you are looking for.
    Thanks,
    Rajat

  • Unable to Add Photo/Vid to Existing Album

    Hello,
    Racking my brain on this one and didn't find anything on a cursory search. 
    I am trying to add pics/vids to an existing album on my iPhone 5 w/iOS 7.  When I select the photo or vid from either albums or roll, select "Add to Album" all of my existing albums are grayed out and only the option to add to "New Album" is available.  How can I add a photo/vid to an existing album on my iPhone?  The workound I have used is to sync the iPhone with iTunes and and manually add the pic/vid to the existing album and then re-sync - cumbersome to say the least.
    Thanks!

    I have discovered that the problem is that the albums I was trying to add the new photos/vids were created on my computer and one is unable to add photos to such albums.  Creating a new album on my iPhone allowed me to add photos/vids to it on the fly.
    Thanks!

  • BC4j-- unable to set date type attribute in a row

    when i m set a attribute which is of date type in row of a view.
    it is giving me error " cannot create object of date type"
    i'll apreciate the answer to this problem
    thanx

    <%
    SimpleDateFormat databaseFormat = new SimpleDateFormat();
    SimpleDateFormat viewFormat = new SimpleDateFormat();
    databaseFormat.applyPattern("yyyy-MM-dd");
    viewFormat.applyPattern("MM/dd/yyyy");
    // to convert &#8220;MM/dd/yyyy&#8221; to &#8220;yyyy-MM-dd&#8221; for updating database
    String date_view=&#8221;12/31/2001&#8221;;
    String date_db=new String(databaseFormat.format(viewFormat.parse
    (date_view)));
    ...setAttribute(column_name,date_db);
    %>

  • I am unable to add hotmail account into my ipad 2.  Hotmail says the problem is with apple since I can access the account in all other devices except my ipad. I need to get pass, "unable to verify my account information"  Apple personnel appear helpless

    I have an Ipad2 and have tried severally to re-add my hotmail account but couldn't.  In collaboration with Apple personnel today (10/17/2012), we routed the Settings and General via the home page but solution appears elusive.  I can't get pass "Unable to verify your account information"  Hotmail feedback has it that the problem is with the iPad since I can access the hotmail account on my laptop, desktop, and smart phone,  Can someone please help me in this matter. 

    I see you have resolved this problem but for anyone else trying to sort out their Hotmail account on their iPad try the following:
    Try deleting your Hotmail account from your iPad/iPhone (making sure you can access your emails from your PC or other device as all your email history will also be deleted). Then under Settings go to 'Add an account' and click 'Other'(don't use the Hotmail heading). Fill in the required details for your Hotmail account and wait for account to be verified. This has just worked for me. Good luck!

  • Unable to add data connection. Could not load file or assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version 11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

    I installed MS SQL Server 2014 Express and I'm using VS 2013 Professional.  I create a database in SQL Mgt Studio then I open up VS and using VB I create a form and add a data grid.  When I test connection it is fine but when I click ok it gives
    me the above message.  Sql Server is listening to port 1433 with IPALL disabled.  I installed management tools and another program.  So I uninstalled and then installed SQLExpressADV 2014 reset everything as mentioned and I get the same results. 
    I cannot develop any applications and am getting frustrated enough to maybe start looking around for a better DB solution that works.  I've noticed a lot of people getting this same error and I think Microsoft should implement a fix for this.  Does
    anyone have some ideas on how to fix this?  Since it will not list the files it cannot find I do not know what is broken.

    Hello,
    Please perform the steps described in the following article.
    http://sqlbeyond.blogspot.com/2012/08/vs-2012-error-could-not-load-file-or.html
    But download the SQL Server 2014 version of the software mentioned in the article.
    http://www.microsoft.com/en-us/download/details.aspx?id=42295
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Unable to add remote system into cluster using osx 10.5.2

    About a month ago, I had a quartermaster managed compressor cluster setup with three (3) systems. I was running FCP 6.0. on one system with quartermaster on that system managing the cluster. Compressor, quatermaster, and quicktime were installed on the other systems. All systems were running osx 10.5. FCP 6.0 suite tools was installed on one system. One of the systems was an intel and I had a two (2) instances setup as well as a virtual cluster on the intel. All worked perfectly.
    All machines were upgraded, to the latest quartermaster, compressor, quicktime, and osx 10.5.2 with the leopard graphics updates.
    Now I can no longer join the remote systems into the cluster. On these systems I have share and managed set, for both rendering and compressor. Yet in quartermaster they only show up as rendering nodes. If I remove the shared option, then the nodes appear as a unmanaged compressor service. But they are greyed and cannot be added to a cluster.
    Before the update, they would display in quartermaster as both rendering and compressor services and could be added to a managed compressor cluster.
    Did the updates break something or is there a new requirement that I am missing?
    thanks

    I'm having exactly the same problem on multiple machines, both Intel octocore and G5 quadcore. I'm running 10.5.4 with all the latest updates on all machines. Everything was working, now we can't drag any of the machines into a cluster to make a new one. Like you say, they only appear if Managed is unchecked (on the machine providing the QMaster service), and then are still greyed out, and not draggable. And you can't save a cluster without specifying the cluster controller, which you can't because nothing can be dragged in. The nodes appear to be unlocked (although the icon isn't very obvious), but even if they're locked, there is no password entry that pops up when clicked, and none have a password set in their QMaster System Preferences.
    To test, I did a totally 100% fresh pristine Leopard install and a dual G5, ran all OS upgrades, then did a fresh FCP Studio 2 install, and ran upgrades again and repaired permissions just for good measure. No dice. Exactly the same problem as on the other machines. This is a brand new install and it doesn't work!
    Very frustrating problem and I can't believe more people aren't seeing it. Totally fresh install, what else can be done? Well, time to call AppleCare, I guess.

  • Unable to add PDF docs into WPC pages?

    HI All,
    I'm using the Home Page layout in WPC to create a web page.
    But I'm not able to add PDF document in those pages.
    I added the MIME types to wpc_container_def_main1, ..main2 & ..main3 containers in Content Management configuration.
    But it didn't work.
    How do I add the pdfs then?
    Thanks
    Thruna Shanmuga

    Eduardo,
    Thanks for your reply.
    I know that we can create a KM document iview to access PDF/image/doc thru KM repository.
    But my requirement is, to add the PDF file directly in to WPC page for SAP Standard layout.
    Thanks
    Thruna Shanmuga
    Edited by: Thruna Shanmuga on Sep 3, 2009 9:03 PM

  • Unable to add Addtional DC In Existing Domain

    Hello Team,
    I've three sites configured for replication,there are 3 domain controllers in each site, i demoted one domain controller and now i again i am promoting it as DC but unable to do so .. i gives me error saying could not retrieve domain controllers , system cannot
    find file specified..
    event id 1202 , source : DFSR
    what does that mean.?
    what should i do ?

    Hello Team,
    I've three sites configured for replication,there are 3 domain controllers in each site, i demoted one domain controller and now i again i am promoting it as DC but unable to do so .. i gives me error saying could not retrieve domain controllers , system cannot
    find file specified..
    event id 1202 , source : DFSR
    what does that mean.?
    what should i do ?
    I would recommend that you refer to the IP setting recommendations I shared here: http://www.ahmedmalek.com/web/fr/articles.asp?artid=23
    Also, make sure that the required ports are opened and not filtered.
    You can also use dcdiag and repadmin to make sure that your DCs and AD replication are in a healthy state.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for

  • Trigger approval process when deadline had exceeded

    Hi all, In the workflow  WS10400002 (One-step approval) , when the deadline had exceeded the approval should happen automatically. While checking in the latest end tab, an alert mail can be triggered. but how do we make sure that the approval process

  • Intercept tab key press

    Hi, For my application I need to use a textarea as a code editor but my problem is that tabulation key is used to give the focus to the next control but I want the tab key to simply insert a tabulation. Here is my current state: I have this in my tex

  • Encore CS5.1 and Mavericks

    Hi, I just upgraded up OS X Mavericks and all of my Adobe software (Photoshop, After Effects and Premiere) open and work fine. When I open Encore CS 5.1, it freezes with the Beach Ball. Is there anything I can do or download to get it to open up? Tha

  • HP 11c Calculator

    my 30 year old HP11c scientific calcultor is stuck in scientific notation mode with the two digits on the right side of the display.  How do I get the display back to normal like this 0.0000.  It now shows 0.00    00 This question was solved. View So

  • Keep getting a crash error when closing InDesign.

    I got a new PC and updated my InDesign. Here is my Error. Anyhelp would be great Problem signature:   Problem Event Name: APPCRASH   Application Name: InDesign.exe   Application Version: 8.0.0.370   Application Timestamp: 4f72c3ee   Fault Module Name