Questions tagged [filenet-cpe]

30 questions
5
votes
1 answer

FileNet - Data to be copied exceeds space available error

some other team is calling our FileNet custom app for searching documents. I believe some of the users are facing intermittent failure because we are getting tickets(although none of the user has reported this issue) for the error below and I tried…
tiktok
  • 279
  • 2
  • 23
4
votes
2 answers

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 = '2017-03-02' OR SELECT * FROM Table_Name WHERE…
4
votes
1 answer

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, object stores etc). Something tells me it might…
sermolaev
  • 975
  • 11
  • 23
3
votes
4 answers

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 "Creator" and rather applies to other properties…
WiredCoder
  • 916
  • 1
  • 11
  • 39
2
votes
1 answer

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, which gives me only a maximum of 200…
Salman
  • 21
  • 2
2
votes
1 answer

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(false, false); I get the following…
2
votes
1 answer

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. I tried the example code given on…
2
votes
2 answers

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" and "after" property values in the notification…
paulsm4
  • 114,292
  • 17
  • 138
  • 190
1
vote
1 answer

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 from document class, groups get added without…
1
vote
2 answers

Can I get the steps inside workflow only?

I am trying to get all the steps inside a particular workflow ONLY in FileNet Process Engine. But no luck getting it. I am not sure if what I am trying to achieve is available in the API because I looked for days but cannot see it. Here is my code …
miggyyy
  • 49
  • 6
1
vote
1 answer

Where to find Connection Point name to access FileNet Process Engine

I am trying to connect to IBM FileNet Process Engine. Unfortunately I am lost where to find where I can get Connection Point name needed to connect.
miggyyy
  • 49
  • 6
1
vote
0 answers

Adding comments to a SQL query in FileNet Content Engine

Is it possible to add comments to a query, in FileNet? I refer, in particular, to queries written via FEM. I have searched on the documentation, but I have found nothing about it. I have a large query, and I wish to add comments for its subqueries…
Andrea
  • 6,032
  • 2
  • 28
  • 55
1
vote
0 answers

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 VWSession and there is no VWSession in job…
Varma K
  • 13
  • 1
  • 3
1
vote
1 answer

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 sequence: I create a new instance of the folder, using…
abarisone
  • 3,707
  • 11
  • 35
  • 54
0
votes
1 answer

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 base64 is only for part of the file not the…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
2