filenet-p8

FileNet Content Engine - Database Table for Physical path

二次信任 提交于 2020-04-13 08:04:58
问题 I realize this is possible with the FileNET P8 API, however I'm looking for a way to find the physical document path within the database. Specifically there are two level subfolders in the FileStore, like FN01\FN13\DocumentID but I can't find the reference to FN01 or FN13 anywhere. 回答1: You will not find the names of the folders anywhere in the FN databases. The folder structure is determined by a hashing function. Here is an excerpt from this page on filestores: Documents are stored among

FileNet Content Engine - Database Table for Physical path

丶灬走出姿态 提交于 2020-04-13 08:03:09
问题 I realize this is possible with the FileNET P8 API, however I'm looking for a way to find the physical document path within the database. Specifically there are two level subfolders in the FileStore, like FN01\FN13\DocumentID but I can't find the reference to FN01 or FN13 anywhere. 回答1: You will not find the names of the folders anywhere in the FN databases. The folder structure is determined by a hashing function. Here is an excerpt from this page on filestores: Documents are stored among

IBM Filenet P8 subscription maven dependencies

夙愿已清 提交于 2020-02-04 01:49:14
问题 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 asking which are the dependencies needed to correctly build a subscription's code module. Moreover I would need to know their scope, since I'm not sure about which of them are already provided. Thanks to this Christopher Powell's answer I found this Eclipse Plugin for ECM Developers but I'm not

IBM Content Collector error calling external Web Service

荒凉一梦 提交于 2019-12-11 11:02:54
问题 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 performing upload on the server or in case of error I inserted a WS Call Web Service Task in order to submit some data to be written to a database. The configuration is the following: The web service is REST conformant as requested in the WS Call Web Service task description page provided by IBM,

Search folder hierarchy in FileNet for a particular folder

纵然是瞬间 提交于 2019-12-11 10:58:36
问题 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 folders: Folder1 -- Folder1a -- Folder1b ---- Folder1b1 ---- Folder1b2 -- Folder1c ---- Folder1c1 ---- Folder1c2 Folder2 ... How do I search for a folder given its name? It could be N levels deep. Similarly, how do I search using wildcards in the name?

Credentials exception when running Filenet-based web app on Websphere Application Server

ε祈祈猫儿з 提交于 2019-12-07 12:58:42
问题 I have developed a REST service that retrieves data from the content engine storage. For simplicity I've created user account with read-only privileges and used it for CE authorization, using the following code: UserContext context = UserContext.get(); Connection connection = Factory.Connection.getConnection("connection.url"); Subject subject = UserContext.createSubject(connection, "connection.username", "connection.password", "connection.stanza"); context.pushSubject(subject); During

How to deploy an IBM Filenet P8 Subscription?

蓝咒 提交于 2019-12-01 23:44:48
问题 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 but it tells how to build up a subscription but not how to deploy it (or at least I missed it) The IBM Administrative Console for Content Platform Engine allows you can register new subscriptions, but during the operation steps it asks you for the fully qualified class name implementing the Action

How to deploy an IBM Filenet P8 Subscription?

瘦欲@ 提交于 2019-12-01 20:43:51
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 but it tells how to build up a subscription but not how to deploy it (or at least I missed it) The IBM Administrative Console for Content Platform Engine allows you can register new subscriptions, but during the operation steps it asks you for the fully qualified class name implementing the Action, verifying its existence, I assume, against the application classpath. There is no way to upload the