Questions tagged [filenet]

FileNet was a company that developed software in the area of Enterprise Content Management (ECM). It was acquired by IBM in 2006.

What it is ?

FileNet is a proprietary Enterprise Content Management System (), that offer you document management system capabilities, coupled to a .

Also add record management tools and a frontend (Workplace, Workplace-XT and now Content Navigation)

FileNet consist on different components working together:

  • Content Engine (CE) Works with documents and content.
  • Process Engine (PE) Manage workflows and BPM solutions.
  • Application engine (AE) Where the frontend lives
  • Content Search Engine (CSE) now Content Search Services (CSS) To manage queries and indexes.
  • Record Management (RM) In charge of the deletion and/or conservation process of the content.

See also .

Alternatives

External Links

149 questions
0
votes
2 answers

IBM Content Navigator plugin : logging using Log4J

Hi all IBM ICN Developers, I am working on writing an ICN plugin. I want my logger statements to get logged into a separate file rather than going in System.Out file. Has anyone configured the custom logging by using Log4J libraries in an ICN…
A N
  • 394
  • 2
  • 8
  • 18
0
votes
1 answer

How to convert hexadecimal IDs (from Oracle/DB2) to GUID (FileNet standard)?

Searching for objects directly on the database used by FileNet (Oracle or IBM DB2) provides hexadecimal IDs, like this: F324E0C2A4AA884FACAAE6918AFFB163 How can I convert them in GUID standard, the one used by FileNet, using Java APIs? Example of…
Andrea
  • 6,032
  • 2
  • 28
  • 55
0
votes
1 answer

How to fetch the PropertyTemplate by symbolic name and appended to Custom Object class IBM FileNet CE API

How to fetch the PropertyTemplate by symbolic name and appended to Custom Object class through IBM FileNet CE API
raviteja
  • 105
  • 1
  • 8
0
votes
1 answer

How to set a List value with JScript

In FileNet, using FEM or ACCE, it is possible to use JScript in order to set attributes' values to an object. The official IBM guide provides this example (for…
Andrea
  • 6,032
  • 2
  • 28
  • 55
0
votes
2 answers

filenet JAVA API retention periode not updated

I've been working on a project that use filenet for multiple parts of the project. I've been asked to remove a boatload of file's that need to be removed. The reason why I was asked is because the assumtion was made we could remove the data through…
Metaladdict
  • 1
  • 1
  • 4
0
votes
1 answer

Pathname property in IBM FileNet P8 backend database

Appreciate if anyone can tell me which table "PathName" property exists in the backend database of IBM Filenet P8 ECM system. Thanks.
Regmi
  • 2,658
  • 4
  • 24
  • 32
0
votes
1 answer

FNRPE2131090482E - Server is being initialized. Retry the operation

I am using Filnet 5.2.1. I have everything working fine for years. but suddenly today when trying to connect to process engine from workplace application I am getting the error : [FNRPE2131090482E]Server is being initialized. Retry the operation. …
0
votes
1 answer

How to retrieve all versions of a document using SQL queries in Filenet P8?

I'm looking for a way to retry and if needed remove all documents located inside the tree of a given folder root with all of their versions, not just the current one. The easiest way might be a SQL query with a batch deletion. Since previous version…
Amessihel
  • 5,891
  • 3
  • 16
  • 40
0
votes
1 answer

FileNet file upload in VB.NET

I'm trying to upload a file to a specific FileNet folder, this code only creates an empty pdf document. Any help? Dim folder As IFolder = Factory.Folder.GetInstance(os, ClassNames.FOLDER, New Id(IdS)) Dim doc As IDocument =…
Caesr
  • 1
  • 1
0
votes
0 answers

FileNet: TransactionRolledbackException while creating index on DB2 from FEM

I am trying to add an index to a document class' field, but - after some minutes - I receive the error TransactionRolledBackException. I suspect that's because this class already has thousands of created objects. In fact, whenever I try to create a…
Andrea
  • 6,032
  • 2
  • 28
  • 55
0
votes
1 answer

Getting a 403 Forbidden error on plugin request

I'm trying to fire a plugin request from my ICN plugin. The request goes as below. However, I'm getting a 403 Forbidden error from the server. Forbidden You don't have permission to access /navigator/jaxrs/plugin on this…
0
votes
1 answer

FileNet Bulk action to update security folder property based on folder filed in

I have a set of a few thousand FileNet documents that need to have the security reset from the document level to the folder level. Does anyone know if there is a document set security folder method as well as to be able to obtain the object…
0
votes
1 answer

IBM Navigator:ecm/widget/listView/ContentList with check boxes

I am having a big time difficulty in showing checkboxes against every row in the grid. I see there is a property showCheckBoxes in ContentList which I have set it to true. But still the checkboxes does not show up. Here is code snippet.
A N
  • 394
  • 2
  • 8
  • 18
0
votes
1 answer

IBM FileNet fix pack 5.2.1.7 installed twice

Once of our resources did a mistake. We have 5.2.1.7 running in prod. By accidentally, same fix pack was installed on prod once again. While installing development server name was provided for com comparability layer and wcmapi config link. Post…
bajji
  • 1,271
  • 3
  • 15
  • 37