Creating the Test Java Package and Code- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-2

Document</AUDIT_STATUS></AUDIT_REPORT>”; System.out.println( Message ); //$NON-NLS-1$ //create initial context properties String url = “ldap://ecmukdemo6/o=sample”; String icf = “com.sun.jndi.ldap.LdapCtxFactory”; // define the name of the QueueManager String qManager = “AUDQM”; // and ... Read MoreRead More

0 Comments

Creating the Test Java Package and Code- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-1

The com.ibm.filenet.ps.ciops.test Java package subfolder is created as follows. Figure 3-74The package for testing is created Figure 3-75The AUDOperationsTest Java class is created The code for the AUDOperationsTest Java class ... Read MoreRead More

0 Comments

Adding the Supporting Library JAR Files- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

(base) [root@ECMUKDEMO6 opt]# mkdir MQJars (base) [root@ECMUKDEMO6 opt]# cd MQJars (base) [root@ECMUKDEMO6 MQJars]# pwd /opt/MQJars (base) [root@ECMUKDEMO6 MQJars]# curl -o com.ibm.mq.allclient-9.2.4.0.jar https://repo1.maven.org/maven2/com/ibm/mq/com.ibm.mq.allclient/9.2.4.0/com.ibm.mq.allclient-9.2.4.0.jar curl -o javax.jms-api-2.0.1.jar https://repo1.maven.org/maven2/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar curl -o json-20211205.jar https://repo1.maven.org/maven2/org/json/json/20211205/json-20211205.jar ... Read MoreRead More

0 Comments

Creating the AUD_CIOps Java Project- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-2

private DocumentSet getContainedDocuments(Folder folder) { PropertyFilter propertyFilter = getContainedDocumentsPropertyFilter(); folder.fetchProperties( propertyFilter ); DocumentSet containedDocuments = folder.get_ContainedDocuments(); return containedDocuments; } private PropertyFilter getContainedDocumentsPropertyFilter() { PropertyFilter propertyFilter = new PropertyFilter(); propertyFilter.addIncludeProperty( new ... Read MoreRead More

0 Comments

Creating the AUD_CIOps Java Project- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-1

The new Java Project is created as AUD_CIOps. The Package and Class outlines used are as follows. Package: com.ibm.filenet.ps.ciops Class AUDOperations (void) ========================== Variables: JMSsession: Session JMSconnection: Connection connFactory:ConnectionFactory messageString: ... Read MoreRead More

0 Comments

Custom Operations Component Development- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

A Workflow step can be used to call the sendJMSMessage Java method we develop, by using a Code Module .jar library imported as a CodeModule Document Class and then exposing ... Read MoreRead More

0 Comments

Notification of Successful Document Load into the FileNet Target Object Store OS2- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-2

Clicking the JMS Administered Objects ldap node loads the LDAP users and groups. Figure 3-37The opener for the LDAP server URL displays the Users and Groups Create a new test ... Read MoreRead More

0 Comments

Notification of Successful Document Load into the FileNet Target Object Store OS2- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-1

JMS MQ Java Message from Content Object Store OS2, FileNet An event will be created in FileNet to send a real-time MQ message to the Quality Audit Database system, auditdb, ... Read MoreRead More

0 Comments

Part 1 – Bill of Materials- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-4

We need to switch to log in to the wasadm Linux user. Figure 3-18The wasadm Linux user is selected for login Figure 3-19The wasadm password is entered in the Linux ... Read MoreRead More

0 Comments

Part 1 – Bill of Materials- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-3

Listing 3-1The installation list of IBM MQ Series 9.2.5.0 components Figure 3-12The current root User file limits are displayed as FAIL The current root User limits need to be increased! ... Read MoreRead More

0 Comments