Skip to main content

All Questions

Tagged with
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
0 votes
1 answer
284 views

Filenet GetContent webservice returns the file incomplete

I am using Filenet 5.2.1 soap webservice GetContent : http://myserver:9080/wsi/FNCEWS40MTOM.wsdl and when trying to get content for a file that is larger than 1 MB, the returned response when read as ...
Mahmoud Saleh's user avatar
0 votes
1 answer
185 views

What Filenet P8 API will work with FileNet Cloud

I currently have an application that uses the P8 FileNet .NET api to store files in our company's on-prem FileNet server. The reference we add to our c# project is Filenet.Api.dll V. 5.111.0.470 . I ...
Dan G's user avatar
  • 856
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
0 votes
1 answer
123 views

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 ...
bajji's user avatar
  • 1,271
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
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 votes
1 answer
1k views

FileNet - Setup Authentication between CPE & Java application

I have a CPE Java API application using Spring Boot & running on Tomcat server and my CPE (5.5.2) is running in Container on WAS server. I am having a hard time setting up a security between the ...
tiktok's user avatar
  • 279
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
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
0 votes
2 answers
4k views

FileNet Configuration Manager fails to connect to WebSphere Application Server

I have an issue with FileNet configuration manager connecting to WAS when configuring CPE. Details are below OS : Windows 10 Enterprise (This is where CPE 5.5 is installed) WAS : 8.5.5.13 WAS Java :...
bajji's user avatar
  • 1,271
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
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
0 answers
1k views

CIWEB1008 error when connecting ICN to ACCE object store

I'm having issues trying connecting the ICN to the created object store in ACCE. When I try to connect I get a CIWEB1008 error. I installed Filenet 5.2.1 on a clean single windows 2016 server using ...
pkman's user avatar
  • 1
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
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
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