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

Camel-cmis - metadata setting error

A simple test of setting the document class of document stored in filenet worked in camel-cmis 2.16.2. Below is the route from("file://C:/Target/DMS/").process(new Processor() { @Override public void process(Exchange e)…
0
votes
2 answers

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
  • 545
  • 1
  • 6
  • 17
0
votes
2 answers

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 duplicate, how do I retrieve the Document Content ?
Sourabh
  • 413
  • 5
  • 17
0
votes
1 answer

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 subscription runs, in the trace log I found this…
0
votes
3 answers

How IBM Filenet Integrated with Angular application

I'm not familiar with Filenet. I am using IBM FileNet as document management system. How Can I consume Filenet web services Apis in my AngularJs Application. Please Help me out, if anyone has tried this. Thanks
0
votes
1 answer

Update sequence number mismatch; requested USN = 2, database USN = 3

I am using Filenet 4.5.1 I have a module in my project where we move the contents from a folder to a newly created folder , and then delete them from old folder. ObjectStore objectStore; ReferentialContainmentRelationship toRcr =…
Abhi
  • 95
  • 1
  • 1
  • 11
0
votes
1 answer

Bulk Movement Jobs in FileNet 5.2.1

I have a requirement of moving documents from one storage area to another and planning to use Bulk Movement Jobs under Sweep Jobs in FileNet P8 v5.2.1. My filter criteria is obviously (and only) the storage area id as I want to target a specific…
sin
  • 126
  • 2
  • 14
0
votes
2 answers

Retrieve a document class-description symbolicName without fetching

I'm triying to retrieve a ClassDescription symbolicName of an IDocument object. It seems that i have to fetch its ClassDescription even if I just want the symbolicName. Is there a way to do it ? I just want to avoid doing a fetch for every browsed…
Amessihel
  • 5,891
  • 3
  • 16
  • 40
0
votes
2 answers

Issue when fetching Document information from a Record Filenet

I am facing a issue where I am not able to get the document information associated with the record. The line below is used to get a particular record, com.ibm.jarm.api.core.Record r = RMFactory.Record.fetchInstance(jarmFPOS,…
user1194310
  • 129
  • 1
  • 4
  • 14
0
votes
2 answers

Get Record information from Filenet Enterprise records

I am trying to get the information associated with a record using Java. I was ablr to get basic information like Title, Owner, Date created etc. Now I need to get the information about the document associated with that particular record. Say we have…
0
votes
1 answer

Need help on Filenet Enterprise Records

I am very much new to Filenet. I have a requirement where I need to extract the metadata of each and every documents/records in a particular folder. Then I need to export that metadata into XML. First I need to check if there are any documents…
user1194310
  • 129
  • 1
  • 4
  • 14
0
votes
1 answer

authorize other username using service user credentials

While connecting to filenet(in websphere) content engine I have a requirement where we have some usernames and not there password and want to use them using the service user authentication , in a java standalone or J2EE application. I can…
Friendy
  • 519
  • 1
  • 6
  • 18
0
votes
1 answer

not able to ping filenet content engine ever after successful deployment of ear

I have added CE application to WAS server but not able to ping it. WAS server containing Filenet Application is at port number 9063 and i am pinging content engine url at default 9080 port. Is this a problem?. How can I find out on which port…
Harvinder
  • 1
  • 2
0
votes
1 answer

Setting an ID type property value from workflow in FileNet

Is it possible to set value for an ID type property from a workflow? We have a workflow to create a date wise record folder everyday when first mail for that day is ingested in the system (IBM IER). For this we are using createRMFolder method from…
0
votes
3 answers

FileNet - Reporting total number of user logged in to Filenet during a given period of time

We need to report the total number of users those have logged into the Filenet environment during every quarter. Is there a way to do it? I have seen an environment where a custom logon event was created. Whenever a user logs on this event will be…
Abhishek
  • 37
  • 1
  • 1
  • 7