Monthly Archives: July, 2011
Eclipse IDE Setup for Weblogic
TweetBelow links details Eclipse IDE setup to connect Content Engine on Weblogic. It also has sample code to connect content engine and retrieve object store name. http://publib.boulder.ibm.com/infocenter/p8docs/v5r0m0/index.jsp?topic=%2Fcom.ibm.p8.ce.dev.ce.doc%2Fsseclwl-jb.htm Share on Facebook Send article as PDF
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
Process Analyzer Connectivity from Excel
TweetWhen you try to refresh the Excel worksheet provided with OOTB implementation and get the following error “Cannot connect to server … . The server is either not started or too busy”. This is, probably, caused due to the incorrect version (older version) of the Microsoft SQL Server Analysis Services OLE DB Provider Install Microsoft [...]
Production Imaging Edition
TweetThis is list of the product that captures document, manages the content , create and maintain business process and view images. IBM FileNet P8 is part of the edition. See more details below http://public.dhe.ibm.com/common/ssi/ecm/en/lbd03003usen/LBD03003USEN.PDF 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 [...]