Indexed attributes but non indexed search

Hi !
There's something that I don't understand in my directory.
I have a request which is qualified as "non indexed" but when I look at the configuration of the indexes, it seems to be ok. Where am I wrong ?
Search filter (using logconv.pl):
Unindexed Search #1
- Date/Time: 05/Jul/2007:17:26:06
- Connection Number: 619481
- Operation Number: 2
- Etime: 21
- Nentries: 20017
- IP Address: 127.0.0.1
- Bind DN: uid=xxxxxxxxx
- Search Filter: (&(sn=*)(givenname=*))
indexed attributes :
dn: cn=sn,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: sn
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsIndexType: sub
dn: cn=givenName,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: givenName
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsIndexType: sub
Anyone an idea please ?
Thanks for your help.

Hi !
There's something that I don't understand in my
directory.
I have a request which is qualified as "non indexed"
but when I look at the configuration of the indexes,
it seems to be ok. Where am I wrong ?
Search filter (using logconv.pl):
Unindexed Search #1
- Date/Time: 05/Jul/2007:17:26:06
- Connection Number: 619481
- Operation Number: 2
- Etime: 21
- Nentries: 20017
- IP Address: 127.0.0.1
- Bind DN: uid=xxxxxxxxx
- Search Filter: (&(sn=*)(givenname=*))
indexed attributes :
dn: cn=sn,cn=index,cn=userRoot,cn=ldbm
database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: sn
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsIndexType: sub
dn: cn=givenName,cn=index,cn=userRoot,cn=ldbm
database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: givenName
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsIndexType: sub
Anyone an idea please ?
Thanks for your help.Although you have defined a substring index for both attributes the actual size of the index lists for those indexes may have exceeded the maximum value for index lists as governed by the system-wide configuration attribute "nsslapd-allidsthreshold" which is set by default to 4000. When the list of IDs for an index grows to the nsslapd-allidsthreshold attribute size, the allids token is set on that index which causes the index to be disregarded and those searches become unindexed.
You may use the dbscan ("./dbscan -n -i -f /<path-to>/userRoot_sn.db3) utility that comes with the Driectory Server Resource Kit in order to confirm that those indexes are marked allids.
Once confirmed you may consider to increase your nsslapd-allidsthreshold value - however changing the nsslapd-allidsthreshold attribute is costly, in that it requires you to rebuild (reindex) your database and will require thorough testing and examination of your data set as this is a system-wide attribute (in 5.x). It's also important not to set the nsslapd-allidsthreshold attribute so high as this puts the server in the position to constantly manage very large index ID lists.
There is a very interesting article called "Understanding Indexing and the ALLIDs Threshold" @ http://blogs.sun.com/DirectoryManager/?page=3 which discusses that topic in depth.

Similar Messages

  • CHM buttons are not localized in a French project (shows English Contents, Index, Search, Print, Hide buttons)

    I opened an old WinHelp project into my new RoboHelp 7. When
    I generate the CHM, even with the Project Settings in RoboHelp set
    to French and running in a French Windows operating system (MS
    Windows XP Pro 2002 SP 2), the CHM output is still in English. The
    buttons display in English (Contents, Index, Search, Print, Hide
    buttons). The title bar of the CHM also says &quot;HTML
    Help&quot; even though the project title in the Project
    Settings is &quot;Aide en ligne...&quot;.
    My Windows Regional Settings through the Control Panel -
    Regional Options tab is set French (France). On the Languages tab I
    under Text Services and Input Languages, Details button, I selected
    French (France) French. On the Advanced tab I selected French. Then
    I rebooted.
    On the language bar on my Task pane, I selected FR. The CHM
    still displays in English.
    Please help! I have to produce 4 CHMS in languages other than
    English today.
    Thanks!

    GinaL, would you be able to give us an update? Did the CHM
    files look ok on a PC with a true French OS installed?
    To avoid having to rewrite everything, I've written the
    following info/instructions for my team -- though I'm not yet sure
    they're 100% correct:
    After I reported this issue to Adobe, they worked on the
    problem for several days. They even sent me a new
    HtmSingleSourceHtmlHelp.dll file that was supposed to solve the
    problem. But it didn't work correctly. No matter what contortions
    we put ourselves through, we couldn't get both of these items
    correct in the CHM file at the same time, namely:
    Index compiled in correct alphabetical order accdg to the
    language of the help project.
    Correctly translated help title showing in the caption,
    regardless of the user's Windows regional settings. (For example,
    we wanted "FORMS-Hilfe zu FORMS 5-3" to appear as the caption of
    the German version of FORMS help, even if our regional settings
    were set to English.)
    I think we'd all agree that the index has to be in
    alphabetical order. So from what I've seen, this is what we have to
    do when compiling a non-English version of help using RH7:
    1. Set up the project with the foreign name.
    2. Set the language in the project settings. And in the
    Project Settings dialog, click Advanced and check out the LNG File
    tab to make sure it's using a translated version.
    3. Ensure that the Window Caption setting is correct in each
    window included in the project. (On RoboHelp's Project tab, open
    the Windows folder, double-click each window in turn, and check the
    settings.)
    4. Set the Language setting in the HHP file to Language=[hex
    value for that language]. I found a bunch of them listed on this
    web page. Someone else might be able to find a better source:
    https://svn.origo.ethz.ch/scoop/es_scoop_60/library/i18n/locale/nls/i18n_nls_lcid_tools.e
    5. Change your Windows regional settings to the same language
    as the help project. (Reboot if prompted.)
    6. Recommended, for safety's sake: Delete the CPD file.
    7. Open the project and compile using RH7.
    8. Check the index's sort order -- is it in alphabetical
    order according to the language of the project?
    9. Check the help caption -- make sure it's not "HTML Help".
    Note: Any customized buttons in your CHM should appear
    correctly translated, but other buttons (Contents, Index, Search)
    still appear in English -- at least they do on my PC, even though I
    did step 2 above. We need to check whether those buttons appear
    correctly when the PC is actually running a true foreign version of
    Windows, and not just with temporarily adjusted Windows settings.
    OR -- is anyone else able to get these to appear translated in the
    CHM file?
    Does anyone have anything to add? Other solutions? Easier
    procedures? Better results to report?
    Thank you
    Eileen

  • Full text index searching in large document sets

    I have been placed in charge of a digital PDF document library for a small biotech company. The library consists of about 1000 100-300 page .pdf documents which have been scanned and OCRed. In order to facilitate the full text searching of the documents a PDX catalog has been created. In theory, the PDX catalog would seem to be an excellent means of quickly accessing the data, but due the sheer volume of text that is contained in the documents this does not seem to be the case.
    Any given search may take hours to complete and many computers in the department have been known to lock up due to the load of running a search. Obviously, this has made using the PDX search more of a hassle than it is worth.
    I do not know exactly how the index searches work, but from what I gather they somehow search within each document in turn and return to you all the instances in all the documents that contain a certain term. If this is the case, than it would make sense that the searches would take a long time because the search would have to search each of the 1000 documents in sequence.
    The thing is: we really do not need to know the context and placement of every instance that a word appears in a document. All we need to know is IF it appears, and perhaps how many times. Is there a way to make an index that will simply give us this information without having to search the actual document?
    Heres an example of what I am trying to achieve:
    Note: I know almost nothing about full text indexes so please forgive me if any of this sounds insane
    Lets say we have a document called "word count.pdf" which contained the following text:
    "blah blah yadda yadda text Recombinant human insulin more text still texting and so on"
    And another called "word count 2.pdf" with the following text
    "Recombinant human insulin and la la la dee do"
    The indexes for these files could be condensed and stored like this:
    "Word count.pdf"
    Blah 2
    yadda 2
    recombinant 1
    human 1
    insulin 1
    text 2
    texting 1
    and 1
    so 1
    on 1
    "Word count 2.pdf"
    recombinant 1
    human 1
    insulin 1
    and 1
    la 3
    dee 1
    do 1
    In this example, if we were to run a search on "text" the index would return "word count.pdf, 3 instances (2 of text and 1 of texting" whereas if we were to search for "recombinant" it would return both "word count.pdf, 1 instance" and "word count 2.pdf, 1 instance".
    This way, I could quickly weed out all documents that do not have the word that I am looking for and get an idea about which documents should be searched more in depth without scanning every single instance of the term in every document.
    Is there any way to accomplish something similar to this using acrobat? (Or anything else, for that matter)
    My specifications: (similar to specs of all computers searching the pdx):
    Windows XP,
    intel celeron CPU 2.6GHz, 1G of ram
    Adobe Acrobat 8 Professional

    Look at dTSearch. We used the publisher version for a CD with large files sets (with hundreds of pages per file/thousands of PDF pages of multicolumn index data - text heavy), and it does a great job. The desktop version would provide the type of searching you are looking for. Indexing is also very fast. Our customer complained, like yourself, about the speed of searches in Acrobat 6 and higher - most of the delay is due to the population of the results window.
    http://www.dtsearch.com/

  • Index search freezes complete application

    We are using the JavaHelp for the context-sensitive online help functionality in an application. A very strange error occurred:
    The index search works fine for many search strings, but for many other search string the complete application freezes. One of these strings is "ab" and strings starting with "ab". This is very annoying, because many german words start with the letter combination "ab". There are other strings which do not work, f.e. strings starting with "orts" and those which do work sometimes, like "ort".
    When I am writing, "the application freezes", I mean that you can only stop it via the Windows Task Manager. Since you are loosing all data which had not been safed until searching the help index, the behaviour is not tolerable for our application.
    We are working with the de_DE.UTF-8 German locale.
    Looking at the threads, we noticed, that one thread was running the isStringInString method of class javax.help.HelpUtilities endlessly.
    I found a bug report (6195811 "jdshelp freeze at search with l10n string") which seems to be related to this problem and in which is mentioned the following:
    "On de_DE.UTF-8 German locale, the following strings cause freeze.
    - <compose> + 'a' + ''' + b + <compose> + 'b' + '''"
    This indicates that other people, too, must have the problem.
    Now my questions:
    Do you have any ideas for a workaround?
    Do you know, if it is possible to disable the index search? And if it is possible: How can it be done?
    By the way, does anyone know, when JavaHelp 2.0_03 will be published? The quoted bug is mentioned to be fixed in 2.0_03.
    Thank you very much!
    beap

    Hi beap,
    we are facing a similar problem. I filed bug report 6296005.
    Do you use JRE 1.5? Our workaround is to use JRE 1.4.2, the bug does not occur with any JRE < 1.5.
    When we detect that the user is running JRE 1.5, we just hide the Index tab. In our implementation of BasicHelpUI we do something like this:
         public void addNavigator(JHelpNavigator nav) {
            if(nav instanceof JHelpIndexNavigator) {
                final String java_version = System.getProperty("java.version");
                if (java_version.startsWith("1.5")){
                    return;
            super.addNavigator(nav);
    }It's an ugly hack but better than a customer who loses important data because our application freezes.
    I will provide the help set to Sun so that they can further investigate and hopefully fix this bug.

  • Error using index search field in flash help

    Hello again,
    Hopefully this will be an easy question. In Flash help, when
    on the Index tab, if I use the search box to search for an index
    word, the following error displays: "A script in this movie is
    causing Adobe Flash Player 9 to run slowly. If it continues to run,
    your computer may become unresponsive. Do you wish to abort
    the script?" Note: It usually works the first time I search for a
    word, but if I search for a second word it gives the error.
    If I tell it NOT to abort the script, the computer still runs
    slowly. If I tell it to go ahead and abort the script, Internet
    Explorer freezes up.
    Is there something that I can change in the code anywhere to
    prevent that from happening in the first place? Alternately, is
    there a way to change the skin to completely remove that input
    field? It's not necessary to our process to have it there, so long
    as the index entries are there with the scroll bar.

    I tried to modify the skin, and what ends up happening is
    that if I remove the input field, the entire index disappears. I've
    tried modifying the xml file to simply remove the single line of
    code that calls the input field for the index, and again... the
    index displays as empty at that point, and unusable. This may be
    due to my ruidmentary (at best) skills with flash, xml, etc.
    I asked our in-house web team and Flash team to look at the
    index issue, and they discovered something strange. The index only
    breaks if the index word entered starts with the letter A. Has that
    ever happened to anyone else? We’ve tried multiple help
    projects on multiple boxes (computers), and the results have been
    very inconsistent. Sometimes the index breaks, sometimes not, but
    ONLY when the index entry starts with an A.

  • Un-indexed searches killing server

    I am suspecting our ldap server is getting killed with un-indexed searches. our v240 is overloaded and many searches time out. Performance is terrible to say the least. I have learned through a support call that an entry of notes=U is a sign that a search was not indexed. Note that I have many of the following in the log file:
    [23/May/2008:09:26:10 -0600] conn=3794491 op=26699 msgId=216518 - RESULT err=0 tag=101 nentries=14 etime=0 notes=U
    [23/May/2008:09:26:30 -0600] conn=3927871 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=1 notes=U
    [23/May/2008:09:26:30 -0600] conn=3927871 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0 notes=U
    [23/May/2008:09:28:39 -0600] conn=3794491 op=26739 msgId=216709 - RESULT err=0 tag=101 nentries=46 etime=0 notes=U
    [23/May/2008:09:30:46 -0600] conn=3794492 op=1515 msgId=216909 - RESULT err=0 tag=101 nentries=64 etime=1 notes=U
    [23/May/2008:09:30:52 -0600] conn=3794493 op=254 msgId=216926 - RESULT err=4 tag=101 nentries=50 etime=0 notes=U
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - RESULT err=0 tag=101 nentries=3 etime=0 notes=U
    m1ldap:root bash /var/opt/mps/serverroot/slapd-m1ldap/logs #
    If I look at one of these searches in more depth I see the following (from the access log)
    m1ldap:root bash /var/opt/mps/serverroot/slapd-m1ldap/logs # cat access | grep 217165
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - SRCH base="pipstoreowner=s0237271,o=lethbridgecollege.ab.ca,o=piserverdb" scope=2 filter="(&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))" attrs="displayName piEntryID piEntryID displayName displayName memberOfPIBook memberOfPIBook memberOfPIGroup memberOfPIGroup piEmail1CN piEmail1TransType piEmail1Type piEmail1 piEmail2CN piEmail2TransType piEmail2Type piEmail2 piEmail3CN piEmail3TransType piEmail3Type piEmail3 piEmail1 piPhone1Type piPhone1 piPhone2Type piPhone2 piPhone3Type piPhone3 piPhone4Type piPhone4 piPhone5Type piPhone5 piPhone6Type piPhone6 piPhone7Type piPhone7 piPhone8Type piPhone8 piPhone9Type piPhone9 piPhone10Type piPhone10 piPhone11Type piPhone11 piPhone12Type piPhone12 piPhone13Type piPhone13 piPhone14Type piPhone14 piPhone15Type piPhone15 piPhone16Type piPhone16 piPhone17Type piPhone17 piPhone18Type piPhone18 piPhone19Type piPhone19 piPhone20Type piPhone20 db:expr:db:officelocation||db:campu db:officelocation||db:campu db:campu db:buildin db:floo db:officenumber objectClass"
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - SORT displayName (3)
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - RESULT err=0 tag=101 nentries=3 etime=0 notes=U
    If I look at this filter in more depth:
    base="pipstoreowner=s0237271,o=lethbridgecollege.ab.ca,o=piserverdb" scope=2 filter="(&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))"
    and I check our indexes.. they all seem to be there. What am I missing? How do I go about finding what is not indexed..then indexing it?
    Any help would be great.
    Thanks,
    Darren

    I think it is related to (objectClass=*) which I believe is not indexed when part of sub searches. May I suggest that you write a test script to try the 2 filters that follow, and see what turns up in the log.
    (&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))
    (&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))Both should return the same details, as you are filtering on objectclasses that are either PITYPEPERSON or PITYPEGROUP.
    Also check out [http://forum.java.sun.com/thread.jspa?threadID=5277506&tstart=210|http://forum.java.sun.com/thread.jspa?threadID=5277506&tstart=210] which has a similair issue, and seems to be related to having searches with multiple similar attributes in a filter.
    Edited by: nirving on May 27, 2008 1:24 PM
    Edited by: nirving on May 27, 2008 1:26 PM

  • I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!

    I've searched to no avail for this problem. Similar posts but none that tell me what to do. I can't add or delete any bookmarks on my iPad 2 running the newest iOS. I know how it's suppose to work, it just isn't working!
    It started after the major update to iOS 7.
    I can't believe that this is so hard to do. It's just not letting me. I can add a bookmark to the home screen just fine, just not in a bookmarks folder anywhere I try.
    I've used Apple products since 2001 and have always loved how intuitive they are. But the Safari browser since iOS 7 has been the worst I've experienced. At least right in the beginning after that update.
    I'd really appreciate any help that doesn't just tell me how it's suppose to work...I know that.
    My iPad 4 is not affected with the problem and works as it should.

    To delete, tap "Edit" (tap to enlarge image)

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • Diff between index , search help , match code

    wht is Diff between index , search help , match code

    Hi,
    There is no difference between Search helps and match code objects.
    Search helps are the Advanced concept of Match codes.
    SAP Converted match codes to Search helps.
    Index :
    An Index is a copy of database table having few numbers of fields. This copy is always in sorted form. As we know, Sorted data would always have a speed access from a database table. Hence, we use an index for the table while reading the database records. Index also contains a pointer pointing towards actual database table so that it can access fields that are not contained in the Index
    For More Information About Index :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/09/19/indexinginSAP+Tables
    Thanks.
    Message was edited by:
            Viji

  • Contents/Index/Search/Glossary toolbar

    The Contents/Index/Search/Glossary toolbar in my WebHelp
    project only displays the text for one tab at a time.
    For example, by default the project opens with the Contents
    tab displayed. You can see the word "Contents" with the blue
    background. However, for the rest of the tabs, you can only see the
    icons on a white background. If you click on an icon, for example,
    the Index icon, then the word "Index" and blue background display.
    I want all the tabs to display with their words and on a blue
    background at the same time. Can any of you help me? Thanks!

    Welcome to the forum.
    If you are using a skin, it is as simple as double clicking
    the skin and setting the colours and text to what you want.
    As described, there will no difference between the tab with
    focus and the other tabs. Some small difference does assist
    usability.

  • My updated help file only opens the TOC/Index/Search

    I have to update an old project that uses WinHelp, so I installed RH X5 on an old XP machine. The original help file always opened in a 2-pane window with the ToC on the left and the default topic on the right. My "updated" help file only opens the ToC/Index/Search screen in a single pane. How do I get the 2-pane window to appear?
    This is what I'm looking for

    I have edited the topic title. The idea is to spell out the problem in the body.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Use TREX to index /search archive on IXOS?

    I wonder whether TREX can index/search archives on IXOS.
    Could anybody share experience here?
    Thanks!

    Hi Eric,
    Using SAP Netweaver Enterprise Search you can search content from ERP, BI, KM, File Search, Business Object Search, Search in Webservice etc., for more information please go through this URL
    https://websmp209.sap-ag.de/nwes70
    Please provide points if this helps you

  • When I click on the - fire fox disappears from the task bar; it is still open but gone from the task bar, if I click on any icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Question
    When I click on the - to minimize fire fox, it does not close the window but the firefox icon disappears from the task bar; it is still open but gone from the task bar, if I click on any other icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Google is set as my search engine but whenever I search something in the address bar it searches with Yahoo! How do I get rid of Yahoo! as my search engine when it is not even set to be my search engine in the first place?

    Google is set as my search engine but whenever I search something in the address bar it searches with Yahoo! How do I get rid of Yahoo! as my search engine when it is not even set to be my search engine in the first place?

    1. Use  free  AdwareMedic by clicking “Download ” from here
        http://www.adwaremedic.com/index.php
        Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
        Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
        “Quit AdwareMedic”.
    2. Safari > Preferences > Extensions
         Turn those off and relaunch Safari to test .
         Turn those on one by one and test.
    3. Safari > Preferences >  Search > Search Engine :
        Select your preferred   search engine.
    4. Safari > Preferences > General > Homepage:
         Set your Homepage.

  • I changed my search engine to google but it still searches on yahoo

    I changed my search engine to google but it still searches on yahoo

    This can happen if adware is installed without your knowledge.
    1. Use  free  AdwareMedic to remove adware
        http://www.adwaremedic.com/index.php
       Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
       Once done, quit AdwareMedic.
                 or
       Remove the adware manually by following the “HowTo” from Apple.
       http://support.apple.com/en-us/HT203987
    2. Safari > Preferences > Extensions
        Turn those off and relaunch Safari.
        Turn those on one by one and test.
    3. Safari > Preferences >  Search > Search Engine :
        Select your preferred   search engine.

Maybe you are looking for

  • How do you change the highlight color for the day of the month?

    *Does anyone know how to set up iCal so that the "Today" in the month view will show up better?* It is such a really faint color of light blue that I can barely tell what day it is at a glance. Thanks in advance for any help on this. Jess

  • Max no of columns in a view

    Is there a limit to the maximum number of columns which can be shown in a view? i am using oracle 8.1.7. Thanks Anupam.

  • Asset Transfer Report with matching new asset number

    Hi, During the past week, our company transferred over 2000 assets from several companies to one company. As a result of the transfer, the tax depreciation keys and tax depreciation life weren't carried over to the new assets. I am wondering if anyon

  • Signed Applet JTextField copy to system clipboard

    Hi all, We have a signed and deployed our JAR file that contains our applet following the instructions listed at: http://java.sun.com/products/plugin/1.3/docs/rsa_signing.html We used Thwate as our CA. All seemed good. However any JTextFields that ar

  • HP 2175 All in One Desktop printer

    I just replaced the ink cartridge and now I get the normal "Press Enter to Align Cartridges" message. When I press enter I see the following "Report Job Queued" and then the printer starts the alignment process. Part way through the alignment I get t