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
1
vote
1 answer

New Entry Template button is disabled

I have configured the ICN to use the entry templates using the following procedure Open the administration tool in the web client. Click Repositories and open the repository on which you want to enable entry template management. Connect to the…
WiredCoder
  • 916
  • 1
  • 11
  • 39
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…
1
vote
0 answers

How to retrieve the process's unique workflow number, while launching it through C# API?

I'm struggling for 4 days now. There's this C# Process Engine API: https://www.ibm.com/support/knowledgecenter/en/SSNW2F_5.2.1/com.ibm.p8.pe.dev.doc/web_services/ws_reference.htm What I need to do is to retrieve the WorkflowNumber when launching…
user6367252
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

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer?

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer? These are the details of tools I am using: Process Designer 5.2.1 OS: Windows Filenet Platform: 5.2.1
Jay
  • 63
  • 1
  • 2
  • 9
1
vote
1 answer

Filenet BPM Webservice receive step design consederations

We are currently designing a web service based process, in which we will be using the web-service invoke and receive steps to communicate with a Microsoft biz-talk server. Our main concern is that a task on the receive step can wait for some time…
WiredCoder
  • 916
  • 1
  • 11
  • 39
1
vote
2 answers

How to encrypt/decrypt text in IBM Image services

Could you please help me here, we are using OLD version of IBM Filenet Image Services 4.2 version. We are seeing encrypted password in a file called "repository.properties". We want to decrypt this text to see it's value. Will be grateful to you if…
RavinderSingh13
  • 130,504
  • 14
  • 57
  • 93
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

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
3 answers

Array concatenation in IBM Filenet P8 Expression Builder?

In the Expression Builder for the Workplace Process Designer, I have an attachment variable of type String[] (array of strings). I'd like to add some elements to it using the Expression Builder, but I can't work out the syntax. Has anyone done…
user1071914
  • 3,295
  • 11
  • 50
  • 76
1
vote
1 answer

FNRPE2131090055E: Invalid ascii string for work object number:

I am using IBM Filenet Content Platform 5.2.1 and recently I keep getting the following Process Engine error: [FNRPE2131090055E]Invalid ascii string for work object number: "B1826D83A9FA7D****************FF". at…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
1 answer

Enabling search on attachment names for email documents archived through IBM Content Collector

We need to be able to search on email attachment names (Name of the files attached to an email archived in FileNet through IBM ICC Microsoft Exchange email connector) If we just enable CBR on the object store, we are able to search the text in…
Abhishek
  • 37
  • 1
  • 1
  • 7
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
1
vote
0 answers

How does the Lucene tool Luke determine a file count?

Using Luke, it is showing 348K files in the Lucene index. Our repository, after being queried using SQL commands via ACCE (IBM Connections storing files in Connections Content Manager [ie. FileNet]) is coming back with 345K files users have…
Pete Tete
  • 11
  • 1
1 2
3
9 10