• Database Flag Primary User

    6
    0 Votes
    6 Posts
    2k Views
    J
    Hello Thomas, that's easy, here is a query for all objects with a primary contact: SELECT j1.isys_obj__title AS 'object', j2.isys_obj__title AS 'primary contact' FROM isys_obj AS j1 LEFT JOIN isys_catg_contact_list ON isys_catg_contact_list__isys_obj__id = j1.isys_obj__id LEFT JOIN isys_connection ON isys_connection__id = isys_catg_contact_list__isys_connection__id LEFT JOIN isys_obj AS j2 ON j2.isys_obj__id = isys_connection__isys_obj__id WHERE TRUE AND isys_catg_contact_list__primary_contact = 1 Maybe you want to add something like this (only all server): AND j1.isys_obj__isys_obj_type__id = 5 Regards, jkondek
  • IT Support company with many small clients

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • I can not connect to IDOIT

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Auto logout on new install

    6
    0 Votes
    6 Posts
    3k Views
    T
    I dont install any updates mate, as far as I know, everything works fine, why break it with updates??
  • Limit users / folders

    3
    0 Votes
    3 Posts
    2k Views
    T
    it is possible with trial user ? can i create user name for trial user ? there is any else for users with same user name but diferent time limit ? thx
  • Download file from FTP(Filezilla)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Working with command line and export > No login

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Clicking location tab generates i-doit system error

    5
    0 Votes
    5 Posts
    2k Views
    J
    Looks good ! However, is there a way to fix the current version to bypass the "Locations" problem ?
  • Reporting question : isys_obj table

    2
    0 Votes
    2 Posts
    2k Views
    LFischerL
    Hello Henk, you'll need to query "isys_catg_relation_list" (this is the "relation" category) and inside that table you'll need to select the rows where the field "isys_catg_relation_list__isys_relation_type__id" reference to the isys_relation_type rows with the types "C__RELATION_TYPE__USER" or "C__RELATION_TYPE__ADMIN". It should look something like this: SELECT * FROM isys_obj AS obj_main LEFT JOIN isys_catg_relation_list AS j4 ON j4.isys_catg_relation_list__isys_obj__id = obj_main.isys_obj__id LEFT JOIN isys_relation_type AS jn3 ON jn3.isys_relation_type__id = j4.isys_catg_relation_list__isys_relation_type__id WHERE jn3.isys_relation_type__const = 'C__RELATION_TYPE__ADMIN' OR jn3.isys_relation_type__const = 'C__RELATION_TYPE__USER'; Greetings, Leo
  • LDAP Module

    2
    0 Votes
    2 Posts
    3k Views
    LFischerL
    Hello nikolas, is it possible that you are using the OPEN i-doit version and work with multiple mandators? The first problem occurs, if one mandator has installed the LDAP module, but the second doesn't - You can re-install a module during a i-doit update. For the second error you could try to update the necessary table field to allow "empty" values. Best regards, Leo
  • Sinn des php-snmp moduls in der Dokumentation/ im Idoit

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Duplicate Server = HTTP 500 Error

    7
    0 Votes
    7 Posts
    4k Views
    F
    should somebody still need a patched version of this file… (i removed the logging) replace 'src/classes/import/handler/isys_import_handler_cmdb.class.php' with the attached file isys_import_handler_cmdb.class.php.txt
  • Empty referenced i-doit objects for ticket (in RT)

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Hosting i-doit version 0.9.9-7 online

    2
    0 Votes
    2 Posts
    2k Views
    _Chekov__
    Hi there, as you mentioned, you're using a hosted web space so most probably there exists Web-GUI to manage services like MySQL. In the previous steps installer asked root user credentials for the MySQL database in order to create dedicated i-doit CMDB user. If you have a possibility to maintain your database users over Web-GUI, try to create dedicated i-doit CMDB user manually and start your installation from the beginning. Cheers, Chekov
  • COnfiguration

    2
    0 Votes
    2 Posts
    2k Views
    LFischerL
    Hello Rubberduck, 1: http://forum.i-doit.org/index.php/topic,3140.0.html 2: http://forum.i-doit.org/index.php/topic,3141.0.html 3: You should take a look at our report-module (extras > reports) 4: You have several options: You could add your suppliers as a organisations (in the contacts) and add these as "contact assignment" with the role "supplier" You could create an own category in the administration area: "Administration > Custom categories". Best regards Leo
  • Nagios Export requirements

    2
    0 Votes
    2 Posts
    3k Views
    R
    I'm having the same problem. I have already provided the field "Contact assigment" the server object, but when I try to export the configuration of nagios I get: Warning: Host 'xyz' has no services Associated with it! Warning: Host 'xyz' has no default contacts or contactgroups defined! Where do I fill it?
  • User attach to group issue

    5
    0 Votes
    5 Posts
    3k Views
    R
    The link provided is very useful and this would definitely solve the issues which i guess everyone in here is facing and hope next time no one should face an issue like the previous one.
  • New Install – database connection fails with ERROR(13)

    3
    0 Votes
    3 Posts
    2k Views
    ?
    I'm not exactly sure what the problem was, but after double-checking the MySQL configuration and making sure the database was functioning as advertised, I followed the "manual setup" instructions.  Up and running now (aside from messing up the demo license… so now we wait for a new one!) Best, -Adrian
  • Supernet with multiple subnets ?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    3 Posts
    7k Views
    creissC
    Hi, Seems to be an unknown behavior. Did you try to update your version to our newest version? Regards, Christian