|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Repeating groups with dynamic fields |
« View previous topic :: View next topic » |
Author |
Message
|
EvolutionQuest |
Posted: Wed Feb 11, 2004 6:36 am Post subject: Repeating groups with dynamic fields |
|
|
 Voyager
Joined: 18 Sep 2001 Posts: 88 Location: Billings, MT
|
Is there a clear definition in the message set for repeating groups which also have dynamic number of fields present.
For example:
Group1|Field1|Field2|Field3~
Group2|Field1|Field3|Field4~
Group2|Field1|Field2|Field5|Field6~
Group3|Field1~
Group1 could repeat 1 to n times
Group2 could repeat 1 to 4 times
Group3 could repeat 0 to n times
Chris |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 11, 2004 7:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yes, there's a clear definition.
You define a type that defines your various groups.
You create a message that includes a repeating choice of *elements* of your various group types. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EvolutionQuest |
Posted: Wed Feb 11, 2004 10:49 am Post subject: |
|
|
 Voyager
Joined: 18 Sep 2001 Posts: 88 Location: Billings, MT
|
This can not be this hard to construct. I have constructed a complex type which contains a set of elements.
Complex Types: Group1, Group2, Group3
Elements in each type: Field1, Field2, Field3
Message: MyTest which has elements MyTest1 (Group2), MyTest2 (Group2), MyTest3 (Group3)
Under Types:
Group1-4: Type Comp: Sequence, Type Cont: Closed
The TDS for Group1-4 => Group Ind: Group1, Group Term: ~, Date Elem Sep: All Elements Delimited, Delimiter: |
Under Messages:
The Connection for Group1 => Repeat, Min Occur: 1, Max Occur: 1
The TDS for Group1 => All fields blank
The Connection for Group2 => Repeat, Min Occur: 0, Max Occur: Blank
The TDS for Group1 => All fields blank
The Connection for Group3 => Repeat, Min Occur: 1, Max Occur: 4
Elements:
The TDS for Field1-3 => default values
The message =>
Group1|Field1|Field2|Field3~
Group2|Field1|Field2|Field3~
Group2|Field1|Field2|Field3~
Group3|Field1|Field2|Field3~
I am not able to deploy and continue to get a BIP1950E or BIP1951.
What is wrong with this? |
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 12, 2004 1:26 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You'll need to quote the actual text of the error messages...BIP1950 and BIP1951 both contain inserts which give important diagnostic information. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|