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
Transaction management in Filenet over EJB Transport
I am new to IBM Filenet P8. I can successfully upload and dowwnload files from filenet. But I need transaction management so for that i went to EJB Transort. But I do no how to rollback the files when exception occurs.I am using spring and hibernate…

Rajesh Kumar Duraisamy
- 677
- 2
- 16
- 32
1
vote
1 answer
To get the Username and Password from LTPA token for Filenet-P8 CE Connection
We have a Custom developed application and I want to make a Connection with Filenet-P8 using Java API's but the problem is I want to fetch the Username and pswd from LTPA token. I do not have prior exp. with LTPA so I don't know how to achieve…

tiktok
- 279
- 2
- 23
1
vote
1 answer
Filenet Document property not modifying after re-upload
I have tested a simple program to change class and upload a document again. When I use it normally with my admin account it works ok, but when I log from a non admin account it does't let me edit property.
public void senddoc(String send,String…

Archangle
- 312
- 1
- 4
- 23
1
vote
6 answers
FileNet: Count of total documents in a FileNet Folder
I am working on a FileNet project where I need to display the count of documents in a folder named Others. I can do it easity via CE API but I need to know where this information is stored in FileNet DB.
The document count I can get from a table…

Ingila Ejaz
- 233
- 3
- 6
- 18
1
vote
1 answer
IBM Filenet P8 : How can i get the localized display names of choice list items
I am using the following code snippet to retrieve choice items for a specific choice list
Map items = new HashMap();
Iterator choiceIterator =…

aomar
- 500
- 1
- 6
- 23
1
vote
2 answers
Fetch FileStorageArea in Filenet with path [Document Moving]
I am a student and I'm new to Filenet. I am trying to do the test code on file moving.
Document doc = Factory.Document.getInstance(os, ClassNames.DOCUMENT, new Id("{33074B6E-FD19-4C0D-96FC-D809633D35BF}") );
FileStorageArea newDocClassFSA =…

Archangle
- 312
- 1
- 4
- 23
1
vote
1 answer
How to update a Filenet document's content from a word document to a pdf..?
I want to write a Java code which update a document's content from a MS-word file to a pdf file in IBM Filenet Content Engine 4.5.No conversion as of now required, just updation of the content only. Metadata Properties etc remain unchanged from the…

prodigalien
- 11
- 3
1
vote
1 answer
JAAS Authorization in the web-service interacting with FileNet Content Engine
I've got two application running within single instance of WAS 7.0 server, one of which is IBM Business Space (which is irrelevant in this case, but anyway), another one is a RESTful service I'm developing. Both apps interact with the FileNet…

koss
- 874
- 1
- 10
- 22
1
vote
1 answer
where to store objectstore and vwsession objects
I'm presently working on making an web application for filenet, I'm presently getting the objectstore and vwsession objects by calling a method in static classes .
Everytime I call these methods its againg getting the connection, I can store these…

sagar
- 112
- 9
1
vote
2 answers
file upload in FileNet?
I'm writing code to upload a file in FileNet.
A standalone java program to take the some inputs, and upload it in FileNet. I'm new to FileNet. Can you help me out, How to do it?

Mr.Chowdary
- 3,389
- 9
- 42
- 66
0
votes
0 answers
When should I use fetchInstance method instead of getInstance method? (ObjectStore Object) (IBM Content Engine)
In the documentation on the official site,
Difference between these methods explained as:
Use getInstance or fetchInstance to retrieve an existing instance of an ObjectStore object. The difference between these two methods is that getInstance does…

MentalBoolean
- 21
- 4
0
votes
1 answer
Taking document ownership programatically in FileNet Content Engine 3.5
In an odd scenario where the creator of a document has explicitly removed all of the administrative groups thereby making the document effectively inaccessible, I am having to manually take control of the restricted document individually using the…

StackFN
- 1
0
votes
1 answer
Import to FileNet using the bulk import tool in a specific folder
I'm trying to use the FileNet bulkimport.jar file to upload a huge number of files to the FileNet, but it always upload to "Unfiled Documents" folder, so is there any way to change the path where the tool uploads?
Also i tried to put the "Folders…

Atef Magdy
- 90
- 9
0
votes
1 answer
Filenet GetContent webservice returns the file incomplete
I am using Filenet 5.2.1 soap webservice GetContent :
http://myserver:9080/wsi/FNCEWS40MTOM.wsdl
and when trying to get content for a file that is larger than 1 MB, the returned response when read as base64 is only for part of the file not the…

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
0
votes
0 answers
Filenet Bulk Actions Script via API
I know there is a great way to access the bulk action on acce.
Access the object store search in the administration console
On the SQL view tab, enter an appropriate query.
On the Bulk Actions tab, select Enable.
In the Script section, select Run…

user2174646
- 133
- 5