These instructions will require restarting the Spectrum Technology Platform server.
The Password Management Utility generates the encrypted strings for a repository password by taking a password as input and encrypting it. This is a Spectrum Technology Platform utility that is located under SpectrumDirectory/server/bin directory. Supported entity types are neo4j
for changing and encrypting a new password to the Spectrum Technology Platform Neo4j database and spatial
for encrypting the password to the Spectrum Spatial Apache Jackrabbit repository.
For the Spectrum Spatial Jackrabbit repository there are two variations depending on whether the repository is held in:
- the standard Apache Derby database on the file system, which is the default setup after installation; or
- a fully configured relational database management system (RDBMS), such as SQL, Oracle, or PostgreSQL, as described in Setting Up a Common Repository Database.
The Password Management Utility only applies to the second case where a full RDBMS is used.
In the first case, the Apache Derby database is deployed in embedded mode, so that only the Spectrum Spatial Java virtual machine (JVM) can access it.
In the second case, you created a database user and password when setting up the RDBMS as the common repository database. We recommend using a strong password with over 10 characters that follows your organization's password rules. The Password Management Utility does not change the database password. It creates an encrypted version so that it is not stored in plain text on the Spectrum Technology Platform server.
To encrypt the password to Spectrum Spatial’s Apache Jackrabbit database follow these steps:
The repository password is now encrypted to Spectrum Spatial’s Apache Jackrabbit.
For information about Spectrum Technology Platform Neo4j database password encryption, see the Spectrum Administration Guide.