x64 BES Agent can't shown the current user

(imported topic written by edmund_quah91)

Hi,

I have a Relevant properties to shown the current user:

(name of current user)

It work for all my Macintosh as well as 32 bit Windows machine but for 64 bit windows, it shown ?

Any workaround?

{Note: currently i am still using BES 6.0.21}

Thanks and Best Regards

Edmund Quah

(imported comment written by BenKus)

What are the details of the error?

I would guess that you see the error because no user is logged in (and thus asking for the name of a non-existent user throws an error)… Note that remote users don’t count for these purposes.

Try this:

if exists current user then name of current user else “no user logged in”

Ben