Running on Windows 7, my username has a space in it, eg. "Foo Bar". After running a report, checking it on the control panel shows that my logged in user is "Foo", without the " Bar" part.
echo %USERNAME% in cmd shows the username correctly, so (without slogging through the code), I assume there's a quoting issue somewhere.
Running on Windows 7, my username has a space in it, eg. "Foo Bar". After running a report, checking it on the control panel shows that my logged in user is "Foo", without the " Bar" part.
echo %USERNAME% in cmd shows the username correctly, so (without slogging through the code), I assume there's a quoting issue somewhere.