Hi,
I'm in the process of migrating data from a CA 1.8.x to 2.0 and did a Visualization with all the fields I'm interested in migrating, among them I have ca_objects.acl_inherit_from_ca_collections and ca_objects.acl_inherit_from_parent.
The problem that I have is that the exported data comes with the actual string of what these fields represent and not only they are strings (not a tinyint(4) as the target column should be), but it is in the language that specific CA is (in my case Spanish).
I tried using the caUtil also, uploading an export map, but the data that shows in the XML is ![CDATA[0]] (no matter what the actual value is, I've tried changing it before exporting and it brings always the same value)
My question is: is there a code to use in the import map to transform that exported string (the one in Spanish) to a value the CA 2.0 can understand?
The error on the screen reads:
(2025-05-20 12:41:23) [Internal collection] Could not set intrinsic access_inherit_from_parent to ca_objects: No heredar configuración de acceso del padre no es una opción válida para Inherit public access settings from parent?
Thanks for any tips.
daniel//