Using a library with faceted navigation

Hello,
I have been tasked to implement cross site publishing using a document library on the authoring site.  The publishing site must be able to use faceted navigation derived from columns from the authoring site.  Eventually, the publishing site will
be used as an extranet partner site and must be able to be cloned for more partners.
Has anyone done this type of thing?  I am not able to get the faceted navigation to work and I have followed the following blog to guide me through this.  The blog is meant for a list, but I have been trying to adapt it to work with a library.
blogs.technet.com/b/tothesharepoint/archive/2013/02/14/how-to-set-up-a-product-centric-web-site-in-sharepoint-2013.aspx
Thank you.

I haven't been able to use my custom library columns for faceted navigation.  I am able to see the docs on the publishing site and use the "built in" fields for fac. nav. such as Author, modified, and doc type.

Similar Messages

  • Using Document Library with Baseline

    Hi there,
    I have a specific need with Sharepoint. I have a document library and I want to be able to mark with a tag or generate a baseline for my folders.
    I've already searched on the web, and there is someone doing it just coping and pasting every single file. Is that the better way to get this?
    Thanks,
    Tiago

    Hi Tiago,
    What did you mean "Using Document Library with Baseline" and "generate a baseline for my folders"?
    Did you mean that navigate the document library folders in treeview?
    Did you mean that search or filter multiple folders documents with the same tag (managed metadata column)?
    You may be able to use the "Navigation Hierarchies and Key Filters" for that specified SharePoint 2010 library, here is an article about metadata navigation settings you can check below,
    http://www.sharepointboost.com/blog/understand-and-configure-metadata-avigation-and-filtering/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Using Aperture library with different accounts

    I needed to use my library with two different accounts that are on the same MBP. I read where you might be able to put the library on an external disk and check ignore ownership on the info of the HDD. I had recently installed a 320GB HDD to avoid having to drag around an external so I thought maybe if I partitioned the drive it would "see" the second partition as an external. I partitioned off 50GB and checked the "ignore ownership" in the bottom left corner of the info window. I option+opened Aperture and created a new library in the second HDD. After opening Aperture, I imported a few pics into the library and made dup's. I modified them in my account, closed out of Aperture and logged off. I then logged in under my wife's account and was able to open Aperture by option+opening Aperture and choosing the new library location. The pics that I had imported under my log-in were there as well as the the modified versions. I re-modified the versions to see if it work the other way. I closed out of Aperture and logged out of my wife's account and logged in under mine. I clicked on the Aperture icon in my dock and it came right up w/out any problems. I was able to view the versions that I re-modified under my wife's log-in.
    I know you shouldn't share the library across users just in case two account users are trying to access the same library at the same time; but in my case it is one laptop with two accounts so we wouldn't physically be able to access it at the same time.
    So if you have a big enough HDD and you don't want to drag around an external, partition it however big you think you'll need it, check the "ignore ownership" box in the HDD info window, add read & write permissions for the different accounts, move/copy your current library to the new partition and option+open Aperture to choose the new location.

    Thanks! Just the answer that I was looking for! I had tried just moving the library into the shared directory, but, as we now know, this does not work.
    Now only if I had a partition on my local HD (with "ignore ownership" set)...

  • Problem using a library with an EAR file (ServletNotFoundException)

    Hello
    I'm trying to use a library (J2EE library project) an associated it to an Enterprise Application Project.
    The application was built using the Spring MVC framework.
    When I did deploy I got the following warning:
    Apr 25, 2006 9:44:17 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Finished Deployment
    And when I try to run the application  I got the following error:
    404 Not Found
    The request cannot be processed.
    Details:   com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [data-entryLib/servlet/data-entry].  The ID of this error is
    Exception id: [00306E5DA8D2004E00000068000052550004124234F31271].
    The application run properly when I use the jars file in the WEB-INF/lib folder.
    I have been reading some recomendations in this forum, but nobody tell me how to solve this problem
    Thanks
    Adriana.

    Hi Rajesh
    Thanks for your answer.
    Yes, I deployed the .sda file, add the jars file in the archive server/provider.xml and I checked this: (Problem with EAR referencing a library DC)
    The type of reference that I gave in the EAR file was in the archive application-j2EE-engine.xml:
    <reference
        reference-type="hard">
        <reference-target
          provider-name="sap.com"
        target-type="library">LibreriaDataEntry</reference-target>
    </reference>
    <provider-name>sap.com</provider-name>
       <fail-over-enable
       mode="disable"/>
    Thanks
    Adriana

  • Using fragment library with SAP MIME repository?

    Hi,
    I am new here so I hope I'm posting this in the right place.
    We use Adobe LiveCycle Designer as part of the SAP Interactive Forms product. We want to use the fragment library but I am unclear how that will work unless we can connect to the SAP MIME Repository.
    Does anyone here have any experience with making this work?
    Also ... is there any online resource (other than SAP's SDN) with specific help documentation for using LiveCycle Designer ES with SAP?
    We are on SAP Netweaver 7.01 and LiveCycle Designer 8.1.
    Thanks!
    MAH

    Hi Chintan,
    Thank you for the prompt. I was going to get to it ...
    Actually I did not find a way to use the fragment library with referenced objects. By 'referenced" we would mean to be able to change the object in the library and all referencing items would be updated. We did NOT find how to do that.
    What we did find, that is still useful to us, and probably anyone working in a development team, is that we could create the library in a shared location and store common fragments there. To use the fragments, go to the library, drag the fragment from the library to your form layout, then 'convert to embedded object' (I think this is on the right click menu, Fragments> convert to embedded object).
    This way you still get the benefit of consistency amongst forms using the same element, and only having to develop each element once.
    I hope you find this helpful!
    Margaret

  • Using link library with gcc

    Hi,
    I am trying to convert one of our existing 'C' applications to .swc file.
    The 'C' code is huge library with ~ 891 '.c' files and 274 '.h' files.
    Are we allowed to use shared library while running the gcc command.
    Because when I used the following command in cygwin:
    $ gcc -I. jaz.c ./jazxfbrs.dll -O3 -Wall -swc -o jaz.swc;
    It gave me the the following message:- "llvm-gcc: ./jazxfbrs.dll: linker input file unused because linking not done"
    Does that mean we are not allowed to use linked library for compilation, or is there any workaround.
    Thanks for any suggestion on this,
    -Yogen

    That warning is negligible -- it is just because the gcc wrapper passes your arguments to both the compiling and linking subprocesses.
    However, your application will fail at runtime if you try to access functionality from a platform dynamic library (such as a dll).  Alchemy runs inside an actionscript virtual machine and has no way to access local dynamic libraries.  You should link your code statically.

  • Problems with JSP - using tag library with Weblogic 8.1

    I am getting the following error when I try to run a web application called "regain":
    /searchinput.jsp(2): Error in using tag library uri='regain-search.tld' prefix='search': cannot find tag class: 'net.sf.regain.ui.server.taglib.MsgTag'
    probably occurred due to an error in /searchinput.jsp line 2:
    <%@taglib uri="regain-search.tld" prefix="search" %>
    The classes that the .tld file points to are in the web applications WEB-INF/classes directory and I have put this path into my classpath environment variable (running Windows 2000 Server).
    This application runs fine on Tomcat.
    I can't not figure out whether is error is masking another error or what. I've tried using JDK and Jrockit for my web app - no luck.
    Please help! Thanks!

    anyone? :/

  • Problem while using cewolf library with jsf jboss.

    Hi Guys,
    I am trying to use cewolf library to generate graphs in my web application based on jsf. But I am getting the following exception.
    I have pointed down that cewolf. jar file is causing the problem.
    javax.servlet.ServletException: #{LoginBean.validateUser}: javax.faces.el.EvaluationException: javax.ejb.NoSuchObjectLocalException: Object Not Found ; CausedByException is:
         Receive timed out
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    root cause
    javax.faces.FacesException: #{LoginBean.validateUser}: javax.faces.el.EvaluationException: javax.ejb.NoSuchObjectLocalException: Object Not Found ; CausedByException is:
         Receive timed out
         com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)
         javax.faces.component.UICommand.broadcast(UICommand.java:312)
         javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
         javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    And this login pages does not at all uses the cewolf library.

    Hello, Reena
    Your process flow seems to be correct in term of getting/freeing memory.
    Following error
    The problem occurs after executing the procedure for 5000 records and I get the error
    ORA-04031: unable to allocate 4176 bytes of shared memory ("shared pool","unknown object","sga
    heap","library cache")may be caused by memory leaks in xdk or memory fragmentation(due to get/free memory cycle)
    To find out if this is an memory leak issue you could try to monitor V$SGASTAT from one session while running your batch process in another session.
    To prevent (or lower its impact) fragmentation issues try to PIN objects, and adjust java_pool_size and shared_pool_reserved_size.
    Anyway, counsult your Oracle DBA.
    Oracle version 8.1.7.0.0I think, you should apply database patch first of all. The latest one (8.1.7.4.x) could be accured from Metalink.

  • Using iPhoto Library with Windows XP

    Hello folks,
    I have searched many forums far and wide, but have yet to encounter anyone suffering from my particular problem. I have found many out there who want to use iPhoto on their PC, but they are all offered solutions that don't really work for me. I would really appreciate any and all suggestions.
    Here's the history:  roughly 6 months ago, my MacBook Pro died (after a truly noble effort) and I rescued the hard disk by transferring it to an external enclosure. Since then I have connected it to my fiancee's windows laptop using freeware to read and interpret the HFS+ format.
    And now the problem: I spent months cataloging my photos using iPhoto and I would really like to access these photos again in all their glory, complete with tags, location data, etc. Is there any way I can open the iPhoto library in Windows XP and play around with the photos in a similar way to iPhoto?
    Thanks for taking the time to read, and I hope, reply to my post.
    Al

    You can't.  The iPhoto library is designed to be used with iPhoto only and, as you know, iPhoto only works on a Mac. 
    You'll need to get a new Mac if you want to access the library in full again.
    OT

  • Using iTunes Library with a read-only account...

    Hi! I use my HD connected to my AEBS and to create some accounts in which people can use information on the shared folder that is created when the account preference is chosen. I later copied my iTunes library in the same folder so that everybody had access to it. Most of the users I created have restricted access (meaning read-only access). The ones that have full acces had no problem but the ones that have read-only access, when they try to choose the iTunes library, recieve a message saying "The folder "iTunes" is in a locked disk or you do not have write permissions for this folder.". I clearly understand what the problem is and why it is not letting those users acces it but does anybody has an idea on how I can make the iTunes library accessible to the "read-only users"? Thanks!

    Hi! I use my HD connected to my AEBS and to create
    some accounts in which people can use information on
    the shared folder that is created when the account
    preference is chosen. I later copied my iTunes
    library in the same folder so that everybody had
    access to it. Most of the users I created have
    restricted access (meaning read-only access). The
    ones that have full acces had no problem but the ones
    that have read-only access, when they try to choose
    the iTunes library, recieve a message saying "The
    folder "iTunes" is in a locked disk or you do not
    have write permissions for this folder.". I clearly
    understand what the problem is and why it is not
    letting those users acces it but does anybody has an
    idea on how I can make the iTunes library accessible
    to the "read-only users"? Thanks!
    iTunes was NOT built for multi-user "write" access. Allowing write access to more than one user of iTunes "concurrently" is a recipe for disaster: sooner or later your iTunes database will get corrupted. You have been warned.

  • How to use old library with new computer?

    Hello,
    I keep all my music on an external HD. Recently, my main computer died, so I had to start using another iMac. It's running Tiger and iTunes 6, but I have never used the iTunes before. How do I get this computer to "see" my old iTunes library (on the external)?

    You are welcome. One thing that comes to mind is that I believe when you use an external drive to hold your library, it is important that the external is on and mounted when ever you start up iTunes. My understanding is if you start iTunes and the external drive is not available, then iTunes reverts back to the default location on your internal. You then have to reset it back to the external, but I think you also have to re-add everything all over again.
    So be sure you always have the external up and ready whenever you open iTunes.
    Patrick

  • Using music library with Genius and getting third party that sounds like ad

    what could be the problem when listening to library that I get audio ads playing in the background an it sounds like multiple streaming ads at one time

    Certainly, have a look at my mod thread for all the info you need:
    http://www.mac-forums.com/forums/showthread.php?p=211953#post211953

  • Using iPhoto library with Apple TV

    Just st upo the Apple TV and have the iTunes bit working for music, purchased movies and home movies stored within iTunes from my late 2012 Mac Mini.
    Must say am impressed.
    The boss has 64Gb of photos on an a mid 2013 airbook and wants to know how the photos can be "shown" on the TV.
    I have read a little on Airplay but not sure on how it might work for these photos.
    Both computers running 10.9.2
    Thanks

    Solved my own question, I was on a different wifi network in the house:( so the airplay icon was missing
    Set up Airplay and the boss now has iPhotos mirrored on the HDTV.
    It is really good, highly recommend it as you dont need a Smart TV for it just one that supports 1080

  • I have macbook pro w existing iPhoto library. Now have Canon printer and loaded Canon software for same. Cannot access iPhoto library from Canon software, but prints fine from iPhoto. How can I use iPhoto library w Canon software?

    I have a macbook pro w exisitng iPhoto library. I now have Canon printer and loaded Canon software for same. I cannot access iPhoto library for use from Canon software. I can print from iPhoto directly to new printer without problem. How can I use iPhoto library with Canon software? I would like to try the software to see which I prefer...

    Simply export some photos from iPhoto to a folder on the desktop and experiment.
    Without telling us even what this program is, not to mind what it does, that's the best anyone can suggest.
    Regards
    TD

  • Problems installing when using custom library

    I can't install generated application on iPad (IOS report installation error), when I use custom library. Before DPS App Builder v25 all was OK, problems started after 1 feb, when I installed new AppBuilder. I can't install any application (generated from AppBuilder v25) with custom library, incl. reference applications from devnet articles.

    Hi, Neil!
    Thank you for your attantion to my problem. Explain me successful installation on IOS when I use standard library with identical certificates.
    IOS reports "installation failed" only when I switch to custom library.
    P.S.: our friend with another DPS Pro account have the same error. He tries to create 2 "Pro" applications, first installation success, second fail. All certificates and mobileprovisions created yesterday...
    Message was edited by: Yuriy Petrov

Maybe you are looking for

  • NOKIA C5-03 Internet connectivity Problem..

    I Have Nokia C5-03 bought before 4 months. I use BSNL Prepaid card, 3G/EDGE enabled. I am facing problem of not being able to connect to internet via 2G/3G reliably. whenever I try to connect to internet, 7 out of 10 times it gives me message" "conne

  • IPod will no longer connect

    Both the iPods in my house hold will no longer connect to my computer. They use to do it just fine till now. The computer is on, iTunes is up and running but the iPods won't connect. I haven't changed anything or installed any new devices on the comp

  • How to install CMS database on Sql Server

    Hi Now I am installing Crystal Reports Server 2008, current environment is windows server 2003 + Sql Server 2005. During the installing, because I want to use Sql Server 2005, so I picked "use a existing database server", however when I get into "sel

  • Is this possible: SAP Java Connector - XI - R3 with XI RFC Adapter?

    Hi, I try to call a RFC on a remote R/3 System over the XI Server in a Java Application with SAP Java Connector. I have configured a RFC Sender Adapter in XI. I get the following Exception: "lookup of alternativeServiceIdentifier via CPA-cache failed

  • Need a small abap code

    Dear Friends, request your help in creating a small abap Logic. Business Case : loading data into 0sd_c03. an addition field product line (ZPRODLINE) has to be populated using Plant (WERKS) and division (SPART) Psuedo Logic : If division is '32' and