dwh previously reported the names of SPICE sessions incorrectly.
When reporting the name of the SPICE session, dwh previously collected the value of guest_cur_user_name from the vm_dynamics table, but it should have been collecting the value of console_curr_username.
dwh now collects the value of console_curr_username and reports it as the name of the SPICE session.
Created attachment 715498[details]
BR45-12AM
Description of problem:
DWH collects from engine table vm_dynamics
guest_cur_user_name while it needs to save console_curr_username
Version-Release number of selected component (if applicable):
3.2/sf10
How reproducible:
always
Steps to Reproduce:
1.install rhevm+reports+dwh
2.create rhel & winxp VMs
3.Open BR45
Actual results:
For Winxp VM I see the username as the WinXP local user @ hostname
Expected results:
Should be The webadmin username
Additional info:
See pics & logs
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHEA-2013-0926.html
Created attachment 715498 [details] BR45-12AM Description of problem: DWH collects from engine table vm_dynamics guest_cur_user_name while it needs to save console_curr_username Version-Release number of selected component (if applicable): 3.2/sf10 How reproducible: always Steps to Reproduce: 1.install rhevm+reports+dwh 2.create rhel & winxp VMs 3.Open BR45 Actual results: For Winxp VM I see the username as the WinXP local user @ hostname Expected results: Should be The webadmin username Additional info: See pics & logs