Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Why does DNG 6 linking Bugzilla changes fail?

I'm attempting to use DNG 6 to create an link between a Requirement and a Bugzilla Change Request.  I see the Bugzilla delegated UI, I search and find/select the bug.  Then I click OK to create the link and I get this error in DNG every time regardless of the link type...

While creating links between servers, the link could not be created.
ID CRRRW7255E  The link from this server to the other server could not be created.
I'm using DNG 6.0.2 and the Eclipse Bugzilla adapter 3.0.0-SNAPSHOT.

Note: I can create a link between DNG Work Item and a Bugzilla Change Request.

Any ideas?

0 votes

Comments

Further, I get this "Alert" when I attempt to create a link between a DGN Test Plan and a Bugzilla Change via the "Development Plan Link" section...

The following problems occurred during the initialization process: _a8 is undefined



One answer

Permanent link

 The problem seems to be on Bugzilla connecrtor code when trying to update the item in Bugzilla. UpdateChanegRequest() method is the one that throws the failure ( in my case ).

This is not a RDNG issue.

0 votes

Comments

I set a break point there and it's never called.  The last thing I see monitoring the network traffic is a GET for the selected Change Request which successfully returns the RDF and then the CRRRW7255E error message is displayed in DNG.

It's failing in the DNG javascript.  After I select a requirement and click OK the DNG JS GET's the ChangeRequest RDF successfully and then calls function "_createRemoteResourceOwnedLinkDeferred".  This function attempts to parse the RDF and find the ChangeRequest element but it can't find it.  This attempt is made starting on line 71038 of my JS source in the browser.  Here's the problematic code...

var _18=this._getResourceElement(_16,_e,_17,_8);
if(_18==null){
_16=_5.getElementsByTagNameNS(_d,"ChangeRequest",_11,_10);
_18=this._getResourceElement(_16,_e,_17,_8);
}

_18 is always null and this results in the errCallback being called. 

Please help.

 Can you attache what is response for the GET request ?

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 516
× 127
× 116
× 29
× 25
× 13

Question asked: Jun 02 '17, 6:58 p.m.

Question was seen: 3,120 times

Last updated: Jun 07 '17, 11:45 a.m.

Confirmation Cancel Confirm