[6/20/03 10:17:14:203 EDT] 4d902d5d SystemOut O iSeries host job id [964671/QUSER/QZRCSRVS]
6/20/03 13:08:47:190 EDT] 8780775 SystemOut O starts preprocessing action [enterordersAction] [6/20/03 13:08:47:190 EDT] 8780775 SystemOut O Form EnterordersInputForm data { [custno] = {[0001] } }This information indicates that a Web interaction named enterorders is invoked when OK is pressed on the Web page. This Web page has one field named custno and its value is 0001. This is the value that is being passed to the host program. When the program returns, you will see the resulting values in a message similar to the following. This shows the iSeries qualified job name as well as the program alias defined in the Web interaction, followed by the values of the return parameters.
[6/20/03 13:08:50:034 EDT] 8780775 SystemOut O iSeries host job id [964716/QUSER/QZRCSRVS]. [6/20/03 13:08:50:064 EDT] 8780775 SystemOut O invoking host program alias [startorder] [6/20/03 13:08:50:174 EDT] 8780775 SystemOut O postprocessing action [enterordersAction] [6/20/03 13:08:50:174 EDT] 8780775 SystemOut O Form EnterordersOutputForm data { [mainmessage] = {[] } [state] = {[IO] } [name] = {[Oakley, Annie O] } [zip] = {[07891-2345] } [custno] = {[0001] } [city] = {[Des_Moines_] } [addr2] = {[Bldg 00001] } [addr1] = {[00001 Ave. ABC] } [ordnbr] = {[4594] } }
/QIBM/UserData/WebAs5/Base/default/logs/server1/SystemOut.log
/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/logs/server1/SystemOut.log
This assumes that you are using the default WebSphere Application Server instance.
/QIBM/UserData/WebASE/ASE5/server1/logs/server1/SystemOut.log
/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/was6express/logs/server1/SystemOut.log
There may be additional messages in the SystemErr.log file.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.