FileNet Content Engine (CE) is central software component of IBM FileNet P8 platform. It is integral part of FileNet Content Platform Engine (CPE).
Questions tagged [filenet-content-engine]
156 questions
1
vote
1 answer
FileNet change document status to superseded
I have a requirement where I need to change the version status of a document to 4 i.e. superseded.
Ex: Let's assume we have a document with version status as 1 i.e. released. I want to change its version status to 4 i.e. superseded.
The catch here…

bajji
- 1,271
- 3
- 15
- 37
1
vote
1 answer
Filenet authentication via com.filenet.api.util.UserContext
I have got demo example CeConnection.java class, available from IBM site (http://www-01.ibm.com/support/docview.wss?uid=swg24028788)
the listing of this class you can find at the top of message.
So, my webapp communicating with Content Engine using…

Azamat Almukhametov
- 168
- 1
- 14
1
vote
1 answer
How to retrieve the entire folder contents in Filenet 5.2?
There are methods like
get_Subfolders() and get_ContainedDocuments() available through the Folder interface in Filenet's Java API.
I've already tried using get_Containees(), but it returns an empty list (iterator has no next entry).
Is there any way…
user6367252
1
vote
1 answer
FileNet ContentElement CheckOut
I have a code module and has supporting jars as content elements. Whenever I change the java code and want to update the new jar, I do check-out and check-in back. But in this process, when I check-out, all the supporting jars also need to be added…

bajji
- 1,271
- 3
- 15
- 37
1
vote
1 answer
FileNet Bulk Search and Update
I have a requirement wherein, I have to update document metadata for millions of documents in the objectstore. So I wrote a simple java stand-alone with the below approach
SearchSQL documentSearchSQL = new SearchSQL();
String selectQuery = "Id…

bajji
- 1,271
- 3
- 15
- 37
1
vote
1 answer
Insufficient access rights to create a folder
In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, Eclipse Mars 4.5.2 and Apache Maven 3.3.1
I need to create folders on the fly, and I'm following this sequence:
I create a new instance of the folder, using…

abarisone
- 3,707
- 11
- 35
- 54
1
vote
1 answer
IBM Filenet P8 Change Preprocessor Java implementation cannot be found
In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, IBM RAD 9.5 and Apache Maven 3.3.1
I'm trying to deploy a Change Preprocessor linked to a certain document class.
Every time a document is added to this…

abarisone
- 3,707
- 11
- 35
- 54
1
vote
3 answers
IBM Content Navigator cannot connect to highly available Content Engine repository
We have an evirironment as follows:
CPE: 2 Servers
ICN: 2 servers
Application Server: WAS 8.5.5 Base
Both content Engine and Navigator are configured for high availability using Load Balancer. However, in case ICN 1 is connected to CPE1 and CPE1…

amitbvsb
- 29
- 4
1
vote
1 answer
Jython getting TypeError: Supertypes that share a modified attribute have an MRO conflict
I am working on IBM FileNet P8 Platform 5.2.1 Content Engine unit test application in jython 2.7.
# Verify a directory
def testDirectory(self):
directoryConfigurationList = []
url = self.serverUrl + "?tenantId=" + self.tenantName
…

Neo84
- 197
- 2
- 18
1
vote
2 answers
How does FileNet calculate the GUID (object_id) for all records in all tables in an object store?
I was wondering how does FileNet calculate the GUID (i.e. the object_id) of each record that is inserted in a table in the object store.
I want to insert a record in Event table by using an insert statement in SQL (using SQL Server 2008), but I do…

Nikos A.
- 11
- 3
1
vote
1 answer
Where can I find IBM FileNet Content Engine subscription log?
In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, on a RedHat 6.7 system. I'm wondering where do the subscription is logging.
In my class code I used this configuration for log4j:
# Properties for…

abarisone
- 3,707
- 11
- 35
- 54
1
vote
2 answers
Remote iiop connection to Filenet Content Engine
I have two WebSphere servers.
The 1-st (v.8.5.5) hosts my EJB Bean local (RunsAS 'Admin' role wich mapped to 'domain_user')
The 2nd (v.7) one hosts FileNet ContentEngine 5.1.
Is it ok when I deploy my Ejb bean to the 2nd Websphere and connecting…

Azamat Almukhametov
- 168
- 1
- 14
1
vote
0 answers
camel-cmis: Retrieving document passing Metadata from filenet
Since a week i have been trying to create an camel route for following requirement.
With Request key, route looks into filenet
If there is a document for key in filenet - it will be retrieved and sent to Portal
If not - request will be sent to…

Balaji Kannan
- 407
- 6
- 24
1
vote
3 answers
How to update a Filenet document's content without changing the version?
I am trying to change document content and save the changes into current version itself without increment the document version number using filenet java API.
Any one help me on this topic.

Murali Raju
- 43
- 1
- 4
1
vote
4 answers
How to extract documents from a FileNet database
I am working on a project which requires extracting documents from a FileNet system. I need to extract documents identified by their Object_ID and store them in files. The system is working under Windows and is using an Oracle 11G database.
The…

Iyad
- 50
- 1
- 8