Author |
Message
|
srina |
Posted: Sun Jul 13, 2008 4:24 pm Post subject: migratin MAP node flows from message broker V5 to v6.1 |
|
|
Novice
Joined: 06 Jul 2008 Posts: 10
|
I am trying to migrate a interface in messge broker v5 to v6.1 wich is useing map node and it contains 5 sub maps The problem i got the main flow migrated sucess fully and remain sub maps does n0t change its format (i.e) the extention of the flow .mfmaps only
i have taken all right stpes to migration and i used command
mqsimigratemfmaps -all -data <workspace path>
In eroor log file it shows the message :
----------------------------------------------------------------------
Migrating map file: MF_PM_To_CBORD_Mapping_SubMap5.mfmap
Info:104: Unsupported sub-map root prefix:SetIDDG1.
Local XSD elements of anonymous types are no longer supported as sub-map roots.
This sub-map cannot be migrated as a standalone map, but it will be inlined into
all
top-maps which invoke it.
Does it support for migration are i need to rebuilt the sub maps again
please let me know Thanking you
[/b] |
|
Back to top |
|
 |
kimbert |
Posted: Mon Jul 14, 2008 11:05 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
It's an 'info' message, not an error. The migration worked OK, but the v6.1 map is not quite as nicely organised as the v5.0 map. If you open the migrated v6.1 maps you should be able to see that some of the submaps have disappeared and the mapping code is repeated ( inlined ) in several maps.
If you really want the same structure as you had in v5 you will need to convert the local complex types to global. |
|
Back to top |
|
 |
srina |
Posted: Tue Jul 15, 2008 5:26 am Post subject: migratin MAP node flows from message broker V5 to v6.1 |
|
|
Novice
Joined: 06 Jul 2008 Posts: 10
|
Thanks kimbert but I am sorry the actual error report is here
----------------------------------------------------------------------
Migrating map file: MF_PM_To_CBORD_Mapping.mfmap
|----------------------------------------------------------------------
|Inlining sub-map: MF_PM_To_CBORD_Mapping_SubMap1.mfmap
|
|Error:106: Mappable object with ESQL path t_HL7_SGOBX.prefix:SetIDOBX
|could not be resolved at the root t_HL7_SGOBX.
|Migration cannot proceed processing this map file.
|
|----------------------------------------------------------------------
|Inlining sub-map: MF_PM_To_CBORD_Mapping_SubMap4.mfmap
|
|Error:106: Mappable object with ESQL path t_HL7_SGADT_A01_GP5.prefix:HL7_SG
AL1.HL7_SGAL1:HL7_SGAL1.HL7_SGAL1:SetIDAL1
|could not be resolved at the root t_HL7_SGADT_A01_GP5.
|Migration cannot proceed processing this map file.
|
|----------------------------------------------------------------------
|Inlining sub-map: MF_PM_To_CBORD_Mapping_SubMap6.mfmap
|
|Error:106: Mappable object with ESQL path t_HL7_SGNTE.prefix:SetIDNTE
|could not be resolved at the root t_HL7_SGNTE.
|Migration cannot proceed processing this map file.
|
|----------------------------------------------------------------------
|Inlining sub-map: MF_PM_To_CBORD_Mapping_SubMap5.mfmap
|
|Error:106: Mappable object with ESQL path t_HL7_SGDG1.prefix:SetIDDG1
|could not be resolved at the root t_HL7_SGDG1.
|Migration cannot proceed processing this map file.
|
Does it support for migration are i need to rebuilt the sub maps again
please let me know Thanking you |
|
Back to top |
|
 |
kimbert |
Posted: Tue Jul 15, 2008 5:34 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
OK - so there are some errors as well.
- In your v5 message set, try changing the local complex types to global complex types and then re-attempt the migration.
- If that doesn't work, raise a PMR ( and quote the URL of this thread ) |
|
Back to top |
|
 |
srina |
Posted: Tue Jul 15, 2008 6:33 am Post subject: migratin MAP node flows from message broker V5 to v6.1 |
|
|
Novice
Joined: 06 Jul 2008 Posts: 10
|
Thanks for ur help but i am confusing please help me out
where can i convert all local complex types to global i mean in v5 message defination 0r in v6.1 |
|
Back to top |
|
 |
kimbert |
Posted: Tue Jul 15, 2008 6:37 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
If you don't understand how to change local types to global then go ahead and raise a PMR |
|
Back to top |
|
 |
|