After doing an over-install of the DA, the DA data source fails sync in NetOps Portal.
Also, the errors similar to the following are seen in the karaf.log
on the Data Aggregator showing that the DA cannot contact the Event Manager on the NetOps Portal.
at java.lang.Thread.run(Unknown Source) [?:?]
aused by: org.apache.cxf.transport.http.HTTPException: HTTP response '401: Unauthorized' when communicating with http://<PCHost>:8281/EventManager/EventManaerWS.asmx
DX NetOps CAPM Release : 21.2
Component : PM Data Aggregator
When doing a 21.2.8 over-install of the DA, we do not change the SsoEncryptionAlgorithm from AES to DES in case the user has changed to DES.
To resolve this, do the following:
Encryption Decryption Key: <VALUE>
Encryption Algorithm: <AES/DES>
http://<DA>:<port>/rest/dataaggregator
<SsoEncryptionAlgorithm>(AES or DES)</SsoEncryptionAlgorithm>
<SsoEncryptionDecryptionKey>(VALUE)</SsoEncryptionDecryptionKey>
<ID>(NUMBER)</ID>
URL: http://<DA>:<port>/rest/dataaggegator/ID
Method: PUT
Value:
<DataAggregatorInfo version="1.0.0"><SsoEncryptionAlgorithm>(AES or DES)</SsoEncryptionAlgorithm></DataAggregatorInfo>
curl -kv -u admin:admin -X PUT -H "Content-Type: application/xml" -d'<DataAggregatorInfo version="1.0.0"><SsoEncryptionAlgorithm>AES</SsoEncryptionAlgorithm></DataAggregatorInfo>' http://127.0.0.1:8581/rest/dataaggregator/70