View Full Version : [FIXED] problem when displaying Whoisloggedin
ThierryC
09-16-2009, 12:18 PM
In valence2.0 when i launch the option 'who is logged in'
the screen ramains blank ...+ i see in the joblog from the httpsvr a 'decimal data error'
from the joblog :
Gezonden naar programma . . . : VVWLI
Naar bibliotheek . . . . . . : VALENCE20
Naar module . . . . . . . . : VVWLI
Naar procedure . . . . . . . : WHOISLOGGEDIN
Naar instructie . . . . . . : 12200
sean.lanktree
09-16-2009, 01:16 PM
can you check to see if you get any sort of response in firebug? if so, can you post the response?
ThierryC
09-17-2009, 10:04 AM
in the post
action getLoggedInList
opt 28
pgm vvwli
sid 82115A5AC0AFE6BB14B87BD6482F7A1C1FF647F5602E6B595A BE319BF27B33A3
but in the Response
<font face="verdana" size="3"><b style="background-color:rgb(255, 255, 0);">
Attempt to call program failed on back-end (Pgm VVWLI)</b></font>
i've debugged the VVWLI program, and the problem is situated during the vvSecure_killSession().. but since this is a procedure from the servicepgm, i cannot debug it.
also when opening the option usage program, the graph is no longer displayed and i get the 'invalid xml data' displayed instead.
maybe those 2 problems are linked to eachother (?) and something is wrong in the file(s) ?
ps. i was still working in the RC1 .. maybe is now solved with the rc2 ?
will try installing the rc2
ThierryC
09-17-2009, 12:12 PM
just finished installation of the rc2
the problem for the 'Whoislogged' is solved, however the problem of the graph not showing in the 'option usage program' remains...
i still get 'invalid xml-data'
sean.lanktree
09-17-2009, 02:17 PM
can you post a list of the option names that you added? this is the name that you would see in your navigation tree
ThierryC
09-18-2009, 07:15 AM
well, that's the strange thing.. even after a 'clean' installation of the RC2 i get the error.
(even before any options have been added)
sean.lanktree
09-18-2009, 09:30 AM
thierry -
can you post the response? it will be under the "net" in firebug
ThierryC
09-21-2009, 11:30 AM
This is the string that i see that is sent back from iseries.
this looks correct Xml to me, although in the panel where i normally should see the graph displayed, i still get 'invalid Xml-data'
below the response from iseries (i've already added a Crlf for readability)
<chart caption='Usage By Option' subcaption='All Options / All Environments' yAxisName='Count' showValues='0' labelDisplay='ROTATE'>
<set label='Budget FollowUp' value='81'/>
<set label='Icon Viewer' value='22'/>
<set label='Options' value='11'/>
<set label='Option Usage' value='9'/>
<set label='Calc Tape Release' value='5'/>
<set label='Navigation Trees' value='5'/>
<set label='Who's Logged In?' value='3'/>
<set label='Environments' value='2'/>
<set label='Groups' value='2'/>
<set label='Chart (SQL Based)' value='2'/>
<set label='Customer Maintenance' value='2'/>
<set label='Dynamic w/Check Box' value='2'/>
<set label='Users' value='2'/>
<set label='Dashboard1' value='1'/>
<set label='Complex Form' value='1'/>
<set label='Editor Grid (immediate)' value='1'/>
<set label='Drag and Drop' value='1'/>
<set label='Dashboard2' value='1'/>
<set label='Hello World' value='1'/>
<set label='Page by Key' value='1'/>
<set label='Dynamic Load' value='1'/>
<set label='Editor Grid (delayed)' value='1'/>
<set label='Dual Combo' value='1'/>
<set label='Grid Inquiry (SQL Based)' value='1'/>
</chart>
ThierryC
09-21-2009, 11:40 AM
compared with one of the working examples from valence
i see that the values are with double quotes, whereas the optionusage only use single quotes...
could that be the reason ?
working example
<chart caption="Budget vs. Actual"
subCaption="For January-June Fiscal Year 2009" xAxis="Month"
yAxis="Sales Dollars" showValues="0" numberPrefix=""
bgColor="a9bfd3" baseFont="Verdana" baseFontSize="14"
labelDisplay="rotate" slantLabels="1">
<categories>
<category label="2009/01" />
<category label="2" />
<category label="3" />
<category label="4" />
<category label="5" />
<category label="6" />
<category label="7" />
<category label="8" />
<category label="9" />
<category label="10" />
<category label="11" />
<category label="12" />
<category label="13" />
<category label="14" />
<category label="15" />
<category label="16" />
<category label="17" />
<category label="18" />
<category label="19" />
<category label="20" />
<category label="21" />
<category label="22" />
<category label="23" />
<category label="24" />
<category label="25" />
<category label="26" />
</categories>
<dataSet seriesName="Budget" dashed="1">
<set value="1100" />
<set value="1200" />
<set value="1200" />
<set value="1200" />
<set value="1300" />
<set value="1300" />
<set value="1300" />
<set value="1350" />
<set value="1350" />
<set value="1250" />
<set value="1300" />
<set value="1300" />
<set value="1300" />
<set value="1370" />
<set value="1380" />
<set value="1400" />
<set value="1400" />
<set value="1450" />
<set value="1460" />
<set value="1470" />
<set value="1500" />
<set value="1500" />
<set value="1600" />
<set value="1700" />
<set value="1800" />
<set value="1850" />
</dataSet>
<dataSet seriesName="Actual">
<set value="1340" />
<set value="1310" />
<set value="1300" />
<set value="1280" />
<set value="1250" />
<set value="1200" />
<set value="1140" />
<set value="1210" />
<set value="1280" />
<set value="1330" />
<set value="1390" />
<set value="1420" />
<set value="1440" />
<set value="1460" />
<set value="1470" />
<set value="1480" />
<set value="1530" />
<set value="1560" />
<set value="1580" />
<set value="1700" />
<set value="1740" />
<set value="1820" />
<set value="1820" />
<set value="1760" />
<set value="1730" />
<set value="1680" />
</dataSet>
</chart>
ThierryC
09-24-2009, 07:11 AM
is see problem was solved in rc3
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.