My Oracle Support Banner

REST/web/users Do Not Return Lastloggedin Data When Upgrated To 12c From Delivery 11g (Doc ID 2707216.1)

Last updated on SEPTEMBER 15, 2020

Applies to:

Oracle WebCenter Sites - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms

/REST/wem/users Does Not Display lastloggedin for Users in Upgraded Delivery Install

In 11g, there were two installation modes for Sites: Development and Delivery

After upgrading 11g to 12c, we see different behaviors when accessing the /REST/wem/users REST endpoint:
I. For 11g Development upgraded to 12c:
    - The lastloggedin is displayed for the users
e.g.
<users>
<href>http://{host}:{port}/sites/REST/users/fwadmin</href>
<name>fwadmin</name>
<id>userid=1234567890123,ou=People</id>
<lastloggedin>2020-01-01T12:00:00.123Z</lastloggedin>
<sites>avisports</sites>
</users>
...
...

II. For 11g Delivery upgraded to 12c:
    - The lastloggedin is NOT displayed for the users:
e.g.
<users>
<href>http://{host}:{port}/sites/REST/users/fwadmin</href>
<name>fwadmin</name>
<id>userid=1234567890123,ou=People</id>
<sites>avisports</sites>
</users>



Additionally, for Delivery, in the WEM Admin UI under Users, this Last Logged in details displays "Never".

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.