Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Report über zugewiesene Anwendungen

    Scheduled Pinned Locked Moved Betrieb
    4 Posts 4 Posters 1.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      tfoks
      last edited by

      Hallo,
      hat jemand sich mal an einem Report versucht, der ihm alle Server mit einer bestimmten installierten Anwendung auflistet?

      Gruß,
      Thomas

      1 Reply Last reply Reply Quote 0
      • binaryB Offline
        binary
        last edited by

        Nein, aber ich wäre auch daran interessiert….

        1 Reply Last reply Reply Quote 0
        • C Offline
          cmdrhenner
          last edited by

          Das Problem hatte ich auch mal:

          SELECT isys_obj.isys_obj__title as 'Server', isys_obj_1.isys_obj__title as 'Anwendung' FROM isys_catg_relation_list AS isys_catg_relation_list, isys_obj AS isys_obj, isys_obj AS isys_obj_1 WHERE isys_catg_relation_list.isys_catg_relation_list__isys_obj__id__master = isys_obj.isys_obj__id AND isys_catg_relation_list.isys_catg_relation_list__isys_obj__id__slave = isys_obj_1.isys_obj__id AND isys_obj.isys_obj__isys_obj_type__id = 5 AND isys_obj_1.isys_obj__isys_obj_type__id = 2 order by isys_obj.isys_obj__title

          Das Ergebnis in Base etwas aufhübschen und schon hat man eine "rausgebbare" Liste.

          Wobei die type_id = 2 den Anwendungen unter Software entspricht und die type_id = 5 ist die Serverkategorie unter Infrastruktur. Da muss man aber dann selber schauen, die IDs können unterschiedlich sein.

          i-doit 1.2.3

          1 Reply Last reply Reply Quote 0
          • Q Offline
            Quintillii
            last edited by

            In Version 1.4.1 kann man dazu die Druckansicht nutzen:

            Menüpunkt "Software" –> "Anwendungen" --> Knopf <druckansicht>(Wenn man nur eine bestimmte Software haben möchte, dann halt vorher die gewünschte Software anhaken.)</druckansicht>

            1 Reply Last reply Reply Quote 0
            • First post
              Last post