ARB Issue: SDK Property Metadata

Posted today:
SDK Property Metadata
Please comment by tomorrow morning, Friday May 1st. Thanks!

Hi
I think dbms_metadata.session_transform is for functions GET_DDL, GET_DEPENDENT_DDL, and GET_GRANTED_DDL only.
You need to use set_transform_param on htransddl handle. Add this after line 65:
      dbms_metadata.set_transform_param (htransddl, 'PRETTY', true);
      dbms_metadata.set_transform_param (htransddl, 'SQLTERMINATOR', true);
Other transform attributes like TABLESPACE and STORAGE should also be applied to htransddl so lines 40-45 can be removed.
You must also add some logic when setting this transform parameters as STORAGE and TABLESPACE for example can not be applied to PACKAGE object type.
Regards,
Mitja

Similar Messages

  • ARB Issue: Halo Style Metadata

    Posted today:
    http://opensource.adobe.com/wiki/display/flexsdk/Halo+Style+Metadata
    Please comment by Friday April 17th. Thanks!

    Anytime you have problems generating a proxy from a WSDL you can run the WSDL utility from the .Net SDK directly on the file or URL.  That utility gives you a lot more information about what the problem is, and it's what PB uses under the covers to generate the proxy.
    When I do that with the WSDL you provided, I get:
    Error: Unable to import binding 'SOHCustomerServicePortBinding' from namespace '
    http://service.soh.metlife.com/'.
      - Unable to import operation 'getCustomer'.
      - The element 'http://service.soh.metlife.com/:getCustomer' is missing.
    The big problem, at least when I run it, is that you've got references to three imports, and I don't have those files.
        <xsd:schema>
          <xsd:import namespace="http://service.soh.metlife.com/" schemaLocation="SOHCustomerService_schema1.xsd"/>
        </xsd:schema>
        <xsd:schema>
          <xsd:import namespace="http://com/metlife/soh/service/bean/" schemaLocation="SOHCustomerService_schema2.xsd"/>
        </xsd:schema>
        <xsd:schema>
          <xsd:import namespace="http://com/metlife/soh/common/bean/" schemaLocation="SOHCustomerService_schema3.xsd"/>
        </xsd:schema>

  • New ARB Issue:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C6277898.7F37%[email protected]>
    Thread-Topic: New ARB Issue:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uA==
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324475544_8859892"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324475544_8859892
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    A new ARB issue has been posted to the flex open source site:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+decla
    rative+states
    This issue concerns the new state syntax and what it means to leave a value
    of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    --B_3324475544_8859892
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>New ARB Issue:  Button navigation and Declarative States</TITLE=
    >
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    A new ARB issue has been posted to the flex open source site:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    This issue concerns the new state syntax and what it means to leave a value= of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    B_3324475544_8859892

    Ned Murphy wrote:
    Select the textfield that is inside the movieclip and in the properties panel you should see a dropdown for selecting the type of textfield.  If you select Dynamic and then assign an instance name to the textfield you can use that instance name in your code to assign the text when the file runs.  If you were to name the textfield "tField", then the code you would use inside an instance of your movieclip named "mClip1" would be...
    mClip1.tField.text = "your text";
    So, if I have multiple buttons, using your example, would the code read
    mClip1.tField.text = "your text";
    mClip1.tField2.text = "your text2";
    mClip1.tField3.text = "your text3";
    mClip1.tField4.text = "your text4";
    And my buttons are built inside movieclips, ie
    Main Timeline > aboutButton_mc > aboutText_mc > "about"
                        > contactsButton_mc > contactsText_mc > "contacts"
    can the code be put at any level, or does it need to reside on the Main Timeline to access all the movie clips' text fields?
    Just in case this may be too complex to get into via this forum, if you know of any good tutorials, that would be awesome too!
    I tried doing a search, but it's so hard to tell if they might be in AS2, or AS3, and if they would apply to newer versions of Adobe Flash (I have CS5)

  • How to insert a space-bar in the Muse CC master slide page property metadata

    I'm using the latest version of Muse CC and need to know how to insert a space-bar in the master slide page property metadata page title suffix area

    I found it.  If anyone else has this problem press the shift and \ at the same time on a standard windows keyboard.

  • Icon for Property Metadata

    Hello everyone,
    I want to assign an icon to every Property Metadata that i define.
    When you create a new property, you can enter property metadata values in csv format. Is it possible to associate an Icon  as well with the MetaData Property ?
    Its possible to enter MIME types as well in csv format. I am trying to use it but the tab is not displayed if I use any property renderer related to image. If I set "property renderer" to "Not set" then I can see my MetaData values but no Icons / Images.
    I believe, diplaying images as property metadata should be possible. Has anyone tried it? I am not using the correct combination of property and property renderer I guess.
    Help me out in this case ..
    Cheers!!
    Ashutosh

    Hi Ashutosh,
    Form my understanding of the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/1a/9a4a3b80f2ec40aa7456bc87a94259/content.htm">OnlineHelp</a>, I do not see how to do what you want without programming.
    The MIME types we can enter in CSV format, refer to a list of document types to property apply.
    As the allowed values are "text", I do not expect it is possible to associate images to these texts.
    Sorry not to have better news
    Vincent

  • Get a list of all available Property MetaData through API

    Hello,
    We have create some custom Property MetaData and assigned them to an new group.
    Now I need to be able to get a list of all the Property MetaData in this new group using a SAP portal API.
    But the only code snippets I've found requires at least the name if the property metadata.
    In other cases a KM IResource object is needed but then you only have the property metadata that's applicable on that IResource.
    Is it possible to do what I have in mind?
    If so can you point me into the correct direction, or provide a code example.
    I've been looking at the IMetaModel, IMetaGroupListIterator, IMetaGroup etc but I've not found any solution.
    Thanks a lot!
    Kind regards,
    Dries

    Hi
    Try this:     
      IConfigurationAccess icAccess = Configuration.getInstance();
      IWDClientUser wdcu = WDClientUser.getCurrentUser();
       com.sap.security.api.IUser sapUser = wdcu.getSAPUser();
      IUser user = WPUMFactory.getUserFactory().getEP5User(sapUser);
      IConfigClientContext confContext = IConfigClientContext.createContext(user);
    IConfigManager icManager = icAccess.getConfigManager(confContext);
      IConfigPlugin icPlugin = icManager.getConfigPlugin(ConfigurationProxy.CFG_PLUGIN_CM_SERVICES_PROPERTIES_METADATA);
    IMutableConfigurable[] mcs = icPlugin.getConfigurables();
    this mcs object will give you list of all meta data property for this user.
    Hope this helps
    Regards
    Puneet

  • Replace property metadata values with icons

    Hello everybody,
       We have created a new property metadata with specific allowed values. Then we created a new layout set to list a repository including that metadata. We are wondering if there is a way to replace the specific metadata values in the list with a set of icons to improve the look and feel.
       Best regards,
           Virgilio Ruiz

    Hi Virgilio
    Here a description how to use one of the standard property renderers that touches your needs:
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3648
    If it does not cover your needs, you should go for development as suggested by Robert.
    Kind regards,
    Martin Søgaard

  • Property Metadata don't change when deploying project

    Hi,
    1.) I used this help http://help.sap.com/saphelp_nw2004s/helpdata/en/44/2dff5a13363f0ae10000000a114a6b/content.htm
    to create my own commands, uicommands, etc.
    2.) I also created manually in: System Administration => System Configuration => Knowledge Management => Content Management => Global Services => Property Metadata my own properties to extend the userdetails like described in http://help.sap.com/bp_epv170/EP_US/Documentation/How-to/KM/Extending_User_Details.pdf
    This all works perfectly.
    Instead of creating and exporting all my Property Metadata manually I exported them (I have now a XML) and integrated them into my Project => see 1.)
    I also found this post: https://www.sdn.sap.com/irj/sdn/message?messageID=3533233
    So, when I deploy my project and the properties aren't existing the are created immediately. BUT when I change something in the property metadata XML in my project and I redeploy the project the existing property doesn't change.
    I don't want to delete everytime all my properties to make changes active.
    With uicommands I don't have this problems. When I change there something I can deploy the project, new uicommands will be added and existing ones will be updated. Unfortunately not by property metadata.
    Do you have any ideas why this happens?
    Regards,
    Stefan

    Hello Stefan,
    you might have a versioning problem when merging the new KM configuration from your project with the existing configuration in KM. That would explain why everything works fine if you delete the existing settings first but it won't if you try to overwrite the existing settings!
    KM merges the configuration when you deploy a PAR file with configuration. You need to tell the system that the settings in the PAR file should replace the existing settings. This can be done by including the file export_cm_mapping.xml into your project. (At least that is the name of the file in NW04). You can get this file by exporting some configuration from your KM system with the KM export functionality and unzip the resulting configarchive file. It should contain the correct export_cm_mapping.xml file. Just take this file and put it into the src.config directory in the same path. (For NW04 that is: src.config/install/data/system/command/export_cm_mapping.xml.)
    Hope this helps,
    Martin

  • Exporting Property Metadata

    Hi,
    does anybody know how to export and import property metadata from one system to another?
    I have created some properties through System Configuration>Content Management>Global Services>Property Metadata>Properties. Now I want to export this properties and import them to the test system.
    Thanks in advance.

    Hi Gregori,
    if you are on NW04, go to the place you described by your own, choose Actions -> Export -> Start from the top menu, mark the properties you whish to export, choose Export, choose settings, choose OK; you can add other configurations as well into the same export, like new namespaces...
    After done, choose Actions - Export - Finalize, fill in an Archive Name, choose OK.
    Now you can download the configArchive.
    You can import it via Actions - Import.
    Hope it helps
    Detlev

  • Rename property metadata and keep values

    Hello,
    I tried to rename a property metadata by changing the property id.
    Then I saw that the values of the changed property will not be shown. Is there a way to keep the values and to change the property id?
    Regards
    Marco

    Hi,
    i've created a WebDynpro that makes the changes at table UME_STRINGS. You only have to change the ATTR- and ATTRH-values.
    I hope this table will not be changed by SAP at next time.
    Regards
    Marco

  • Adding Property MetaData to Upload screen

    Hi,
    I would like to add some Property Metadata for documents that I upload to the KM.
    I have managed to created a new tab with all my properties, but I would like to have some of these properties on the first screen of the upload process, meening, near the name & description of the file - and not inside a different tab.
    Any suggestions how to add properties near the name and description of the file.
    Thanks in advance,
    Aviad

    Hi Avaid and Kiran,
    <b>Creation of Property Metadata:</b>
    navigate to: System Administration -> System Configuration -> Knowledge Management -> Content Management -> Global Services -> Property Metadata.
    This would give you all the properties that are linked with content management.
    When you check Details of any document, the properties (modified date, created date, etc) all exist in the above mentioned Property Metadata.
    If exists, you can use the property.
    Read more:
    http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm
    Assuming that it does exist then how should you add this property such that its visible/accessing in Document details:
    Navigate to => System Administration -> System Configuration -> Knowledge Management -> Content Management -> Global Services -> Property Structures.
    The tabs that you see in Document details are all placed in tabs.
    If you want your property to be placed in a different one, then create your tab, add your property and add this tab in the all_groups tab.
    The link given above contains all details.
    Please check these documents:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/how to configure predefined properties with dependent values.pdf
    and https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/working with metadata properties in km.pdf
    All the best!
    Warm Regards,
    Ritu R Hunjan

  • Property metadata

    In Global services, I've created a group in property metadata.
    Then I clicked on the property option, and created a property with:
    Namespace alias-default
    Type-String
    Group-"The one I created above"
    Allowed values csv-a, b, c
    documents/<The folder in which i had created a .txt file before>
    Clicked OK.
    I navigated to Content Admin-> KM Content -> /documents/<myfolder>, Clicked on a text file within that -> Details -> Settings -> Properties.
    There I do not see My Property
    Any idea if Im missing something here

    Hi Prem,
    in order to see your property, you need to integrate it in a Property (Structure) Group and not only in a Property (Metadata) Group. You can create this group under "Global Services" -> "Property Structures" -> "Property Groups" and add your property to the "Group Items". Afterwards you need to add the just created group to the "Group Items" of the Property (Structure) Group "all_groups". By that you will have a new tab with your property in it.
    Alternatively, if you use the Property (Metadata) Group "default" in your property definition (and not your own group, you should be able to see your property in the "Miscellaneous" tab, without having to add it to a Property (Structure) Group.
    Hope this helps,
    Robert
    PS: Check again all parameters, to be correct, as mentioned in SAPHelp. For example the entry for "Document Validity Patterns (csv)" must be "<b>/</b>documents/<YOUR_FOLDER>/".

  • Sorting for property metadata

    Hi All
    I have created a custom metadata and KM navigation iview. This custom metadata property
    is displayed in the iview using layout set. I am getting the option to sort by this property. Is there any way to remove the sorting option for metadata properties?
    Points will be awarded for useful answers.
    Regards,
    Yoga

    That's it!
    To change the data type of a property you have to change it on database.
    So you'll first change the type-attribute of your property (in the "Property Metadata") into the used type.
    Then you open the "Enterprise Manager Console" as standalone to edit the database. Enter the network => Databases => DATABASE.world and login as sysdba => enter scheme => sapDATABASEdb => tables => kmc_dbrm_names. Here you can have a look for your property (show content). The ID belongs to you'd notice.
    After that you're changing to database kmc_dbrm_props (show content). Select (by SQL-Statement) the localnameid by the noticed number. By changing the column "typ" or "type" you can change the datas type.
    1 stands for string
    3 stands for integer
    5 stands for date
    All of the type-numbers you can find in the table kmc_dbrm_props. The content it belongs to you'll have to find out on your own. By using SQL-Statement you can change all entries you want.
    Good Luck ;-D
    Janko Mühling

  • Property Metadata - Properties (Type User Group)

    Dear All,
    I want to have a custom property in KM where i am able pick "User Groups" created in User Administration as value of that property.
    In KM property we can define property type as "User" but i want is "User Group", Is there any option i can make this happen
    Regards,
    Tushar Dave

    Hi Prem,
    in order to see your property, you need to integrate it in a Property (Structure) Group and not only in a Property (Metadata) Group. You can create this group under "Global Services" -> "Property Structures" -> "Property Groups" and add your property to the "Group Items". Afterwards you need to add the just created group to the "Group Items" of the Property (Structure) Group "all_groups". By that you will have a new tab with your property in it.
    Alternatively, if you use the Property (Metadata) Group "default" in your property definition (and not your own group, you should be able to see your property in the "Miscellaneous" tab, without having to add it to a Property (Structure) Group.
    Hope this helps,
    Robert
    PS: Check again all parameters, to be correct, as mentioned in SAPHelp. For example the entry for "Document Validity Patterns (csv)" must be "<b>/</b>documents/<YOUR_FOLDER>/".

  • Displaying property metadata in KM folder/docs presentation?

    I have created my own property metadata to categorize documents in certain folders in KM.
    I would like to display these metadata values in columns in the layout set chosen for the folder. Is there a simple way to fix this or do I have to write my own custom renderer?
    Henning

    Hi Henning,
    Yes, there is an easy way to display your own property metadata. You need to make a copy of the layout set you are using now and go edit the collection renderer.
    In the collection renderer, you should enter the name of your property in the setting "displayed properties". Beware that you might need to include the property's namespace.
    I suggest you read this document:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a429b090-0201-0010-e79d-f67708936549
    Even though it is a fairly old document (2003), it gives you a good introduction to your flexible user interface options.
    Best regards,
    Martin

Maybe you are looking for