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

Where in QM to look for data to correct these errors/warnings ?

QM Server (v4.0.7) is hurling messages such as these:

2014-09-02 09:57:12,096 [WebContainer : 103 @@ 09:57 C-BP6B897@nomail/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ITPortal/instructions/CMD@NC051198]  WARN com.ibm.rqm.integration.service                     - IntegrationService:handleRequest AQXIN2512W The request URI contains invalid characters. In the request URI, resources/ITPortal/instructions/CMD@NC051198 this segment is invalid: CMD@NC051198

According to RFC2396 it looks like the "@" character is at fault.   Are these automations ? [ I apologize, I'm just an admin ]

A follow on: would these manifest as failures on said automation ( if applicable ) ?

[ Log level changed from WARN to ERROR has suppressed the messages ]

0 votes

Comments

Are you using an adapter with RQM? I wonder how the "@" sign got into the id field of such an element. If it's allowed by specification, then RQM must have failed to "escape" the "@" sign when generating the URI.



One answer

Permanent link
You need to URL-encode the @ character (to %40) in your external ID (CMD@NC051198).  For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi#External_ID.

0 votes

Comments

Encoding I understand, but apparently this is from command line adapter.  How to explain where changing encoding should be accomplished.

I would suggest to open a RQM defect.

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
× 343

Question asked: Sep 02 '14, 10:12 a.m.

Question was seen: 4,956 times

Last updated: Jul 02 '15, 8:04 a.m.

Confirmation Cancel Confirm