Skip to Content
0
Former Member
Jan 24, 2012 at 08:11 AM

UWLException: (Default) Logged in users context or session doesn't exist

43 Views

Hi, comrades!

I need to get all UWL items using WebDynpro technology for all users.

I used the code below this link [How to use UWL API for NetWeaver BPM Tasks|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/16356] [original link is broken] [original link is broken] [original link is broken];.

When I try to get Items for portal users, which I get by

IUser loggedinuser = UMFactory.getUserFactory().getUserByLogonID("xxx"), I get UWLException: (Default) Logged in users context or session doesn't exist.

A few years ago the tread with the same problem was started (link = [UWLException: (Default) Logged in users context or session doesn't exist|UWLException: (Default) Logged in users context or session doesn't exist;

Now the status of this thread is "answered", but there were not any solution for WebDynpro applications.

Does anybody know any solution for this problem?

Big thanks in advance.