Key checkbox is inactive in target column

Hello! Maybe very simple question...
I have always used key checkbox to indicate update key. But now it's incative. I don't know why.
What it depends on?
thanks in advance

I'm sorry for anxiety. I found it: target datastore properties: Update key should be set as Undefined

Similar Messages

  • Issue in Target Column mappings in ODI

    Hi Guru's,
    Unable to uncheck Insert and Update checkbox in the Update section of target column mappings.
    How we can uncheck the Insert and Update checkbox for the columns which should not affect in the target datastore?
    Thanxs
    --Madhavi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi
    My requirement is to only perform updation on some columns based on the key
    How it can be implemented in the ODI interface mappings?
    --Madhavi                                                                                                                                                                                                                                                                                                                   

  • How to make checkbox field inactive in the output of ALV report.

    Dear All,
    I am having one ALV report in whose output there are checkboxes against each record. Example: the output columns of my ALV report are:
    Checkbox, Sales Document No, Billing Document No.
    Now, my requirement is that if for the Sales Document No there exists any Billing Document No in the output then the Checkbox should be inactive but if the Billing document coloumn is empty for a particular Sales Document No then only the Checkbox field should become active.
    Kindly guide me on how to make this checkbox field inactive.
    Waiting for your reply.
    Warm Regards,
    N.Jain

    Hello,
    Follow the below steps:
    1.Define as--> GS_STATUS TYPE SLIS_STATUS,
    2.check layout check box fieldname is not initial.
          then set the status according to your logical conditions
          GS_STATUS-FLG_CHECKBOXES_ACTIVE = 'X'
    Hope this would help you.
    Let me know your feedback.
    Regards,
    Raju

  • Error calling pl/sql function in target column

    Hi guys,
    I get this error when calling my function in ODI:
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00904: "mySchema"."GET_ODI_DEFAULT_VALUE(1)": ongeldige ID --> 1 is an IN parameter
    while in sql developer I get a good result with following query:
    select mySchema.get_odi_default_value(1) from dual;
    In my target table for the primary key I call a sequence from mySchema and this works fine.
    I've tried the following synxtax in the mapping of my target column:
    - <%=odiRef.getObjectName( "L","GET_ODI_DEFAULT_VALUE(1)", "D" )%>
    - <%=odiRef.getObjectName( "L","GET_ODI_DEFAULT_VALUE", "D" )(1)%>
    Thanks for you advice

    iadgroe wrote:
    how to bring oracle function into ODI
    I thought for objects like sequences and functions you had to use 'odiRef.getObjectName' to get access to them.
    Am I wrong because now I'm a little confused???Hi,
    Best practices would be to use getobjectname method as this way your not hardcoding anything into the interface and you are referencing the logical object only, which means you can change the logical object later and not have to worry about changing the interfaces.

  • Source Rows to Target Column mapping

    Hi Gurus,
    Please guide me on the bellow issue,
    Source Side tables
    CUSTOMER_MASTER(master table)-Customer ID is primary key
    CUSTOMER_ADDRESS(Child Table)-Multiple customer rows based on address type ,OFFICE,RESIDENCE etc.
    Target Table
    TRG_CUSTOMER-Customer ID is primary key. This target table has column for each address type like OFFICE_ADDRESS,RES_ADDRESS.
    I have to hand off all the rows of CUSTOMER_MASTER to TRG_CUSTOMER,if multiple address are there for customer in CUSTOMER_ADDRESS table i have to transfer those values to respective target columns.
    Could plz share idea to implement this in the inteface?
    Thanks,
    Kumbar

    Hi ,
    I am using some of the column of both tables to map target table, In Target table we have columns OFFICE_ADDRESS_LINE1 to OFFICE_ADDRESS_LINE3,home_ADDRESS_LINE1 to home_ADDRESS_LINE3,but in the source table CUSTOMER_ADDRESS we have row for each type of address.How to do
    this maping and tranformation ?
    Please help me,

  • One Key FIgure in more than one column with different restrictions

    Hi,
      I am using a key figure in more than one column with different restrictions, but restriction in one column is affecting the result in other column. What shall i do to make it independent from one another??

    Hi Pravender Chauhan,
        If you want in Single column different value for different Rows based on same Key Figure, you can create Structure where you can define different logic for each row but using same key figure.
    If you want to use different Key figures then you should have to Restricted Key Figure and for any calculation you can use calculated Key figure.
    Assign points if Useful.
    Regards,
    Rajdeep.

  • How to implement this aggregate logic at target column in odi inteface mapp

    sum(NOTICES) over ( partition by property order by RELAVANTDATE range between interval '30' day preceding and current row)
    how to implement this aggregate logic at target column in odi inteface mappings

    Hi
    if you don't want to aggregate try to define a user function
    analytic_sum($(value))
    implémented by
    sum($(value))
    after that
    replace your
    sum(NOTICES) over ( partition by property order by RELAVANTDATE range between interval '30' day preceding and current row)
    by
    analytic_sum(NOTICES) over ( partition by property order by RELAVANTDATE range between interval '30' day preceding and current row)

  • Primary key violation exception in auto increment column

    Hi All,
    I am facing one issue in Multi threaded environment.
    I am getting Primary key violation exception in auto increment column. I have a table and the primary key is the auto increment column, and I have a trigger which is populating this column.
    5 threads are running and inserting the data in the table and throwing Primary key violation exception randomly.
    create table example (
    id number not null,
    name varchar2(30)
    alter table example
    add constraint PK1example primary key (id);
    create sequence example_id_seq start with 1 increment by 1;
    create or replace trigger example_insert
    before insert on example
    for each row
    begin
    select example_id_seq.nextval into :new.id from dual;
    end;
    Any idea how to handle auto increment column(trigger) in Multi threaded environment??
    Thanks,

    user13566109 wrote:
    Thanks All,
    Problem was in approach; removed the trigger and placed a seq.nextval in insert query. It has resolved the issue.I very much suspect that that was not the issue.
    The trigger would execute for each insertion and the nextval would have been unique for each insertion (that's how sequences work in oracle), so that wouldn't have been causing duplicates.
    I suspect, more likely, that you had some other code somewhere that was using another sequence or some other method of generating the keys that was also inserting into the same table, so there was a conflict in the sources of the sequences being generated.
    The way you showed you had coded above, was a perfectly normal way to assign primary keys from a sequence, and is not a problem in a multi user/threaded environment.

  • BEx Query-Problem opening query showing restricted key figure is inactive

    Hi  all,
    While activating the Query we are getting error , the object is missing in active version  ?
    And also it is not allowing to open the query  how  to activate the query element now?
    Also restricted key figure is inactive and how to activate the query in background ?

    Hi,
    I have never heard of query activation, we simply create the query and save it. I don't know which activity you are referring to but try to open your query through RSRT and check what is the error it shows?
    And before that make sure that your Infoprovider is in active state.
    Regards,
    Durgesh.

  • Use Function Keys as Standard Function Keys checkbox missing

    Is there a reason the "Use Function Keys as Standard Function Keys" checkbox is missing in my Keyboard/Mouse settings?

    Just go to the Keyboard shortcuts tab and uncheck the items assigned to the function keys or assign them to different keys.

  • TARGET Column in crs_stat output

    This what oracle doc says about the TARGET column in crs_stat output
    http://docs.oracle.com/cd/B19306_01/rac.102/b14197/crsref.htm
    The TARGET value shows the state to which Oracle Clusterware attempts to set the resource. If the TARGET value is ONLINE and a cluster node fails, then Oracle Clusterware attempts to restart the application on another node if possible. If there is a condition forcing a resource STATE to be OFFLINE, such as a required resource that is OFFLINE, then the TARGET value remains ONLINE and Oracle Clusterware attempts to start the application or application resource once the condition is corrected.
    Didn't quite understand. So, if
    TARGET = ONLINE , then that means this particular resourse should be up mandatorily ?
    and if
    TARGET = OFFLINE , then that means this particular resourse does not have to be up ?Question2.
    Can anyone tell me a scenario for a standard RAC implementation , where you can find TARGET = OFFLINE

    GarryB wrote:
    So, if
    TARGET = ONLINE , then that means this particular resourse should be up mandatorily ?
    and if
    TARGET = OFFLINE , then that means this particular resourse does not have to be up ?
    This is also the way I understand it.
    >
    >
    >
    Question2.
    Can anyone tell me a scenario for a standard RAC implementation , where you can find TARGET = OFFLINEFor example in 11.2 RAC:
    - ora.gsd is by default OFFLINE because only needed if you use an Oracle 9.2 database according to http://docs.oracle.com/cd/E11882_01/install.112/e24616/postinst.htm#BABDAFGD.
    - ora.oc4j is OFFLINE because it has not been implemented by Oracle. Example in http://docs.oracle.com/cd/E11882_01/rac.112/e17264/install_rac.htm#TDPRC175.

  • Odi error : Flow control not possible if no key is declared in your target

    Hi ...
    I have a requirement where I am trying to populate a view(the view some has some pl/sql package running behind the scenes to populate the appropriate tables) on database (oracle11g) using the odi interface.
    We are expcetd to populate the view only.
    I am encountering this error when i try to run the interface (Flow control not possible if no key is declared in your target datasource).
    The view doesnt have any key & I cannot change the key structure of the view.
    Is their any workaround for this in the ODI.

    If you don't have any keys on your table, Flow Control will not be possible as the step of flag rows for update. You must have a key defined in your table to use both resources of ODI.
    I recommend you to disable the FLOW_CONTROL option in your IKM and if you need to update your table, you'll have a problem. If you don't have, just disable the Update option also and go ahead with the execution.
    TIP: Do not forget of set keys on your temporary tables when uses the IKM of Incremental Update.
    Best regards.
    Luiz Araujo (A.K.A. Buchu)

  • SQL Developer Data Modeling: Foreign key checkbox

    Foreign key checkbox is disabled on all my attributes on every entities.
    I'm talking about logical model. How can I make an attribute that will be a foreign key?

    Hello,
    no chance for that. Foreign key attributes are created/removed automatically when attributes are added/removed to related primary key (identifier). We are criticized for having them at all.
    There is an option related to their names in Tools>General Options>Model>Logical.
    Best regards,
    Philip

  • One Target column depending on other target column in ODI.

    I have a scenario in which one Target column is depending on other target column in ODI.
    for ex:
    Target Table:
    EDBT EDLN
    sss 1
    sss 2
    abc 1
    sss 3
    In short,EDLN will maintain sequence for repeating values of EDBT.
    Is there any solution?

    Yes, it's possible. But more difficult and unsupportable.
    How to do this:
    1. Create view and lookup on it in interface LKP_TARGET
    select EDBT, max (EDLN) MAX_EDLN from Target2. From source select VIEW_SOURCE
    select EDBT, row_number() over (partition by EDBT order by ??date??) RN from Source3. In target expression (Quick-edit tab)
    EDLN = LKP_TARGET.MAX_EDLN + 1 + VIEW_SOURCE.RN

  • ODI error Target Column Accounts: Target column has no data server associat

    Hi John,
    When i tried to map my source file to Planning target, i got the below error. Please let me know the resolution.
    Target Column Accounts: Target column has no data server associated
    Thanks,
    Sravan

    Hi,
    You have not set the correct context that the datastore is associated with.
    Change the optimization context in the definition tab.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • New HD and New Wireless Configuration - Input?

    The hard drive on our iMac needs to be replaced so as I'm figuring out what to get and how big, etc. I'm seeking input. Here's what we have: Intel-based iMac 17" (the one needing the new HD) MacBook 1TB Time Capsule base station with DSL connection A

  • Where can I download the Asian and Extended Langauge Font Packs as an add-on?

    I am trying to download the Asian and Extended Language Font Packs  located at the bottom of: http://www.adobe.com/products/reader/languages/ It sent me to the page: http://www.adobe.com/downloads/updates/ When I selected the Adobe Reader for Windows

  • Rfc Timeout Webservice-XI-R/3 Scenario

    Hi I am having a very peculiar problem . A webservice to Rfc call in R/3 times out if R/3  does not send the response. Due to the bad design of the BAPI in R/3 , if one of the request field is empty , the BAPI will go into an infinite loop where it t

  • Running Shell scripts through JAva

    Hi, I tried to execute a Shell script through a Java program. The code I used is as below: import java.lang.*; import java.io.*; public class sys { public static void main(String[] args) { Runtime rt = Runtime.getRuntime(); String[] callAndArgs = { "

  • SOS~!!!About OWSM Gateway Question

    Hi, I've used the OWSM (SOA SUITE 10.1.3.1-linux)to do the following: 1) Created a Gateway Component 2)set policy 3)Registered a Service 4)Commited the policy Service URL: http://b.cn.oracle.com:3115/gateway/services/SID0003004 Service WSDL URL: http