WebSphere MQ Workflow 3.4.0 Java Generic API Test / Prototyping Tool

[prev][next][parent][TOC]

Test Result Example

Good case
MQSeries Workflow 3.2.0 Java Generic API Test Tool (JGATT), Driver v32_63
Test case: k:\fle\example1.dat
Tue Apr 20 17:47:44 GMT+09:30 1999 
============================================================================
Operating system:              Windows NT 
Operating system version:      4.0
Operating system architecture: x86 
Java version:                  1.1.7A
User account name:             ehtest 
----------------------------------------------------------------------------
+++> 
============================================================================
===> 
Parsing the input file ...
===> 390 msec 
============================================================================
Agent.Agent
parameter: agentHdl                           = 1 
============================================================================
Agent.setLocator
parameter: agentHdl                           = 1 
parameter: locator                            = LOC_LOCATOR = 5 
============================================================================
Agent.getLocator
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = LOC_LOCATOR
XpValue = LOC_LOCATOR
+++OK+++
============================================================================
Agent.setName
parameter: agentHdl                           = 1 
parameter: name                               = ""
============================================================================
Agent.locate
parameter: agentHdl                           = 1 
parameter: systemGroup                        = "FMCGRP"
parameter: system                             = "FMCSYS"
parameter: executionServiceHdl                = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
============================================================================
Agent.isBound
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = true 
XpValue = true 
+++OK+++
============================================================================
ExecutionService.logon2
parameter: executionServiceHdl                = 1 
parameter: userID                             = "ADMIN"
parameter: password                           = "password"
parameter: sessionMode                        = PRESENT_HERE
parameter: absenceIndicator                   = NOT_SET
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
============================================================================
ExecutionService.queryProcessTemplates
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME LIKE '*'"
parameter: sortCriteria                       = null 
parameter: threshold                          = 100 
parameter: processTemplateArrayHdl            = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 9 
0) ContainerProcess_x010
1) ContainerProcess_x012
2) ContainerProcess_x020
3) ContainerProcess_x022
4) ProcessToTestNotifications 
5) ProcessToDelete 
6) ContainerProcess_x030
7) ContainerProcess1 
8) ContainerProcess2 
============================================================================
ProcessTemplateArray.size
parameter: processTemplateArrayHdl            = 1 
..........ValueReport.......................................................
AcValue = 9 
XpValue = 9 
+++OK+++
============================================================================
ExecutionService.queryProcessTemplates
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME = 'ContainerProcess1'"
parameter: sortCriteria                       = null 
parameter: threshold                          = 100 
parameter: processTemplateArrayHdl            = 2 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 1 
0) ContainerProcess1 
============================================================================
ProcessTemplateArray.size
parameter: processTemplateArrayHdl            = 2 
..........ValueReport.......................................................
AcValue = 1 
XpValue = 1 
+++OK+++
============================================================================
ProcessTemplateArray.getFirstElement
parameter: processTemplateArrayHdl            = 2 
parameter: processTemplateHdl                 = 1 
============================================================================
ProcessTemplate.name
parameter: processTemplateHdl                 = 1 
..........ValueReport.......................................................
AcValue = "ContainerProcess1"
XpValue = "ContainerProcess1"
+++OK+++
============================================================================
ProcessTemplate.createAndStartInstance
parameter: processTemplateHdl                 = 1 
parameter: instanceName                       = "A_new_Instance"
parameter: systemGroup                        = "FMCGRP"
parameter: system                             = "FMCSYS"
parameter: keepName                           = false 
parameter: processInstanceHdl                 = 1 
parameter: createNoObj                        = 1 
0) FmcException = none = 0 
============================================================================
ExecutionService.queryProcessInstances
parameter: executionServiceHdl                = 1 
parameter: filter                             = "NAME LIKE '*'"
parameter: sortCriteria                       = "NAME ASC"
parameter: threshold                          = 100 
parameter: processInstanceArrayHdl            = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
..........Object Names Report...............................................
array size = 1 
0) A_new_Instance
============================================================================
ExecutionService.logoff
parameter: executionServiceHdl                = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
============================================================================
====== Test case ended normally ============================================
 

 
 

Bad case 1

MQSeries Workflow 3.2.0 Java Generic API Test Tool (JGATT), Driver v32_63
Test case: k:\fle\example2.dat
Tue Apr 20 18:03:28 CEST 1999 
============================================================================
Operating system:              Windows NT 
Operating system version:      4.0
Operating system architecture: x86 
Java version:                  1.1.6
User account name:             kurtfle 
----------------------------------------------------------------------------
+++> 
============================================================================
===> 
Parsing the input file ...
===> 270 msec 
============================================================================
Agent.Agent
parameter: agentHdl                           = 1 
============================================================================
Agent.setLocator
parameter: agentHdl                           = 1 
parameter: locator                            = RMI_LOCATOR = 5 
============================================================================
Agent.getLocator
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = RMI_LOCATOR
XpValue = RMI_LOCATOR
+++OK+++
============================================================================
Agent.setName
parameter: agentHdl                           = 1 
parameter: name                               = "rmi://MQWFAG"  <===
..........Report............................................................
TC0100  TC ERROR:  Exception occured: 
+++ERROR+++
java.beans.PropertyVetoException: Could not locate Agent for Agent rmi://MQWFAG
 at java.lang.Throwable.<init>(Compiled Code)
 at java.lang.Exception.<init>(Compiled Code)
 at java.beans.PropertyVetoException.<init>(PropertyVetoException.java:40)
 at com.ibm.workflow.api.Agent.failure(Agent.java)
 at com.ibm.workflow.api.Agent.setName(Agent.java)
 at com.ibm.workflow.api.tool.AgentApi.executeApi(Compiled Code)
 at com.ibm.workflow.api.tool.AgentApi.processAgentApi(Compiled Code)
 at com.ibm.workflow.api.tool.JGATT.run(Compiled Code)
 at com.ibm.workflow.api.tool.JGATT.main(JGATT.java)
============================================================================
Agent.getName
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = ""
XpValue = "rmi://MQWFAGENT"
+++ERROR+++
============================================================================
====== Test case ended with error(s) === +++ERROR+++ =======================
 

 
 

Bad case 2

MQSeries Workflow 3.2.0 Java Generic API Test Tool (JGATT), Driver v32_63
Test case: k:\fle\example3.dat
Tue Apr 20 18:13:03 CEST 1999 
============================================================================
Operating system:              Windows NT 
Operating system version:      4.0
Operating system architecture: x86 
Java version:                  1.1.6
User account name:             kurtfle 
----------------------------------------------------------------------------
+++> 
============================================================================
===> 
Parsing the input file ...
===> 280 msec 
============================================================================
Agent.Agent
parameter: agentHdl                           = 1 
============================================================================
Agent.setLocator
parameter: agentHdl                           = 1 
parameter: locator                            = RMI_LOCATOR = 5 
============================================================================
Agent.getLocator
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = RMI_LOCATOR
XpValue = RMI_LOCATOR
+++OK+++
============================================================================
Agent.setName
parameter: agentHdl                           = 1 
parameter: name                               = "rmi://fmtc732.ae.boeblingen.ibm.com/WORKFLOW"
============================================================================
Agent.getName
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = "rmi://MQWFAGENT"
XpValue = "rmi://MQWFAGENT"
+++OK+++
============================================================================
Agent.locate
parameter: agentHdl                           = 1 
parameter: systemGroup                        = "FMCGRP"
parameter: system                             = "FMCSYS"
parameter: executionServiceHdl                = 1 
..........RC Report.........................................................
AcException = none = 0 
XpException = none 
+++OK+++
============================================================================
Agent.isBound
parameter: agentHdl                           = 1 
..........ValueReport.......................................................
AcValue = true 
XpValue = true 
+++OK+++
============================================================================
ExecutionService.logon2
parameter: executionServiceHdl                = 1 
parameter: userID                             = "ADMIN"
parameter: password                           = "Wrong password"
parameter: sessionMode                        = PRESENT_HERE
parameter: absenceIndicator                   = NOT_SET
..........RC Report.........................................................
AcException = FMC_ERROR_PASSWORD = 12 
XpException = none 
+++ERROR+++
============================================================================
====== Test case ended with error(s) === +++ERROR+++ =======================