Query text for RIDC file fetching

How can I write a query like
xdDocName = `ABC` && (xdDocType = `DEF` || xdID = `123` && xdDocAuthor == `XYZ`)
in query text format for RIDC calls for search operations focusing on bracket inclusion?
Edited by: 904246 on Dec 27, 2011 1:19 AM
Edited by: 904246 on Dec 27, 2011 1:24 AM

This is an excerpt from a sample code containing the requested information:
String queryText = "dDocName <matches> `" + content_dDocName + "`";
// create the binder
DataBinder searchResultBinder = idcClient.createBinder();
// populate the binder with the parameters
searchResultBinder.putLocal("IdcService", "GET_SEARCH_RESULTS");
searchResultBinder.putLocal("QueryText", queryText);
searchResultBinder.putLocal("ResultCount", "20");P.S. If you want to see how <i>queryText</i> should look like, simply turn on system tracing on requestaudit, execute the query from GUI, and check what's in the tracing console

Similar Messages

  • How to control text for PDF Files in the BI7.0 Broadcaster

    Hi ,
    I am running a web template in the BI7.0 Broadcaster. The output prints in the PDF format. In the precalculation tab I have set up 4 variables(VAR1,VAR2 .. etc) . The main folder where these PDF files get stored I can control the text but dont know how to change the PDF file names which fall into this folder. All the PDF files have the technical name and number(like XXX_00000,XXX_00001 etc.) How can I control the text for these files.
    Thanks,
    Kal

    HI Kal,
    it is not possible to get any influence on the filenames. If you use Filternavigation the filename is generated to be unique.
    best regards,
    kai

  • How to make it so that DW shows color-coded text for a file type?

    Hi,
    I work with ".inc" files, which I include into PHP files.
    At the moment DW just shows all of the text within .inc files
    as black. How can I get DW to color-code the text (like it does
    with other files such as html or php) so that I can make it easier
    to read?
    Cheers!

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16410
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "chuckee" <[email protected]> wrote in
    message
    news:fb6cdb$mno$[email protected]..
    > Thanks for that but I did want to keep the file with the
    .inc extension.
    > In the back of my mind I thought there was some setting
    I could change so
    > that DW recognised new file types.

  • First Real Project... How to I query filesystem for directory / file info

    Total beginner here :) Been on a course which is all well and good but now I have to actually do something more worthwhile :)
    The app I am working on will be based on the abilty to take a folder or drive, and query it and all subdirectories for information. It is a cleanup process to get rid of all directories and contents based on the size of the top level directory.
    So I have a drive with circa 20000 directories. I need to find all directories where size of contents is less than (for example) 1mb... then delete them. These directories could be empty, they could be 7 or 8 levels deep with various small files in so the process needs to be flexible in that regard.
    So step 1. What API can I use to query the directory structure (starting from a path given as a variable of course) and get information such as name, size, contents etc
    Step 2 will be to present this in a report format
    Step 3 will be to execute the deletions based on the data received (possibly with the option to exclude some paths via a checkbox or something)
    Right now I am stuck on Step 1 :) So please any help is appreciated!

    Check this one:
    http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html
    MeTitus

  • ALT text not appearing in PDF for EPS files

    Hi,
    I have a created a document in InDesign CS5.5 which has images and text. the document should be accessibility complaint.
    The document has images which are in PSD, tiff, eps and PNG files. I have applied the Alt text for each images.
    After I export the document as PDF, when I mouse over the images, the Alt text is appearing for all the image formats except EPS file format. But Acrobat reads the Alt text for the image.
    I am wondering why the Acrobat is not showing the ALT text for EPS file formats when i mouse over the image.
    Is anyone facing the same problem? should I do anything in the settings?
    please help.
    Regards
    Ramji V K

    The EPS image is not created in photoshop. the image is created in Illustrator.
    Also, what do you mean by Single image? can you please explain a bit more about that?
    Thanks.

  • How to setToolTipText for a file in jfilechooser?

    I want to set tooltip text for a file in jfilechooser for getting its detail to user without selecting a file as it is in windows explorer(e.g for file size,date modified).
    Since jfilechooser does not give directly reference to a file without clicking the file.
    As i have found after googling that jfilechooser displays file in JList.
    So here is the code that get file in JFileChooser
    private Component findJList(Component comp) {
        if (comp.getClass() == JList.class) return comp;
        if (comp instanceof Container) {
            Component[] components = ((Container)comp).getComponents();
            for(int i = 0; i < components.length; i++) {
                Component child = findJList(components);
    if (child != null) return child;
    return null;
    where in findJList jFileChooser object is passed
    So i wan't to know is there any way so that the child being a file will be able to show tooltip for displaying file size or file details or any thing about File.
    Please give me any solution.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Silly me!
    The simple fact that the URL isn't null, means the file exists. No need to explicitly check it again.
    (Unless I'm missing something here?)

  • Oracle text search not working for  WSDL files

    I have a table (resources) with blob data type column (xml_data) and I've created context type index on that column. I've XSD and WSDL files stored in that blob column.
    I can search XSD and XML files with a query with contains operator. But any search on the words from wsdl file returns zero results.I am not able to perform search on wsdl file.
    Please advise me whether oracle text can work for WSDL files also ?
    Query details
    ===========
    create index myIndex on resources (xml_data) indextype is ctxsys.context;
    select * from resources where contains(xml_data, 'searchword') > 0
    Thanks a lot,
    Santhi

    Even though it isn't listed specifically, I can't see why it wouldn't work. The WSDL file should be a simple XML file, so in theory it shouldn't be any different to Oracle Text than the XML file that you loaded and searched successfully. Did you get any errors during indexing, and what do your tokens look like in the DR$MYINDEX$I.TOKEN_TEXT column?
    Do you have a mini test case that didn't work for you? Perhaps we could play with it a bit.
    Long term you might want to consider using section groups so that you can search "within" tags.
    -Ron

  • Is there a way to simultaneously add text to Comments field for multiple files?

    Is there a way to simultaneously add text to Comments field for multiple files? I know I can use Option+Comman+i to bring up the Inspector window but it doesn't have a Comments field. For example, in iTunes you can select multiple files and change metadata for any field simultaneously and easily yet when it comes to the Comments field in the Finder, this seems to be missing.
    In our production environment, Comments field is important because we place notes about what drive the file originated then when it gets transferred to LTO-6 tape via LTFS, we can quickly trace it in the event we needed to recreate the hard drive. Because tape archiving is linear, we can't store all of the files on the same tape.
    We've tried using Apple's Automator but it too seems to not have a way to batch change text in the Comments field. Any help is appreciated.

    What is "order data"?

  • Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).

    Hello
    When I try to start the SQl server service i get the following error:
    Event id 17058
    Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).
    As a test I have made sure the errorlog file ,and the entire drive it is, has everyone full control permissions, but to no avail. Does anyone have any ideas to resolve this issue?
    Thank you

    Hi,
    Try running:
    SELECT SERVERPROPERTY('ErrorLogFileName')
    Then verify that the account being used to run the SQL Server service account has access to the path output above.  If possible, you could try logging onto the server with the same account used to run SQL Server then navigate to the errorlog folder.
    Thanks,
    Andrew Bainbridge
    SQL Server DBA
    Please click "Propose As Answer" if a post solves your problem, or "Vote As Helpful" if a post has been useful to you

  • Edit/add text to the file attached in Services for Object

    Hello,
    We have a business requirement where user wants system auto populate some text in the file that is attached to the invoice in services for object. If anyone had done similar enhancement then please share the ideas to enable this functionality.
    Thanks,

    Hello Fractel,
    Are you get rid of this issue?
    We have just implemented some of SAP packs/patches and few users face this issue.
    When I tried the same, I did not face this issue.
    Please suggest.
    Regards,
    JPS

  • How do i add a download action for dxf files. firefox assumes its a text file and just opens it with no download action dialog box

    I want to add a download action for dxf files so they open in Autodesk trueview. The steps described here (http://support.mozilla.com/en-US/kb/Managing%20file%20types#w_adding-download-actions) say to click on a link for the filetype you want to add an action to but firefox thinks the dxf is a text file and just opens it in a new tab with no download action dialog box.

    Use the right-click context menu and choose "Save Link As" or hold down the alt key and left-click the link.

  • How to invoke alt-text for images in a PDF file by Automation

    Hi,
    Can any one help me?
    How to invoke Alt-text for Images in a PDF file using script?
    Thanks for looking into this.
    Regards,
    Sudhakar

    What do you mean "invoke" alt-text?  If Alt-text is there, then it will be presented to a screen reader.

  • How to get the text for the new query

    Hi all...
    we have created a new query by copy of existing query. iwe have changed only the sales area in the filter.
    when we run the original query in japan language, getting japan text for the material where as for the new query it is not getting japan text.
    we have extracted text masterdata for sales area but when we run the query it is not displaying material description in japan language.
    how to get text for the material in the new query?
    thanks

    hi,
    What is the output for text filed you are getting as of now?
    Check the properties of the material in old query?
    Generate the query in tcode RSRT and execute and check.
    Check if the Display as properties is selected as "Key and Text".
    try to replace it back(sales area) in filters and check in new query - if u are getting the desired output or not.
    Regards
    KP

  • How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    Hi Ed
    Thank you for contacting me, however I already know how to save text to
    audio files via timeline using the Export feature.
    So my question was not entirely clear and I apologize for that.  To explain
    further, whenever I save a text to audio file, captivate takes me to a
    default save as folder where I then have browse back to my production
    folder where I am keeping all my Txt to Aud files.  This is very tedious
    process when you have alot of files to save.  So my question was is there a
    way to configure captivate so I can make my production folder the default
    file for whenever I save a Txt to Audio file through Export feature that
    the system automatically takes me to that production folder, and I am
    spared the long tedious process of saving the file manually to the
    prodcution folder I want.
    I have copy the pathway to the production folder in the URL filed in the
    Save As dialoge box and that workaround as cut the work down but I still
    have to paste that URL field to point the file to the right folder. So it
    would be nice if I could do everything automatically.  Microsoft makes this
    capability in their MS Office applications, so I was thinking Adobe might
    do the same thing.  Your help with this would be appreicated,
    Thanks
    Merrill Roberts
    Sr. Training Specialist
    SunGard Availability Services
    Direct 925-831-7730
    Mobile:415-215-9280

  • Searching for a text in the file.

    I have a to search for a particular text, in the file.
    Since my file is of large size, I do not want to read the file line by line searching for the text.
    Is there any API which will help me do this?

    arc_g wrote:
    Having found the text in the file, I want to read from that point/index to the end of the file.That I can do using RandomAcessFile.
    The point is to find the text in the fileIf your problem is related to http://forums.sun.com/thread.jspa?threadID=5378628&tstart=0 then you do not want to search from the front of the file.

Maybe you are looking for

  • Why my voice memos & notes disappear?

    Suddenly to my horror today when I check my voice memos playlists most of my voice memos are gone from my iphone. I did not tweak around with my iphone or itunes. I backup my iphone regularly to my itunes PC and the voice memos are still in my itunes

  • IPod visible in iTunes but not Windows explorer

    Hi there, I recently upgraded from windows 7 to Windows 8.1 and since then, my iPod touch and Windows do not seem to be getting along very well. Below is a screen shot of my device manager showing that very sad little yellow triangle next to my iPod.

  • My wireless isn't working anymore.

    Hi You have a couple of options as I see it please try these steps might help you to fix your issue. 1) Disconnect the Battery & Adapter then press & hold the power button on Notebook for 30 seconds then turn on the unit and check if the Wireless lig

  • IPhone 3g soon in Saudi Arabia

    http://www.mobily.com.sa/iphone i think its to late apple ;d half the people here already got iphones ,, anyway my question is ( mobily*co releasing iphone in saudi arabia with full support from apple ! DOSE THE PHONE SUPPORT ARABIC LANGUAGE ????

  • How do i colour fill the spaces between my line work

    I have drawn an image using various shapes and lines how do i fill the space in between sections with colour without it just filling the rectangle shape? Ive drawn this dragon and need colour it in what is the easiest way to do it as they are all ind