Unable to edit file properties in Search results

When I access a folder normally, I'm able to update a file properties but if try the same from the search results the dialog is read-only.  I also can't open the properties dialog from Windows Photo Viewer, if the picture was opened from the search
results.
An example of the issue is if I search for pictures with a rating i.e.
type:jpg rating:1
I can't change the rating of an incorrectly marked jpg without going to it's folder and right clicking on the file directly.
I've tried rebuilding the search index but this hasn't fixed the issue.
Is anyone else having these issues?
Martin Cairns Microsoft Certified Master: SQL Server 2008

media files have more sophisticated properties like song name, movie title etc.
windows is able to search some fields but not all of them
if you need that level of sophisticated file management, you may be stuck to develop one to your needs
Corsair Carbide 300R with window
Corsair TX850V2 70A@12V
Asus M5A99FX PRO R2.0 CFX/SLI
AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
G.SKILL RipjawsX DDR3-2133 8 GB
EVGA GTX 6600 Ti FTW Signature 2(Gk104 Kepler)
Asus PA238QR IPS LED HDMI DP 1080p
ST2000DM001 & Windows 8.1 Enterprise x64
Microsoft Wireless Desktop 2000
Wacom Bamboo CHT470M
Place your rig specifics into your signature like I have, makes it 100x easier to understand!
Hardcore Games Legendary is the Only Way to Play!

Similar Messages

  • UCM 11g File missing from search result although file is accessable

    When I do search without any criteria in UCM 11g, some files missing from search result although I know the files were checked into UCM already since I'm able to see these files using url similar to:
    http://ucm/cs/idcplg?idcService=GET_FILE&dID=12345
    or use following url to get document information:
    http://ucm/cs/idcplg?idcService=DOC_INFO&dID=12345
    the file is not in the search resule even search by ID.
    also, the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    Is this a known problem? the same search was working in UCM 10 perfectly.
    Thanks

    The query seems able to retrieve the missing document. for example, I search by content ID, in the audit log (eanbled as you mentioned) give th efollowing information:
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     --- @ResultSet SearchResults ---
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     numFields=66,*numRows=1*,currentRow=0
    also, the infomation following above give the deteail field information which match with the missing document.
    I looks like UCM just did not bring it to UI as part of search result.
    This seems match with my another finding as I mentioned earlier: the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    it seems query did find the documents but UI did not show it.
    Not sure if this is a known bug.

  • Special letter in file name in search results

    I have follow this quid
    http://charliedigital.com/2011/12/16/force-file-name-in-sharepoint-2010-search-results/ to change XSL to display file name in search results instead of title. It works very well. I'm happy. But I find a small thing. the special character in file name (e.g.
    Ö, Ü ...) cannot be displayed correctly. But before changing those special letter can be displayed in title correctly. How can I do to solve this problem? I put following XSL:
    <xsl:otherwise>
        <a id="{concat($currentId,'_Title')}">
            <xsl:attribute
    name="href">
    <xsl:value-of  select="$url"/>
            </xsl:attribute>
            <xsl:attribute
    name="title">
    <xsl:value-of select="title"/>
            </xsl:attribute>
            <xsl:if
    test="$isdocument">
    <xsl:value-of select="filename"/>
            </xsl:if>
            <xsl:if
    test="not($isdocument)">
    <xsl:choose>
    <xsl:when test="hithighlightedproperties/HHTitle[. != '']">
    <xsl:call-template name="HitHighlighting">
    <xsl:with-param name="hh"
    select="hithighlightedproperties/HHTitle"
    />
    </xsl:call-template>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="title"/>
    </xsl:otherwise>
    </xsl:choose>
            </xsl:if>
        </a>
    </xsl:otherwise>

    Hi
    I think
    that special characters are not related to
    the change in the XML file
    on your personalized results page.
    With the original XML
    special characters display correctly?
    You can use
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="/">
    <xmp><xsl:copy-of select="*"/></xmp>
    </xsl:template>
    </xsl:stylesheet>
    to see results with another encoding
    Miguel de Hortaleza

  • How to display File Title instead of File Name in Search Results

    Hello All,
    I want to display the File Title instead of File name in the search results. For example when i do the search for the HTML Pages i get the File Names i.e. Index.html However i want 'HTML Page Title' to be displayed instead of File Name.
    Please help in this.
    Full points guaranteed...
    Vaib

    Hi Vaib,
    first, the search result is displayed with some layout set. The standard layout set used is the SearchResultLayoutSet. This uses the StandardSearchResultRenderer as it's collection renderer. And this in fact renders the display name and not the ID: <i>rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30)</i> within "Displayed Properties". Maybe on your site the default settings have been changed.
    For how to use a different layout set etc see http://help.sap.com/saphelp_nw04/helpdata/en/2a/4ff640365d8566e10000000a1550b0/frameset.htm for details.
    Hope it helps
    Detlev

  • If same file name but file types are different, we should get only particular file type in search results.

    Hi Team,
    If filename is same for .doc and .pdf, only .pdf file should come in search results. For example, Attendee.doc, Attendee.pdf are available, we should get only .pdf in the search
    results.
    Please help us on this how to achieve.
    Thanks,
    Manjeera

    Hi Manjeera,
    I think you should use KQL / Managed properties, refer these links for more information -
    use Property restriction queries in KQL and set filetype:pdf
    http://msdn.microsoft.com/en-us/library/ee558911.aspx
    http://msdn.microsoft.com/en-us/library/office/ff394509(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/jj219630.aspx
    http://blogs.msdn.com/b/nadeemis/archive/2012/08/24/sharepoint-2013-search-rest-api.aspx
    and these links -
    Configure result sources for search in SharePoint Server 2013
    http://technet.microsoft.com/en-us/library/jj683115.aspx
    How To Customize SharePoint 2013 Search Results Using Query Rules and Result Sources
    http://blogs.technet.com/b/mspfe/archive/2013/02/01/how-query-rules-and-result-sources-can-be-used-to-customize-search-results.aspx
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Can you edit file properties using Labview?

    Except for the file attributes like 'read-only' and 'hidden', Windows 2000 & XP also have file properties like 'keywords', 'comments' and 'description'.
    Is there any way that I can edit these properties in Labview?

    RichElswick wrote:
    nope, we never got that far and I am no longer on that project.
    And it would be a bitch to implement. Basically those properties are implement using propertysheet handlers. That are shell extensions that can be installed in Windows and in the registry added to one or more file types. On loading the property dialog the shell (basically only an Explorer thing) sees that for that specific file type there are property sheet handlers registered and then loads them as an extra property sheet into the dialog.
    There is no common API to retrieve and lets forget about changing the information those property sheet handlers deal with programmatically. And every property sheet handler retrieves the actual properties according to his own private information, such as image properties in JPG files but possible also extra information in the meta data of a file on advanced files systems such as NTFS (the security property sheet for instance).
    So you would have to create a Windows dialog, load the according property sheet handlers into it and then have the user deal with that interactively. I doubt that this is what you want.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Unable to Edit Template Properties

    I have created an optional editable area in a DW template for
    a submenu. It functions properly in DW when I create a new page and
    go to Modify>Template Properties.
    However in Contribute 4 (on a page created from this
    template) when I go to Format>Template properties, I receive a
    popup message that says "Unable to set Template Properties" ......
    despite the fact that at the top of the page (in Edit mode), there
    is a message that says "Some items on this page can only be edited
    by setting Template Properties.
    Here is a link to one of the pages
    http://www.blackbusinesspro.com/events.html
    Can someone tell me why the template properties have become
    uneditable in Contribute 4 but are editable in DW?

    Well, I just got Template Properties working .... not sure
    how I did it.
    The only change I made was to upload the templates associated
    with the pages on this site (somehow I had neglected to do so).
    Once the templates were uploaded, "Template Properties"
    startedshowing up.
    Go figure....!

  • Is Quick View (preview of file contents under search results) supported in SharePoint 2013 Foundation?

    We recently deployed SharePoint 2013 Foundation but can't make Quick View (seeing the contents of a file when you hover the mouse cursor over it) work in the search results.
    All Site Collection/Site Features are turned on.  Not sure what else to do.
    Does anyone have this feature working in SharePoint 2013 Foundation?
    Thank you!

    Hi Charlie,
    To view the Preview of the Search Results you need to Install/Configure Office Web Apps Server in your farm.
    Please check the below links for reference.
    http://technet.microsoft.com/en-us/library/ee855124(v=office.15).aspx
    http://technet.microsoft.com/en-in/library/ff431687(v=office.15).aspx
    If you think is helpful,Vote As Helpful! And if you see a reply being an answer to the question of the thread, click Mark As Answer.
    Mahesh

  • Word files appearing as search results

    Hello,
    I thought I'd come across a topic like this before, but I
    can't seem to find one now. Here's my situation...
    I have some MS Word files included in my RH project for users
    to download. They are located in their own book -- let's call it
    "Forms." I would like the "Forms" book to be the only place that
    users find those files.
    What I didn't realize was that links to download those files
    would appear as search results. They sort of interrupt the other
    search results, and the file names that I've given them were not
    intended for clients. I can rename all of them, but I'd prefer to
    remove them from the search results.
    There must be a way to do this...right?
    If it helps, I'm using RoboHelp HTML X5.0.2, and my Primary
    Layout is WebHelp Pro.
    Thanks! I've found a lot of help throughout these
    forums.

    Hello,
    You have to use Archiving object - "FI_ACCRECV" to archive Customer Master Data (BP).
    When general data for customer master records is archived, the system automatically checks whether the following conditions have been met:
    - The deletion flag is set.
    - The customer is not locked for deletion.
    - Dependent data of the following types no longer exists in the system:
    1. Business partner of the customer
    2. Company code-specific data (FI data)
    3. Sales data (SD data)
    4. Transaction figures
    5. Special general ledger transaction figures
    6. Open items
    7. Cleared items in the archive
    8. Customer/Vendor links
    For the archiving object all the required configurations should be maintained.
    If you don't have archive server in place then do not take the option of storing (Just archive and delete the data).
    -Thanks,
    Ajay

  • Show hidden files in finder search results

    I discovered my backup HD was rapidly full because of After Effects Cache folder hughe size.
    I fixed it in CCC to not to backup that directory but I need to remove all the old ones.
    I am able to see them under Users/Library.......  (hidden by default). I also have deleted some 50Gb AE cache folders.
    But I have a lot of folders.
    I've tried to search all of them 'Adobe After Effects Disk Cache' but finder search does not display them. I also tried Terminal 'locate' on /Volume/HDbackup, no results
    Thanks

    Hi Viking, thanks for your help.
    The purpose to get them in Finder search result is to select them all and send them to trash at once.
    To test your commands I changed
    '~' by /Volumes/....../_CCC\ Archives  and '.*' by 'Adobe After Effects Disk Cache'
    I got lots of 'permission denied'
    I also tried
    find -x  ~  -name 'Adobe After Effects Disk Cache' \( -type d -exec find {} \; -prune -o -print \) 2>&1 > hidden.txt
    where it is supposed to find one result but hidden.txt was empty
    'Adobe After Effects Disk Cache' is a directory
    What do you suggest?
    Thank you

  • Manage Profile Services - Unable to edit User Properties or User Profiles

    SharePoint 2013 - fresh site, with Mysites, and the User Profile Service running.  The UPS is ran under a separate account, and the farm account has securityAdmin rights and directory replication rights.
    When I enter Manage User Properties, I get a complete list of properties but no way to edit them, the same happens when I go into User Profile Properties, there is no where to edit the users.  Has anyone seen this before and if so what step have I missed
    in setting the UPS and MySites Up.
    Both Administrator and Farm Admin have Administrator rights to the UPS Application, and it's the Profile User Service that's running at the minute not the Profile User Synchronization Service.
    Any help would be appreciated.
    Thanks
    David

    Thanks for the reply Adnan, however I think you missed the point. There is no capability to edit the properties, there's no dropdown to select edit form, in any of those areas against any of the properties.  I can see them but not edit them. 
    It must be a permissions problem but I've no idea where it may lie.
    Here's how the UPS and Mysites were built:
    Created a separate user for the UPS account (UserUPS), and registered it as a Managed Service account.
    Added Replicating Directory Changes to the Farm account.
    Started the User Profile Service.
    Created the UPS application using the UserUPS account for the application pool.
    Configured the Directory Import - used SharePoint Active Directory Import.
    Created a new Synchronization connection using the Farm account - it worked.
    Ran the synchronization - it worked, everything was import.
    Went into Manage Profile Service, Under People click on Manage User Profiles, entered a users name, clicked on it when it appeared - nothing, no edit capabilities at all.
    So at a loss as to where I've gone wrong?
    Ran Add-SPAdmin - it added the Farm account to the configuration db, and when I tried it against the Profile database it complained, basically saying not possible,
    I'm out of ideas at the minute and need to get this working so we can use SharePoint to hold a Skills map.
    Thanks
    David

  • Unable to edit user properties in SBS Console (2011)

    Hello,
    When attempting to edit properties for a user in the SBS Console, I receive the following error: "Attempted to perform an unauthorized operation."  This only occurs when attempting to edit the user account properties for this single user.
    I understand that this may be a scurity permission problem in Active Directory Users and Computers, but I do not know which permission entries would cause this.  Is this where I need to look or is there another way to resolve this?
    Thanks in advance.
    Jeff

    [13284] 120106.095830.3107: Storage: Get quota for F:\Users\Shares\Alex
    [13284] 120106.095830.3107: Storage: Initialize the quota manager.
    [13284] 120106.095830.3575: AdminTME: Status: TaskId = StorageTasks.TaskGetUserShareFolderQuota, RootTaskId = TaskEditUser, Success: False, Warning: False, Continue: True, Message:
    [13284] 120106.095830.4667: Exception:
    An exception of type 'Type: System.UnauthorizedAccessException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has occurred.
    Timestamp: 01/06/2012 09:58:30
    Message: Attempted to perform an unauthorized operation.
    This seems to indicate that the Administrator or System account is not able to access the particular folder. It may be a permissions issue where the person has modified permissions on a file or folder that is locking everyone else out. Try resetting the
    permissions on this folder.
    Regards, Boon Tee - PowerBiz Solutions, Australia - http://blog.powerbiz.net.au

  • Error in opening .pdf files from the search results

    Hi All,
    When we do the search it displays the results, upon clikc the link of .pdf files it gives error "<b>File is damaged and cannot be repaired</b>". However, subsequent click on the same link it opens the .pdf file correctly.
    We are in EP50 SP50 - J2EE 6.20
    Any help would be greatly appreciated. Thanks.
    Best Regards,
    Ravi

    Hello Ravi,
    It seems that there might be an issue with the compression settings. Please have a look  at the note 554096 as a starting point.
    Moreover a look for new patches/hotfixes on the Service marketplace in
    Support Packages and Patches -> SAP NetWeaver -> SAP NetWeaver components ( < SAP NW 04 ) -> SAP ENTERPRISE PORTAL -> SAP ENTERPRISE PORTAL 5.0 -> Portal Server
    might point to a fix.
    Kind regards,
    Roland

  • Unable to edit file after saving with add-in

    I'm only just starting to test the Vibe add-in. Looks good so far, but I've noticed one fairly important issue.
    If I start with a new file and save it for the first time, all is well from within MS-Word. I can save, continue editing, and save again. However, if I then login to the Vibe site I can't actually edit the file, at least not immediately, nor can any members of my team. As of now, the two test files I've created cannot be edited on the Vibe site.
    Of course, I realize that the add-in is beta, but I just thought I would bring this up. I'm also wondering if anyone else has observed the same behaviour. Thanks.

    This is the vibe file edit applet, right?. Not sure this has to do with desktop. Seems to be you are having problems with the editor on linux and mac. Can you upload a file without using desktop and test editing that? I think maybe you are having some of the problems described in the readme with the vibe edit applet.
    What are you expecting to happen when you click on edit in linux?
    6.7 Restrictions on Applet Support
    Applets are not supported on 64-bit Firefox on a system with a Java Runtime Environment (JRE) earlier than 1.6.0_12.
    On a 64-bit operating system, updating to JRE 1.6.0.12 or later enables the applets to work.
    For example, multi-file drag-and-drop from the desktop, file paste from the desktop, Edit in Place, and the graphical display in the workflow editor do not work where applets are not supported.
    6.8 Edit in Place Support for Mac Users
    For Mac users, Vibe looks for OpenOffice.org in the following directory on users Mac workstations:
    /Applications/OpenOffice.org.app
    If your organizations standard location for OpenOffice.org is in a different location on users workstations, you can reconfigure Vibe to look for OpenOffice.org in your preferred location.
    1.
    Change to the following directory:
    Linux:
    /opt/novell/teaming/apache-tomcat-version/
    webapps/ssf/WEB-INF/classes/config
    Windows:
    c:\Program Files\Novell\Teaming\apache-tomcat-version\
    webapps\ssf\WEB-INF\classes\config
    2.
    Open the ssf.properties file in a text editor.
    3.
    Locate the block of lines that start with:
    edit.in.place.mac.editor
    4.
    Copy that set of lines to the clipboard of your text editor.
    5.
    Open the ssf-ext.properties file, which is located in the same directory as the ssf.properties file.
    6.
    Paste the block of lines you copied at the end of the ssf-ext.properties file.
    7.
    Edit the location of the OpenOffice.org software to reflect its location in your organization.
    8.
    Save and close the ssf-ext.properties file.
    9.
    Close the ssf.properties file without saving it.
    10.
    Stop and restart Vibe to put the new software location into effect on your Vibe site.

  • Unable to edit slide properties - Edit is dimmed

    Can anybody clue me in to why my Edit button would be dimmed? None of the slides are locked.  By clicking on 'Select All', the Edit button activates, but of course then I can only edit all slides -
    Can someone tell me how to remove media from a slide if I can't get to the Properties of the slide??
    This is driving me nuts - why can't I edit properties of slides?
    Attached a screenshot.
    Thanks for the vent

    Poregon,
    That's okay...venting is good.
    After looking at your screen shot, I'm wondering how you ended up w/ the Edit button at all.  By default, the Slide Manager dialog box should have only showed the "Select All" button...and then, and ONLY then, the Edit button would have appeared.  And for what its worth, the default functionality of the Slide Manager is to provide slide-by-slide adjustment to it's properties such as setting the slide title, advancing by user and locking a slide, just to name a few.
    The Edit button (once you've selected more than one slide) will only allow you to modify the presenter's info, lock slide and advance by user options, so it's pretty restricted in terms of the parameters you can set over multiple slides.
    And unless I'm completely wrong, as far as "removing media from a slide" is concerned, that's not something the Slide Manager is capable of doing.
    What you're seeing in the listing of multimedia assets in the Slide Manager dialog box is simply a visual feedback element; meaning, that the Slide Manager is just visually identifying the kinds of things that your slides are using....like audio, animation and flash files.  But if you want to manage those assets, you need to look in the appropriate places...like the Edit Audio or Edit Flash dialog boxes.  In order to eliminate a flash file, all you have to do is go to the slide where the flash file exists and simply delete it from the slide.  Same thing goes for animations; and since those are PowerPoint items, that's a simple matter of eliminating any custom animation applied to objects and elements on your slide(s).  As for deleting audio, that's slightly tricker, because you have to use the Edit Audio dialog box....and from there you can cut audio or replace an audio segment with silence.  In a worst-case scenario, you might find yourself having to delete the slide that contains audio you want to eliminate...only to recreate that same slide, so that you end up with a slide that doesn't contain any audio at all.
    Hope that helps!
    Rob
    http://www.robrode.com/yabb/

Maybe you are looking for

  • [Patch 정보] TRACKING BUG FOR CUMULATIVE MLR#6 ON TOP OF BPEL PM 10.1.3.3.1

    최근에 출시된 BPEL PM 10.1.3.3.1의 통합패치입니다. 아래는 readme.txt에 포함된 patch list입니다. # WARNING: Failure to carefully read and understand these requirements may # result in your applying a patch that can cause your Oracle Server to # malfunction, including interru

  • Error While Updating Issue For Production

    Hi,         When i am trying to update an UDF in issue for production i am getting the following error message.   Item is Not a Component to the Referenced work order[Goods Issue - Object Type] Message 3560 -5

  • SAP PI 7.3 Upgrade from SAP PI 7.11

    Dear all, Just a small clarification on PI 7.3 upgrade. In the document,  Decision making factors when moving to SAP NetWeaver Process Integration 7.3 - Upgrade or New Installation with Phase-out, it is mentioned that If you plan on taking advantage

  • Oracle 11g bug for column ambigously defined error

    I have below format query running on Oracle 10g without any issues select col1 from (select col1 from (select 'A' col1 from dual) ) v1 inner join (select col1 as col2 from (select 'A' col1 from dual) ) v2 on (v1.col1=v2.col2); When I run the exact sa

  • How to create rtf template to view report in Word and Excel, with numeric f

    Hi, Please help me! How to create rtf template to view report in Word and Excel, with numeric formatted fields (like this 999 999 999,99 with spaces between numbers) and then end user be able to process those fields with Excel tools (sum, etc). Thank