Category Archives: Content Engine

Deploying Marking Set

TweetIf you are using marking set in your data model, deploying marking set  in another environment might be a challenge as you need to create it manually. As you know Marking Set are created in GCD and therefore it is not part of import/export of data model. You can use the Add-On approach to add the marking set [...]

FileNet Content Engine Folder Creation and Performance

TweetWith current FileNet offering there is no automatic way of creating folders. Here is the FileNet forum that discuss this issue with possible solution. http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14777457&tstart=0#14777457 Also creating too many  folders at one level is well known performance problem in FileNet. Below  link also available in the forum is very handy for folder structure performance  tuning and design. http://publib.boulder.ibm.com/infocenter/p8docs/v5r1m0/index.jsp?topic=%2Fcom.ibm.p8.performance.doc%2Fp8ppt002.htm     [...]

FileNet eForm

TweetFileNet eform is add-on product that can be used for the following functionality Form Template  that can be designed and later saved in FileNet Content Engine. These form can be made offline. Form data can also be saved as document property and later search using search template. Form can be associated with workflow step. Very [...]

Change Preprocessor – synchronous

TweetThis is new feature in 5.1 where you can update the source object before it is updated in database.   Below tables details the difference with Event Action. http://publib.boulder.ibm.com/infocenter/p8docs/v5r1m0/index.jsp?topic=%2Fcom.ibm.p8.ce.dev.ce.doc%2Fchangepreprocessor_concepts.htm     Share on Facebook    Send article as PDF   

Workplace Login Audit

TweetThere is no easy way to figure out what all users login in content engine. You can find the CE logs and then filter out the users login. CE trace logs need to be enabled. The other way is to use JAAS configuration to write custom login module. This depends on the application server CE [...]

CE JDBC Business Objects Crystal Report Configuration

TweetModify BO Crystal Report file CRConfig.xml Make changes to the following tags JavaDir <JavaDir>C:\Program Files\Java\jdk1.6.0_16\bin</JavaDir> Classpath – Add “jace.jar” in class path <Path>\jace.jar;  Also needed in the Class Path are the following jars xlxpScannerUtils.jar xlxpScanner.jar stax-api.jar JDBC Connection Radio Button: Selected Connection URL: jdbc:filenetp8:http://server:7001/wsi/FNCEWS40DIME/?objectstores=OS1 Database Class name: com.filenet.api.jdbc.Driver User ID <appropriate> Password <appropriate>   Share [...]

CE JDBC Code Sample

TweetBelow link details the code sample to connect CE using CE JDBC. http://www.p8software.com/DevHandbook/?p=22 Share on Facebook    Send article as PDF   

Java Subscription Code Module

TweetYou can write java module that can be activated based on document events e.g. (create , update, delete, check in etc.. .) This works like database trigger. You should use this if you plan to update the document properties after the document is injected or updated. Here is how you should configure this Create a Java [...]

5.0 Content Engine Search

TweetP8 5.0 version has renamed the verity search as legacy content engine search. IBM Content engine service is introduced as optional CBR. See the link below http://publib.boulder.ibm.com/infocenter/p8docs/v5r0m0/index.jsp?topic=/com.ibm.p8.relnotes.doc/wn_css.htm More detail about IBM Content engine service below http://publib.boulder.ibm.com/infocenter/p8docs/v5r0m0/index.jsp?topic=/com.ibm.p8.ce.admin.doc/cbr/csscbribmsearch.htm Share on Facebook    Send article as PDF   

Component Integrator Scalability and HA

TweetComponent Integrator connects to Process Engine using connection point. The connection point is created in content engine using Enterprise Manager. Process Engine can be made high available using the Active/Passive or Active/Active cluster. Refer http://www.redbooks.ibm.com/redbooks/pdfs/sg247700.pdf for more details. Any change in the configuration need to be copied manually to all component integrator AE server nodes. [...]