Item descriptor property attribute ?

Hi
In Item Descriptor I have Declared one property with required="true" But while creating that Table I didnt use Not Null constraint to that Column.
If I declare like this is it throw any Error , where exactly it will effect I mean while server start up or at that time of Inserting Data ?
Thanks
user8729783

You should either make required="false" or put a not null constraint on DB column.
You should put the property and column in sync.
The issue will not come in startup, but definitly when you will be updating the data from BCC and trying to save.
It will give you exceptions and not save data.
It will not give you problem when you are having only one item present in BCC and trying to save it.
The issue will come when you have multiple items of the above type, and you are trying to save one item, then it will give exception.
As a workaround, In that case you ll have to update all items at once via import XL, otherwise you ll not be able to do directly via BCC.
But this is not recommended that you have one property as required and in DB you have no not null constraint.
~Gurvinder

Similar Messages

  • Targeters item descriptor type

    Hi!
    I created a new property in product item... I'm trying to link a product with a specific targeter. I need to know the item descriptor type of targeters to create the appropriate link between then.
    I appreciate any help.
    Thanks in advance!

    I created a droplet to verify if a targeter exists

  • What are the Query criterion property attributes to search for KB's in SCCM 2012

    A client is ask what servers might have a particular hotfix(ex: KB2798040) installed. The Hotifx is not in our WSUS catalog because it is not a critical security patch so it is not downloaded. What is the SCCM 2012 R2 Query criterion property attributes
    to find a particular KB?

    Depending on the OS of the client, that information may not be collected by default.
    Rather than collecting all of the HotfixID class, instead, consider using DCM for this single HotfixID.
    Sherry has previously posted about ways to do this,
    http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/17/non-security-hotfix-detection-for-windows-7-2008.aspx
    and here's a post by Nick which seems to be based on the very same approach:
    http://t3chn1ck.wordpress.com/2010/10/20/sccm-dcm-inventory-for-installed-windows-hotfixes/
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to add new item-descriptors in ATG Merchandising 10.0.3 Browse-find tab

    Hi,
    We are using ATG 10.0.3 and Weblogic5.
    And in my project we have lots of new item descriptors in customCatalog.xml.
    We are managing Catalog using ATG BCC and it populates only ATG OOTB item descriptors. So I am finding hard to configure other item descriptors in BCC to forward my work.
    We configured item descriptors in CatalogBrowseTabConfiguration.properties file as well as taskConfiguration.xml. But its not working as expoected. Anybody have any idea how can we configure it in ATg10.0.3 mainly? The Configuration in ATg9 is not working in ATG 10.0.3, that is what I noticed.
    Thanks
    Mini

    If you're trying to modify the Merchandising view and you have custom item types in customCatalog.xml that don't extend the out of the box types (Category, Product, etc.), you may find the two links below to be helpful.
    Customizing the "Browse" view:
    [http://blog.credera.com/topic/technology-solutions/java/atg-10-merchandising-customizing-the-browse-view/|http://blog.credera.com/topic/technology-solutions/java/atg-10-merchandising-customizing-the-browse-view/]
    Customizing the "Find" view, i.e. search.
    [http://blog.credera.com/topic/technology-solutions/java/atg-10-merchandising-customizing-the-find-view/|http://blog.credera.com/topic/technology-solutions/java/atg-10-merchandising-customizing-the-find-view/]

  • Page Item Drag and Drop reset all items Displayed Field attribute

    If I use the Drag and Drop feature it resets all items Displayed/Field attribute to yes. Is this just the way it is and it is to bad so sad for Nicholas or is there something I can do to be able to use drag and drop and still retain my setting for the Item's Displayed/Field attribute.
    Any assitance is much appreciated

    Probably the easiest way would be to have 2 arrays that hold
    the data being sent to box A. Just add/or subtract from one that
    you don't care if it changes, and leave the other one alone. When
    you want to reset, just clear Array 2 and populate it again from
    Array 1. For Box B, just reset the contents of the array to nothing
    - myArrayB = new Array({item1:'',item2:''})

  • How to Access Item Names Property of ListBox inside of Cluster?

    In LabVIEW 2010 I have a Cluster of Controls on the Front Panel. In that Cluster I have a ListBox. How do I access the Item Names Property of the ListBox in my Block Diagram.
    From the Cluster, I can get the ListBox, but that returns an I32 value, probably the index of the selected Item.
    In the Block Diagram, how can I get the Item Name Property of the ListBox from a Reference to the Cluster?
    THANKS.
    Solved!
    Go to Solution.

    by using the "controls" array of your cluster, you can access the individual elements. You have then to convert the reference to a "more specific class" using a reference to an arbitrary listbox (or a constant reference of the required type), then you can access all properties of your listbox.
    THINK G!! ;-)
    Using LabView 2010 and 2011 on Mac and Win
    Programming in Microsoft Visual C++ (Win), XCode (Mac)

  • Error: The property attribute must be specified

    Hi,
        When I am using Flex's validator I get the error specified below
    Error: The property attribute must be specified when the source attribute is specified.
        at mx.validators::Validator/getValueFromSource()[C:\autobuild\3.2.0\frameworks\projects\fram ework\src\mx\validators\Validator.as:853]
        at mx.validators::Validator/validate()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\validators\Validator.as:810]
        at mx.validators::Validator/triggerHandler()[C:\autobuild\3.2.0\frameworks\projects\framewor k\src\mx\validators\Validator.as:1016]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
        at mx.controls::TextInput/focusOutHandler()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\controls\TextInput.as:2167]
        at flash.display::Stage/set focus()
        at mx.core::UIComponent/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ore\UIComponent.as:6857]
        at mx.managers::FocusManager/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\managers\FocusManager.as:545]
        at mx.managers::FocusManager/mouseDownHandler()[C:\autobuild\3.2.0\frameworks\projects\frame work\src\mx\managers\FocusManager.as:1865]
    Let me know what is that I am missing .
    Regards
    Kalavati Singh
    [email protected]

    seems like you specified the id of some textinput as source property of validator, but didnot specify the attribute property.
    most probably, it should be 'text'.
    when you provide the source property of the validator, you just specity which OBJECT to validate. hoever, you missed WHICH PROPERTY OF THE OBJECT to validate.

  • TTIMDB Connection issues: Can't resolve a non-optional query descriptor property [DSN]

    Hi there,
    We currently have the 11g TTIMDB plugin deployed in our EM10g instance without issue and looking to migrate to 12c.  We've installed/deployed the 12.1.0.2.0 plugin into our EM12c instance and deployed it to 12cR3 agent on our TTIMDB dev server.
    When adding the TTIMDB target in the same manner it's deployed in 10g, the connection tested fine to the DB however the target is showing down with the following errors.....
    1. Under Monitoring > All Metrics we get this... "The TimesTen database is down: [data source/db name] is not loaded"
    2. Under Target Setup > Monitoring Configuration we test the connection, and though testing the connection when first configuring the plugin worked fine it's now failing... "
    Response;Can't resolve a non-optional query descriptor property [DSN] (DSN)"
    Any thoughts on what may be causing these errors?
    Thanks,
    Steve

    Maybe you are confusing the main daemon running (TimesTen instance is up) with a specific database being up? When you install TimesTen you create a TimesTen 'instance'. This instance has several daemon components the most critical of which is the main daemon. When the main daemon is running the instance is 'up' and when the main daemon is not running the instance is 'down'. An instance may manage several distinct databases concurrently and those may each be up (in memory) or down (not in memory) independently of each other. In order for anything meaningful to happen within an instance the instance must be up.
    The default behaviour for TimesTen is to load a database into memory when something connects to it, to maintain it in memory while there are open connections and to unload it from memory when the last connection is closed. This can be useful for development and testing environments but is not necessarily the best choice for production environments. Generally, in a production environment, you should set the database(s) to 'manual' ramPolicy:
    ttAdmin -ramPolicy manual DSN
    then you can explicitly load the database into memory (i.e. start up the database):
    ttAdmin -ramLoad DSN
    and, when all connections have been close, you can explicitly shut it down:
    ttAdmin -ramUnload DSN
    Many customers find this a better way to manage production databases than the default behaviour.
    Chris

  • How to find form descriptor, that attribute is a collection

    Hi, simple question. How to find form descriptor, that attribute is a collection?
    I got a class name and attribute name (java attribute name not the name of a column in db). I need to decide if attribute is a collection = many_to_many/one_to_many mapping. I can use a reflection but I find using Toplink metadata better, because I need this information for qenerating Toplink query.
    This is how I can get mapping for attribute. How to continue? Is it a flag or what?
    Descriptor d = serverSession.getDescriptor(MyClazz.class);
    DatabaseMapping m = d.getMappingForAttributeName("attributeName");
    Thanks
    Fero

    I found this solution:
    Descriptor d = serverSession.getDescriptor(MyClazz.class);
    DatabaseMapping m = d.getMappingForAttributeName("attributeName");
    boolean isCollection = m instanceof OneToManyMapping || m instanceof ManyToManyMapping;
    Is it OK? Or is there something better?

  • New item-descriptor and ATG needed changes

    Hello there,
    I was facing the same problem that related on this thread (Catalog Maintanance Service and I solved it adding my custom sku on CMS.
    My question is, Is there other components that I must edit adding my custom sku item-descriptor?
    Or, is there a doc that shows what components must be updated when creating a new item-descriptor?
    Thanks.

    I don't think you will found consolidated configuration required when adding a new item. It's scattered in different Oracle manuals, like Repository configurations can be found in Repository guide, CMS configurations can be found in Commerce programming guide, Search related configuration can be found in Search Admin guide, if you wan to customize how your new item will be displayed in BCC the information can be found in BCC admin guide.

  • How come property attribute of jsp:getProperty  knows which method to call

    Hello friends,
    I could not understand How come property attribute of <jsp:getProperty knows which method to call
    <jsp:useBean id="test" class="BeanTest.testing" scope="page" />
    <jsp:getProperty name="test" property="name" />
    there is no method "name" in testing.class file
    if u see the existing examples "date" given in TOMCAT , it is using many <jsp:getProperty tag, but the property name is not equal to the method method name in the Bean file
    thanks,

    First do you know what a
    bean property sheet is?
    If not say so.
    Second, to your question
    The Java Runtime Environment (JRE) uses introspection to identify the appropriate get() or set() methods of that bean. What is introspection?
    Introspection is a process that allows the class to expose its accessable variables and methods and allows other classes to see what they can do with that class when requested. Eg:
    public class MyBean{
    private String someValue = null;
    public MyBean(){
    someValue = "Some String Value";
    //Introspection will reveal this method
    public String getSomeValue(){
    return someValue;
    } and
    <jsp:getProperty name="...." property="someValue" />
    will call the getSomeValue() method

  • Retrieve item-descriptor name from SKU id ...?

    Hi All,
    i want to retrieve item-descriptor name for the given SKU id..? Could you pls tell..?
    Thanks,
    Vishnu

    Hi,
    With ATG 10, this method is replaced by getItem(String,String). If the second argument, i.e. the descriptor name is unknown, then use getItem(String,getDefaultViewName()).
    So you can use,
    repository.getItem(skuId,repository.getDefaultView()).getItemDescriptor().getItemDescriptorName();
    Hope this helps.
    Thanks,
    Gopinath Ramasamy

  • ColumnDescriptor have not got the sort property attribute ?

    When i am using the abstract class ColumnDescriptor,i find no attribute to set the sort Property like the af:column.
    Anyone have suggestions? I have a LOVTableModel (has a ColumnDescriptor contains some column) and want to add sort Property to these columns. While
    can not get the sort property attribute.

    Anyone any suggestions?

  • Invalid Item Descriptor

    Hi All,
    My requirement is to add a configurable sku to another configurable Sku.For that,i've created a childSubSkuCommerceItem(which can hold child skus by implementing commerce item container) in order tools,commerceItemType map.
    It is giving me a invalid item descriptor name
    For eg:
    cim.createCommerceItem("-childSubsSkuCommerceItem-",other parameters)
    So, it is saying that childSubSkuCommerceItem is invalid item descriptor name.
    If anyone can help on this,kindly,tell me.
    Regards,
    K

    check for spelling mismatch - i see an extra "s" here
    cim.createCommerceItem("-*childSubsSkuCommerceItem*-",other parameters)

  • Setting property attribute values for multiple selected objects.

    Hello,
    Is there an easy way to set the attribute property values for more that one selected Table Operator Attribute (column) at a time. For example the target table has over 100 columns but I only want to INSERT/UPDATE 10 of those columns. The generated MERGE, INSERT and UPDATE statements will perform DML on all of the columns in the target table, setting the 90 columns with no mapping set to NULL. This is due to the Loading Properties 'Load Column when Updating Row' and 'Load Column when Inserting Row' both default to Yes. I would like to select multiple Attributes in the Table Operator and change the 'Load Column when Updating Row' and 'Load Column when Inserting Row' to No. This is similar to what you were able to do in Oracle Forms 9.0 Designer select multiple Items in a Block and change the properties en-masse.
    Thanks

    Hi,
    Using OMB scripting to set attribute properties in a data mapping sort of defeats the purpose of utilizing a graphical user interface to define and set properties for a data mapping? Surely the GUI data mapping tool was created to get away from writing scripts and scripting would also require that you know the name of the data mapping, table operator and the set of attribute names for which you have to write one line of script to set each property value, i.e. 90 lines to set 90 attribute values.
    Cheers,
    Phil

Maybe you are looking for

  • Settings dimensions - can't get rid of black borders

    Hi I'm using Final Cut Express 4.0.1. I have a 30sec quicktime movie that I need to import and then add some music too and then export with the same dimensions. The current dimensions are 1024x567. However even when I set dimensions to the custom set

  • Query parameter transaction,Query transported but not found in QAS

    Hello all, I have an issue with my custom transactions pointing to queries I created. Here is one of 2 examples: I have a query in the Global and Standard areas in DEV. Here are my transaction parameters from SE93: D_SREPOVARI-EXTDREPORT     QUE_JPTR

  • Why do I have intermittent playing of iTunes??

    Often I have intermittent playing of iTunes. I am running XP and this is NOT an Airplay issue. This occurs with the desktop. If I reboot the problem is resolved. Then after a while I will come back to iTunes and it will then be intermittent.

  • SAP DMS - SAP ECC network traffic

    Hi all, I have the following situation: The SAP ECC servers are hosted outside my company and we are planning to install a SAP DMS server. We have 2 options: host the SAP DMS outside or install SAP DMS in our datacenter. When the SAP user attaches or

  • EXCEPTION_GUARD_PAGE

    Hi I have a problems using Threads. The application run 3 threads but sometime the program stops and generated the exception EXCEPTION_GUARD_PAGE. This is a part of the report of the error: # A fatal error has been detected by the Java Runtime Enviro