on ‎2014 Feb 25 9:02 AM
Hi PI experts.
Using PI 7.4 Java only and trying to make a mutimapping splitting an incoming message into mutiple messages using the following guide.
My operation mapping is as the picture showes.
When I do the mappings 1...1 then the mappings work.
One message in and out I get one correct message.
I tried to change the second mapping to 0...unbounded.
The mapping adds the Message and Message1 segments.
When i test the Operation Mapping after i activated it the Operation mapping only produces the two message segments and nothing else.
I then tried to change the first mapping to 0...unbounded. When I test the operation mapping now I have to add the Message and Message 1 segments and it works.
I then tried to process a file with my FTP adapter and ofcourse the mapping failed.
Do I have to add the Messaeg and Message1 segment in my content conversion?
How is this done because when I change the document name in the conten conversion the conversion fails.
Is this the correct way to make a split of messages in PI 7.4 Java obly or can I use the interface split functionality in the integration Flow in NWDS?
What shall I try next to make any progress?
Thanks for all the help I can get.
Andreas
Request clarification before answering.
Is it possible that I have the problem because we are running a Java only system?
This would creat Integration Flows that uses Integrated Configurations and not the ordinary Receiver Determinations.
Could this be the problem and what would the solution be then?
//Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Made som progress.
A norty little mapping had made it into my mapping.
Somehow I managed to mapp the Message tag in the first mapping and therefor the mapping failed.
But now I face a new problem.
This is the message that my mappings produce at the moment.
According to the blog I'm following the target message mapping should be 1...n
The operation target occurense should be 1...1.
Hi Andreas,
you define the occurance in message map that you can have 0 or n number of target messages after mapping, then operation mapping should able to genrate 0 or n number target message at run time. for that you need to define 0..n occurence in operation mapping. and you configuration should also reflect this. for that you just need to activate the operation map with 0..n occurance and edit the ICO, select the operation map again and activate.
The interface should work after this changes.
regards,
Harish
hello,
Open http://host:port/dir/start/index.jsp
then go to Administration and there u will see ur SP number (just below Software build information)
| NW731EXT_09_REL | |
| 09 | |
jdk16 |
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.