Hi everyone,
I use NLWS.nmsRecipient.get(id); and NLWS.nmsRecipient.load(id); in order to retrieve some data but there is always errors when i do it on nmsRecipient
QUE-370014 Erreur lors de la génération de la requête (sur un document de type 'Destinataires (nms:recipient)').
But when i make a create + save on nmsRecipient it works perfectly.
According to another error also raised, i understand that the issue probably come from nmsRecipient schema extension but i don't understand why exactly .
XTK-170036 Impossible d'analyser l'expression '@RepBranch-id'.
Does someone know how to deal with that ?
Thank you,
Quentin,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Your join is not properly created.
You are getting error related to RepBranch foreign key not present in Recipient Schema.
Can you check definition of Recipient Schema( Preview tab) and verify whether @RepBranch-id column is created or not.
If not, please specify specific join condition between two tables. They are not able to join with primary key.
Thanks,
Jyoti
Views
Replies
Total Likes
Hello @quentinm9832912
Can you please more details on the code you are using?
XTK-170036 Impossible d'analyser l'expression '@RepBranch-id'.
The above error means your xpath is not correct
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
Your join is not properly created.
You are getting error related to RepBranch foreign key not present in Recipient Schema.
Can you check definition of Recipient Schema( Preview tab) and verify whether @RepBranch-id column is created or not.
If not, please specify specific join condition between two tables. They are not able to join with primary key.
Thanks,
Jyoti
Views
Replies
Total Likes
Hello, i come back here because i finally managed to find why load don't works.
2 reasons :
Firstly, we have one nms recipient schema extension.
And the schema contains an high level <element> that contains all attributes for that schema extension.
Wich result on the following appereance on the tool request. (white square)
And so this "free element" prevent the mapping tool to suceed when load is called.
The second issue concern the link element "revcardinality", if you use "single" and the relation with id does no exists then the load operation crashes.
I hope that could help someone one day,
Thanks you all for your help !
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies