Category: Authority Collection
-
Updated Datasource Setup After Adding the Custom Views- IBM Cognos Analytics Custom Development-1
In this section, we will now refresh the initial CAUSER schema from the IBM Case Manager Case Analyzer CASTORE1 Linux Db2 database Events server, ecmukdemo6, to include the two custom Views we created earlier (CAUSER.DMDaysIn_Case and CAUSER.DMAgeing_Case). Figure 5-54The CAUSER schema of the AUDIT_DB_CASTORE1 connection is refreshed We right-click the selected CAUSER schema (showing…
-
Development Introduction- IBM Cognos Analytics Custom Development
Ideally, the approach to the provision of calculating days in a queue would be to use an integer workflow field and then assigning a value to this field in a workflow step to store the time the work was held in a queue step. This field could then be exposed as a measure in Process…
-
Nonfunctional Requirements- A Replication Java Program for IBM FileNet Object Stores
1) An administrator should be able to adjust the replication frequency.(Originally defined as 1 hour, but run at present every 15 minutes)2) The full Java code source is in Part 6 of this chapter.3) The Replication script should be compatible for future FileNet 5.x versions. (All API calls are compatible with the base FileNet 5.2…
-
Updating the Java Build Path with the Required Projects- A Replication Java Program for IBM FileNet Object Stores
Figure 4-58The Java Build Path Projects tab is selected and the Add command clicked In Figure 4-58, we select the AUDIT_CEReplicate, Replication.jar build project properties and click the Java Build Path menu item and then select the Projects tab to identify the Required projects on the build path. Figure 4-59The supporting Projects selected for addition…
-
The Replication Program Introduction- A Replication Java Program for IBM FileNet Object Stores
This Java program consists of 4116 lines of Java code calling methods from the FileNet 5.x Java APIs to replicate documents and folders from a selected Folder location in a source Object Store to a selected Target Object Store on a different server. (See the section code lists in this chapter.)The Target documents are copied…
-
Chapter Organization- A Replication Java Program for IBM FileNet Object Stores
This chapter contains the following six core Parts, each of which is organized by sections within: Part 1 – Bill of Materials. This Part lists the prerequisite IBM Software components, including the IBM product code numbers, required to download the latest IBM FileNet Content Manager software components, used to test the Java Replication Program FileNet…