Category: Authority Collection
-
Authority Collection- Technology Overview
Several of my examples will show how to use Authority Collection. Authority Collection for user profiles was introduced in IBM i 7.3 and enhanced to provide collection of individual objects in both libraries and directories in IBM i 7.4. If you’re unfamiliar with the concept and configuration of the Authority Collection feature, I suggest that…
-
Adding the Base CEReplicate Java Code- A Replication Java Program for IBM FileNet Object Stores
The base CEReplicate.java code is pasted in from the standard code module as a starting point for the development and comments and new Java code added for changes for our functionality. Figure 4-24The base Java Code is added for CEReplicate.java Adding the IBM FileNet Libraries to the AUDIT_CEReplicate Classpath IBM FileNet P8 5.5.x standard libraries…
-
Adding the IBM Case Manager Audit Report Questions- PDF Document Creation Using Java
We can now update the Audit Master solution using the IBM Case Manager Builder application to add the additional Case properties required by the Audit Report. Figure 6-65The Status for the solution is set by default to “PDFCreation” Additionally, we add 16 standard Audit Question properties to the AUD_AuditProcess task as listed at the beginning…
-
CEReplicate – 2957 Lines of Java Code – replication.jar- A Replication Java Program for IBM FileNet Object Stores
The supporting compiled jar files and standard encryption .jars are copied into the /opt/replication/libs/applibs subfolder. Figure 4-12CThe applibs, jars, and libs subdirectories are built under /opt/replication Figure 4-12DThe /opt/replication/libs/applibs subfolder .jar files (base) [root@ECMUKDEMO6 libs]# ls applibs other (base) [root@ECMUKDEMO6 libs]# pwd /opt/replication/libs (base) [root@ECMUKDEMO6 libs]# cd .. (base) [root@ECMUKDEMO6 replication]# ls applibs jars libs…
-
Creating an Image Object- PDF Document Creation Using Java
To create the TiffImage class object, we can use the package com.lowagie.text.pdf.codec and then use the iText RandomAccessFileOrArray class object class in the constructor method. As an argument of the RandomAccessFileOrArray constructor method, we pass a string argument defining the path of the image, as shown in Listing 6-6. // Creating an Image object String…
-
Unit Test Phases- A Replication Java Program for IBM FileNet Object Stores-2
Types/AUD_AuditDepartment/Cases/2022/06/19/0248/000000120007 Should be linked to :/AUDIT_TEST IGNORED: New Folder: 07 found linked to external Folder Path : /IBM Case Manager/Solution Deployments/Audit Master/Case Types/AUD_AuditDepartment/Cases/2022/07 Should be linked to :/AUDIT_TEST IGNORED: New Folder: 07 found linked to external Folder Path : /IBM Case Manager/Solution Deployments/Audit Master/Case Types/AUD_AuditDepartment/Cases/2022/07/07 Should be linked to :/AUDIT_TEST IGNORED: New Folder: 0279 found…
-
Expected Output from the AuditTest.java Code- PDF Document Creation Using Java
As shown in the preceding code, the generated PDF can be set with a metadata Header. This is a standard PDF format which can be used to set attributes such as the pdf author name, a title, a file description, etc. This is a useful additional feature for use with an Auditing system, where traceability…
-
Unit Test Phases- A Replication Java Program for IBM FileNet Object Stores-1
Phase 1 a) Source Object Store Connection is successful. b) Target Object Store Connection is successful. c) C) All Test folders under a source Object root Folder, Replicate Test 1, are created in the Target Object Store irrespective of the number of overlapping runs. Console Log output of the first Phase 1 run: log4j:ERROR No…
-
Reuse of Existing Exposed Dimensions to Create a Hierarchy- IBM Cognos Analytics Custom Development
The preceding procedure requires the maintenance of the source tables for the Department, Team, and User. It is possible, as an alternative, to create a Dynamic Hierarchy from existing exposed user Dimension tables, using table views, to allow the relinking of related user Dimensions. This has the advantage of being a self-maintaining hierarchy. In the…
-
Updated Datasource Setup After Adding the Custom Views- IBM Cognos Analytics Custom Development-2
The New data module is now ready to be edited to supply the necessary relationships we will need to associate the custom Daysin values with the Case types. Figure 5-68The new custom views are highlighted in the New data module We can now drag and drop the required tables into the Relationships tab pane,…