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

Disable ContextMenu - IBM Content Navigator

Is there a way to disable a context menu item through a plugin through ACCE? Trying to understand if a context menu can be enabled/disabled based on the folder or based on the user's security groups. I am only able to set the privileges, but I need…
0
votes
1 answer

Can we modify a document class properties with CE APIs and how to do it?

I'm trying to update security for document class using automation. Here I need to add/modify users who can access the class instead of doing it manually.
0
votes
2 answers

How to upload the file to File Net using NodeJS?

I have a requirement to upload the image pdf file/files to IBM File Net using Express.JS! How to do it? I'm a new bee for File Net, even I'm not able to find sufficient docs for the same. Any help will much be appreciated.
Rajath
  • 2,611
  • 8
  • 27
  • 43
0
votes
0 answers

Filenet Open a particulate AddCase Page form script adapter

I am looking a way to open a particulate addcase on addcase page from Event Action , i was trying with "icm.OpenPage" try{ solution.retrieveCaseType("Demo_ApprovalCase", function(caseType) { …
Archangle
  • 312
  • 1
  • 4
  • 23
0
votes
0 answers

How to recombine document pages stored as separate Base64 strings in FileNet using VB.Net?

I have a document that is stored on FileNet. Each page of the document is stored as a separate base 64 encoded string. I need to get all of these pages into a single document again. What I have attempted to do is to decode the Base64 string into an…
Timbuck
  • 233
  • 4
  • 13
0
votes
0 answers

How to provide create_instance access to a group in filenet?

I have added the group in the securities tab of the document class and gave all the necessary permissions. However when trying to create a document within the documentClass I get : FNRCE0001E: E_ACCESS_DENIED: The requester has insufficient access…
stackMan10
  • 732
  • 6
  • 25
0
votes
1 answer

How to provide child class of document in OASIS API for Filenet

We are trying to use OASIS API to create a document in Filenet through Atom. We tried different syntax but not working. If it's just cmis:document it's working but if we change that with any leaf class of document it's not supporting. Does anyone…
0
votes
1 answer

Get document properties on IBM BPM 8.6 using REST API

I'm trying to retrieve a document's properties store in IBM BPM document store but I couldn't find any API to call, is there any workaround to achieve this ? I'm trying to copy documents from IBM Document Store to Filenet using Java. I was able to…
0
votes
1 answer

ReferenceError: template is not defined

I'm working on a ICN(3.0.4) plugin where I have created a PluginAction with name as "SampleAction". On click of this, I want open a dialog and show some options for users to select. From the services js, I'm invoking an another templated widget…
bajji
  • 1,271
  • 3
  • 15
  • 37
0
votes
1 answer

I cant able to query the queue element using queuequery in PE filenet

I am facing an issue when i try to query the queue using createquery api to fetch the queue element. I am getting an error at the while statement stating the error below as errorjava.lang.illegalstateexception :unread block data i dont know why i…
0
votes
0 answers

FNRCE0040E: E_NOT_AUTHENTICATED: The user is not authenticated. Message was: Unable to locate a login configuration

I am creating a web service in FileNet and I am getting below mentioned error when I am making connection with FileNet. FNRCE0040E: E_NOT_AUTHENTICATED: The user is not authenticated. Message was: Unable to locate a login configuration at …
0
votes
1 answer

FileNet Change Document Class Security not updated

If a document of ClassA is changed to ClassB, security group of the document doesn't change i.e. it still has ClassA security group. I'm trying to understand what could be the reason/benefit/advantage behind this? I expected the security groups…
bajji
  • 1,271
  • 3
  • 15
  • 37
0
votes
1 answer

FileNet Social Collaboration - search by comments

We have social collaboration enabled on our FileNet system. I can add comment, tag, like and track how many times a document has been downloaded. These features are nice. When I tag a document, I can search documents by the tag text. Ex: If I tag a…
bajji
  • 1,271
  • 3
  • 15
  • 37
0
votes
1 answer

get workflow malfunction exception with java api

Does anyone know how to get a workflow malfunction error message using the java pe api? I am running the QueueSample java code provided by IBM and it is not clear to me how to do this. Any help would be appreciated!
mkk
  • 36
  • 8
0
votes
1 answer

Work Performer Exception: org.apache.soap.transport.SOAPTransport while executing ComponentStep in ProcessConfiguration of IBM FileNet

While running component Step in ProcessConfiguration of workflows, facing below issue. This component includes web service calls. Added soap.jar file in the component but issue remains the same. Work Performer Exception:…
Raghava
  • 27
  • 4