Creating a Workflow Subscription on a New Audit Report Document Event- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

The Target Object store, OS2, with a Workflow Definition document class (AUD_JMSMessage.pep file) is used to run the Workflow we created, after a new Audit Report document is created in ... Read MoreRead More

0 Comments

AUDOperations Rebuild and Deploy .jar: Final Prebuild Test- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

The following Test output was output after adding the log4j.xml and log4j.dtd files from the Audit Event Handlers Java project we covered in Chapter 2. Configuration property file search order: ... Read MoreRead More

0 Comments

Second Run of the AUDOperationsTest.java JUnit for JMS Messaging- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-3

// define the name of the QueueManager //String qManager = “wasadm”; // and define the name of the Queue //String qName = “AUDQAR”; // Put the message to the queue ... Read MoreRead More

0 Comments

Second Run of the AUDOperationsTest.java JUnit for JMS Messaging- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-2

public VWAttachment[] getFolderDocuments(VWAttachment folderAttachment ) throws Exception { Folder folder = getFolderFromAttachment(folderAttachment); DocumentSet containedDocuments = getContainedDocuments(folder); Iterator<?> iterator = containedDocuments.iterator(); ArrayList<VWAttachment> containedDocumentList = new ArrayList<VWAttachment>(); while ( iterator.hasNext() ) { ... Read MoreRead More

0 Comments

Second Run of the AUDOperationsTest.java JUnit for JMS Messaging- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-1

The second run of the JUnit test is more successful. The console screen output in Figure 3-232 is from the Eclipse IDE JUnit run of the AUDOperationsTest.java Class. This shows ... Read MoreRead More

0 Comments

Creating a Non-privileged MQ User for a Client Application Connection- IBM JMS Interface Development IBM FileNet 5.5.x Workflow-2

DEFINE QLOCAL(‘ queue-name ‘) DESCR(‘Queue for use by sample programs’)• queue-name is the name of your queue. SET AUTHREC OBJTYPE(QMGR) PRINCIPAL(‘ non-privileged-user-id ‘) +AUTHADD(CONNECT, INQ)• non-privileged-user-id is the user ID ... Read MoreRead More

0 Comments

MQ Series Channel Security Settings- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

The security is set to provide limited access to the stored messages held in the MQ Series message queues. Read additional information in “Configuring and running simple JMS P2P and ... Read MoreRead More

0 Comments

Initial Error Fixes- IBM JMS Interface Development IBM FileNet 5.5.x Workflow

JVMCFRE003 bad major version; class=com/ibm/filenet/ps/ciops/test/AUDOperationsTest, offset=6   1) First run of the JUnit test class, AUDOperationsTest, we get indicating that the compiled class JRE is different from the JVM version, ... Read MoreRead More

0 Comments