How do you encrypt CA Clarity Password's in Properties.xml file?
All the Clarity System Administration properties are stored in properties.xml file under 
%CLARITY_HOME%\config directory.

You can update directly in the properties.xml file for the parameters that you want  to update in CSA.

Most important thing here is all the passwords are stored in the properties.xml is a plain text and it is not encrypted any one has access to properties.xml file  can see the passwords if the "No Encryption" option is selected under the "Encryption" section in CSA Security link.

Select the "Encrypt Passwords" as "Using System Key" option to encrypt the passwords in properties.xml file.



Restart of Clarity app and bg services would required for any updates made in Clarity System Administration side. 

 

DextersPPMLab
How do you Read Multiple values through XOG ?


In order to read multiple values in XOG[XML Open Gateway] operation use OR operator as a differentiating factor with comma separated to retrieve multiple values from the Clarity Application.

<?xml version="1.0" encoding="UTF-8"?>
<NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
<Header version="6.0.11" action="read" objectType="user" externalSource="NIKU"/>
<Query>
<Filter name="userName" criteria="OR">xxxx,yyyy,zzzz</Filter>
</Query>
</NikuDataBus>

DextersPPMLab
CA Project & Portfolio Management Overview

CA PPM, formerly CA Clarity PPM, is an industry-leading Project and Portfolio Management system that enables your organization to manage its services, projects, products, people, and financials.

CA PPM is one of the most comprehensive PPM solutions in the market, helping organisations to drive business transformation, achieve operational excellence and accelerate innovation.

It gives your executives a real-time view into their organization’s investments, initiatives and resources, and empowers your managers to deliver controlled and predictable execution of projects and programs.

Built on top of the core project and portfolio management functionality are solution-specific modules that support the critical processes of IT Governance, New Product Development and Enterprise Program Management.

One of CA PPM’s most important capability is its ability to exchange data with external applications.

                                                                                          For Demo | About CA PPM




DextersPPMLab