MicroStrategy ONE
Configure the Platform Analytics Project for High Throughput or Advanced Architecture
The Platform Analytics project must be created via one of the Intelligence server nodes in a cluster, connecting to the repository, which is machine 7 in this example.
-
Create a Platform Analytics Project Using the Configuration Wizard
-
Load Object Telemetry to the Platform Analytics Data Repository
Create a Platform Analytics Project Using the Configuration Wizard
-
Open the Configuration wizard on your Intelligence server.
-
On the Welcome screen, select Create Platform Analytics project.
-
In DSN, choose the Platform Analytics repository. If DSN does not appear, click New to create a new DSN linking to the Platform Analytics repository of your choice. In this example, you are connecting to the repository on machine 6.
-
Enter your credentials for the database.
-
Click Next.
-
Click Apply. The Configuration wizard automatically applies the following configuration files:
-
PlatformAnalyticsConfigurationNew.scp
-
PlatformAnalyticsConfigurationNew_PostgreSQL.scp
-
PlatformAnalyticsConfigurationUpgrade.scp
-
PlatformAnalyticsConfigurationUpgrade_PostgreSQL.scp
-
-
If an error appears about being unable to automatically apply project settings to Platform Analytics, you must manually update the project settings. See Platform Analytics Project Configuration Scripts for more information.
There is no need to re-create the Platform Analytics project via the remaining Intelligence server nodes (machine 2, 3, and 4) since you are connecting to the same metadata for a clustered environment. You only need to load the Platform Analytics project into Intelligence server memory for the remaining nodes.
Load Project on Other Nodes
Repeat the following steps for machines 2, 3, and 4.
-
Launch Developer.
-
Navigate to Administration > System Administration > Project > PlatformAnalytics > Administer Project > Load.
The PA project loads and is ready to use.
Troubleshooting
If Apache ZooKeeper cannot be restarted, ensure Kafka is fully configured.
-
Open the
kafka-logs
folder located inC:\Program Files (x86)\MicroStrategy\Messaging Services\tmp
. -
Open the
myid
file and ensure thebroker.id
is the same as it appears inserver.properties
. If they are different, this may be why Apache ZooKeeper is not starting. -
If there is no telemetry in the Kafka topics, check if statistics are enabled for Platform Analytics projects by running the following command in Command Manager:
CopyLIST ALL PROPERTIES FOR PASTATISTICS IN PROJECT "Platform Analytics";
-
If the command returns False, run:
CopyALTER PASTATISTICS BASICSTATS ENABLED DETAILEDREPJOBS TRUE DETAILEDDOCJOBS TRUE JOBSQL TRUE COLUMNSTABLES TRUE IN PROJECT "Platform Analytics";
BASICSTATS
must always be enabled. Select what kind of advanced stats are needed by changing the parameter after it totrue/false
. See List Platform Analytics Statistics Properties Statement for more information about basic versus advanced statistics.