Questions tagged [filenet-content-engine]

FileNet Content Engine (CE) is central software component of IBM FileNet P8 platform. It is integral part of FileNet Content Platform Engine (CPE).

156 questions
0
votes
1 answer

Dojo aspect cancel original method

I am using dojo aspect.before to perform some actions prior to calling my original method. However, I am trying to cancel the original method if some criteria is not met within the aspect.before method, but not able to cancel that…
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
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
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

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

How to retrieve multiple images from the document with document id from Filenet content engine

I have requirement where i need to retrieve the images from the document and to place it in a sharepath location in a bytestream format. I have access to the document id and i have established the connection to the filenet content engine. Is there…
Salman
  • 21
  • 2
0
votes
0 answers

Need to display a pop up if we are selecting a step response for a workitem in IBM Filenet workplace application

I am having a requirement where if am selecting a step response for a workitem in workflow map , i need to restrict it to a data field for taking that action. For example if am having a step name as'XYZ' and i am selecting the step response' ABC'…
0
votes
3 answers

How can i retrieve the document object id from the workitem

I got a requirement to retrieve the document object id(content engine doc id) from the workitem retrieved from process engine. And we obtain the document id we need to extract the corresponding document from content engine. I have created PE session…
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

Unfiling a document code from IBM knowledge center

Is this still the only way or most efficient way to unfile a document from filenet? static PropertyFilter pf = new PropertyFilter(); pf.addIncludeProperty(new FilterElement(null, null, null, "Containers", null)); // Get document to be…
Hieu
  • 1
  • 2
0
votes
1 answer

Profile management tool cannot create the profile the error in WAS profile creation time

I installed Installation manager without any errors. I am using WAS 9.0.0.9FP with Java SDK 8.0.3.0. The last step in profile creation completed page(In the last page) in WebSphere Customization Toolbox I am facing the bellow the error. I gather…
0
votes
1 answer

Setting maximum results' number via FEM

I am running some queries via FileNet API (Java), but I always obtain exactly 20.000 results. I suspect that there is a limit in the number of returned results by default. Is there a way to change it via FEM, if that is the case? I searched through…
Andrea
  • 6,032
  • 2
  • 28
  • 55
0
votes
0 answers

Cannot establish connect between IBM Content Navigator to Content Platform

I am deploying IBM Content Platform Engine (CPE) and IBM COntent Navigator (ICN) the CPE is deployed into Websphere 1 at 192.168.1.16 the ICN is deployed into Websphere 2 at 192.168.1.17 I browser to http://192.168.1.17:9080/navigator to add new…
0
votes
1 answer

IBM ICN 3.0.3 - Ugly display of a ChoiceList for a mono-valued Property in the Content dialog

Given a Document class, a mono-valued Property of the Entry Template is associated with a ChoiceList. This works well if the ChoiceList has no "sublevels" (Choice). When a Group Choice is added and the user tries to fill the property, the dialog…