Indexing a membership directory in CS2

I'm building a 256 page membership directory. There are 8 sections and a member may be listed in more than one section. These listings are being imported from 55 different Excel files.
I want to create an index in the back that will list members in alphabetical order and show which pages they can be found.
Example:
Member........................................Page No.
John Doe................................33, 108, 224
Bob Smith..............................................55
Jane Smith.....................................10, 178
Is there an easy way to accomplish this?

I've done this, though I wouldn't call it easy -- because in the text I had "John Doe," but in the index I actually needed "Doe, John" (and I suspect you will too).
I wrote a macro using QuicKeys (these run slower than AppleScripts but have the advantage that they can watch and record keystrokes and therefore require less programming knowledge). I placed the cursor at the beginning of "John Doe," invoked the macro, and it repeated the keystrokes required to select and rearrange the two parts of the name, adding the comma, then creating an index marker, and then changing the name back to its original order in the text. I had a modified macro for names with a middle initial, and names with two parts ("Jane Van Shmoe") I did by hand since there weren't many. Each macro was assigned to an F-key, and I paged through the document paragraph by paragraph hitting appropriate F-keys until I was done.
If anyone knows an easier way, I'd love to hear it :-)
Rodney

Similar Messages

  • How to index a whole directory?

    Hi,
    what is the best way to automatically index all files of an directory when using 'FILE_DATASTORE' in oracle
    intermedia text (oracle text)? Referring to the Oracte Text documentation I have to insert each file(-name)
    separately into one table (no wildcard):
    begin
    ctx_ddl.create_preference('COMMON_DIR', 'FILE_DATASTORE');
    ctx_ddl.set_attribute('COMMON_DIR', 'PATH', '/mypath'); <-- no wildcard here for all files possible!
    end;
    create table mytable (id number primary key, docs varchar2(2000));
    insert into <mytable> values (..., '<filename_1>');
    insert into <mytable> values (..., '<filename_n>');
    Is there a method in PL/SQL that reads out the filenames of a directory's files and inserts them into the
    table mentioned above? Any other idea to mimic the wildcard (i.e. all files)?
    Many thanks for your replies in advance.
    Best Regards,
    Dan

    Download FileZilla(free) and use FTP to delete the folder and
    its contents. Its not possible doing this using Contribute, even
    with 'Delete' permissions, you can only delete individual files
    that you're allowed to edit. I haven't found any admin-settings
    that allow you to delete folders with content (alas).

  • Disabling indexing except home directory

    The indexing of spotlight takes so long, so I wanted to enable the indexing path only to the home directory. I edited the _rules.plist as below and ran the command.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt
    d">
    <plist version="1.0">
    <dict>
    <key>EXCLUDE</key>
    <array>/</array>
    <key>INCLUDE</key>
    <array>~/</array>
    <key>NOTE</key>
    <string>Specify paths to include or exclude, preceeding rules which target user-homes with ~/</strin
    g>
    </dict>
    </plist>
    % mdutil -i off /pathtovolume
    % mdutil -E /pathtovolume
    % mdutil -i on /pathtovolume
    The result was, excluding for every path under root path didn't seem to work. My assumption is that the path is not crawled recursively.
    My question is,
    1. Is there a way to write path to be crawled recursively?
    2. If there aren't a way to crawl recursively, do I have to write every path to exclude for doing such thing?
    PowerBook G4   Mac OS X (10.4.4)  

    Hi, K. O. Welcome to the Discussions.
    By default, Spotlight does not index much outside your Home directory, unless you have multiple users defined on your Mac, in which case it also indexes their Home directories and the other locations documented in "Mac OS X 10.4: Where does Spotlight search?".
    Since most of the data on your PowerBook (unless you also have external drives connected) resides in your Home directory, there's little you can do about this other than exclude (via Privacy) subdirectories of your Home directory that you do not want to search with Spotlight.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Ifilter 9 x64 is not indexing (content) network directory

    I'm using Windows Server 2008 r2 with indexing  service and iFilter9 x64 to searching files stored in a network share.
    I  added d:\adobeFilter to path system variable.
    When I try to search something, it returns .doc,  .docx, .txt and other files fine but it's not searching into pdf files (if it is  searching into name and properties but not content).
    So I copied the same  files into a local directory and added it to the catalog, and it's returning pdf  files now (content search) but only ones from local directory (d: and not \\server).
    I mapped the network directory but it  is not working too
    Is there any way to fix this issue?
    Thanks,
    Jorge

    Hi,
    it is a adobe product --> http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025
    It has been included with Acrobat Reader in the last versions.
    The old version (Ifilter 6) in a Windows Server 2000 is working without problems.

  • Calendar attributes and indexes required from the Directory server

    What LDAP attributes must be accessible for search and read by any other
    Calendar user?
    <P>
    This is the list of 43 LDAP attributes that are searched and read by other
    Calendar users:
    <P>
    nscalaccess, nscalaccessdomain, nscaladmd,
    nscaldefaultnotereminder, nscaldefaultreminder, nscaldefaulttaskreminder,
    nscaldisplayprefs, nscalhost, nscalflags, nscallanguageid, nscalnodealias,
    nscalnotifmechanism, nscaloperatingprefs, nscalorgunit2, nscalorgunit3,
    nscalorgunit4, nscalpasswordrequired, nscalprmd, nscalrefreshprefs,
    nscalresourcecapacity, nscalresourcenumber, nscalserverversion,
    nscalsysopcanwritepassword, nscaltimezone, nscalxitemid, cn, employeenumber,
    facsimiletelephonenumber, generationqualifier, givenname, initials, mail, ou,
    sn, postaladdress, telephonenumber, title, userpassword, member, uniquemember,
    c, objectclass, o
    <P>
    The following attributes must be indexed on the Directory (Supplier or Consumer)
    Server:
    <P>
    aci pres
    changenumber eq
    cn pres, eq, sub
    member eq
    nsCalXItemId pres,eq,sub
    owner eq
    seealso eq
    uid pres, eq, sub
    uniquenumber eq

    Best way to do this is...
    1) Right click on the desired database.
    2) Select Tasks options.
    3) Select Generate Scripts Option.
    4) Select all the tables / views / procedures / functions you need using the options.
    5) Script to a single file (which is better) or script to single file per object(which you will end up with lots of files)..
    6) Done.. you have the SQL Script which you can use...
    Please mark as answer, if this has helped you solve the issue.
    Good Luck :) .. visit www.sqlsaga.com for more t-sql code snippets and BI related how to articles.

  • Error on start: Path does not exist: /Library/Audio/Apple Loops Index

    I get the error "Path does not exist: /Library/Audio/Apple Loops Index
    Without this directory you can not use the LoopBrowser. Please make sure this directory exists" when starting Garage Band. I also cannot use the onscreen keyboard, or musical typing in GarageBand. All other sounds work fine.
    The only thing that changed since I last used GB was that I installed Leopard. (and that was a while ago, so I thought all was well and got rid of my last Tiger backup. )
    Any suggestions?
    Thanks!

    Another update: I tried to reinstall garage band from the disks that came with my mac, but got the error:
    "Install Failed
    Unable to Install
    The Installer could not install the software because there was no software found to install."
    The following errors appeared in Console:
    4/7/08 4/7/08 9:50:08 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x11, ASCQ = 0x00
    4/7/08 4/7/08 9:50:09 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x11, ASCQ = 0x00
    4/7/08 4/7/08 9:50:09 PM kernel disk2s3: I/O error.
    4/7/08 4/7/08 9:50:10 PM Installer[519] -[IFPkg(InfoConversionPrivate) _parseOldStyleForLanguage:] - can't find .info file (GarageBand)
    4/7/08 4/7/08 9:50:10 PM Installer[519] The package "GarageBand" could not be opened. This can happen if the package has incorrect permissions or if the package has been renamed.
    4/7/08 4/7/08 9:50:10 PM Installer[519] PFPackage::packageWithURL - can't instantiate package: /Volumes/Mac OS X Install Disc 2/Packages/GarageBand.mpkg/Contents/Installers/GarageBand.pkg
    Any ideas?
    Thanks!

  • Jabber and Indexing in AD

    I'm setting up Jabber for Windows, iPhone and iPod and the Cisco documentation refers to indexing certain attributes in Active Directory, e.g.
    Index these Active Directory attributes:
    • sAMAccountName
    • displayName
    • mail
    • msRTCSIP-PrimaryUserAddress
    In addition, index any attributes that are used for contact resolution. For example, you might need to index
    these attributes:
    • telephoneNumber
    • Any other directory phone number attributes that are used to find contacts, depending on the value of
    the DisableSecondaryNumberLookups key
    • ipPhone
    Our AD team advise me that sAMAccountName, displayName and mail are laready indexed, but indexing the other fields would require a schema change (which thay won't do without very good reason) and will have a performance overhead.
    I'm wondering of anyone can give some details from a Jabber perspective of not indexing the other attributes ? Is indexing a 'nice to have' or a 'must do' ?
    Regards
    Kelvin

    Hi Kelvin
    Basically if an attribute is not indexed then it isn't optimised as a field for searching. That's why sAMAccountName for example is indexed by default, as every single logon or search for a username will use that index.
    Adding indexed fields increases the size of the AD database, but the trade off is that searhes based on those numbers are faster and incur less processing overhead on the DCs.
    Jabber et al do reverse lookups on numbers for every call that is received, so if those number fields are not indexed there will be an overhead on the DCs, and searches may time out or be returned slowly to the client.
    There's some more info here:
    http://blogs.technet.com/b/ad/archive/2008/04/01/how-to-create-a-mosiac-of-user-thumbnails-in-aduc-dsa-msc.aspx
    The bottom line is that yes, it is a 'schema change' but it is reversible (you can just untick the 'index' option any time) - not like actual attribute/class additions. Given that the Jabber clients will make heavy use of searches on those attributes it is typically a sensible change... That said, it's up to your AD guys to manage their performance however they see fit. If they want to ignore vendor's advice because they know their environment better and monitor/manage their performance already, then that's fine. They may have so many DCs of such a high spec that performance will never be an issue :-)
    Regards
    Aaron HarrisonPrincipal Engineer at Logicalis UK
    Please rate helpful posts...

  • Archlinux apache2 indexing issue.

    I made it so that the root directory is visable but the issue is if I go to http://mydomain.com/ it shows the root directory, but I want it to display index.html or index.php like normal, help please? (Only installed arch today)

    I added index.php to directory listing in httpd.conf but get this error now,
    systemctl status httpd.service
    httpd.service - Apache Web Server
       Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
       Active: failed (Result: exit-code) since Fri 2014-01-31 02:48:51 GMT; 11s ago
      Process: 1557 ExecStop=/usr/bin/apachectl graceful-stop (code=exited, status=1/FAILURE)
      Process: 1581 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
    Main PID: 1483 (code=exited, status=0/SUCCESS)
    Jan 31 02:48:51 homeserver apachectl[1581]: Syntax error on line 241 of /etc/httpd/conf/httpd.conf:
    Jan 31 02:48:51 homeserver apachectl[1581]: Invalid command 'DirectoryIndex:', perhaps misspelled or defined by a module not included in the server configuration
    Jan 31 02:48:51 homeserver systemd[1]: httpd.service: control process exited, code=exited status=1
    Jan 31 02:48:51 homeserver systemd[1]: Failed to start Apache Web Server.
    Jan 31 02:48:51 homeserver systemd[1]: Unit httpd.service entered failed state.
    Last edited by TheCyberShocker (2014-01-31 02:51:59)

  • Installing iMS 5.2 Patch 1 with Sun ONE Directory Server 5.1

    Hi,
    In the documentation of "Installation Guide for Windows NT iPlanet� Messaging Server - Release5.2" It is said that it is possible to install iMS 5.2 with Directory Server 5.1 SP2.
    I am currently using Dir Server 4.16 and I tried recently to install Directory Server 5.1 and iMS 5.2 on a new machine configured to run with Win 2000 Server. The problem is that the installation doesn't work correctly, the database can't connect or I couldn't find the files with the Perl script to update the server. When I copy them from the version 4.16 and try to apply the script, it refuses to apply. It seems that Directory Server 5.1 is too recent to be used with iMS 5.2. Is it possible ?
    Is there a way to get them work together instead of working with the (old) 4.16 release ? The doc says it is possible but I tried every possible ways, it didn't install correctly.
    If anyone has a suggestion ...
    Thank you,
    Fr�d�ric

    I have a problem while running the ims_dssetup.pl patch, here is the msg I receive :
    Here is a summary of the settings that you chose:
    Server Root : d:\iplanet\servers
    Server Instance : slapd-dns1
    Users/Groups Directory : Yes
    Update Schema : yes
    DC Root : o=internet
    User/Group Root : o=gcity-creative.com
    Add New Indexes : yes
    Schema Directory : .\config
    Directory Manager DN : cn=Directory Manager
    Do you want to continue [y]:
    Please check the user/group suffix "o=gcity-creative.com" under "cn=mapping tree
    , cn=config". at ims_dssetup.pl line 969.
    And of course if I install the iMS 5.2 after that (I have iMS 5.2 in iplanet\server5 folder and iDS 5.1 in iplanet\servers folder), the installation crashes telling me that the system can't create the DC tree etc...
    Any idea about this ?

  • Admin Link not working for Integration Directory

    Hi ,
    I am trying to access the administration page of Integration directory by following the link
    http://<host>:<port>/rep/start/index.jsp ; --> Administration --> Directory (Tab) .
    Unfortunately It is throwing error as below:-
    Application error occurred during the request procession.
      Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
      Error compiling [/build_info.jsp] of alias [dir] of J2EE application [sap.com/com.sap.xi.directory].
    Exception id: [00145EC551640050000001D7000FE04E00044B0525324DE8]
    Even if I am trying to access the ID admin link (http://<host>:<port>/run/support/admin ), it throws the same error.
    At the same time the similar access to Integration repository are working fine.
    Even the JAVA GUI of Integration directory is launching OK.
    Can anybody figure out what might be the problem.
    Thanks
    Bipin

    Hi
    The problem seem to be that somehow the alias dir is not found (http://host:port/dir).
    Could either try to restart application com.sap.xi.directory or redeploy.
    Have you tried to restart the application from NetWeaver Administrator(http://<host>:<port>/nwa) --> Operation Management > Systems> Start & Stop . Select Java EE Application and filter for com.sap.xi.directory. Restart the application.
    Also found by going directly http://<host>:<port>/nwa/apps.
    Rgds
    Erik

  • Apache/CentOS--error: attempt to invoke directory as script. Please help.

    I am running CentOS 4.5 with kernel 2.6.9-55.EL and Apache 2.0.52.
    When I am typing http://linxdell.systems.com to execute index.cgi, I am getting:
    Forbidden
    You don't have permission to access / on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
    In the error_log I found:
    attempt to invoke directory as script: /var/www/htdocs/
    But if I type http://linxdell.systems.com/index.cgi, it works fine.
    Below is some of my httpd.conf:
    DocumentRoot "/var/www/htdocs"
    <Directory />
    Options FollowSymLinks ExecCGI Indexes
    AllowOverride All
    </Directory>
    <Directory "/var/www/htdocs">
    Options Indexes FollowSymLinks All Multiviews ExecCGI
    SetHandler cgi-script
    AllowOverride All
    Order allow,deny
    Allow from all
    </Directory>
    DirectoryIndex generate_page.pl index.html index.htm index.cgi
    ScriptAlias /cgi-bin "/var/www/cgi-bin" (also tried with Alias)
    <Directory "/var/www/cgi-bin">
    AllowOverride All
    SetHandler cgi-script
    Options ExecCGI Indexes
    Allow from all
    </Directory>
    I will really appreciate any help to solve this problem.
    Thanks.

    Hi,
    This is a example for your case:
    <Directory "/var/www/html">
    Options Indexes FollowSymLinks +ExecCGI
    AddHandler cgi-script .cgi .pl .sh
    Order allow,deny
    Allow from all
    </Directory>
    1. add "Options: +ExecCGI"
    2. add "AddHandler cgi-script .cgi .pl .sh"
    Details refer to:
    http://httpd.apache.org/docs/2.0/howto/cgi.html
    Best Regards,
    Sipingal

  • Indexing HD

    Hello!
    Well, for grins I decided to see what would happen if I indexed my entire hard drive. I mean, indexing my home directory worked just fine, so why not the hard drive?!
    Why would I do such a thing, you ask? Well, I was the kid who almost burned down my house seeing if liquid propane could freeze water in a bathroom sink...but I digress...
    Well, (a little to my surprise), I don't seem to be able to index the entire hard drive. The process on my iMac starts and almost immediately quits. The process on my PowerBook gets underway for about 10 minutes, and then quits.
    Is one supposed to be able to index the entire hard drive (yes I know, "why on earth would you want to do that?!...but humor me...). Or do I have an quirk with both my computers?
    Thanks,
    Bob

    Eme,
    Thank you!
    You are welcome, my pleasure to help. thank you for the solved
    Star, i appreciate your gesture & generosity !
    Is my problem solved? Perhaps not. Should I index
    my entire hd? Probably not; but now I know an entire
    hd can, indeed, be indexed, and I have a place to
    start troubleshooting! Ah...some more to learn
    about!!
    Yes, there is always so much of that, which is rather a cool thing.
    I hope the site will be helpful to you, i would think that if it an extraneous action, there might be some mention of it in Dr Smokes site, of course opinions vary, and info. is supplied for personal preferences, I followed the directives and it helped me, with the Flat panel imac (ilamp) HD indexing.
    Thanks for providing a useful answer to my question!
    You are, again very welcome !! Good luck with it.
    I hope it helps you some.
    Regards,
    Eme
     Power PC G4 (3.3) ♥ iMac Flat Panel 10.3.9 & 15 Alum.PowerBook Tiger   Mac OS X (10.4.5)   AirPort Extreme & iMac G5 Dual Core

  • Time Machine index; Backups not visible in TM

    I have a problem with Time Machine. It seems to make backups without problems. New recently dated folders are created inside the sparse bundle directory "Backups.backupdb", but when I enter Time Machine I can't see any backups.
    I can see that the process mds is very busy and recently I had disabled indexing for Backups.backupdb, but is now enabled.
    Could it be that Time Machine is dependant on an index for this directory in order to display backups in the Time Machine? If it's not related what could be the reason that the backups are not visible in Time Machine? The backups are on an external drive connected by USB.

    I've got  Time Machine configured to backup to a sparse bundle. It used to work before, but changed behavior to this after having used Lion for some time. Backups can still be restored by going into the file directory, but entering Time Machine fails without any error message. I prefer to use a sparse bundle as opposed to the official setup of using the whole partition for Time Machine as it is more flexible in terms of space usage. Has anyone found a solution to this?

  • Opitons +indexes for /Users/*/Sites

    I want to enable directory listings (i.e., Options +Indexes) for folders served from users's home folders.
    The following is a list of things I've tried, all result in a Error 403 to the browser, and an entry in /var/long/apache2/error_log similar to: "[Tue Feb 01 22:30:16 2011] [error] [client $ip] Directory index forbidden by Options directive: /Network/Servers/$server/Users/$user/$dir/
    - Selecting 'Folder Listing' in Server Admin under Web > Sites for the server.
    - Selecting 'Allow All Overrides' on the same page and adding "Options +Indexes" to a .htaccess file in the directory where a listing is desired.
    - Adding a directory section to /etc/apache2/httpd.conf and/or /etc/apache2/sites/0000any_80$server.conf similar to:
    <Directory "/Users/*/Sites">
    Options +Indexes
    AllowOverride All
    </Directory>
    autoindex_module and userdir_module are enabled and working as far as I can tell. Files from /Users/*/Sites are being served as desired. I have restarted apache after making changes both with `sudo apachectl graceful`, and via Server Admin.

    can you please explain how you fixed this... i would like directory listing available for my account.
    $ cat /etc/apache2/users/scarf.conf
    <Directory "/Users/scarf/Sites/">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    $

  • Cannot re-index nor find

    Hi everyone,
    since roughly a week my Spotlight is not working anymore.
    The problems
    I store all my important documents on my iDisk and use Spotlight to access them. Since we have a strict naming convention and Office:mac provides Meta-Data, that's fast and always backed up. Since a week I can still find the files in the Finder, but my Smart Folders stopped working and the direct Spotlight search also.
    I tried to re-index first the directory, then the entire iDisk and finally my hole system. Now I cannot even add/remove items from my privacy dialog anymore to trigger the re-index.
    Possible triggers
    I followed this instruction before it stopped working.
    I installed the Mac OS X 10.4.5 update.
    An idea anybody?
    It is really hard to work without Spotlight once you started using it.
    /Sven
    iBook G4   Mac OS X (10.4.5)  

    Sorry everybody,
    shortly after posting this I found the fix at the macfixitforums. The solution was to delete the com.apple.finder.plist and reboot.
    While I still have no idea what caused the problem I am extremely happy to have my Spotlight back.
    /Sven

Maybe you are looking for

  • Can I use an 2nd (or even 3rd) Apple TV device in our entertainment room that has multiple TV's

    First of all I'm wiling to buy as many apple TV's as needed, so my question is not about how to do everything with one Apple TV device...but rather how to get multiple Apple TV devices in the same general location of the house to work without interfe

  • Apple tv audio via airport express?

    I want to play apple tv output sound from airport express attached speaker, because my led monitor don't have any speaker What should I do

  • [Thinkpad Yoga] Just a little bit of baby pee: few keys kaput!

    Hi, The other day our baby peed on my laptop. I don't know whether it was on purpose, he just tells me brrrruu. Now, these keys are not working: Backspace, Left Shift, Esc, Tab, T, Y, [ and ]. I had this before, with just a little bit of water, exact

  • Filed not reflecting in infopackage data selection screen

    Hello Gurus, I have added a time stamp fiield in generic datasource in R3 and selected that field,but when i replicate the data source in BI and go to infopackage data selection screen,i dont see that field.I tried all the possible things but its not

  • ADF validation popup problem

    Dear all, I have three text box and i validate with custom adf validation. when all validation fail, one error popup window appear and show the all error message on there. I want to remove popup window. can i ? With Regards, Wai Phyo