Category - Projects

Articles

Lenovo Project 5/23/2007
Lenovo Project – 5/23/2007 ————————– ready conference call in #: (866) 374-4615 conf.#3654102369 pin 0323 https://mwmus.webex.com/mwmus/jm.php?PWD=&MK=941767688 or lenovoglobal.webex.com [email protected] weekly: changepoint time entry timesheet to ramana weekly summary to ramana, amelia (invoice to ramana bi-weekly) key items: – scope of initial implementation includes all content currently content-managed for canada – zones expected to be delivered: 1-A, 2-A then 2-B, 3 then time permitting: 1-B, 1-C, 2-C, 4, 5, 6 – gallery images- 360 – 12 items per product should be max user is able to upload max upload – approx 104 elements in all dcts [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ===================================================== i2 integration Open Items: url abstraction strategy content expiration- is this in scope? metadata via extended attributes not in scope? content expiration workflow and opendeploy? is this in scope? It is not currently in Ramana’s CMS Action items list Did Adam get the requirements of this process from Lenovo or was this his best guess based on best practices? expiration script i2 scripts to be provided for content deletion process 8/24 ** search: if new branch created will need to add search branches.xml or use CLT to add branch — PTs: add include for each for CSS includes on preview and not on generate —– 8/23 iwov search: index manager – controls content indexing search manager – performs queries on indices and retuerns the result to the user both use agents index mger also uses a document cracker that read s a doc or data file and provides metadata info cmd line tools issue commands to either a branch can be indexed in 2 ways: iwsearch-home\etc\branches.cfg- specify branch name here then start indexer iwndxaddbr CLT – use this to specify branch name index mgr also has a listenener to listen for submit events on a previously indexed branch uses submits a set of files and index listener recognizes the submissions and performs indexing when indexer is shut down, index info is stored in a file user issues a search query query is sent to search server search server sends results to user screen sorted by relelvancy as determined by search config can also issue a search by clt. query is xml format can use content services api to sarch across multiple branches iwndxpurgebr – when a branch needs to be deleted must issue index server CLT so that index collection for that branch is updated iwndxrmbr – can also use to remover branch from indexer configure search and index server: iwsearch-home\etc\search.properties – sets Generic configuration, agent config, index mgr config, index agent config, search mgr config, query agent config., logging config. iwsearch-home\etc\search.private.properties – don’t touch install location: D:\Interwoven\Search on iterwoven-dev.lenovo.com ?? on teamsite.lenovo.com interwoven-dev config: ###################################################################### # Generic configuration items (common for index and search server) ###################################################################### # TeamSite host iw.teamsite.server.host=localhost # Locale of index/search server. The values should be one of English_UnitedStates, # French_France, Korean_Korea, Japanese_Japan, SimplifiedChinese_China, # TraditionalChinese_Taiwan and German_Germany. Else, it will default # to English_UnitedStates. iw.server.locale=English_UnitedStates #################################### # Generic agent configuration items #################################### # The maximum time (ms) to wait for agent response iw.agent.timeout=1000000 # The maximum time (ms) to wait for agent initialization iw.agent.init.timeout=20000 # If agent restarts more than iw.agent.restart.limit times during an # iw.agent.restart.interval (ms), it is taken offline. iw.agent.restart.limit=2 iw.agent.restart.interval=1000 iw.agent.windows.systemroot=C:\\WINDOWS # If iw.agent.logs.toserverlogs is true, the agents logs are logged to the # log file of the server that started them. iw.agent.logs.toserverlogs=false # The iw.agent.logs.toserverlogs determines whether agents logs are logged # to the log file of the server that started them. This property determines # whether agents logs should go to their separate log files. # The agent log files are in agentlogs subdir of the log directory and are # named agent_<agent_pid>.log. iw.agent.logs.agentlogs.enable=false ###################################################################### # Index server configuration ###################################################################### # Server configuration iw.index.server.port=6715 # TeamSite JMS producer side details java.naming.provider.url=tcp://localhost:3035/ # How old (in hours) the index needs to be (relative to current edition) # for it to be considered partial iw.index.markpartial.duration=24 # Max number of files for BIF iw.index.maxbifsize=4000 # TeamSite session pooling iw.index.scipool.max=10 iw.index.scipool.warm=1 # Binary extensions. The content in these files will not be indexed, although metadata will be. iw.index.binaryextensions=exe,jpg,gif,psd,tif,tiff,au,wav,bmp,rif,zip # Maximum size of the file (in mega-bytes) to be indexed. iw.index.maxfilesizetoindex=20 # Event-based updates are enabled iw.index.events.enable=true # Number of times Index server attempts to listen to # TeamSite event system before giving up iw.index.events.listen.attempts=10 # Number of seconds Index server waits between attempts to listen to # TeamSite event system iw.index.events.listen.wait=12 # Number of times Index server attempts to connect to # TeamSite server before giving up iw.index.iwserver.connect.attempts=10 # Number of seconds Index server waits between attempts to connect to # TeamSite server iw.index.iwserver.connect.wait=12 # Optimal wait time before received events are processed (in minutes) iw.index.optimalWaitMins=1 # Indexing workarea modifications # Control whether indexing of and searching across modifications in workareas # of indexed branches is turned on or not. iw.index.wamodifications.enable=false # Control whether indexing the modifications of ALL the workareas of a branch # at the time the branch is first indexed should be turned on or off (permissible # values are none and all). iw.index.wamodifications.branchcreation.default=none # Control how often (in minutes) an attempt is made to index the modified files in the # relevant workareas of all the relevant indexed branches. iw.index.wamodifications.frequency=2 # Control after how much time (in hours) the collections of workarea modifications for a # branch are considered too old and hence deleted and then re-indexed. Checked during # index server startup only. iw.index.wamodifications.deleteindexes=72 ###################################################################### # Index agent configuration ###################################################################### # Port number on which index server listens for connections from its agents iw.index.agent.mainport=6716 # Port number on which index server listens for callbacks from its agents iw.index.agent.callbackport=6717 # Collections directory for index agents iw.index.agent.idxdir=E:/iw-search ###################################################################### # Search server configuration ###################################################################### iw.search.server.port=6720 iw.search.server.threadpool.maxthreads=50 iw.search.server.threadpool.warmthreads=10 iw.search.server.threadpool.keepalivetime=60000 iw.search.query.maxOpenQueriesPerUser=2 iw.search.query.defaultQueryLocale=en # change this if the index server is on a different host than the # search server iw.index.server.host=localhost #Cache configuration #Raw cache iw.search.cache.raw.entries.capacity=100 iw.search.cache.raw.entries.grace=10 iw.search.cache.raw.validity.mins=240 #Processed cache iw.search.cache.processed.size=100 # TeamSite session pooling. Note that the optimal

Sub Categories