Search Results

All Results 602
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Error concerning LDAPUserImporterImpl when importing data from LDAP onto Liferay
Issue  We encountered the following error when attempting to import user data from LDAP onto Liferay:   ERROR [liferay/scheduled_user_ldap_import-1][LDAPUserImporterImpl:817] Unable to import user CN=firstName...
How to delete old audit events 'audit_auditevent' table in 7.2+.
Issue I want to clean up the AUDIT_AUDITEVENT table in a 7.2+ instance, because the old data is taking up too much space. However, the API made after 7.2, and the previous methods of clearing the 'audit_auditevent' ...
Permission to add/edit Language Keys
Issue Can I give permission to a regular role, so it has the right to add/edit Language keys? Under the "Language Override" permissions, there is no option to do this. Environment DXP 7.1+ Resolution Portal: Manage...
Resource permission queries
Issue When there is a load on the server with 400–500 users, the resource permission queries are getting called in huge amounts. Environment Liferay DXP 7.4 Resolution The observed behavior is a known Liferay DXP...
Can we configure an internal email address to receive a copy of all Email Verification messages?
Issue The Email Verification Notification message is sent to new Users when asked to verify their Email Address. We would like to set up an internal email address, which would be added as a BCC on all Verification...
Cannot end User impersonation session
Issue Create a new user Impersonate it Click on the top-right user's menu and click on the 'Be yourself again' link  Expected behavior: The page is displayed for the Admin. Actual behavior: The page is displayed for...
Liferay starts up creating tables and populating them with default data after restoring an upgraded database
Issue You might encounter the behavior where you successfully back up your current data and performed a successful upgrade in your local MySQL server. However, when restoring the upgraded data, Liferay does not...
How to manually trigger LDAP imports before the import interval is reached
Issue I want to manually trigger LDAP imports by triggering the UserImportConfigurationModelListener scheduled job. However, when I trigger this job, I see the following line in the LDAP DEBUG logs: DEBUG...
Email test@domain.invalid is used instead of the configured one
Issue Although you configure through Instance Settings -> Email -> Email Sender an specific email sender, test@domain.invalid is used and the following WARN log shows ups when trying to send emails from...
Prompt a guest user to Office 365 login when attempting to access a protected page resource
Issue We have configured Single Sign-On (SSO) with OpenID Connect using Office 365. We set the portal property auth.login.prompt.enabled to true to prompt a guest user to login when attempting to access a protected...
Does mouse activity on a portal screen count as session logout activity or not?
Issue Need to confirm whether mouse activity on a portal screen will count as session logout activity or not? For example, if there is merely mouse activity (and not particular clicks or screen loads or reloads),...
How to add new hires to see Liferay projects?
Issue How to add new employees to see Help Center tickets and have access/privileges equivalent to current users that are part of a project? Environment Liferay DXP/Portal Resolution Only Administrators...
Error while Importing LDAP data: SQLServerException: String or binary data would be truncated
Issue LDAP import fails due to an error stating that the user could not be updated due to a DataException,  which is in turn caused by a SQLServerException, stating that String or binary data would be truncated. Please...
Web page redirection after session expiration
Issue I have two separate sites in my Liferay DXP environment, and I want to understand how to configure web page redirection after a user's session expires. Environment Liferay DXP 7.1 Resolution If you...
Address already in use
Issue You might encounter an error during portal startup or during starting an upgrade process where you see the following logs: ERROR [Start Level: Equinox Container:...
Audit_AuditEvent and UserNotificationEvent tables in the database
Issue I would like to understand the purpose of eventType column in Audit_AuditEvent and deliveryType in UserNotificationEvent tables. In deliveryType column what is the meaning of the values e.g. 10000,10002 etc. ?...
Necessary Permissions to Export or Import a Page
Issue What permissions are necessary to be able to export or import a page? I get the error "I'm sorry, you don't have permission to access the requested resource" when trying to import or export a page. Environment...
How to update jackson-databind library
Issue For security reasons we need to update the jackson-databind library from version 2.13.2.2 to 2.13.4.1 How do I update the jackson-databind library in Liferay DXP? Security vulnerabilities in jackson-databind...
Auto-revert when issuing/revoking Roles
Issue Pre-assigned roles are being issued/revoked during the "Assign Roles" action when using multiple pages during the "Assign Roles" stage. When navigating through multiple pages, a previously issued/revoked role...
How to get a list of Omni Admin users in Liferay?
Issue I would like to get a list of the Omni Admin users of the Portal. Environment Liferay DXP 7.0+ Resolution Please run the attached script: GetCompanyAdminUsers.groovy  Additional Information Running Scripts...