Multiple paths in FILE_DATASTORE path attribute

Hi,
I want to index a column that holds file names spread across multiple directories on HD. The documentation says this can be done by separating paths with a ':'. I tried the following but didn't work (DRG-11513):
BEGIN
ctx_ddl.set_attribute('IE2.IE_LNKS_FILE_DATASTORE', 'PATH', 'C:\dir1:C:\dir2');
END;
Any ideas how to use this feature on Windows?
Any help much appreciated. (CFG: Oracle 8.1.7 on WinSBS)
Andrei.

Please ask questions about Oracle Text (formerly interMedia text) in the Oracle text forum. Oracle text experts monitor the Oracle Text forum, you will get a quicker, more expert answer there.

Similar Messages

  • THIS SUCKS!!! Re:Multiple paths in FILE_DATASTORE path attribute

    After 6 hours of struggle I managed to solve my problem. Everything was due to a stupid mistake (or incomplete documentation of intermediaText) on Oracle's part:
    1. Pasted from Oracle8i interMedia Text Reference - Datastore Objects:
    You can specify multiple paths for path, with each path separated by a colon (:). File names are stored in the text column in the text table. If path is not used to specify a path for external files, Oracle requires the path to be included in the file names stored in the text column.
    2. Pasted from Oracle intermedia Text Manager online help:
    Multiple paths can be specified for
    path, with each path separated by a colon (:).
    This is wrong at least on Windows based OS's. Fortunately, when everything else failed I tried with a SEMI-COLON (;) and worked. Go figure...

    Please ask questions (or post statements) about Oracle Text (formerly interMedia text) in the Oracle text forum. Oracle text experts monitor the Oracle Text forum, you will get a quicker, more expert answer there.

  • Multiple Class-Path: attributes in Jar files

    Hello,
    I'm packaging a set of jar files for distribution with Class-Path: attributes in them. In the documentation I read and in one of the java trails it said that I could have a manifest file like:
    Class-Path: log4j.jar log4j-core.jar
    Class-Path: jsse.jar jcert.jar jnet.jar
    But this doesn't work. It only works when I do this:
    Class-Path: log4j.jar log4j-core.jar jsse.jar jcert.jar jnet.jar
    Here is how I'm running the jar:
    java -jar server.jar
    Is the documentation wrong? Or this is a bug?
    thanks
    charlie

    Certain attributes were only meant to be specified once. Like Main-Class and Class-Path for example. If these were listed two or more times, then the last occurance is the one that gets recognized (basically, each new instance overwrites the previous instance). Some attributes are listed as "per-entry" and are freely duplicated for each entry. For example signed jars could have a number of Name: and xxx-Digest: attributes.
    This link is to the manifest spec:
    http://java.sun.com/products/jdk/1.2/docs/guide/jar/manifest.html
    To answer the original posters question, the doc's are in error. Actually, the error was not in the docs, it was in the tutorial, but none the less its still in error. He could have done this:
    Class-Path: log4j.jar log4j-core.jar
    jsse.jar jcert.jar jnet.jar
    ^-- two spaces before the start of jsse.jar
    because the docs allow for line continuation (although it's not exactly clear if you read the docs). The docs are also apparently in error regarding the max line length of 72 bytes. I have tested this with over 100 char's on a win32 machine and it works fine for me. The limitation must therefore apply to some other operating system, or it could just be in error.
    -Ron

  • How to change font attributes on multiple paths at once?

    I am trying to change font size on multiple paths at once but as soon as I select them the font options become unavailable (greyed out).
    Is it possible to do it?

    Willi is essentially correct but I think his message is being drowned out by the allcaps enthusiasm
    If you select multiple paths with the Selection tool (the black arrow) then you cannot alter type formatting directly. Seasoned InDesign users rarely manipulate type by direct formatting; instead we apply a paragraph style to all of the type, and then change the paragraph style. If all the text on those paths was marked with the same paragraph style, then you could just change the style.
    You could do it other ways, but they're all suboptimal. For instance, if all of your text-on-path was set at 11 points, and no other type was set at 11 points anywhere in your document, you could use Find/Change to specify a Find Format and a Change Format under More Options. If all of the paths were marked with the same Object Style, then you could make a new Paragraph Style and specify it in the Object Style.
    But if you drew those paths by hand, then they have the Basic Graphics Frame object style applied (like everything else you drew in the document) and if you didn't style the text then every bit of text has the Basic Paragraph style applied (like every other bit of text in the document). So you're either going to do it by hand, or... you're going to follow Willi's allcaps advice.

  • 3-1674105521 Multiple Paths error while using Bridge Table

    https://support.us.oracle.com/oip/faces/secure/srm/srview/SRViewStandalone.jspx?sr=3-1674105521
    Customer Smiths Medical International Limited
    Description: Multiple Paths error while using Bridge Table
    1. I have a urgent customer encounterd a design issue and customer was trying to add 3 logical joins between SDI_GPOUP_MEMBERSHIP and these 3 tables (FACT_HOSPITAL_FINANCE_DTLS, FACT_HOSPITAL_BEDS_UTILZN and FACT_HOSPITAL_ATRIBUTES)
    2. They found found out by adding these 3 joins, they ended with circular error.
    [nQSError: 15001] Could not load navigation space for subject area GXODS.
    [nQSError: 15009] Multiple paths exist to table DIM_SDI_CUSTOMER_DEMOGRAPHICS. Circular logical schemas are not supported.
    In response to this circular error, the developer was able to bypass the error using aliases, but this is not desired by client.
    3. They want to know how to avoid this error totally without using alias table and suggest a way to resolve the circular join(Multiple Path) error.
    Appreciated if someone can give some pointer or suggestion as the customer is in stiff deadline.
    Thanks
    Teik

    The strange thing compared to your output is that I get an error when I have table prefix in the query block:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE TMP1.A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "SYSADM"."TMP3" failed to load/unload and is being skipped due to error:
    ORA-38500: Unsupported operation: Oracle XML DB not present
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at Fri Dec 13 10:39:11 2013 elapsed 0 00:00:03
    And if I remove it, it works:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "SYSADM"."TMP3"                             5.406 KB       1 out of 2 rows
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at Fri Dec 13 10:36:50 2013 elapsed 0 00:00:01
    Nicolas.
    PS: as you can see, I'm on 11.2.0.4, I do not have 11.2.0.1 that you seem to use.

  • How to pass a value to path attribute of jpf:forward at run time.

    Hi all,
    I have a public variable in my controller and I am getting a value from my jsp
    and assigning it to that variable.
    Now the question is how to pass that variable value to path attribute of jpf:forward.
    @jpf:forward name="success" path="promoLink"
    Here in this case promoLink is a public variable in my controller.
    Pls suggest.
    Thanks.

    Hi Vijay,
    You posted this a while ago -- not sure if you've found a solution already,
    but in case you haven't...
    If you want to construct the Forward dynamically, you can do it without
    annotations. There are constructors that take URI and URL, which you can
    use like this:
    * @jpf:action
    public Forward goSomewhere()
    return new Forward( new URI( promoLink ) );
    Does this address your question?
    Rich
    "Vijay Bijjargi" <[email protected]> wrote in message
    news:3f5739f8$[email protected]..
    >
    Hi all,
    I have a public variable in my controller and I am getting a value from myjsp
    and assigning it to that variable.
    Now the question is how to pass that variable value to path attribute ofjpf:forward.
    >
    @jpf:forward name="success" path="promoLink"
    Here in this case promoLink is a public variable in my controller.
    Pls suggest.
    Thanks.

  • Photoshop file exports multiple paths to illustrator

    I'm brand new to illustrator but have noticed than when i place a Photoshop tiff file, it sometimes imports multiple paths with the image -- some of which
    do not show up in photoshop.   For instance, I have a file with two objects with paths, I crop to one image in photoshop, then save.  When I import that single image cropped file to illustrator, FOUR paths show up instead of one -- i.e. I have the two paths of the original photoshop image plus duplicates of the same, all in the same file.   I've noticed this happens on all my files that originally had multiple images even though they had been cropped to just a single image.
    Anyone know how to fix this, or better yet, what the heck is going on?

    We did not get your screenshot, use the camera icon left of the smiley face.
    Did you try Milleniums suggestions, you may have cropped this adn have a clipping path that is off the canvas taht you are not seeing.
    To flush this out, I would select the good  path you have in photoshop, cut this, delete all paths in your phothsop document, then paste the path in your clipboard, name it, set it to your clipping path.
    I personally never use clipping paths for final, as they make my knockouts look unnatural, and too hard edged. I mask my layers(in a grouped set), cause then I am getting my background knockout out at 300 dpi (bitmapped CT resolution), rather than a razor sharp 3386 dpi(LW resolution).  You may be working on a web project so this may not affect you as much, but just wanted to note this finer point as many people nowadays never worked on a Scitex/Crossfield/Hell so don't realize this is what is happening.

  • Alternate drives in Jar file Class-Path attribute

    Hello, all. I am working on a project that I would like to package into a single jar file for simple execution. At my place of work classes from EJB are stored on a different drive from where I am doing the development. I am having trouble accessing those classes from the Jars I am creating. When I try the following manifest:
    Main-Class: MyPackage.MyClass
    Class-Path: U:\someFolder
    the application will not start, saying that MyPackage.MyClass cannot be found. This is despite MyPackage.MyClass being properly packaged into the Jar file, as verified by a jar t operation. When I leave off the drive letter in the Class-Path attribute:
    Main-Class: MyPackage.MyClass
    Class-Path: someFolder
    the application starts and executes properly right up until a class from someFolder is needed, at which point exceptions begin to be thrown.
    Any ideas will be much appreciated!
    John Todd

    I was eventually able to find the answer to my own question: Jars do not accept absolute paths at all, only relative paths. Thus, the alternate drive approach will not work. Fortunately I was able to find an alternate solution.
    John Todd

  • Export multiple paths to illustrator

    Photoshop CS5
    Is there really no way to export multiple paths, on multiple vector layers, to Illustrator in one go?

    What did you do to get that option to be available? I don't see it. All I see, in the "Export paths to file" dialogue is the path I currently have selected. But I have many vector layers I want in Illustrator (which I've already one by one copy/pasted into Illustrator, but I still want to know).

  • Servlet classpath: multiple path

    Is it possible to have multiple path in a servlet classpath (not in the java
              class path) ?
              How do you do it. ?
              Jean.
              

    Yes, it is possible.
              1) on NT, use ";" as classpath seperator.
              2) on UNIX, use ":" as classpath seperator.
              Cheers - Wei
              Jean Kunz <[email protected]> wrote in message
              news:8b531n$q4m$[email protected]..
              > Is it possible to have multiple path in a servlet classpath (not in the
              java
              > class path) ?
              >
              >
              > How do you do it. ?
              >
              > Jean.
              >
              >
              

  • Best way to achieve multiple paths with quizzes using Captivate 6?

    I’m looking for the best way to achieve multiple paths and quizzes using Captivate 6.
    Here is the scenario: The learner watches general slides 1 – 3 and then chooses between Path A, Path B, or both paths combined.  If they choose Path A then they watch the A portion only and take the A Quiz only. Same happens for Path B and for the two paths combined. The learner would only have to go one path to complete the course.
    What I’m finding is Captivate only has one Quiz results page (even if you create two separate quizzes, it merges them). I was trying to avoid having three separate projects for the same module to keep it simple. I see if I have three separate projects I could use the Multi-SCO Packager to merge them for use on my Moodle LMS. But wait, I don't have the elearning suite, so I don't have access to the Multi-SCO Packager...
    My question is: What is the best approach way to accomplish this goal? Any recommendations?
    Message was edited by: austingina

    Captivate 6 has Branch Aware quizzing.  Turn on that option in Quiz Settings and then your Quiz Results page should only show results for the branch your user visits.

  • Who knows about Jar/Manifest: Class-Path-Attribute

    My question is:
    When packaging my classes and ressource files into a jar file, everything works fine as long as I put the manifest-file into the parent directory of the package folders (there's the main class too) and set its Class-Path-Attribut just as . (a dot).
    I'm working with WinXP Prof.
    As soon as I fill in a path with backslashes or slashes as separator, the produced jar-file doesn't work (class loader does'nt find main-class).
    Is the problem the drive-letter (D:) in the path or do you know something else?
    Greetings
    Frank

    Yes, and likely the . is what you need ...saying: I want the packages which begin in the same directory as the jar running this application. Even if your class is in a package hierarchy like tst.test.Support.class, if the directory tst is in the same directory as the application jar, you would use classpath . not tst/test/Support.class. If you put the tst package in a directory under the folder where the jar resides, say called testit ...you would then have a classpath in the mainifest like testit/. The class path always needs to get you to the root of any package you want to use ...but not into the package itself. Java recognizes when it is looking at a package nesting due to the package declaration syntax in the files, the classpath just points to the location of the root of that package and nothing more. Does this make sense?

  • Pen Tool Multiple Path Selection

    Just upgraded to CC 2014. I frequently remove photo backgrounds by creating paths with the pen tool. I have always been able to create multiple paths for areas that I want to delete using the pen tool, then upon completion, right click, choose "Make Selection" and then delete all the areas at once. Since upgrading, only the last path region is selected using this method and the other areas disappear. Any help would be greatly appreciated, have been going crazy trying to figure this out.

    That particular aspect should work the same as previous versions.  When you make the first path, click outside that path in the Paths panel, and then click back on it. You only need to do this if you have left the previous path open (not closed it by joining the two ends.
    Continue using the pen tool and the new path segments will be there in the same path.
    You need to be aware of the Pen tool options, like Combine, Subtract, Intersect. 
    If you use that path for making a selection for instance, and then use the Pen tool again, you will lose the first path.  A quick and easy way to save paths is to drag them to the New Path icon at the bottom of the Paths panel.
    This graphic might be of help.

  • Avoid multiple paths rpd part II

    Hi,
    after resolved "Multiple paths" problem, i explain you subsequent error message that Administration tool gives me.
    I have following mapping:
    I have following tables:
    Entity (DIMENSION) - Entity_Relationship (DIMENSION) - HFM_Inventory (FACT TABLE) - HFM_Inventory (ALIAS) (FACT TABLE), HFM_Financial (FACT TABLE), HFM_Marketing (FACT TABLE) - HFM_Receivables (FACT TABLE).
    My mapping in Logica Business Model is:
    Entity -> Entity_Relationship
    Entity -> HFM_Inventory
    Entity -> HFM_Financial
    Entity -> HFM_Marketing
    Entity -> HFM_Receivables
    Entity_Relationship -> HFM_Inventory (ALIAS)
    When i link Entity_Relationship -> HFM_Inventory (ALIAS) , Global Consistency gives me following error:
    Logical Table HFM_Financial has no a proper primary key defined. But in my opinion it's obvious because it's a fact table and not a dimension. What is wrong in my mapping?
    Thanks
    Giancarlo
    Edited by: 832596 on 12-mar-2011 4.19

    Hi Diney,
    thanks for your reply. Following your suggestions, error message is disappeared, so i believe your reply was right. But now i have another problem that i explain in another post. I hope you can help me even in it
    Thanks
    Giancarlo

  • Jar Class-Path attribute configuration problems

    java version 1.5.0_14
    OS: Windows Server 2003
    Problem description: Executable jar file needs to access external jar file resources on the same server that executable jar file resides.
    Scenario: Executable jar file resides in a directory called c:\Java. External jar file resides in a directory called c:\Java\itext1
    I have attempted configuring the Class-Path attribute in the manifest with the following:
    java/itext1/itext1.jar or entering itext1/itext1.jar
    I receive the following error message, from the java command:
    c:\>java -jar /java/MyJar.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: com/lowagie/text/pdf/
    BaseFont
    I even unpacked the jar file, to see if I could access the class using the following command below (The class does not have a main method, so I did not expect it to execute, but I would have thought the class would have been located)
    C:\>java java/itext1/com/lowagie/tools/BaseFont
    Exception in thread "main" java.lang.NoClassDefFoundError: java/itext1/com/lowa
    ie/tools/BaseFont
    I am at my wit's end. Does anyone have any suggestions?

    The -jar flag tells the interpreter that the application is packaged in the JAR file format, and to my knowledge, has nothing to do with the classpath attribute within the manifest
    At any rate, I found my problem. When packaging the jar via Eclipse, I had 2 .classpath resource files within the project, which was causing the jar fiile to be built incorrectly.

  • Cfindex: path attribute issue

    I am currently trying to index a network directory
    recursively so that all of our HR files will be in a verity index.
    This way a user could just search for "benefits" and view all
    related benefit documentation that were placed in the HR hierarchy.
    The issue occurs when trying to specify the path attribute for
    cfindex. The files are stored on a network drive, so that ideal
    path would be: "\\hrdata\documents". We do have an IIS mapping so
    that if you want to our intranet and typed "
    http://#ourintranet#/documents/"
    you could reach any file. If I do a cfdirectory action="list" or
    try to use cffile with the network paths, everything returns
    correctly so I know that CF can see the propper mappings. However,
    when I run the attached code it does not index any documents. Does
    anyone have any ideas? I have been working on this for quite awhile
    and I am really stumped.
    Thanks in advance:
    Brendan
    Currently we are using CF MX 7.02 with Hot Fix 3

    Brendan
    I know that lucene (sp?) works on a unix implementation and
    you can find some information over at coldfusionjedi.com, but are
    there any other possible solutions you can use? I am unaware of how
    you should proceed short of contacting the K2 (or whomever owns
    verity now).

Maybe you are looking for

  • Change the Display Name of sender

    hi all, I am sending email from SAP to outlook I suppose the sender name is concatenated from the SAP account master(SU01) but it seems it is cache somewhere. For example, the original name of my account is "Steve Jordan". I add "[From SAP]" in front

  • MOST VISITED FOLDER all screwed up! Top sites gone; collecting all pages seen...How to fix?

    Top sites have disappeared from MOST VISITED FOLDER and is collecting ALL pages visited. I am having to delete as I surf. Additionally, the top sites just stayed in the MOST VISITED folder after I deleted them from showing up on the Bookmarks Toolbar

  • Problem set up photoshop_cs5

    this picture shows when i tring to install..  I restarted my computer and nothing changes. please someone can help my?!?!?! thnx

  • How to replace hard drive on micro ph

    does anyone know how to replace the hard dri've on the zen micro photo ? can u pls tell me all the instructions or a link to the instructions thanks a bunch

  • Plug-ins/No Filters Folder

    Trying to load plug-ins in CS6, on a Mac, but there is no filters file under the Plug-ins folder.  It is completely vacant except for a Panels folder.  Did the filters folder move to somewhere else?