Kategorie
IBM SmartCloud Control Desk

Classification attribute changes are not inherited

Case:
Two classifications: PARENT and CHILD
Table ATTR defined on PARENT ant incherited to CHILD.

Change to ATTR is required, but after ATTR modification on PARENT changes (DOMAINID, TABLEATTRIBUTE, LOOKUPNAME) are not reflected to CHILD.

Workaround:
Changing data from DB level.

SELECT
CLASSSTRUCTUREID, ASSETATTRID, DOMAINID, TABLEATTRIBUTE, LOOKUPNAME, INHERITEDFROM
FROM maximo.CLASSSPEC
WHERE
CLASSSTRUCTUREID LIKE 'LOC.MEET-ROOM%'
ORDER BY ASSETATTRID

Kategorie
IBM SmartCloud Control Desk Maximo

Maximo – przekierowanie domyślnego hosta websphere/IHS do portalu

Jedno z możliwych rozwiązań:
Zmiana pliku startowego IHS (w moim przypadku /opt/IBM/HTTPServer/htdocs/index.html) na:

<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="Refresh" content="0; URL=/maximo/" />
      <title>Przejście do portalu Maximo</title>
   </head>
   <body>
      <p><a href="/maximo/">Przejście do portalu Maximo</a></p>
   </body>
</html>
Kategorie
IBM SmartCloud Control Desk Maximo

Centrum samoobsługowe jako domyślna strona startowa IBM SmartCloud Control Desk

System Configuration > Platform Configuration > System Properties
zmiana parametru z
webclient.startapp = startcntr
na
webclient.startapp = srmssctr

Wg. Making the Self Service Center the default page.