List of Contributions

Joe Raby

Contact Details

My Content

1 to 16 of 16 total
Posted By Joe Raby Fri February 09, 2024 02:55 PM
Found In Egroup: Content Management and Capture
\ view thread
Hello Wentao. I'm surprised by this, as usually the getClassName() method does return a symbolic name. I'm guessing that the sourceObj that was passed in must not be fully populated in the case where it returns a guid string. I would suggest fetching the ClassDescription for that object, and then getting ...
Posted By Joe Raby Fri January 19, 2024 12:46 PM
Found In Egroup: Content Management and Capture
\ view thread
Hi Felipe. This link has an overview of creating new properties: https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=documents-creating-properties Adding a new property to a FileNet class requires a few steps: First, create a Property Template. This just defines the new property, but does not ...
Posted By Joe Raby Wed August 30, 2023 02:55 PM
Found In Egroup: Content Management and Capture
\ view thread
Hi Chuck. Good point on the Component Queue Adapter. There is a separate document from the Process Engine team that covers changing that password, which I have attached to this reply. Regards, Joe ------------------------------ Joe Raby ------------------------------
Posted By Joe Raby Tue August 29, 2023 10:57 PM
Found In Egroup: Content Management and Capture
\ view thread
Hello Mohammed. Sorry for the delayed response on this. Changing the directory service password programmatically is a bit more complicated than changing the CE System user password. This is a question that has been asked several times lately, along with the question of how to change the database user ...
Posted By Joe Raby Thu August 17, 2023 11:43 AM
Found In Egroup: Content Management and Capture
\ view thread
First, let me clarify the "bootstrap and system account" part of this question. Prior to the 5.5.1 release, FileNet software made use of a "bootstrap user": a user who was configured at system deployment time, and who's identity and credentials were stored (in an encrypted manner) in the FileNet ear ...
Posted By Joe Raby Thu July 27, 2023 08:46 PM
Found In Group: Content Management and Capture Blogs
The IBM FileNet Content Manager product is now available as a SaaS offering hosted on AWS. This post discusses authentication for this Content Services on AWS (CSAWS) offering, with a focus on how custom applications can authenticate and then make API calls into CSAWS. Authentication in CSAWS ...
Posted By Joe Raby Mon June 19, 2023 02:03 PM
Found In Egroup: Content Management and Capture
\ view thread
The ability to pass OAuth / OIDC credentials into the CE Java and .NET API's does require the use of the CE 5.5.9 API's, and therefore is only available for a CE 5.5.9 or higher server environment. Regards, Joe ------------------------------ Joe Raby -------------------------- ...
Posted By Joe Raby Thu June 15, 2023 11:15 AM
Found In Egroup: Content Management and Capture
\ view thread
Hello S. Have you had a look at this page in the IBM Knowledge Center? https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=authentication-v559-later-single-sign-integrations-via-content-engine-api-bearer-token That link does contain a code sample of using the OpenTokenCredentials class within ...
Posted By Joe Raby Mon June 12, 2023 10:46 AM
Found In Egroup: Content Management and Capture
\ view thread
Hi Dhandy. I assume that you meant FileNet Deployment Manager, not FileNet Configuration Manager. Deployment Manager is the tool that is used to re-assign object stores. If the data sources in the destination domain point to a backup of the original database, that should be fine. The destination domain ...
Posted By Joe Raby Wed May 31, 2023 09:14 AM
Found In Egroup: Content Management and Capture
\ view thread
Hi Dhandy. There is a process to reassign an object store from one domain to another domain. If both your old domain and the new domain are available, and are both configured to use the same directory configuration, then this may be a good option for you: https://www.ibm.com/docs/en/filenet-p8-plat ...
Posted By Joe Raby Wed May 17, 2023 10:19 AM
Found In Egroup: Content Management and Capture
\ view thread
Hi Moshe. I'm replying to your 2nd question regarding API support in Content Services on AWS (aka CSAWS) While initial API support in CSAWS was limited to the GraphQL API, as of April 2023, we now support the CE Java and CE .NET API's also. However, there are some important caveats for this support: ...
Posted By Joe Raby Thu March 23, 2023 11:07 AM
Found In Egroup: Content Management and Capture
\ view thread
Hi Chuck. One factor to consider is what applications will be connecting to the GrapQL service, and where those applications reside. If the GraphQL client application is an external service (as is the case when using the Salesforce Connector for FileNet app) then the GraphQL service must be accessible ...
Posted By Joe Raby Mon February 21, 2022 04:24 PM
Found In Egroup: Content Management and Capture
\ view thread
Hmm... That is a case manager error message. That seems to imply that a case manager event handler is automatically updating a sequence number on the folder, and that the folder can only be modified through case manager process. So case manager logic is preventing the admin from taking ownership of the ...
Posted By Joe Raby Mon February 14, 2022 08:50 AM
Found In Egroup: Content Management and Capture
\ view thread
It sounds like someone has created a folder that no one has access to, including administrators. And therefore even an admin cannot browse to the folder? Object store Admins are able to find any object via a search. So an admin could go into ACCE and find the folder with a query like the following, ...