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
0
votes
1 answer
What is the GlobalIdentity and how do I set it in the FileNet web service?
I'm trying to upload a document into filenet via CEWS, but I'm getting this error:
“The unexpected exception is chained to this exception. Message was: com.filenet.apiimpl.core.GlobalIdentity incompatible with…

CodeRedick
- 7,346
- 7
- 46
- 72
0
votes
1 answer
How to allow certain password always in Filenet P8 using Authentication.UserCredentials?
I am implementing a solution in Filenet P8 where I want to allow the users who are logging in as some "Password" when they log on using Filenet.Api.Authentication.UserCredentials.
Anyone implemented similar solution?
0
votes
1 answer
Make a Filenet offline storage
I have Filenet 5.2 and My storage is a SAN.I need to send a part of it offline.As i found , in CEEM we can make the storage offline by changing its state to offline. But in my solution i cant see that option in my Properties.
My…

Archangle
- 312
- 1
- 4
- 23
0
votes
1 answer
Download and upload between 2 filenet server using FILENET API
I have 2 filenet Server.i want to download the Documents from 1st server and upload into 2nd server.Is it Possible usning FILENET API?

Abhishek Mahapatra
- 51
- 1
- 2
- 10
0
votes
2 answers
Java agent in Lotus notes to connect to FileNet P8
i am trying to developp an app in lotus notes to connect to filenetp8, and manage the documents.
anyway i was using the filenet java api and did really connect from a distant machine but through a java app.
anad when it comes to lotus i'm stuck…

Khaled Kacem
- 11
- 3
0
votes
3 answers
IBM Filenet and Content Navigator - Editing Choice List
IBM FileNet And IBM Content Navigator Problem
how to Modify (FileNet Content Engine) Choice List from Content Navigator
as I want to add new values or delete or Edit Exist Value ?

Ahmed Deeb
- 11
- 3
0
votes
2 answers
Fetch a Filenet document with Properties
I'm trying to do a test program deal with Filenet Documents. I know how to get a document Instance with Object Id or path like ,
doc = Factory.Document.fetchInstance(os,ID,null);
doc = Factory.Document.fetchInstance(os,path,null);
but I like to…

Archangle
- 312
- 1
- 4
- 23
0
votes
2 answers
How to create multi-content document in filenet p8?
I have a requirement of creating multi-content document in FileNet. e.g. Let's say that I need to have one document which consists of a word document, A JPEG file and a MP4 video file as its content.
Any help is appreciated. Thanks!

sin
- 126
- 2
- 14
0
votes
1 answer
Start upload failed error while performing checkin operation in FIleNet P8
In this code document represents a document object which is already there in content engine. The newDocument represents a document to which I want assign all the properties along with the content of document. My_Class has all the property fields of…

sin
- 126
- 2
- 14
0
votes
1 answer
How to get choice list items from content engine database?
I have some choice lists and I want to export their values from content engine database to be inserted in another database.
Can anyone please advise about the query to do that?

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
0
votes
2 answers
I am having trouble understanding IBM procedures
I am reading this file "readme_5202_P8CPE_IF001.htm" (Content Platform Engine 5.2.0.2 Interim Fix 1), and I encountered this procedure:
Copy the new Engine-xx.ear file into the following directory. This directory is a staging location. Do not…

Lester Nubla
- 245
- 7
- 21
0
votes
1 answer
Filenet workplace access roles (active directory groups) refresh rate
i have applied access roles for primary views and the access roles are assigned to groups.
ISSUE: i have page to add/remove users from those active directory groups, and i can verify from active directory that user was added/removed from group, but…

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
0
votes
4 answers
IBM FileNet P8 Java APIs integration with Android?
IBM FileNet P8 provides Java APIs to deal with the content engine (CE)
http://pic.dhe.ibm.com/infocenter/p8docs/v5r1m0/index.jsp?topic=%2Fcom.ibm.p8.ce.dev.cews.doc%2Fconcepts%2Fintroduction.htm
my question is: are these APIs compatible with…

Mina Wissa
- 10,923
- 13
- 90
- 158
0
votes
2 answers
Deploying ojdbc14.jar in a code module for a FileNet code module
I'm trying to deploy a couple of jar files in a code module for an event action in FileNet P8 4.0 (the FileNet server runs on WebSphere 6.1). One of these jars is my custom code, and the other jar is the thin driver for Oracle called ojdbc14.jar (I…

Abel Morelos
- 1,228
- 5
- 20
- 31
0
votes
1 answer
Change retention time of documents
Is it possible to change the retention period of filed Documents?
What if you need dynamic retention periods? One possibility is to create 2 storage areas and move the files from storage to storage. But this is not a good solution. Is there any…

Martin Kionke
- 1
- 1