Skip to main content

All Questions

Tagged with
4 votes
2 answers
5k views

Query DateTime field using Date only in FileNet Content Engine

Is it possible to query using only a Date field such as '2017-03-02' in IBM FileNet? I have tried the below statement and it doesn't seem to work SELECT * FROM Table_Name WHERE EstimatedDate = '...
sn879's user avatar
  • 173
4 votes
1 answer
3k views

SearchScope fetchRows vs fetchObjects (IBM FileNet CE API)

I've been using SearchScope.fetchObjects() method till this time, and then it just occurred to me that fetchRows might be the better choice in some cases (when you don't need metadata like class names,...
sermolaev's user avatar
  • 985
3 votes
4 answers
4k views

Updating Creator property in FileNet P8

I am trying to update the Creator property in a FileNetP8 implementation. I tried to update it using the grant of "Modify Certain System Properties" however it seems that this grant does not apply to "...
WiredCoder's user avatar
2 votes
1 answer
4k views

Access FileNet Content Engine from servlet

I am trying to access IBM FileNet P8 V5 datastore from a servlet and need help in getting the WebSphere configuration correct. I have a fresh install of FN P8 on a RedHat 7 server with IBM WebSphere. ...
Hussain Akbar's user avatar
2 votes
1 answer
1k views

How to get the count of documents for the object store using FileNet API's

I have more than a million documents in object store, and I want to know the count of documents for a specific time period. How can I get the count using FileNet CE api's The code I use is below, ...
Salman 's user avatar
2 votes
1 answer
1k views

org.omg.CORBA.TRANSACTION_ROLLEDBACK: vmcid: 0x0 minor code: 0 completed: No

i am using Filenet 5.2.1 on Websphere 8.5.5.13 and when trying to connect to filenet connection point to retrieve work items as follows : workObject = (VWWorkObject) rosterElement.fetchWorkObject(...
Mahmoud Saleh's user avatar
1 vote
2 answers
2k views

CE Update Event: any way to pass before/after property values to a workflow?

I've configured a FileNet workflow subscription on Add, Update and Delete events. The workflow calls a Java component to send a notification message (to a third party). We would like to see "before" ...
paulsm4's user avatar
  • 120k
1 vote
1 answer
2k views

Document permissions Content Engine API

I'm trying to remove/add the groups from security of a document in FileNet using CPE API. I am able to remove wihtout any issues. However, when I try to add the groups that are missing, by inheriting ...
Le_Master's user avatar
  • 157
1 vote
0 answers
130 views

How can I use CaseMgmtContext in Job Sweeps?

I am writing a custom job sweep action in java I would like to use CaseMgmtContext so I don't have to read username and properties file Unfortunately I can't seem to use CaseMgmtContext without a ...
Varma K's user avatar
  • 13
1 vote
1 answer
1k views

Insufficient access rights to create a folder

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, Eclipse Mars 4.5.2 and Apache Maven 3.3.1 I need to create folders on the fly, and I'm following this ...
abarisone's user avatar
  • 3,775
0 votes
1 answer
527 views

Filenet - Copy value from a workitem to document Property

I am new to Filenet BPM and I am trying to set a value from a workitem to document Property. Here is my requirement - I have a Workflow with a document attached which should go to approval process, ...
tiktok's user avatar
  • 279
0 votes
1 answer
802 views

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. ...
Le_Master's user avatar
  • 157
0 votes
1 answer
349 views

Reclassifying document parent class in FileNet CPE

I have a document class hierarchy such as the following: Document ----- L1----- L2 ----- L3 My current setup does not allow for creation of instances from L1 or L2, only L3 has allowInstance=true and ...
WiredCoder's user avatar
0 votes
1 answer
18 views

Trying to write out a csv file from within IBM FIleNet P8 CPE Search

I am trying to do a search in IBM FileNet's ACCE and I want to use a Javascript module to write out some property values. I can get the search to run but the writing of the values eludes me. My ...
user25547784's user avatar
0 votes
0 answers
55 views

Filenet Query and sub query for check other documents

so basically, i want to get document if only other document is not exists. i try many ways and still not found the correct way. the last query i tried is this query. is it possible to do it in single ...
Vodka's user avatar
  • 63

15 30 50 per page