Getting CRVAP0290E CRMUD0061E errors while Creating Record.
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
*********************************
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:cq="http://www.ibm.com/xmlns/prod/rational/clearquest/1.0/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:oslc="http://open-services.net/ns/core#" xmlns:oslc_cm="http://open-services.net/ns/cm#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<oslc_cm:ChangeRequest rdf:about="https://xxxx/cqweb/oslc/repo/xxx/db/xxx/record/">
<dcterms:title>test record from OSLC</dcterms:title>
<dcterms:type>Defect</dcterms:type>
<cq:CustomerCategory>Tools test</cq:CustomerCategory>
<cq:Project>Tools test CQ_Test</cq:Project>
<cq:Discipline>Tool</cq:Discipline>
</oslc_cm:ChangeRequest>
</rdf:RDF>
Response:
****************************
rdf:RDF>
As per the Request 'Discipline' value is already given in the Request.Not sure why still this comes up.
More info: Actually the Discipline is auto filled value which gets mandatory based on the project selection.
How to handle this situation?
Accepted answer
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
Comments
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
I have tried this as well.No Luck.
But i doubt about below behaviour,
Actually the Discipline is auto filled value which gets mandatory based on the project selection value.
How to handle this situation?
for eg: Usually in GUI if i select project drop down with "Tools test CQ_Test" value then automatically disciplines will be reflected as this is fetched from project record namely "Tools test CQ_Test".
But when i send them by request issues comes up.
OR Do request should be changed like below if it is different record,
<cq:Project rdf:resource="https://####/cqweb/oslc/repo/####/db/###/record/16777539-33555137"/>
<cq:discipline>Tool</cq:discipline>
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
If the "Discipline" field depends on the "Project" field, you need to make sure that these fields are updated in the correct order.
http://www-01.ibm.com/support/docview.wss?uid=swg21507620
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
It's working fine now :)
Thanks for the info