Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Update Codar database user or password
If you changed the user or password of the database used by Codar, you must update the JBoss DataSource and other files that store this information.
- On the system running Codar,
open a command prompt and change to the
CSA_HOME\jboss‑as
directory. -
Run the following command to generate an encoded version of the new database password:
Windows:
"CSA_JRE_HOME\bin\java" -cp "modules\org\jboss\logging\main\
jboss-logging-3.1.2.GA.jar;modules\org\picketbox\main\
picketbox-4.0.13.Final.jar" org.picketbox.datasource.security.SecureIdentityLoginModule <password>Linux:
CSA_JRE_HOME/bin/java -cp "modules/org/jboss/logging/main/
jboss-logging-3.1.2.GA.jar;modules/org/picketbox/main/
picketbox-4.0.13.Final.jar" org.picketbox.datasource.security.SecureIdentityLoginModule <password>Copy the encoded password value that is returned (do not include spaces).
-
Stop the Codar service, see Stop Codar.
To stop Codar on Windows, complete the following steps:
-
On the server that hosts Codar, navigate to Start > Administrative Tools > Services.
-
Right-click on the Codar service and select Stop.
-
Right-click on the Codar Execution Service service and select Stop.
-
If you installed an embedded Operations Orchestration instance, right-click on the Operations Orchestration Central service and select Stop.
To stop Codar on Linux, complete the following steps:
-
Type the following command on the server that hosts Codar:
service codar stop
-
If you installed an embedded Operations Orchestration instance, as the root user, type:
<embeddedOOinstallation>/central/bin/central stop
.For example, type /usr/local/hpe/codar
/OO/central/bin/central stop
-
-
In a text editor, open the
CSA_HOME\jboss‑as\standalone\
file.
configuration\standalone.xml -
In the file, locate the following content:
Microsoft SQL Server
<security-domain name="codar-encryption-sec" cache-type="default">
<authentication>
<login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">
<module-option name="username" value="<old_user_name>"/>
<module-option name="password" value="<old_encoded_password>"/>
<module-option name="managedConnectionFactoryName" value="jboss.jca:service=LocalTxCM,name=mssqlDS"/>
</login-module>
</authentication>
</security-domain>Oracle
<security-domain name="codar-encryption-sec" cache-type="default">
<authentication>
<login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">
<module-option name="username" value="<old_user_name>"/>
<module-option name="password" value="<old_encoded_password>"/>
<module-option name="managedConnectionFactoryName" value="jboss.jca:service=LocalTxCM,name=OracleDS"/>
</login-module>
</authentication>
</security-domain>
PostgreSQL<security-domain name="codar-encryption-sec" cache-type="default">
<authentication>
<login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">
<module-option name="username" value="<old_user_name>"/>
<module-option name="password" value="<old_encoded_password>"/>
<module-option name="managedConnectionFactoryName" value="jboss.jca:service=LocalTxCM,name=PostgresDS"/>
</login-module>
</authentication>
</security-domain> - Replace <old_encoded_password> with the new encoded password you copied in step 2 and <old_user_name> with the new user name.
- Save the
standalone.xml
file. -
Restart the Codar service, see Restart Codar.
-
If you are using a tool (such as the content archive tool, process definition tool, provider tool, purge tool, or schema installation tool) that uses a database or configuration properties file (for example,
db.properties
orconfig.properties
), update the appropriate property or properties in the file. By default, the file is located in theCSA_HOME\Tools\<Tool_Name>
directory.The password property value should be encrypted (see Encrypt password). An encrypted password is preceded by
ENC
without any separating spaces and is enclosed in parentheses.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: