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 |
|
Fixed Issues
The following table lists the defects that were fixed in CMS 2018.08.
ID | Component | Summary |
---|---|---|
QCCR1H115459
|
Universal Discovery - Discovery Exceution - Result Processing and Sending (Probe) |
Probe sends download request to UCMDB server when the server is still starting and not ready, causing many error messages logged in the server error.log. For example, " Fixed the issue by applying a code change. Now the exception will not be written into the logs during server startup. |
QCCR1H119822 |
Platform - Wrapper |
During the UCMDB server startup, the |
QCCR1H120889 |
Integration - Integration Adapters - Generic Push Adapter - AM - Mapping UI |
When using a customized AM Generic Adapter to push data to Asset Manager, the customized adapter is based on the out of the box (OOTB) Generic Adapter 1.2, but it does not have the OOTB “Ignored” column in the Statistics tab, though it is using the same jar files as the OOTB adapter. Now the Ignored column would be available for all adapters whose names contain AMPushAdapter or AMGenericAdapter. |
QCCR1H121265 | UCMDB | Changed the issuer for the out of the box (OOTB) certificates to Micro Focus. |
QCCR1H121460 |
UI - Schedulers |
Scheduling a report to run and save to file system fails with an error message: " Added a note in the documentation about the Save to File System option to indicate that the folder path value specified for the Report root folder infrastructure setting is relative to the <UCMDB_Server>/runtime folder. |
QCCR1H121544 |
Universal Discovery |
The calculation for the license count is getting scheduled on the Reader system of an HA environment and then it cannot update the URM correctly. Now the calculation for the license count is scheduled only on the Writer system of an HA environment. |
QCCR1H121574 |
Universal Discovery - Discovery Execution - Automatic Deletion |
Inventory Discovery deletes all Installed Software CIs that are discovered by the Host Applications by Shell job. Fixed the issue by adding a new isServerAutomaticDeletionOnlyForCurrentJob parameter to the adapter configuration. When this parameter is set to true, the automatic deletion on the server side only impacts the Installed Software CIs that are discovered by the current job. |
QCCR1H121589 |
UI - Installation - Installer |
Trying to get the history for a resource of type Auth_USER in UCMDB JMX Console > URM services ends up being redirected to UCMDB landing page. Fixed the issue by applying a code change to the backup logic, so that the ucmdb/conf/esapi/ESAPI_validation.properties file will be backed up to ucmdb/old/conf/esapi during server upgrade. |
QCCR1H121604 |
Integration - Integration Studio |
Data Push from UCMDB to UCMDB - push_back creates duplicate relationships in the source UCMDB. Fixed the issue by applying a code change to avoid executing the CI/link creation logic in the push back process. |
QCCR1H121631 |
Server - REST API |
When using 'topology' (with the TQL name provided as a parameter in the POST content), the following error is logged in the UCMDBServer\runtime\log\rest-api.log: ERROR Failed to clean JSON object due to: Unexpected character (I) at position 0. However, the result of the REST API topology call is returned successfully to the REST client. Fixed the issue by applying a code to clean JSON object when sending REST API topology request. |
QCCR1H121896 |
Integration - Integration Adapters - Cmdb 10.x Adapter |
Hosts are getting merged after OMi sync from UCMDB to OMi. The workaround provided for resolving this issue requires users to access JMX console and invoke the removeIdMappingsOfDataStore method every time before they run the sync push. This is a request to provide a permanent solution and MappingsOfDataStore should update automatically. The issue is now permanently fixed. Now you only need to set the force.remove.of.id.mapping setting to true in UCMDB JMX console (by invoking the setSettingValue method) and restart the UCMDB server before you run push. Then the script will remove the duplicate mappings from table, so the push result payload will not get duplicate target_ids, then all CIs can be pushed to the target system. |
QCCR1H121932 |
Universal Discovery - Content - DNS |
The DNS Resolver job is not populating the PrimaryDnsName with DNS Name on some Net Printer CIs. Fixed the issue by modifying the if sentence of the script to add the dnsName into primary_dns_name_candidates. Now the DNS Resolver job can populate PrimaryDNSName properly. |
QCCR1H122001 |
Universal Discovery - Content - Host Resources |
The Host Resources/Applications by Shell job reports the following error message: Failed executing script, details: Error in script TTY_HR_Main.py java.lang.ClassCastException The issue is now fixed. If the PortIndex attribute value of the Fibre Channel Port CIT is 0xffffffff in your environment, it will be reset to -99999999 in UCMDB as 0xffffffff is too large and not meaningful. |
QCCR1H122034 | CMS UI |
Splash screen does not display correctly when multiple web browser windows all click the OK button. Fixed the issue by adding the splash screen to securityFilter. |
QCCR1H122038 |
Platform - HA infrastructure |
The UCMDB Writer server restarts when the Reader server is in the process of starting its services and suddenly the Reader becomes the Writer. The issue is fixed, now the UCMDB cluster would keep stable and the Writer server would be elected properly. |
QCCR1H122189 |
Universal Discovery - Content - Host Resources |
When DB2 server runs on AIX, during the discovery of DB2 databases, errors that resemble the following are generated in the Host Resources by Shell job: Error processing results, for more details please check UCMDB server log files Recommended log files on UCMDB: error.log, cmdb.reconciliation.log, mam.autodiscovery.log The issue is fixed. Now the Host Resources by Shell job can discover DB2 server properly. |
QCCR1H122245 |
Platform - Security - Authentication |
The following error message occurs after a hotfix for RTSM memory leak was applied: " Fixed the issue by getting the serverId from the parent session to avoid memory leak. |
QCCR1H122269 |
Platform - JMX Console |
RTSM UI and RTSM JMX are both inaccessible after the password for UISysadmin user is modified. Fixed the issue by adding the following three system properties to override UISysadmin credentials.: superIntegrationUserName, DsuperIntegrationUserPassword, and DoverrideSuperIntegrationUserFile. So you can update the super integration user credential or log in to UCMDB Server UI and reset the password of UISysadmin. Now RTSM works properly. |
QCCR1H122287 |
Universal Discovery - Content - Host Resources |
When using Host resource and application job to discover a switch, apart from the switches themselves, the returned results for other part of the switches contain no dependencies and no serial numbers on switches. The issue is now fixed. The Host Resources/Applications job can now report the dependencies and serial number of switches properly. |
QCCR1H122339 |
CMS UI - Reports |
Columns without data are not exported in the UCMDB Browser reports, by contrast they are exported in UCMDB Server reports. The issue is fixed, now empty columns can be displayed in exported reports. |
QCCR1H122393 |
Integration - Integration Adapters - Cmdb 10.x Adapter |
When the UCMDB to UCMDB full pull integration job runs a second time, the CIs that were previously created will be deleted. The auto-deletion for cmdb10xadapter may cause the unexpected deletion of CIs due to TQL calculation issue, for example, when trying to delete a relationship, the related CIs are deleted as well. To resolve the issue, follow the workarounds below:
|
QCCR1H122451 |
Universal Discovery - Content - Host Connections |
In CMS UI Home, the WORKSTATIONS BY OS widget wrongly displays a Windows 2016 server as an OS, which should appear under the SERVERS BY OS widget. The issue is fixed, now Windows 2016 servers are listed in the SERVERS BY OS widget. |
QCCR1H122498 |
Universal Discovery - Probe Framework - Database |
The clearProbeData.bat script keeps running on Data Flow Probes. The issue is fixed. Now the problematic log thread is handled separately and will exit upon main thread completion. |
QCCR1H122543 |
Integration - Integration Adapters - Jython Based Integrations - NA Integration |
When customer attempts to run the Pull Topology from Network Automation by Java client job from NA 10.40 to UCMDB 10.33 CP26, the integration fails with the following error message: Failed to connect to remote process... Fixed the issue by applying a code change, the list device command
parameter |
QCCR1H122544 |
Platform - Licensing Infrastructure |
On CMS UI, the license Total Units usage shows "NaN%". The issue is fixed, now the Total Units usage of the License Information shows the right digital number or percent. |
QCCR1H122656 |
Server - History |
The History widget displays "Loading ..." and is not showing data. The issue is fixed, now the server side exception is caught and not sent back to web browser directly. A warning will be displayed for this exception. |
QCCR1H122722 | UCMDB Server |
When the user repository is automatically selected, this information is logged on info level. This is causing too many user repository related logs. The fix includes a change in the log level for this event. Now user repository logs are visible only on debug level. |
QCCR1H122802 |
CMS UI - Login |
After upgrading to version 2018.05, users fail to log in with LDAP with a supported character $ in their password. The issue is fixed. Also, if the submit field is a password, it will not be printed into the error log. |
QCCR1H122808 |
UCMDB Server - Server Framework |
Performance with discovery queues on data flow probes decrease a lot. Fixed the issue by improving the data-in performance. |
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 cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: