활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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,
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
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 !
조회 수
답글
좋아요 수
조회 수
Likes
답글