I used itop v2.x and was able to use the Method overload to define the impacts and depends on relationship by OQL queries. I am now using itop v3.x and i have to use the relations tag instead.
I defined a new class called Database in addition to Database schema, each DB server has many databases and each Database has many DatabaseSchemas consumed by Web application.
I defined relation tag that Database impacts DatabaseSchema and DatabaseSchema impacts web application.
However the relation tag doesn't seem to be working and Web application is not showing the Database schema.
What boggles me is there is no relation tag defined in the datamodel in itop v3.x for web application but still builds up relations as expected.
Any advise is appreciated.
Dhaya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I used itop v2.x and was able to use the Method overload to define the impacts and depends on relationship by OQL queries. I am now using itop v3.x and i have to use the relations tag instead.
I defined a new class called Database in addition to Database schema, each DB server has many databases and each Database has many DatabaseSchemas consumed by Web application.
I defined relation tag that Database impacts DatabaseSchema and DatabaseSchema impacts web application.
However the relation tag doesn't seem to be working and Web application is not showing the Database schema.
What boggles me is there is no relation tag defined in the datamodel in itop v3.x for web application but still builds up relations as expected.
Any advise is appreciated.
Dhaya
Hello,
Please share the minimum code and data to reproduce the problem ?