Hello,
i'm tying teemip (latest) as an extension in itop
I have made a mistake when importing some subnets and blocks (a lot...).
I want to change their organizations but i can't (the field cannot be changed)
is there a way to change this ?
Well, it depends on the volume of data that you already have in your iTop.
The clean way to do it is to export the objects in a csv file, change the organizations, import them and delete the old ones once all objects (blocks, subnets...) have been migrated.
An easier option is to change the attribute directly in the data base. Just be careful not to break the database integrity, though.
If you don't have any other objects in your current and target organizations (which is not the case, I'm sure), you may just change their name (current becomes target and target becomes current).
You may as well use the REST/JSON interface where the control of r/o fields is not as strict as through the UI. But that'd need to be tested.
That should be it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, it depends on the volume of data that you already have in your iTop.
That should be it.
Thanks for your help, i will do it with csv export / import
Thanks again !
You're welcome !