KM Search and External Link Question

Q1: I have created a Meta Data Properties for a Folder, so any document Created in this folder will require these data to be entered, I want to put a Filter Option on the this folder Iview where user can filter data on the basis on Meta data Property or Search document based on Multiple Meta Data Property using TREX or any other search.
Q2. If I create a External link to a document in KM folder, will TREX search in that document.
Thanks in Advance
Jagraj Dhillon

Hi Jagraj,
Q1: You have to define the Meta Property as Indexable than you can use TREX for searching for documents with the specific value of this property. Of cause you can as well filter the documents when displaying the content of the folder. In this case you have to implement a resource list filter.
Q2: TREX is able to index links as well.
The question is it you really mean External Links for referencing documents in KM folders because normaly you do this by an internal link. A external link in most cases is a reference outside the portal. Nevertheless see http://help.sap.com/saphelp_nw70/helpdata/en/73/66c090acf611d5993700508b6b8b11/frameset.htm so you can see you can define a parameter indexContentOfExternalLink and you can define a parameter IndexInternalLinks. In this case the index will contain as well the content of the links.
Best Regards
Frank

Similar Messages

  • Script to search and relink linked image files that were moved?

    Good afternoon
    My indesign product catalog has links with a lot of different folders around in my hard disk, not a single folder. And to keep my catalog up to date I must package it.
    When I move my linked files in my computer because I change the folder structure or do some cleaning, my indd loses track of its linked files. Currently I need to relink one by one.
    Therefore I would like to find a script which would scan the hard disk with the all broken links in mind to detect their new location and relink. Yes I am a lazy person.
    Thanks for any clue,

    Thanks so much! I will try soonest.
    How does your script react in the unlikely case of duplicates?
    Date: Thu, 18 Jun 2009 12:43:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: Script to search and relink linked image files that were moved?
    At least your honest about your laziness.... Here's your reward:
    Just a hint, don't select root of your volume, it will loop through every folder in existence, but key to this script is, if you know the general location, select into that folder hierarchy and the script will test for a relative path, otherwise, come back in a few days, and it will be finished.
    ~mike
    var processed = 0
    var skipped = 0
    var updated = 0
    if (app.documents.length > 0){
        if(app.activeDocument.links.length > 0){
            var mydoc = app.activeDocument;
            var mylinks = mydoc.links;
            var myRoot = Folder.selectDialog("Choose the volume or server where assets are located", undefined, false);
            main();
    else
    { alert("No Links present")
    else{alert("No Documents Open")
    function main(){
        if(myRoot != null){
            for(var i = 0; i < mylinks.length ; i++){
                if(mylinks.item(i).status == LinkStatus.linkMissing){
                        var linkdata= mylinks.item(i).filePath;
                        var my_result = linkRepair(linkdata);
                            if (my_result == false){
                                var filetype = "." + mylinks.item(i).linkType;
                                var mysearch =   search(linkdata, filetype);
                                    if(mysearch != undefined){
    var myswitch = confirm(mylinks.item(i).name + " has been found in a different location, Relink and Update?", "Relinker")
                                            if(myswitch){
                                                mylinks.item(i).relink(File(mysearch));
                                                mylinks.item(i).update();
                                else{
                                    alert("" + mylinks.item(i).name " was not found\nFolders processed: "processed + "\nFiles skipped: "+ skipped)
                            else{ alert( my_result + " has been found");
                                mylinks.item(i).relink(File(my_result));
    function linkRepair(linkdata){
    var mypath = linkdata.split(":")
            my_status = analyzePath(mypath)
            if(my_status == true){alert("UPDATED");
                    updated++       
        return my_status
    function analyzePath(mypath){
    var num = mypath.length ;
    for(var i = 0; i < num-1; i++){
        mypath.shift()
        var newpath = pathRebuild(mypath)
        newpath = (myRoot + newpath)
            if(File(newpath).exists){
                return newpath
        return false
    function pathRebuild(pathArray){
    var solidPath = ""
        for(var i = 0; i < pathArray.length ; i++){
            solidPath +=  "/" + pathArray+ ;
        return solidPath;
    function search(linkdata, filetype){
        var mypath = linkdata.split(":")
        var mylink = mypath.pop();
        var OK = confirm("Relative Path does not exist, search folder hiearchy for file?", true, "File Scanner")
        if(OK){
    var myscanresult = getfiles(mylink, myRoot)
    return myscanresult
    function getfiles(mylink, myBase){
    myBase = Folder(myBase);
    var files = myBase.getFiles("*")
    for(var i = 0; i < files.length; i++){
    try{
    var foldertest = files+.getFiles();
    processed++
    var myfile =     File(files+ + "/" + mylink)
        if(myfile.exists == true){
            return myfile
            break;
        else{
        var myscan = getfiles(mylink, Folder(files+))    
            if(myscan != undefined){
            return myscan
            break;
    catch(myerror){
        skipped++
    >

  • My Links and External Links wont work on my page. Using Dreamweaver CS4

    I have followed all the instructions for adding external links to my website using Dreamweaver CS 4.  I cannot click on any of the links in the body of my pages, even on my sitemap page my internal links dont work.  Any suggestions would be greatly appreciated as I have looked online for a resolution to this problem and not finding any new information.
    Thanks,
    diamndlady

    Hi,
    please copy my source code from my for you made test side, where I offered my solution wiht both options:
    http://www.goldschmiede-blumberg.de/li.html
    ... or better, I'll do it for you,here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inserted Links</title>
    </head>
    <body>
    <ul type="disc">
      <li><a href="http://www.50states.com/" target="_blank">50 States and Capitals page:</a></li>
      <li><a href="http://www.thisnation.com/ " target="_blank"> An online History of the United States:</a></li>
      <li><a href="http://www.besthistorysites.net/"> Best history sites: a comprehensive listing of a variety of history subjects from ancient times to current history:</a></li>
    </ul>
    <p>or:</p>
    <ul>
      <li>50 States and Capitals page: <a href="http://www.50states.com/ ">http://www.50states.com/</a> </li>
      <li> American Government and Politics online: <a href="http://www.thisnation.com/">http://www.thisnation.com/</a></li>
      <li>
        An online History of the United States: <a href="http://www.smplanet.com/imperialism/toc.html">http://www.smplanet.com/imperialism/toc.html </a></li>
    </ul>
    <p> </p>
    </body>
    </html>

  • Is the PXIe-PCIe8361 adequate for this system? And external clock questions...

    Hi all,
    I have spent some time piecing together a system and I'd like a sanity check before pulling the trigger on this purchase.  The system will contain the following hardware:
    1. Chassis: PXIe-1078
    2. Controller: PXIe-PCIe8361
    3. 3 x PXIe-6363 (16 analog inputs each card, 32 digital inputs each card, all internally clocked @ 10kHz)
    4. 2 x PXI-6224 (32 digital inputs on one, 8 digital inputs on the other, externally clocked in "bursts" of 62.5khz)
    5. Labview software
    The three PXI-6363 cards will be responsible for  a mix of analog and digital measurements made @ 10 kHz, timed continuously by the onboard clock.
    One PXI-6224 will be clocked externally @ 62.5 kHz and will be used to collect digital data on a 32-bit port.  These clock pulses will not be continuous, but will occur in bursts lasting for 2ms every 20ms.
    The other PXI-6224 will be clocked externally @ 62.5kHz as well and will be used to collect digital data on an 8-bit port. These clock pulses will not be continuous, but will occur in bursts lasting for 2 ms at random intervals.
    My questions are:
    1. Am I planning anything that looks unreasonable for this hardware?
    2.  Should I expect issues with data transfer rates with the PXIe-PCIe8361?  I will be operating well within the advertised 110MB/s throughput of the device.  I plan to stream this method... NI Fast TDMS data streaming
    3.  I have only ever used NI cards for continuous measurements made by an onboard clock.  When I set up a task to collect data that is externally-timed, will the DAQ be expecting a "continuous" clock pulse, or will the system wait patiently for clock pulses to arrive at any rate (any rate within the spec of the card, of course)?
    Thanks, any input is appreciated.

    Hello LucasH0011
    1-As long as you put the PXI-6224  and the PXIe-6363 cards in the corresponding slots, meaning the express(PXIe-6363) in the express and the hybrid(PXI-6224) in the hybrid.
    2-I think you would  not have issues with the transfer rate.
    3-Your timing specifications sound reasonable to me, I think you will be fine. 
    Here is a document that has useful concepts for the use of cards:
    http://www.ni.com/white-paper/3615/en/
    It is for the M-Series, but the concepts apply to the X-Series as well. 
    Regards 
    Ernesto

  • SQL and External table question

    Hello averyone,
    I have a file to be read as an external table part of it is below:
    ISO-10303-21;
    HEADER;
    FILE_DESCRIPTION((''),'2;1');
    FILE_NAME('BRACKET','2005-07-08T',('broilo'),(''),
    'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2004400',
    'PRO/ENGINEER BY PARAMETRIC TECHNOLOGY CORPORATION, 2004400','');
    FILE_SCHEMA(('CONFIG_CONTROL_DESIGN'));
    ENDSEC;
    DATA;
    #5=CARTESIAN_POINT('',(5.5E0,5.5E0,-5.1E1));
    #6=DIRECTION('',(0.E0,0.E0,1.E0));
    #7=DIRECTION('',(-1.E0,0.E0,0.E0));
    #8=AXIS2_PLACEMENT_3D('',#5,#6,#7);
    The first question is: how to ignore the lines until the DATA; line or SQL already does it for me?
    The second question is: since the fields of interest are separated by commas and the first field does not interest me (it is solved with a varchar2) how can I read the following fields as numbers ignoring the (,# and ) characters please?
    Thanks for any help.
    Sincerely yours,
    André Luiz

    The SKIP option can be used with SQL*Loader to skip a certain number of lines before starting to load. Off hand I cannot see any easy way to load the data in the format given. The format does not resemble a typical CVS format. You can look at the test cases provided for SQ*Loader in the Oracle® Database Utilities guide - or simply write PL/SQL code to load this data manually using UTL_FILE.

  • Aperture - library management and external HDD question

    Hi all. 
    I have just graduated from a point and shoot to a Panasonic GH2 (love it), and have now begun using Aperture 3 rather than iPhoto on my early 2008 MB Pro to manage my photos going forwards.  Of course, I’ve now discovered that Aperture is quite the resource hog and so it’s upgrade time (darn, “have” to buy a new ‘puter!).  I have a 2011 MB Pro (2.3Ghz i7 with 512GB SSD) on order and 8GB of DDR 3 arriving from Crucial.  Since I have this brand-new-computer opportunity I want to make sure I’m organising things properly before I start transferring things across, and so have a few Aperture-related questions.  (In case it’s relevant, I’m shooting in RAW+JPEG.  So far I’ve been using RAW as master, but have since learnt it might be a good idea to import JPG as master and switch to RAW only when I need to make corrections, so I’ll probably do that going forwards.)
    I understand that moving to referenced masters on an external drive might be a good idea and save me precious SSD-space.  To that end, questions are:
    1. Can anyone recommend a companion external HDD for Aperture and the 2011 MBPro?  I guess either FW800 or Thunderbolt are the way to go.  The Lacie Little Big Disk Thunderbolt might be an option but is this overkill for Aperture masters or would FW800 be sufficient.  I’ve also seen the G-Tech G-RAID mini, Lacie Rugged – thoughts welcome.
    Key requirements are a) as compact as possible, and b) bus powered.
    2. What kind of performance can I expect if I go down this route?  Is there going to be significant loading/processing delay whenever I switch to a new image?
    3. How will Aperture cope with (eg) syncing photos to iPad / iPhone if the drive containing the masters isn’t connected?  Put another way, are JPG renders saved in the Aperture library (i.e. on my MBP SSD) or with the masters?
    Thanks in advance to anyone who responds!
    Aljrob

    Aljrob_UK wrote:
     ...I have a 2011 MB Pro (2.3Ghz i7 with 512GB SSD) on order and 8GB of DDR 3 arriving
    ...I understand that moving to referenced masters on an external drive might be a good idea and save me precious SSD-space.
    1. Can anyone recommend a companion external HDD for Aperture and the 2011 MBPro?  I guess either FW800 or Thunderbolt are the way to go.
    ...Key requirements are a) as compact as possible, and b) bus powered.
    OWC (an excellent vendor) has the Elite Pro Mini hard drive that meets your specs:
    http://eshop.macsales.com/shop/firewire/EliteALmini/eSATA_FW800_FW400_USB
    Thiunderbolt drives are not mainstream yet but eSATA and FW800 both work well. The multiple connection methods of OWC drives allow very desirable flexibility when purposing/repurposing drives.
    Note too that the MBP optical drive can be replaced with up to a 1-TB hard drive DIY or OWC will do it for you. That is what I am doing with my 17" 2011 MBP.
    2. Is there going to be significant loading/processing delay whenever I switch to a new image?
    SSD latency is orders of magnitude less than hard drives. Switching to a new image even fast hard drives with fast connectivity add significant latency delay. To avoid that what I do is leave (Referenced) Masters on the SSD until all editing is complete (which may be a few weeks). Only then do I use Aperture to change the Referenced Masters location from the SSD to a large external drive.
    What kind of performance can I expect if I go down this route?
    With Masters on the SSD and 8 GB RAM imports/exports are very fast and all Aperture editing is essentially instant. You will be pleased!
    Suggested workflow steps for Referenced Masters:
    • Use a FW card reader or MBP slot to copy to a file folder on the SSD (never directly into Aperture or any other images management app). With fast camera cards copy times are quick, but cheap slow cards can slow this step down a lot.
    • Eject and physically disconnect the card reader.
    • Back up that file folder on external drive(s).
    • Only after backup is complete, reformat the camera card in-camera.
    • Import images into Aperture from the file folder on the SSD.
    HTH
    -Allen Wicks

  • External Link Question

    If I put a link to an external website in an InDesign document and then export the doc as an xfl file to work with in Flash, does the link still work?  Or is this something that I would have to add in Flash?

    also just to add there is a little over half a 160 gig lacie drive full of stuff. so i dont wanna do something that brings that whole mess over to the internal and renders my computer to paper weight status.

  • DLLImport variable and library Linking question

    Hello All,
    I am using a CVI program with an external DLL file.
    My program is designed to be able to load a specific DLL file from a collection  of possible files depending on the required task.
    I am making a common variable "result" in each DLL fille.
    In my CVI program it is defined as int DLLIMPORT result;
    In my DLL I have the variable defined as int DLLEXPORT result;
    When I use the DLLIMPORT function for my program to get the variable "result" from the DLL, I get error:Undefined symbol "_imp...
    If I include the library for one of my DLL's in my CVI program, this error goes away, of coures.
    But because I am using multiple DLL's, one at a time, I do not want to link any librarys to a specific DLL.
    I haven't had any issues using my DLL's with DLLEXPORT, but DLLIMPORT is giving me this linking issue when I build it.
    What can I do to define my DLLIMPORT variable so I can bypass linking a library to my CVI program?
    Veni Vidi Duci

    I defined a DLLEXPORT variable inside the DLL header file.
    In my main program, I have a DLLIMPORT statement in my global header file for my main declaration, and then a EXTERN DLLIMPORT for any additional files in my program.
    Basically I have multiple c files
    In my main.c file I define MAIN.
    In all my C files I include a global.h
    Inside global.h I have:
    #ifdef MAIN
    DLLIMPORT variable;
    #else
    EXTERN DLLIMPORT variable;
    #endif
    That's what I was doing. I changed my desgin though.
    I moved away from using DLLIMPORT in my program.
    I am now passing a pointer to a structure everytime I call my DLL functions using DLLEXPORT, similar to the sample above.
    Then my DLL can save data to memory in my main program using that pointer.
    As long as my DLL's use consitent formatting (which is the idea), this should be adequate.
    I have tested this and so far it works pretty well.
    Veni Vidi Duci

  • Macbook pro 13" and external monitor question

    Hi,
    I got a mbp 13" 2010
    I would like to buy a  HP 2510i monitor http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02076507 &lang=en&cc=us&taskId=115&contentType=SupportFAQ&prodSeriesId=3757979&prodTypeId =382087
    Today I brought my macbook to a computer store and connected it to a samsung monitor 27" using mini-display to hdmi cable.
    When i mirrored the screens I got two black areas on the left and right. basically it wanst fullscreen. (macbook res is 1280x800, so I think I got the same resolution on the external monitor)
    But when I disable the mirror option Its all good and supports 1080p resolution.
    How can I get fullscreen(1080p) even when I am mirroring the screen? will this hp monitor be able to do this?
    thanx

    You can change your screen resolution by going to system preferences and displays from there you can select the bes resolution. However you will never get is perfect as the ratio is different from your ho screen to your mac. You could either go without mirroring (what I do with my cinema display) or plug it into your screen and then shut your mac lid so the dock moves onto the ho screen and it becomes your only display. You would however need an external mouse and keyboard to control this.

  • Ipod Video and External Battery Question

    If I am not in the correct forum, tell me. I got the 30 Gig Ipod Video. I am curious about an external battery pack that uses AA batteries to extend the battery life of the Ipod Video. I saw the Belkin but many said they had an overheating problem when using that one. I assume it must be designed for 5th gen. I had one for my mini and it worked great. My assumption is that the one that worked on the mini will not work on the Ipod Video. Any suggestions for one that works well???
    Ipod Video 30 gig   Windows XP  

    I keep all my videos on an external hardrive (to save space on my computer's hardrive) and now that I want to transfer my videos to the video iPod, I don't know how to do it without copying the videos to the computer's. Same goes for buying videos on iTunes. Can someone help me with this, please?
    One possibility is to simply let iTunes use the external drive as its primary storage device. (I.e., store your "Music" folder externally on the external HD.) To do this, go to the "Advanced" Preference tab and reset the storage location. (Not sure if current material will automatically be copied to the new location or if you have to do this manually.) Would assume you can then use the expanded storage area for iPod compatible files, archive "master" material to CD/DVD, and delete unwanted masters from the HD. If you are using the auto-sync mode, you can then use the active "Library" to control what is sync'd. Further, you can then delete material from the "library" but elect to leave the file(s) stored in the "Music" folder rather than "trashing" them (i.e., keep them stored on the external drive as sort of an "archive") if/when you no longer want it sync'd to your iPod and restore it later to iTunes when/if needed again.
    2.0GHZ G5/533MHz G4 DeskTop/400MHz G4 PB   Mac OS X (10.4.3)  

  • Service Manager and external link

    Hi!
    I'm developing some new features in HP Service Manager and I want to know if it's possible from an entry of the menu go to an external web site.
    Thanks!

    Hi,
    This is peer-to-peer forum, you may want to contact with the developers because this can be a closed source software. The following lists show contact points, people will help you:
       http://welcome.hp.com/country/w1/en/contact_us.htm​l
    In the US:
       http://www8.hp.com/us/en/contact-hp/phone-assist.h​tml#section1
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Javahelp 2.0 and external links

    I have created a simple JavaHelp (2.0) help system and I have tried putting in some links to various sites (say http://java.sun.com) I have put a hyperlink tag into one of the htm ( Hey this is a java site
    WHen I click on the link in the Javahelkp viewer, it loads the page in the main window instead of launching the default system browser.
    Please help this java newb out.
    Aaron

    You might find the following thread useful.
    http://forum.java.sun.com/thread.jsp?forum=42&thread=266214

  • Bootcamp dvd and external monitor question

    I had parallels before but it does not compare to the boot camp program, Almost everything works great. I do have a couple of issues, The first one is the DVD player, It wont let me play movies it tells me that there is a driver missing(I have win xp) and it dosent play the movies. I also cant use my external monitor on the xp side but works great on the leapord side. Your assistance in this matter would be greatly appreciated, Thank you

    bootcamp drivers for the GPU unit lack that functionality. Instead you can use more recent drivers for your GPU. Before installing any, make sure you uninstall the current one.
    For ATI:
    Alternative 1: Go to http://www.omegadrivers.net/ and download ati driver.
    Alternative 2: Download latest ATI driver for your chipset from ATI but not mobility one. For instance if your GPU is ATI Mobility Radeon X1600, download Radeon X1600 driver from ati. Then mod it with modtool from http://www.driverheaven.net/modtool.php
    For NVIDIA:
    Download your driver from http://www.laptopvideo2go.com/

  • Another bootcamp and external monitor question

    my external display works fine and looks good, however, while running xp pro with SP 2, i cannot tell windows to make my external monitor the primary display. is there a way around this? thanks.

    bootcamp drivers for the GPU unit lack that functionality. Instead you can use more recent drivers for your GPU. Before installing any, make sure you uninstall the current one.
    For ATI:
    Alternative 1: Go to http://www.omegadrivers.net/ and download ati driver.
    Alternative 2: Download latest ATI driver for your chipset from ATI but not mobility one. For instance if your GPU is ATI Mobility Radeon X1600, download Radeon X1600 driver from ati. Then mod it with modtool from http://www.driverheaven.net/modtool.php
    For NVIDIA:
    Download your driver from http://www.laptopvideo2go.com/

  • How to force external links to open in new browser window/tab?

    Greetings. I'm here because searching elsewhere kept coming up with references to javascript. I've created an interactive PDF with both internal and external links. It works just fine when viewed in either Acrobat or Reader. However, it is being downloaded to users' browsers and when they access the external URLs, the new sites replace the existing page in the same window.
    Is there a simple way for me to include an action in the PDF prior to distribution that will force it to open external URLs in a new browser window or tab?
    And for the record, I barely know how to spell Javascript, much less how to write or implement it. So if there is a simple solution, I hope you can also help walk me through the steps to implement it.
    Thanks a ton.

    There are two issues here:
    - How to do it using JS
    - How to do it in a non-Adobe browser plugin
    The first is pretty straight forward. You use a code like this, replacing the dummy URL with your own:
    app.launchURL("http://www.example.com", true);
    The second issue is more problematic, and in fact there isn't really a solution to it. If the plugin used supports this method then it will work, if not, then you're out of luck. Unfortunately, outside of the Adobe software I don't think that any other plugin supports it.

Maybe you are looking for