Monthly Archives: April, 2012

Inspect PA and Case Analyzer database Script

TweetThis is Microsoft SQL script that inspects the PA database. This scripts gets the snapshot of information. Here is the link   Share on Facebook    Send article as PDF   

NetApp Snaplock configuration on Unix

TweetI was recently checking some configuration on NetApp snaplock. Found this link useful http://www-01.ibm.com/support/docview.wss?uid=swg21304573 Share on Facebook    Send article as PDF   

New Features for 2012

TweetThis blog details some of the  new feature that we should expect this year. http://ian-wilson.co.uk/archives/269/ I have also heard about IBM Nexus and should be out soon. IBM Nexus will also be building block to create widgets for Case Manager. J2EE edition of Process Engine  will be huge deal from deployment and performance prospective.   [...]

View Doc Title JSP code (11 lines)

TweetThis is very short JSP code that you can add in Workplace folder.   I added at <FileNet_Path>\Workplace\CEDocTitle.jsp   You need to call like this http://localhost:7001/Workplace/CEDocTitle.jsp?id={BE576570-C9DC-4DD4-83EB-3C685A7FC49C}&objectStoreName=OS1 CEDocTitle.jsp   <%@ page import=”com.filenet.wcm.api.*, com.filenet.wcm.toolkit.util.WcmEncodingUtil, com.filenet.wcm.api.Session, com.filenet.wcm.apps.server.controller.WcmWorkplaceController, com.filenet.wcm.toolkit.server.base.WcmController, com.filenet.wcm.toolkit.server.util.WcmServerCredentials” autoFlush=”true” buffer=”70kb”%> <% String objectStore = (String) request.getParameter(“objectStoreName”); String id = (String) request.getParameter(“id”); WcmWorkplaceController controller = new WcmWorkplaceController(); controller.configurePage(application, [...]