Check out my infographic resume created via Vizualize.me. Create yours with one click.
Blog Stats in 2011
Posted January 2, 2012 by James J AllenCategories: Uncategorized
Tags: 2011, stats, wordpress
The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.
Here’s an excerpt:
A New York City subway train holds 1,200 people. This blog was viewed about 4,300 times in 2011. If it were a NYC subway train, it would take about 4 trips to carry that many people.
Nice facelift to Domino TeamRooms
Posted December 23, 2011 by James J AllenCategories: Uncategorized
Tags: collaboration, demo, lotus, lotusnotes
Use to be a big TeamRoom users – nice to see they are getting a facelift to bring them into 21st century
Automating ICM Event & Monitor Handlers
Posted December 22, 2011 by James J AllenCategories: Uncategorized
Tags: cm, Content Manager, tip
The ICM Event Monitor and Handler can be used for a variety of tasks from automatically creating workitems in FileNet to generating email notifications when new documents are added to the repository.
However these tasks are manually trigger from the command line and do not have a password switch making an automated restart tricky.
Well here is a little gem that I hope helps someone else. Batch file are read from right to left meaning the following line would execute as:
- Start Event Handler
- Prompt for password
- Echo passes password to the prompt
- Task starts automatically
echo ‘password’ | ICMEvent.sh -d ‘database’ -u ‘user’
I believe this also works on UNIX in shell scripts.
Piff the Magic Dragon!
Posted December 17, 2011 by James J AllenCategories: Uncategorized
Tags: justforfun, magic
LMFAO!
EDM Performance tuning…
Posted December 7, 2011 by James J AllenCategories: Uncategorized
Tags: eDM, performance, tip, tuning
Worth a read if you are an eDM customer:
Dear Santa…..
Posted December 6, 2011 by James J AllenCategories: Uncategorized
Tags: justforfun
Dear Santa,
I have been a very good boy this year and for Christmas I would like:

Thank you in advance, James “Your number one fan” Allen
Go Pro!
Posted November 24, 2011 by James J AllenCategories: Uncategorized
Tags: adventure, justforfun
So gotta to have one of these! Only £180 in States compared to £300 in UK!!!!
Any one want me to pick them up one?
IoD2011: Best Practices for High Volume Intake and in IBM FileNet CM – Bill Carpenter
Posted October 25, 2011 by James J AllenCategories: Uncategorized
Tags: FileNet, iod2011, P8, performance, scaling, tuning
Session about techniques:
- Find the bottle neck, tune it, make something else the bottleneck, again, again, again…
Things to tune:
- Application layer
- P8 CE Layer
- Networking (raw network, but watch for NFS/CIFS)
- Filesystems
- Database
Most important rules:
- Exploit multi-threading
- In custom code, code carefully: Minimize server rounds trips, minimize data on the wire, find the API batching sweet spot
- Measure to estimate needed resources, monitor to see if you were right (an continue to be right over time)
Application vs CE: Should you do more processing in the application layer before ingesting the document? Consider it – you wont be able to do everything
Asynchronous vs Synchronous: synch processing has lower isolated resource cost, but asynch processing scales are better.
Auto-classification in CE ?!?!
IoD2011: ICC Product Update – Dana Morris
Posted October 25, 2011 by James J AllenCategories: Uncategorized
Tags: architecture, contentcollector, email, filesystems, ICC, iod2011, roadmap, SP, strategy
Looking forward to the roadmap details but some general snippets of interest first:
New seamless retrieval discussed – see my previous post:
http://jamesjallen.me/2011/06/30/icc-transparent-retrieval/
Sharepoint Best Practices – new ICC deployment approach to SP front end server.
Big focus on SP – improved stubs, integration with metadata.
Delete in P8 – clear up stubs in SP now
Maintain original dates and icon for filesystems – previously the modified dates changed.
ICC 2.2 FP1 support for:
> P8 5.0 with Content Search Services
> Support for SQL server 2008 R2
> Option to disable icon changes in LN email stubbing
Roadmap:
ICC 2.2 FP2: support for p8 5.1 with CSS, IE9, Improved SP columns eg, calculated / multivalue columns, CM8 Text Indexer support for CSLD legacy itemtypes
2012 Q2 – release planned, Connectors to IBM Connections, Expand SP Support – seamless checkin, automatic stub deletion for emails & files, improved historical monitoring, improve performance for mailboxes
2013 2nd half – might be the next release
Questions:
Around Quickr and ST integration – ST there is a partner (but there is a undocument switch to write ST chats out to local filesystem as text
Quickr – no plans as discussion suggested it would integrate into Connections! WOW
Single search interface – plans to merge EDM into Outlook and Notes local search.
P8 5.1 Content Search Services: IBM want to own support for indexing as in past issues occur and they rely on Verity which they cannot influence the turn around. CSS built on text indexing engine Apache Lucene (Used in dozens of IBM products). Benefits – larger index sizez, monitoring, thru’ put, scaling all better.
A new email data storage model based on xml files (sounds bit like CM8 NSE indexing )
2.2.0.2 benefits:
> Reduce storage costs
> Reduced load on FileNet P8 CE servers
> Improved indexing throughputs (1.25 – 1.5 times performance / multi lingual)
> Improved monitoring.
