Author |
Message
|
javiergodas |
Posted: Thu Jan 14, 2016 7:32 am Post subject: Message Set linking error |
|
|
Newbie
Joined: 14 Jan 2016 Posts: 2
|
Hi, I've got a task in my company to update a flow from MB7 to MB8 version.
Flow version updates properly, but It's mapping is giving me severe headaches trying to solve it.
I've currently got two message sets imported at the same time; "Formato" and "Logica". If you ask me if Formato is referenced, yes, I made sure of it. Could there be some third library missing? And what in earth is the second error trying to tell me?
Code: |
The file Proceso_Mapping.msgmap or some of its referenced resource cannot be loaded.
The following error was reported: mset://Formato#/-/message{}mensaje
The message parser domain "XMLNSC" is not supported by the message set "Formato".
|
|
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 14, 2016 8:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The error is clear. I expect that your message domain is MRM. However it looks like you are trying to use XMLNSC as the incoming/outgoing domain. This domain has not been checked (defined) on message set Formato.
This is the error that the map is telling you about.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
timber |
Posted: Fri Jan 15, 2016 12:09 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
fjb_saper is correct. You need to open the message set editor ( i.e. double-click the messageSet.mset file ) and find the section 'Supported Domains'. If the XMLNSC check box is not checked then that's your problem. |
|
Back to top |
|
 |
javiergodas |
Posted: Fri Jan 15, 2016 1:49 am Post subject: |
|
|
Newbie
Joined: 14 Jan 2016 Posts: 2
|
I've checked the XMLNSC options inside the messageSet.mset config interfaces inside both definitions. That option is not only checked, but also blocked, you can't turn it on/off.
May it be that I'm using an incorrect version of the message set Formato? This is a common message set used in many other flows, and its definitions may vary, cause I think it has been updated. Is it possible that I'm using the new version of this message set and this project is depending on the old one who had support for XMLNSC?
MRM is the format I think I expect, thought I just have the task to update the flow's version. Putting it frankly, I don't even know how this is supposed to work, for I was not the one who made it, and have barely any training on this concrete technology.
And, thank you two for these answers. |
|
Back to top |
|
 |
timber |
Posted: Fri Jan 15, 2016 2:57 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Have you tried restarting your toolkit with the -clean option? This will trigger a full rebuild, and clean out any left-over information from previous builds. ( I am assuming that this error is being reported by the toolkit? )
If that does not work, then check that the correct version of the message set project is being referenced.
...and if that does not work then I'm out of ideas. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 15, 2016 3:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you want to change message sets in IIB you first have to enable the corresponding menus... Look it up in the infocenter.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|