No Login-Screen in PAW 2.1.20 (Linux)
Andreas, the behavior you describe - seeing only Applications and Plans and Report and Analysis tiles without Administration or Data and Models - indicates that no Administrator role has been assigned in your PAW environment. Since you also mention that findLoggedInAtleastOnceUsers returns empty, it strongly suggests that the initial user provisioning did not complete successfully during installation.
Here are the steps to resolve:
1. Verify Initialization Logs
o Check the PAW installation logs under /paw/logs or /var/paw/logs.
o Look for errors during the initialization phase, especially around user creation and role assignment.
2. Confirm Identity Provider Setup
o In restricted environments (FQDN-only, no IPs), ensure that the identity provider (CAM/LDAP/SSO) is correctly configured.
o If PAW cannot reach the identity provider, no users will be created.
3. Promote a User to Administrator
o Use Podman (Linux equivalent of Docker) to promote a user manually:
bash
podman exec -it paw_container_name \
/bin/bash -c "node /usr/paw/scripts/promoteAdmin.js <username>"
o Replace <username> with the FQDN-based user ID that should be the administrator.
o This script is documented in IBM's guide: Promote a user to administrator (Local only).
4. Check User Directory Integration
o If no users are available, confirm that PAW is correctly integrated with your TM1/Planning Analytics server's security model.
o Ensure that the Admin Server is reachable via FQDN and that the ports (typically 9510, 9511, 9512) are open.
5. Re-run Initialization if Needed
o If logs confirm initialization failure, you may need to re-run the PAW setup script with proper environment variables (FQDNs instead of IPs).
o Ensure that the environment variables PAW_ADMIN_USER and PAW_ADMIN_PASSWORD are set during initialization.
💡 Tip: In highly restricted environments, initialization often fails silently if FQDN resolution or SSL certificates are misconfigured. Double-check DNS and certificates before re-running setup.
------------------------------
Saif Ali Sabri
erp.sap@hotmail.comeBiz Portal
FAISALABAD - Pakistan
------------------------------