Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create IP request #3

Open
minhquan231 opened this issue Sep 6, 2024 · 2 comments
Open

Can't create IP request #3

minhquan231 opened this issue Sep 6, 2024 · 2 comments

Comments

@minhquan231
Copy link

When I create a tick , I received information about this problem. I using PHP 8.3, teemip version 3.2.
Error: Event 'EVENT_DB_BEFORE_WRITE' for 'OnBeforeWriteTicket'} failed with non-blocking error: Unknown attribute functionalcis_list from class IPRequestAddressDelete.
image

@xtophe38
Copy link
Member

xtophe38 commented Sep 6, 2024

Thanks for the hint. The question is: "why functionalcis_list" not an attribute of the Ticket branch anymore. I'm digging into it.

@xtophe38
Copy link
Member

xtophe38 commented Sep 6, 2024

OK. This only concerns the standalone product. The IPAM for iTop extension used with iTop is not touched.

It looks like some reassignment of attribute definitions have been done between itop-ticket and itop-bridge-cmdb-ticket ! Consequence for the standalone product is that the Ticket class has attribuet functionalcis_list which relies on the lnkFunctionaCIToTicket class while this class is defined... in the itop-bridge-cmdb-ticket that is not inlcuded in TeemIp standalone !

Resolution consists in adding the bridge extension in the datamodels/2.x/ directory and modifying the installation.xml file to make sure it is loaded. This will be corrected in TeemIp 3.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants