Create reference term links for an artifact in DNG is struck after processing for some artifacts
Hi Everyone,
<rdf:RDF xmlns:rm="http://www.ibm.com/xmlns/rdm/rdf/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rm:Link rdf:about="">
<rdf:subject rdf:resource=""/>
<rdf:object rdf:resource="_"/>
<rdf:predicate rdf:resource="http://www.ibm.com/xmlns/rdm/types/ArtifactTermReferenceLink"/>
<rm:suspectSubjectCleared/>
<rm:suspectObjectCleared/>
<rdf:type rdf:resource="http://www.ibm.com/xmlns/rdm/rdf/Link"/>
<rdf:value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"></rdf:value>
</rm:Link>
</rdf:RDF>
We are calling this api to 'n' artifacts in a loop
This POST call is working and creating reference term links for 'n' artifacts , but when we try to update same 'n' artifacts
again then it is not creating and hanging around 5th call , we are not getting error as well in return.
Please help us !
Thanks in advance,
Jyothsna.
2 answers
Hi Jyothsna,