WebDAV items tags in 9.0.2

I have found the webDAV TAG management has been implemented in oradav.
The system automatically reports creationdate, getcontentlength, getlastmodified, getetag, getcontenttype, and the various tags necessary to declare and manage file locking (it works perfectly!).
It is also possible to register user defined tags, which get stored in the wwdav$prop table.
Unfortunately, it is not yet possible:
1. to retrieve (and/or modify) other item properties/tags like the category, the expiration mode/date, the perspectives...
2. to access user defined item attributes.
Is there any plan on this?
Thanks

yes, we are aware of the limitation and is something we are considering addressing in the future.

Similar Messages

  • Unexpected value type for Item Tag Name ; expected System.Single, received

    Hi,
    I am using PCo 2.1 with MII 12.1 to extract values from some PI tags. When I run the query, I get this error -
    Unexpected value type for Item <Tag Name>; expected System.Single, received System.String[Value = Scan Off]
    Can somebody explain what I need to do to get the correct result?
    Regards,
    Chanti.

    To make the service return "whatever is passed", you have to take a step back and realize that there is a little understanding of XML Schema required.
    When using a complexType, which is defined as a sequence, then you are implying an ordered sequence of elements. Default value for the 'minOccurs' attribute is 1. It's also important to understand that there is a difference between minOccurs=0 and nillable="true".
    nillable="true" just means that the name element can carry a null value. If you want the name element to be optional, then you must use the minOccurs=0 and keep the maxOccurs to it's default value of 1. Using an array is just a bad work around. This is for deserialization (XML to JAVA).
    The second part of you problem is on the serialization (or JAVA to XML). When you have a JAVA Bean, there is no way to make the difference between a member's value being null or not set, so it's impossible to decide if you need to send back a nul (xsi:nil="true"), an empty element <ns1:name/> or nothing.
    That said, if you do want to go the XML route, you can use the dataBinding="false" flag in the different WSA command. Instead of converting XML into JAVA, you will have SOAPElement parameters, where you can do all you want (see WS user's guide [1] for details - chapter 16). Note that you have to make sure that the WSDL (your contract) reflect what you are doing on the wire (format of your messages), so that you do not geopardize your interoperability with other toolkit.
    Note that this only applies to literal message formats (use attribute in WSDL), which is your case.
    Hope this helps,
    Eric
    [1] http://download-west.oracle.com/otn_hosted_doc/ias/preview/web.1013/b14434.pdf

  • GR & Item Tag Forms

    Hi All,
    At present when we do a GR using 101 movement, a GR slip is printed in a form designed for it & also an item tag gets printed. I would like to know where in customizing can i go & check which form is being used to print the GR slip & item tag ? Hope my question is clear, await inputs
    Vivek

    Hi
    In the NACE transaction or TNAPR table you will know the Forms for GR and GI
    see the forms for GR and GI
    GOODS RECEIPT
    Output type         : WE01
    ScriptForm Name     : WESCHEINVERS1
    smartform name      : /SMB40/MMGR1_A
    smartform driver program: /SMB40/M07DR
    GOODS ISSUE
    Output type         : WA01
    ScriptForm Name     : WA_SCHEINVERS1
    smartform name      : /SMB40/MMGI1_A
    smartform driver program: /SMB40/M07DR
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • PDA Menu Selection (user) Item Tag returns Item Name

    Using LV Mobile 8.6.1 with iPAQ on Windows Mobile 5.0 (5.1.1702) I have a custom run-time menu.  The Item Tags are shortened versions of the full Item Name.  The event structure provides the Item Tag, but the actual string value returned is the full Item Name.  The Item Path returns the complete hierarchy of the menu selection, but also contains the Item Name.
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

    Hi David,
    My PDA application has a custom run-time menu of 20 items.  Some menu items are up to 4 words in length, so I used unique single-word names for the item tag to differentiate the commands.  Debugging my code, only the single word menu items executed correctly.   All others ended up in the default case.
    This has to be a bug in LabView, that the event structure returns the Item Name in place of the cluster element labeled Item Tag.  The same problem exists in the Get Menu Selection.vi.
    The work around was to change all the case elements to match the item name and not the tag.  The item tag then is never used.
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • WebDAV item versions access in 9.0.2

    For our portal usage, webDAV is a good way to provide a simple way to update documents stored in the portal.
    However, item versioning management through webDAV should be improved/fixed.
    A. In case of "simple item versioning", the default behaviour cannot be configured. It is always: "replace current version"
    B. The various versions are all accessible through webDAV showing the different filenames associated. So, if having an item with:
    ver.1 - TEST_1.TXT
    ver.2 - TEST_2.TXT
    current ver.3 - TEST.TXT
    it will be possible to access any of them. The action of opening one of them, modifying and saving it (same name, same place), will produce a "replace current version" action, even if the folder was marked with "AUDIT versioning"! In this case the action should not be permitted, or it should produce the generation of a new item version.
    C. Although still poorely implemented in client applications, it is desirable the implementation of the versioning extension of the webDAV protocol, as described in RFC-3253. We have our own client applications (home made) that could benefit from that feature.
    Thanks.

    Item versioning was not implemented for this release. We are aware that this functionality is needed by many and are planning on implementing it in a subsequent release.
    Thanks for your suggestion!

  • Two file in a item tag

    is there a way to have a audio and a pdf file in the same item the reason is I would like to have the sermon notes and the audio available on the same item.
    Like this:
    <item>
    <title>Anchored to the Word of God</title>
    <link>http://www.4newhope.com/Media/mp3/2007-08-05.mp3</link>
    <description>Pastor Eric Hinnenkamp Series on 2 Peter</description>
    <author>[email protected] (New Hope Bible Church)</author>
    <pubDate>Sun, 05 Aug 2007 01:30:00 PST</pubDate>
    <category>Christianity</category>
    <comments>http://www.4newhope.com/sermons.html</comments>
    <enclosure url="http://www.4newhope.com/Media/mp3/2007-08-05.mp3" length="25000000" type="audio/mpeg"/>
    <enclosure url="http://www.4newhope.com/Media/pdf/2007-08-05.pdf" length="25000000" type="application/pdf"/> <guid>http://www.4newhope.com/Media/mp3/2007-08-05.mp3</guid>
    <itunes:author>Pastor Eric Hinnenkamp</itunes:author>
    <itunes:subtitle>Anchored to the Word of God (2 Peter 3 14-16)</itunes:subtitle>
    <itunes:summary>From New Hope Bible Church in Spokane Valley, WA - Pastor Eric Hinnenkamp.</itunes:summary>
    <itunes:duration>54:33</itunes:duration>
    </item>
    null

    No you can't do this. Currently the specifications for podcast RSS files allow only one <enclosure> tag per item.
    However, it would be possible to do a second item for the pdf enclosure - I've seen this done before. And if they were given the same publish time then they'll appear beside each other in the podcast feed.
    Hope this helps,
    Greg

  • List item tags li not closing in HTML export

    Can anyone explain what triggers list items <li> to close in HTML exported from InDesign CC?
    I have bulleted and numbered lists followed by paragraphs and headings, but InDesing is exporting everything following the last list item inside of the last <li> tag.
    It seems to me that InDesing CC does not close <li> tags until it hits a paragraph style which has Tag set to [Automatic] within the Export Tagging section. I have lists followed by headings with styles mapped to HTML heading tags.

    hello Tony,
    My mailid is [email protected]
    please do not forget to send me your contact details.
    Regards
    chandu

  • TFS Integration Platform Tool - Work Item Tags are lost

    Hi Guys,
    Scenario 1:
    We have used TFS Integration Platform to do a one time one way sync from TFS 2012 to TFS 2013 for workitems. We see that the
    workitem tags are lost on the target TFS.
    Scenario 2:
    Another scenario we tested was a 2 way work items sync
    between 2 TFS 2013 servers. Work items get synced but the
    workitem tags do not get synced.
    Is this a known issue and limitation of the tool?

    Hi Nachiket,
    For TFS integration tools, there are a few limitations. You can check the limitations section in this
    page for more information. Labels cannot be migrated by using TFS integration tools.
    Berst regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can I programmatically trigger a menu item tag selected event?

    I am trying to trigger a menu item selected event using built-in vi's. I want my Handle Menu vi to handle the case where the user checks on a boolean control as well as slected the menu option. I don't want to use POSTMESSAGE with acceleration key combination. Are there any built-in vi's which can "post" such a message?

    I have a similar situation and understand why adding a message to the menu queue would be an elegant solution to the problem.
    I have lots of menu bar selections in my program, and I would like to set up a button bar like most applications now have. To do this using the "in parallel" way becomes a ratsnets of wires and would take up a lot of window space.
    I have attached a file that is a good example of how to solve this problem with Event Structures in LabVIEW 6.1. It doesn't take up much additional diagram space and it can be quickly and easily reconfigured.
    It would be nice if future versions of LabVIEW had a more integrated button bar.
    Matt
    Attachments:
    Menu_and_button_bars.vi ‏68 KB

  • Changing Item tag details

    How can I change the genre for a group of items. At the moment I have to select each item individually to change the genre.

    To select multiple items such as all the songs in an album, click on the first track in the list hold down the shift key and click on the last track to highlight the selection. Right click anywhere in the selection and choose Get Info, you'll get a message asking if you want to edit multiple items, choose yes. You can then update the genre and some other information against all the songs at once.
    To select multiple songs that are not adjacent to one another but that are scattered throughout your library or list, hold down the CTRL key and click on each of the songs you want to highlight. Right click on any of the highlighted songs and choose Get Info as above.

  • Tagged items web part issue SP 2013

    Hi,
    we have configured Content tag cloud and we have two different issues.
    1. we have configured to show the tags that are tagged under the current url by all users, but when we click on the tag, it shows all the documents that are tagged with that specific tag (from different sites), is this a known behavior.
    2. For many of the tags, we don't see the documents in the Tagged items web part (some only shows in popular within 60 days tab but not in All tab)
    We have run the full crawl and social maintenance timer job to fix some other issues earlier. I also read somewhere that we need to activate the content type syndication hub, but we already have many tags working fine. what is the relation to the content
    type syndication hub.
    Any help would be really appreciated. Thanks.

    Hi Senthil,
    #1. Yes. If we click a tag in the Tag Cloud web part, it will redirect use to the tag profile page for this tag.
    And all the items tagged by the tag will be displayed in this tag profile page.
    #2. This issue may be due to the incremental crawl miss some tagged items or tags.
    I recommend to run a full crawl and then check the results.
    Per my knowledge, it has nothing to do with the content type syndication hub.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Item-class tag optional?

    Is the item-class tag required for using the FlashBuilder DataServices wizard?  I have strongly typed objects in my Flex app, so the item-tag is supposed to be optional.
    But, when i run the wizard I get an error stating the item-class tag is not defined.

    Yes, item-class is required since without it the introspector has no way of telling what Java class an assembler might use.  In fact it is possible to write a single implementation of an Assembler that handles multiple types (or untyped!) objects.

  • How to get all items under a parent item in a tree control

    Hello,
    I have 2 questions regarding a tree control:
    1) Is there any way to specify a parent item tag and get an array of ALL its sub item tags? For example, in the attached vi, specify the Parent#2 parent tag and get an array containing Item#P21 and Item#P22
    2) Is there a way to specify a range to the ActiveCell property. For example, all items from line#1 to line number#3
    Any ideas?
    Attachments:
    Tree example.vi ‏6 KB

    Mentos wrote:
    1) Is there any way to specify a parent item tag and get an array of ALL its sub item tags? For example, in the attached vi, specify the Parent#2 parent tag and get an array containing Item#P21 and Item#P22
     Did you try a search? There's no direct way of doing this. You have to navigate the tree and build up an array. You can find an example here: http://forums.ni.com/t5/LabVIEW/get-all-children-o​f-a-parent-in-tree/td-p/729548
    2) Is there a way to specify a range to the ActiveCell property. For example, all items from line#1 to line number#3
    No. (It's called ActiveCell, not ActiveCells) Presumably you are trying to perform an operation on multiple items. Unfortunately, you need to use a loop. You should defer panel updates if you're doing this a lot.

  • How to avoid Line Items(fields) in BAPI mapping.

    Hi
    Does any body help me for mapping between header and line items in BAPI..
    my scenario is filerfcmail(wokflow)!
    File is CSV based :
    (ex: 001150,,1123,JERM,08122006,,,
         ,,,ANN,,01082006,
    If you look at example csv file , there is some fields mixed with header and line items. But in RFC header can be 1 to 1 and line item should be 0 to Unbound.
    Now my problem is if I sent above example csv file as source :
    The payload coming like this(sxmb_moni) :
    </HEADERDATA>
    - <GLACCOUNTDATA>
    - <item>
      <COSTCENTER />
      <PROFIT_CTR />
      </item>
    - <item>
      <GL_ACCOUNT>738100</GL_ACCOUNT>
      <ITEM_AMOUNT>60000</ITEM_AMOUNT>
      <COMP_CODE>001150</COMP_CODE>
      <ITEM_TEXT>*777-8030-861</ITEM_TEXT>
      <COSTCENTER>7320</COSTCENTER>
      <PROFIT_CTR>7320</PROFIT_CTR>
      <ALLOC_NMBR />
      </item>
    - <item>
      <GL_ACCOUNT>738100</GL_ACCOUNT>
      <ITEM_AMOUNT>40000</ITEM_AMOUNT>
      <COMP_CODE>001151</COMP_CODE>
      <ITEM_TEXT>*777-8030-861</ITEM_TEXT>
      <COSTCENTER>6010</COSTCENTER>
      <PROFIT_CTR>6010</PROFIT_CTR>
      <ALLOC_NMBR />
      </item>
      <item />
      </GLACCOUNTDATA>
    You can find there is one more item coming after headerdata with null values. It means map reading first line and one by one , if any field found in rows which belogs to GLAccount(Line item), then it writing one more item after headerdata with that fields only.
    Remainig GLAccount data coming as per map after the item .
    Can you tell me how to avoid extra line items.
    Thanks,
    Sankar

    Yes, It exist..
    I cross checked ..with out givig fileds and giving some fields...its writing another items in after headerdata tag.
    hope you understand , what my problem..
    See: GLACCOUNTDATA under subnode
          item is 0 to unbound in BAPI side, because of this its reading all rows , and if find any field which belongs to GLAccount , then it writing another item tag after headerr data.
    Thnaks,
    Sankar

  • How can I add a Custom Field in Work Item "Bug" in VisualStudio Online agile MSF Template?

    We are using Visual Studio Online for task and bug tracking. The problem we are facing is that very few fields are available to working with. We need to add custom fields to filter bugs on multiple attributes like OS, Device model, Verified in build etc.
    We do not have local TFS server setup. The support questions i have read, they ask to update XML file for work item but i dont know how and where to get that xml file. Also is there any particular Role needed to access such configuration files?

    hi Zahid
    as already written above currently it is not possible to customize a process template on Visual Studio Online.
    but for your purpose you can use tags to save the attributes.
    see here Visual Studio Online - Work Item Tagging
    Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

Maybe you are looking for

  • Itunes cannot find the photoshop catelog of my photos

    I have photoshop elements 8.0 and the most recent version of ITunes.  I had inadvertently created an extra catelog in PSE with a limited amount of pictures. Now ITunes wants to go to that cateleog all the time instead on my main catelog.  How do I ge

  • Elements 2.0 Memory Error

    OK...I know this is an old version but it generally has every feature I need for my home video conversions. I recently started getting an Add Media Error "There is not enough memory to add requested media." I'm just trying to add about 20 pictures to

  • Printing of books, calendars and cards is impossible

    Hello, I just discovered a big problem with iPhoto 7.1.1 (354). It is impossible to choose a book, calendar or card template. But everythin I shoul need is in the folder "iphoto" in the Library's "Application Support". What can I do? Of course, I hav

  • Java 8: Pb with new java.time api

    Hello, I'm trying to use the new java.time api that comes with Java 8 (I already know joda-time). I'm using the latest build B124. I've a String "01/08/2012_00:00:01", I know that the time ref. is UTC, and I want to convert it to an 'Instant'; I trie

  • Avoid RAID-5 on Redo Logs- WHY?

    Hello all, I read that, one should avoid using RAID Level 5 on Redo Log Files. Can anyone help me make understand this concept? Why it is recommended so? Also, it will be a great help if you can provide me articles explaining the various levels of RA