Skip to main content

Questions tagged [filenet-p8]

FileNet P8 is an Enterprise Content Management System produced by IBM. This is a "software to help enterprises manage their content and business processes."

1 vote
1 answer
755 views

Merge multiple documents of different mime type into single PDF and download in IBM Content Navigator

I have a requirement where I need to merge multiple documents in a folder as a single PDF and download it. Is it possible using built in APIs of Content navigator or do I need to use any external APIs ...
amitbvsb's user avatar
-5 votes
1 answer
1k views

Docusign integration with IBM FileNet

We are trying to integrate asp.net site front-end having all the its content(pdf's) stored in IBM filenet with docusign or any other tool which can let users to checkout the documents and add digital ...
Pavan Akula's user avatar
2 votes
2 answers
1k views

Acquiring retrieval name for latest version of a document in a DocumentSet using FileNet API

I have this piece of code: Folder fold = Factory.Folder.fetchInstance(os, folderPath, null); DocumentSet docs = fold.get_ContainedDocuments(); Iterator it = docs.iterator(); Document retr; try { ...
user3871512's user avatar
1 vote
1 answer
557 views

IBM Content Collector error calling external Web Service

In my current project using IBM Content Collector 4.0.1 SP5 with IBM Filenet P8 Content Engine 5.2.1 I need to collect files from file system and add them to a certain P8's object store. After ...
abarisone's user avatar
  • 3,775
4 votes
1 answer
3k views

Filenet Change Document Class

I'm trying to change class for a given document and below is the code that I used Document p8Document = Factory.Document.getInstance(p8ObjectStore, oldDocumentClassName, new Id(...
bajji's user avatar
  • 1,271
1 vote
0 answers
786 views

How to retrieve the process's unique workflow number, while launching it through C# API?

I'm struggling for 4 days now. There's this C# Process Engine API: https://www.ibm.com/support/knowledgecenter/en/SSNW2F_5.2.1/com.ibm.p8.pe.dev.doc/web_services/ws_reference.htm What I need to do ...
user avatar
3 votes
1 answer
1k views

how do we debug the bulk action javascript from ACCE?

Can someone throw in their idea on how we can debug the javascript that we write from the bulk action script from ACCE? I understand that the alert or debug statement may not work there. What are the ...
Venky.m's user avatar
  • 101
1 vote
1 answer
262 views

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer?

What is Database Connection Alias in DbExecute present in General System Palette in Process Designer? These are the details of tools I am using: Process Designer 5.2.1 OS: Windows Filenet Platform: ...
Jay's user avatar
  • 63
1 vote
0 answers
80 views

Some IBM P8 ChoiceLists are incorrect when being returned via CMIS

Facing with strange behavior of the FileNet Choice Lists when they are being returned through CMIS. There are IntList in FEM: and IntList_Test first one is bound to both MultiInteger and ...
Olegdelone's user avatar
1 vote
1 answer
74 views

Filenet BPM Webservice receive step design consederations

We are currently designing a web service based process, in which we will be using the web-service invoke and receive steps to communicate with a Microsoft biz-talk server. Our main concern is that a ...
WiredCoder's user avatar
0 votes
2 answers
950 views

FileNET P8 5.2.1 FP2 - edit permissions on document creation

We're asked to set up permissions when a document is created. Basically the code part written is reproduced below : public void onEvent(ObjectChangeEvent event, Id eventId) { if (event ...
Amessihel's user avatar
  • 6,196
0 votes
1 answer
626 views

IBM Content Collector FS to P8 Archiving

In my current project using IBM Content Collector 4.0.1 SP5 with IBM Filenet P8 Content Engine 5.2.1 I need to collect files from file system and add them to a certain P8's object store. Report files ...
abarisone's user avatar
  • 3,775
1 vote
1 answer
931 views

FileNet ContentElement CheckOut

I have a code module and has supporting jars as content elements. Whenever I change the java code and want to update the new jar, I do check-out and check-in back. But in this process, when I check-...
bajji's user avatar
  • 1,271
1 vote
1 answer
5k views

FileNet Bulk Search and Update

I have a requirement wherein, I have to update document metadata for millions of documents in the objectstore. So I wrote a simple java stand-alone with the below approach SearchSQL documentSearchSQL ...
bajji's user avatar
  • 1,271
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
2k views

Factory.Folder.fetchInstance method not working with paths

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 obtain the connection object with code like this: Connection ...
abarisone's user avatar
  • 3,775
0 votes
1 answer
3k views

Can't set permissions on Filenet P8 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'm trying to add some permissions to an existing folder using ...
abarisone's user avatar
  • 3,775
0 votes
2 answers
2k views

How to retrieve a specific object store in IBM Filenet Deployment Manager?

I'm working with Filenet P8 Content Platform Engine 5.2.1 in my current project. I wanna export classes, property templates, folder hierarchy and other assets from specific Filenet object store (there ...
Ilya Berdzenishvili's user avatar
2 votes
1 answer
2k views

How to deploy a Java Action Handler in IBM Filenet?

Filenet P8 Content Platform Engine 5.2.1 and WebSphere 8.5.5 are used in my current project. My goal is a creation Java Action Handlers. I have a jar file with needed functionality. I wanna store ...
Ilya Berdzenishvili's user avatar
0 votes
1 answer
927 views

How to query distinct documents that contain Unordered List properties in FileNet P8?

I am trying to send a dynamically built query to FileNet 5.2 using the .Net API. The Document Class that I am trying to query has three properties in the select list that have a cardinality of ...
Rob's user avatar
  • 161
0 votes
0 answers
442 views

How to integrate FileNet Virtual Viewer of ICN into web application?

How can i integrate Daeja Virtual Viewer of ICN into my web application? I want to display in iFrame of my application's page seamless viewer with specific document. Environments: My web application ...
GregV's user avatar
  • 39
2 votes
0 answers
2k views

FileNet P8 - Insert WHERE condition properties values in a Stored Search

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'm trying to insert programmatically some where condition ...
abarisone's user avatar
  • 3,775
-1 votes
1 answer
158 views

FileNet 4.0 P8 Jboss 4 - Cannot login - Credentials Exception

I am using Filent 4.0 and Jboss 4, it was working well but recently I got the Credentials Exception error message when trying to login to Workplace. Error Message: Credentials Exception Exception ...
toch's user avatar
  • 67
0 votes
1 answer
2k views

Adding file to FileNet Object store but when I retrieve it, it is empty, 0 byte file

I am able to successfully send a file to Filenet using their API (FileNet.API.dll) v5.2.1 but when I try to retreive it, it is a 0 byte file with no content. This is essentially using the methods ...
programmerNOOB's user avatar
1 vote
2 answers
2k views

FileNet P8 ACCE Sweep job filter

I'm trying to setup a sweep job that moves a document from one class to a different class, but I only want to test right now -- not move ALL documents. I was trying to add a filter to only pull over ...
user1959176's user avatar
2 votes
2 answers
7k views

How to get the property data type in FileNet P8

In FileNet P8, I need to get the datatype of the property of a custom class using JAVA API. Is there any way to do the same?
Arjun's user avatar
  • 565
-1 votes
1 answer
223 views

Error while installing ibm case manager 5.2.1 on windows server 2012

I’m using cmpit 5.2.1 on windows server 2012 to install ibm case manager 5.2.1, I’m having an error in step 34/38 in the installation. In cpit_install_stdout: Install-InvokeDescription: (34/38) ...
S.Jandoubi's user avatar
2 votes
2 answers
3k views

Connecting to Filenet running on Websphere 8.5 via EJB transport using Spring Boot with Embedded Tomcat

I’m developing a Spring Boot app using Filenet CEAPI with EJB transport (the Filenet Web Service (CEWS) connection is not an options), but when I try to run my spring boot app, I get the following ...
Kumite's user avatar
  • 2,149
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
226 views

IBM Case Foundation Email Template New Line Character from Java

We create tasks containing multiple documents; each document has a number. I have a string Field (docNums) in the Workflow that contains each document number separated by a delimiter. I have done this ...
Christopher Powell's user avatar
-1 votes
1 answer
641 views

IBM FileNet ExtendedInputStream examples

I have a file of size 40 MB in filenet-p8. I see that from v5.2.1 there is a new API ExtendedInputStream can anyone share an example of it. I see its not a concrete class so how can I extend and make ...
Raghuveer's user avatar
  • 3,047
1 vote
1 answer
2k views

IBM Filenet P8 Change Preprocessor Java implementation cannot be found

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, IBM RAD 9.5 and Apache Maven 3.3.1 I'm trying to deploy a Change Preprocessor linked to a certain document ...
abarisone's user avatar
  • 3,775
1 vote
1 answer
3k views

IBM Case Manager: Intermittantly getting "Update sequence number mismatch" trying to save case

I'm using the Java API with Case Manager 5.2.1, on Windows. My web service does the following: // Create a brand new case CaseType myCaseType = CaseType.fetchInstance(osRef, myCaseTypeName); Case ...
paulsm4's user avatar
  • 120k
1 vote
1 answer
278 views

Jython getting TypeError: Supertypes that share a modified attribute have an MRO conflict

I am working on IBM FileNet P8 Platform 5.2.1 Content Engine unit test application in jython 2.7. # Verify a directory def testDirectory(self): directoryConfigurationList = [] url = self....
Neo84's user avatar
  • 197
0 votes
1 answer
691 views

Filenet libraries for C# desktop applications

I have a VB6 application which uses FnNFO.tlb - Filenet Panagon IDM Objects 3.2 and fnerrlks.tlb - Filenet Panagon IDM Error Objects 3.2 to login to filenet library and do basic operations. Now I ...
Navaneet's user avatar
  • 1,387
0 votes
1 answer
869 views

IBM Filenet p8 concurrently reading document content

I want to read a document content from FileNetP8 parallel to reduce my reading time. Also the issue is I write into a OutputStream. Is there anyway or any API from where I can parallelize my reads ...
Raghuveer's user avatar
  • 3,047
1 vote
2 answers
2k views

How does FileNet calculate the GUID (object_id) for all records in all tables in an object store?

I was wondering how does FileNet calculate the GUID (i.e. the object_id) of each record that is inserted in a table in the object store. I want to insert a record in Event table by using an insert ...
Nikos A.'s user avatar
0 votes
2 answers
162 views

IBM FileNet P8 Local Deployment

I needed to deploy IBM Filenet P8 Content engine in my local system. How can I get the ear file to deploy it locally? I searched in the net, but I didn't get any link for downloading.
Arjun's user avatar
  • 565
0 votes
2 answers
2k views

Are GUID across Object Stores in FileNet CE 5.2 unique?

I have a requirement wherein I need to search for Documents using only GUID across Object Stores. 1. Is it possible that GUID is duplicate across Object Store ? 2. In such a case where GUID is ...
Sourabh's user avatar
  • 471
0 votes
1 answer
656 views

Custom subscription error in IBM Filenet p8

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3. I deploy a content engine subscription to the system. When I put a document in the system and my ...
Evandro Savona's user avatar
1 vote
1 answer
2k views

Where can I find IBM FileNet Content Engine subscription log?

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, on a RedHat 6.7 system. I'm wondering where do the subscription is logging. In my class code I used this ...
abarisone's user avatar
  • 3,775
2 votes
2 answers
4k views

IBM Filenet P8 subscription maven dependencies

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, IBM RAD 9.5 and Apache Maven 3.3.1 I'm going to use maven to build my artifacts, and specifically I'm ...
abarisone's user avatar
  • 3,775
1 vote
0 answers
231 views

camel-cmis Filenet Storing metadata and Document

Below is my metadata Document class and property definition I created. DocClassDisplayName - ClassSymbolicName CustomMeta - doc_CustomMeta PropDisplayname - PropSymbolicName - Datatype SINo - ...
Balaji Kannan's user avatar
3 votes
1 answer
2k views

How to deploy an IBM Filenet P8 Subscription?

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, I'm wondering how to deploy a content engine subscription to the system. I searched the IBM documentation ...
abarisone's user avatar
  • 3,775
3 votes
1 answer
2k views

Filenet user cache refresh

When a 'new' user is added to an existing AD group or we create a new AD 'group' we have to wait too long for the cache in P8 to be updated. If I transfer any workflow into the region it will update ...
rickmac's user avatar
  • 131
0 votes
1 answer
980 views

Applet Loading failed over SSL

I have an applet embedded in jsp (IBM FileNet JavaViwer) which loads the document in jsp page. The applet loads fine over over http requests. but with https i am facing problems. Applet loads with ...
vishu saxena's user avatar
1 vote
3 answers
2k views

Array concatenation in IBM Filenet P8 Expression Builder?

In the Expression Builder for the Workplace Process Designer, I have an attachment variable of type String[] (array of strings). I'd like to add some elements to it using the Expression Builder, ...
user1071914's user avatar
  • 3,383
-2 votes
2 answers
4k views

How to Store a pdf document in Filenet

Im new to IBM filenet. I just got the webservice url of the CMIS filenet. My requirement is to store a PDF document got from one system using apache camel route to filenet. Tried importing the wsdl ...
Balaji Kannan's user avatar
0 votes
0 answers
243 views

com.filenet.wcm.api.CannotDetokenizeException

I am using Filenet 5.2.1 and recently I am seeing this error in the log file. Does anyone have ideas about it: com.filenet.wcm.api.CannotDetokenizeException at com.filenet.wcm.api.impl....
Mahmoud Saleh's user avatar
1 vote
1 answer
477 views

FNRPE2131090055E: Invalid ascii string for work object number:

I am using IBM Filenet Content Platform 5.2.1 and recently I keep getting the following Process Engine error: [FNRPE2131090055E]Invalid ascii string for work object number: "B1826D83A9FA7D************...
Mahmoud Saleh's user avatar

15 30 50 per page