I have mapped a Tamino Schema against the ADABAS employees file. It seems like queries with filter expressions only work when the node which is searched for is a descriptor in ADABAS. E.g. employees[@name=“ADAM”] works, whereas employees[@***=“F”] returns an ADABAS resp. code 61. Furthermore, even for descriptor fields wildcard search doesn’t work. Is this the way it is implemented or is there any trick with the mapping.
Me again, i don’t know what happened to the second query. Was supposed to be employees[@=“F”].
quote:Originally posted by Juergen Geiger: Hi folks,
I have mapped a Tamino Schema against the ADABAS employees file. It seems like queries with filter expressions only work when the node which is searched for is a descriptor in ADABAS. E.g. employees[@name=“ADAM”] works, whereas employees[@=“F”] returns an ADABAS resp. code 61. Furthermore, even for descriptor fields wildcard search doesn’t work. Is this the way it is implemented or is there any trick with the mapping.