Known Issues

Table of Contents

Following issues and workarounds (where applicable) have been identified with the latest release of RapidInsight:

  1. Issue: UI Designer is currently intended for single administrator. It is not synchronized.
    Workaround: Make sure only one user with the administrator role uses the UI Designer.

Known issues for the underlying RapidCMDB platform:

Version 0.6.2

Following issues and workarounds (where applicable) have been identified with the latest release of RapidCMDB:

  1. Issue: There is a list of reserved words which can not be used in model definitions. When a model is defined through RapidCMDBModeler, an error is displayed for the user. If a model is defined via a script, the properties named as one of those reserved words are ignored when the script is run. Also, if the model name is set to one of the reserved words, then you will get an error when the script is executed.
    Workaround: Refer to reserved words before selecting names for your model, properties and relations.
  2. Issue: Some model changes can cause data to be lost. Data may need to be exported before the change and imported after the change. Some changes will require data to be transformed before being imported.
    Workaround: See The Impact of Modeling Changes on Existing Data for details.
  3. Issue: Search is supported only for properties, not the relations of an object. (see http://ifountain.org/jira/browse/CMDB-284)
    Workaround: Search by property and then loop through the set for instances with desired relations
  4. Issue: RapidCMD supports findBy methods only for ONE property (relations are not supported)
    Workaround: Use compass searches and get instead.
  5. Issue: Searching does not work properly when multiple modeled classes have attributes with the SAME name but DIFFERENT types (see http://ifountain.org/jira/browse/CMDB-395)
    Workaround: Make sure the names of the properties are different among classes when types are different.
  6. Issue: When renaming a model, property, or relation same name with different case (e.g. modifying SmartsHSRPGroup to SmartsHsrpGroup) causes problems. (see http://ifountain.org/jira/browse/CMDB-771)
    Workaround: Make sure a different name is used when the name is changed.
  7. Issue: When a getter or setter for a property is supplied in the operations file of a modeled class, it clashes with the getter/setter automatically provided for each property of the modeled class by the platform.
    Workaround: Do not add a getter/setter for a property of the modeled class in the operations file. If you must, overload the getter or setter by making sure that its signature (number of arguments) is different than the one that is automatically provided (no argument for getter, 1 argument for setter are the default getter/setter signatures).
  8. Issue: Error while extracting the zip file on Windows.
    Workaround: Due to the 260 character file path limitation in Windows, make sure that you do not select a folder deep in the hierarchy while unzipping. You can unzip directly in C:, or in a subfolder under C: to be safe.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.