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."

What it is ?

IBM FileNet P8 is a proprietary Enterprise Content Management platform (), that offer you document management system capabilities, coupled to a .

Also add record management tools and a frontend (Workplace, Workplace-XT and now Content Navigator)

FileNet P8 consists of different components working together:

  • Content Engine (CE) Works with documents and content.
  • Process Engine (PE) Manage workflows and BPM solutions.
  • Application engine (AE) Where the frontend lives
  • Content Search Engine (CSE) now Content Search Services (CSS) To manage queries and indexes.
  • Record Management (RM) In charge of the deletion and/or conservation process of the content.

See also .

External Links

257 questions
1
vote
1 answer

Use "NOT IN" in FileNet queries

If I want to restrict the value of a metadata to a subset, I would do something on the line of standard SQL synthax ("IN" operator): SELECT This, ID from MyClass WHERE MyMetadata IN ('AAA', 'BBB') But how can I do the opposite, so obtaining all the…
Andrea
  • 6,032
  • 2
  • 28
  • 55
1
vote
1 answer

Search folder hierarchy in FileNet for a particular folder

I am new to accessing FileNet CE from Java. From my test program, I can connect, create folders, upload files and retrieve the list. Now, I need to find a folder within the ObjectStore. That is to say, given a hierarchy of folders within…
Hussain Akbar
  • 646
  • 8
  • 25
1
vote
1 answer

how to unlock objects in IBM content navigator from a SOA webservice call

In my SOA, there are two apps trading document information back and forth. One of them is IBM's filenet/content navigator. Now the other app cannot call upon documents in filenet when these document are checked out in filenet. This usually is…
1
vote
1 answer

FileNet: obtaining available space on a Storage Area

A particular Object Store, in my FileNet environement, is using a NAS as a Storage Area (this is a typical configuration). By the way, I do not have access to that NAS (the team that maintains the storage is remotely distant from me) and I want to…
Andrea
  • 6,032
  • 2
  • 28
  • 55
1
vote
1 answer

Programmatically file one folder under another folder in FileNet P8

I have a folder called 'Top' and 2 sub folders 'A' and 'B' underneath that. Now, I'm trying to move folder 'B' under folder 'A'. For this, I tried a create a RCR as follows.. RCR = FolderA.File((IFolder)FolderB, AutoUniqueName.AUTO_UNIQUE,…
Venky.m
  • 101
  • 1
  • 8
1
vote
1 answer

Filnet API Copy File

I'm in a need to duplicate a file on filenet using APIs and update a properties from the existing file, after making a search with , I made the below sample but getting an error row = (RepositoryRow) it.next(); Id id =…
gasser
  • 279
  • 1
  • 4
  • 16
1
vote
1 answer

FileNet Content Engine query comparing numbers defined as string

So I have a FileNet search query like this SELECT * from MyPurchase_Docs WHERE Purchase_Amount > 100.50 Very simple query but my problem is that Purchase_Amount is defined as string so I get results where Purchase_Amount is 2.5, 30.25 etc (because…
1
vote
1 answer

How to change Filenet document MimeType using com.filenet.wcm.api

I am new to FileNet. We are using P8 Content Engine - 5.1.0.2 I need to change MimeType for existing document using Filenet WCM API. Workuround is to download the document, change the MimeType and re-upload the document but in this case the documnet…
David Abragimov
  • 524
  • 2
  • 6
  • 24
1
vote
0 answers

Filenet Solution Deployment Take too much time

Deployment a solution with IBM Case Manager Builder take too mach time on deployment , When i look "Detail Deployment Log" file I can see following steps take too mach time. 11/5/18 8:55:55 PM GMT+05:30 FNRPA0120I The solution X001 pages are being…
Archangle
  • 312
  • 1
  • 4
  • 23
1
vote
0 answers

Kerberos Support for FileNet .Net client hosted on IIS

We have .NET applications which are integrated with FileNet and connect to custom FileNet application hosted on IIS which retrieves documents. We ahve requirement to pass pass user credentials from .Net apps connection to FileNet. However, we dont…
amitbvsb
  • 29
  • 4
1
vote
0 answers

Form crashes with Error code 0x80000003 on startup

I've run into issues when deploying a scanning application that uses IBM FileNet/P8 components. On our normal dev and test environments, it starts without any issues. When we install on the client's environment, it fails at the startup splash…
dbr
  • 247
  • 2
  • 7
  • 24
1
vote
1 answer

IBM Content Navigator 3.x - Pre-filling ChoiceList values in AddContentItemDialog

We aim to implement a prefilled document creation form with values retrieved from a PluginService object. When a user right-clicks on a document and select "New document from this one", it fires an Action which opens an AddContentItemDialog. Then,…
Amessihel
  • 5,891
  • 3
  • 16
  • 40
1
vote
1 answer

Filenet - How to get the value of F_Webserver in email template

I am using CPE 5.2.1 and trying to make use of email templates to send an email notification which has a link to workitem. In that, we have F_Webserver & some other variables and I don't know how to get the values for these field variables. I was…
tiktok
  • 279
  • 2
  • 23
1
vote
3 answers

Filenet - GET Username from F_Originator

I am using filenet BPM for approval system and I want to extract the username from F_Originator so that I can send an email to originator about the status of approved Or rejected document. How can I extract the username from F_Originator in workflow…
tiktok
  • 279
  • 2
  • 23
1
vote
1 answer

FileNet P8 disable subscription event action

I am working on FileNet P8 5.2.1 and I am wondering what is the best practice in order to disable an event action and a subscription : subscription disabled event action disabled subscription disabled event action enabled subscription enabled event…
aName
  • 11
  • 5