-
Log4J Remedies
As described in the previous blog on this subject, All versions of Pyramid do not contain the Log4J component with the critical vulnerability. However,…
-
Log4J Security Vulnerability & Pyramid
There has been a critical notification of a potentially serious vulnerability in the Apache Log4J Java library used extensively in many Java applications world-wide, including Pyramid.…
-
Issue when running a model that has JSON nodes that connect to HTTPS data source
ISSUE: When running an ETL that contains references to an HTTPS site the following error may occur: "Failed to read file list: SSLException: No PSK available.…
-
How to update the Pyramid repository credentials.
Issue: Some organizations security policy require a change of passwords periodically, in which case the Pyramid repository credentials may need to be updated in the Pyramid config.ini.…
-
Example of how to use the new Embed framework in Pyramid 2020.11 onwards
Below is a simple sample code example of how to use the new embed framework. Update the username, password and contentID(to get the ID, right click on the item to embed >Metadata) to those relevant…
-
How to get Console logs and HAR logs from the Chrome browser DevTools
To analyze logs in case of an issue with the application (ie. Black Screen), in addition to the logs that the application writes (from the Admin console),…
-
No proxy account was set for user (2020.10)
When content is from an MS OLAP /Tabular data source, after upgrading to Pyramid 2020.10 RTM the following message is shown when opening some content for the master user:…
-
Security Notice: Linux Installations 2020.00-2020.05
Issue Level: MEDIUM-HIGH Overview The password for the internal system account used with Pyramid installations on Linux servers is not being set correctly to a random value during installation.…
-
Using Keystore Management Tool To Configure LDAPS or Content Migration Wizard in SSL Environments
In order to configure LDAPS or set up migration environments on environments that are running with SSL, you must start by exporting the certificate and load it into the java cacerts keystore.…
-
Can't log in to pyramid?
If you have configured your Pyramid instance to use Active Directory (AD), and hear that users intermittently cannot log in, check the following, The reason might be that your LDAP address sometimes…
-
Firewall Settings for Pyramid
When Pyramid is installed across multiple servers and there are internal firewalls between them, the following ports must be opened between all servers. All ports are TCP.…
-
Example of how to authenticate and embed Pyramid content.
For Embed on Pyramid 2020.11 please see this link. Below is a simple example of a web page that displays Pyramid content and authenticates to the Pyramid Embed API in order to create a cookie for…
-
How to change the default internal Pyramid website port
1) Navigate to the below file: "C:\Program Files\Pyramid 2018\config.ini" Find the line "wwwport=8181" and change it to a port of your choosing. Also update the following line to reflect the new…
-
How to create a Pyramid website in IIS after an install.
If you have decided to use the IIS option after the Pyramid installation, you can add the site manually. First, you need to install the following IIS modules :…
-
Browser Settings for Windows Authentication
To configure IE for windows authentication, please do the following: 1. Add your Pyramid's Web site to the list of TRUSTED SITES or Local intranet in the browser through Tools > internet options >…
-
Cannot access Pyramid using IIS
After Pyramid 2018 installation, when using the IIS option, if you cannot access the Pyramid 2018 from a browser using the IIS bindings you chose, please check, in the control panel,…
-
How to enable SSL on Pyramid website and forward all HTTP request to HTTPS
To be able to use SSL for Pyramid website it should be installed using the IIS option. Once installed add an SSL bindings as shown below: Right Click on the "Pyramid" site and choose edit…