EANCOM message : Separate channel per message sub-version

Hello Experts,
I have the following scenario:
Flow 1 : ORDERS message  :  Dummy interface ( Sender AS2 channel ) -----> Dummy interface ( Receiver EDISeparator )
Flow 2 :                                  SI_Orders_96AEAN008  ( Sender EDISeparator adapter ) ------------>   IDOC ( Receiver IDOC )
Flow 3 :                             
SI_Orders_96AEAN009  ( Sender EDISeparator adapter ) ------------>   IDOC ( Receiver IDOC )
If you see, I need to configure 2 separate receiver communication channels based on message subversion to receiver 2 different messages; one CC for receiving EAN008 type of messages and one CC for receiving EAN009 type of messages. But the sender EDISeperator of type EANCOM does not have option to select the sub-version. Can you please tell how to configure 2 separate receiver channels per message sub-version.
Thanks
Saurabh

Hi Piyush,
My requirement is :
Interface 1 : EDISeparator Sender Interface ( 96A-EAN008 ) ---> Mapping 1 ---> ZCNOSE_ORDERS.ORDER05
Interface 2 : EDISeparator Sender Interface ( 96A-EAN010 ) ---> Mapping 2 ---> ZCNOSE_ORDERS.ORDER05
There are around 21 GLN's sending messages of type 96A-EAN008 and 60 GLN's sending messages of type 96A-EAN010.
As suggested by you in thread EANCOM message : Separate channel per message sub-version is that we have to use '|' as GLN separator. However since I have many GLN's, the option does not work for my scenario unless I create multiple communication channels with sets of GLN's in each communication channel.
Will you agree that if the sender EDI separator adaptor had an option to choose the messag sub-version of the EANCOM message ( EAN008 / EAN010 ), then it would have been simple for me to create 1 Communicaiton channel such that all the messages of Interface 1 would use Mapping 1 and all the messages of Interface 2 would use Mapping 2 irrespective of any sender GLN.
Thanks
Saurabh

Similar Messages

  • When trying to install itunes on my PC, I get the message (unable to remove the older version of Bonjour as well as the message unable to remove the older version of Apple software update). Please advise how to proceed.

    Please help with this problem. When trying to install itunes on my HP520 PC, I get the error message (unable to remove the older version of Bonjour as well as the message unable to remove the older version of Apple software update).

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get aCode 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Apple Software Updateentries and click "Remove", as per the following screenshot:
    Next, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install using an iTunesSetup.exe (or iTunes64Setup.exe) downloaded from the Apple Website:
    http://www.apple.com/itunes/download/
    Does it go through properly this time?

  • Recordsets per Message in File adapter

    Hello All,
    I am  using Recordsets per Message option in Sender file adapter. And my source file contains more than the specified in Recordsets per Message.
    Can you please tell me why it is not working
    Regards,
    Moorthy

    Hi,
    Please try to make small addition in your Sender FCC.
    Recordset Structure: Row,5000
    Recordset per Message: 1
    It will divide your file into 5000 records and generate separate messages.
    Hope this helps to you.
    Regards,
    P.Rajesh

  • Recordset Per message

    Hi Group,
    I am using Record ser per message to split my large volume messages,but in my input I have one header,unbounded items,one tailor when I am using record set message it is splitting items and getting error in the MONI that Header target not able to generate,In the sender communication channel I am using content Conversion.
    Can any body suggest

    Hi,
    Can you give a try using this weblog:
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Also see the question by Bhavesh in the end of the weblog.
    ---Satish

  • Recordsset per message spliting failed

    Hi All,
    My scenario is File to File.
    1) Sender file conists of 50 records
    2) Receiver end it should contain 2 files with 25 records each.
    My source and receiver structures are  maintained as
    Source Structure : 
       Record-------> 1...1
             Data----
    >1...1
    receiver Structure:
      Record----
    >1..1
               Header----->1..1
               Data----
    >1..unbounded
               Trailer----
    >1..1
    Sender Comm Channel FCC parametes: 
    Qos                                         : Exactly Once
    Recordset  Name                 : Record
    Recordset structure              : Data,*
    Recordssets per Message : 25
    Data.fieldNames                   : field names,......
    Data.fielsSeparator               : |
    Data.endSeparator                : 'nl'
    Receiver Comm Channel FCC parametes: 
    Recordset Structure : Header,Data,Trailer
    Header.fieldNames                   : field names,......
    Header.fielsSeparator               : |
    Header.endSeparator                : 'nl'
    Data.fieldNames                        : field names,......
    Data.fielsSeparator                    : |
    Data.endSeparator                     : 'nl'
    Trailer.fieldNames                    : field names,......
    Trailer.fielsSeparator               : |
    Trailer.endSeparator                : 'nl'
    My requirement in receiver end 2 files should be of with 25 records only
    Header
    25 records
    Trailer
    But i am getting only one file with 50 records
    Header
    50 records
    Trailer.
    In MONI i am able to see only one successful message .
    Can any body tell me were i did wrong.
    Thanks
    Sai

    Sai,
    you cannot achive this for data. PI can split records based on Recordset and not  for a particular structure of a recordset.
    you have to define  the strcuture "Data"  as RecordSet and then only PI can split the records.
    Since u have 3 structures ( Header, Data and Trailer) ... u cannot utilize this "Recordset Per Message" feature. You could have if you have only one structure.
    For this u can use a simple multimapping. In message mapping just make the target message type unbounded
    Write a small  UDF and then count the records and then put a context change after 25 records.
    U will get 2 files in the receiver.
    Rgards
    Biplab

  • Recordset per Message and then group again

    Hi All,
        Advise would be aprreciated for the following issue we are having on a productive environment.
        The interface gets a 3.4MB file from a FTP server, performa a mapping and then saves a new file to the receiver ftp server.
        Sometimes, we get an error because the xml message that the AE sends to the IE does not contains all the information as the flat file. It seems that it runs out of resources and does not finish the xml transformation process.
         I have read several post in the SDN and even sap notes, about using the Recordset per Message option. However, this way I get a lot of IE messages but, also a lot of files in the FTP server and I only need 1. Is there any way I can split them to avoid this issue and then put them all together again? I don't like the "Append option".
         Thanks and kind regards,
             David Encinas.

    Hi David,
       Using split you can achive your requirement.
       First create the Structure as per your Source Format.
      If your structure has different Sub structure , create for each substructure at the target end.
      do the massage mapping in message tab source one message type , target multiple messages...do the same thing in Interface mapping .(Here select source and targets occurence 1 only)
      create the Integration Process (BPM)..once receive the message you can validate the message using Switch statement , once condtion has satisfied then use the Transformation step (1:n) and then message use many Send steps.
    You can create multiple files with same locations.
      I had done same thing for my req....
    Reagads,
    Venu.

  • After updating my Time Capsule, I received this message on my  Airport Express: This version of AirPort Utility doesn't support this base station." How can I fix this?

    After updating my Time Capsule, I received this message on my  Airport Express: This version of AirPort Utility doesn’t support this base station." How can I fix this?

    Per chance is your AirPort Express an 802.11g model? If so, you will need to use AirPort Utility v5.6 to administer it. However, this version will not install under OS X Mountain Lion without a workaround.
    The following is one of those workarounds:
    Here are the basic steps to install version 5.6 under Mountain Lion using CharlesSoft's Pacifist:
    If you haven't already download the AirPort Utility disk image file directly from Apple Support Download
    Place the resultant AirPortUtility56.dmg file onto your Mac's Desktop.
    Run Pacifist.
    Click on the Open Package option. Find the disk image file that you just placed on your desktop, and then, click on Open.
    The utility is located as follows: Contents of AirPortUtility56.dmg > Contents of AirPortUtility56.pkg > Contents of AirPortUtility56Lion.pkg > Applications > Utilities > AirPort Utility 5.6.app
    Drag AirPort Utility 5.6.app to your Mac's /Applications/Utilities folder.
    You can now run the AirPort Utility from the Utilities folder.

  • With per-message S/MIME enabled, the default action when replying to an encrypted message is to send that reply unencrypted.  Causes users to accidentally send originally encrypted content, back unencrypted.

    This seems counter-intuitive, are we doing something wrong or is this working as expected?
    When we have per-message S/MIME enabled on an iOS 8 device.  Everything works as expected and we have the ability to select when you are sending an email whether that email should be encrypted or not, but i've noticed that, when you receive an email encrypted with your S/MIME cert, read that email on your iOS8 device with per-message S/MIME enabled, and reply to, or forward, that message, the default action is to send that reply, or forward, unencrypted UNLESS you manually re-tap the little padlock button to re-encrypt the message.
    This seems broken.  I would imagine we would want the default action when replying or forwarding that encrypted message to be an encrypted reply or forward so as to keep the encryption intact.  I can't think of a time when you would actually want to send an unencrypted reply to an encrypted message, as doing so would send the originally encrypted content back, as unencrypted text therefore negating the point of ever encrypting it in the first place.
    I know we can set the iOS device to by default send ALL email as encrypted, but that's overkill.  Our users probably only get 1 or 2 encrypted emails a week, but when they do get those encrypted email we would want their replies and forwards to those email to also remain encrypted, and not open up the chance of one of these users forgetting to re-check the padlock button thus accidentally sending the originally encrypted content, out as an unencrypted message.
    Is this working as expected or are we doing something wrong?

    Hi,
    Thank you for your clarification.
    Yes, it seems you have installed all the updates for the Outlook.
    “Testing on a good computer” is a method to narrow down whether the cause is related a specific computer.
    For debugging tool, I think we can take a look at:
    1. RPCTrace log
    2. Process Monitor
    For RPCTrace log, it’s not that easy to capture. You must firstly replace some Outlook dll files before you can capture the log. Even more, the dll files can vary if the Outlook
    SP versions are different. So, It’s recommend to contact a Microsoft Support to capture and analyze the trace log.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • Recordset per message in Sender File Adapter

    Hi Friends
    I have configured a sender file adapter to pick up *.txt files from a specific path, Since the file is having thousands of records it is failing to process the file at  PI level . In order to avoid the problem I have kept Recordset Set Per Message as 10 , but still PI is processing all the records into a single message. Please help me in troubleshooting it.
    Regards
    Suman.

    Hi Suman,
      Go thru these threads for troubleshooting...
    Massive file
    Processing huge file loads through XI
    Processing of huge no of Inbound xml files
    Bottleneck in Large file processing
    How to process large data files in XI  ?  100 MB files ?
    Regds,
    Pinangshuk.

  • Error: Couldn't find delivery channel for message

    Hi All,
    In our production environment, we sometime get the following error (Channel Audit Log):
    2009-01-12 15:08:47 Error Unable to find channel ID
    2009-01-12 15:08:47 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Couldn't find delivery channel for message: 496b9e98-9466-0109-e100-8000ac10a218.
    2009-01-12 15:08:47 Error The message status set to NDLV.
    This particular interface runs around 100 times a day without any issues, however around once or twice  a month we get this error.
    This is a synchronous interface.
    Could be because of number of threads alloted for Synchronous messages in Visual Admin.
    Thanks.

    Hi XIer
    try doing a CPACache Refresh:
    Http://<host>:50000/CPACache/refresh?mode=full)
    Best regards,
    Chris

  • Tried to open a file I created in Numbers a while ago which I modified on 11/4/13 and got a message that I needed a newer version of Numbers.  When I went to the Mac App Store it shows that the new version is already installed.  Any suggestions?

    Tried to open a file I created in Numbers a while ago, which I modified on 11/4/13, and got a message that I needed a newer version of Numbers.  When I went to the Mac App Store it shows that the new version is already installed and there doesn't seem to be a way to reinstall it.  When I checked "About Numbers" on my MacBook it shows "Numbers '09 version 2.3".  Any suggestions as to how I can get the new version installed?

    Are you launching Pages from an icon in your Dock? Installing the update does not change the Dock icons & it does not remove the older versions. Go to your Applications folder & launch the new Pages from there.

  • IPad 3 and iPhone 4S won't synch with iTunes on Mac book pro. Error message says I need to have version 10.6.3 pr later for iTunes.

    iPad 3 and iPhone 4S won't synch with iTunes on Mac book pro. Error message says I need to have version 10.6.3 or later  for iTunes.  Mac iOS version 10.5.8 and iTunes on Mac is 10.6.1. iPad and iPhone version is 6.0(10A403). When I check for updates on the Mac book pro it says software versions are up to date.
    When I check for iTunes version  10.6.3 it looks like it is for snow leopard operating system which I am not on. How to I get my devices to sync with computer. Everything worked prior to iOS 6 upgrade on remote devices.

    I'm having the same problem.
    iPhone 4s won't sync with my Macbook Pro.
    I iust updated the iPhone to iOS6 (thought it wasn't syncing before the update either).
    Macbook Pro running Mac OS 10.5.8
    iTunes 10.6.3 (i.e. latest update - which hasn't had an issues apart from syncing).
    I tried 3 different USB sync cables. Still not syncing.
    Do I really have to update my Mac OS to 10.6.8 in order to sync my phone ? I thought as long as you have iTunes 10.6.3 you're ok...
    Is there a way to update to Mac OS 10.6.8 (or later) without wiping the hard drive and doing a new install?..
    thanks

  • When I try to open a Pages document from iCloud, created on my iPad, I get message stating I need a newer version of Pages.  When I go to app store all I get is "installed" when looking at pages app. my Macbook pro is up to date with all updates.

    When I try to open a Pages document from iCloud, created on my iPad, I get message stating I need a newer version of Pages.  When I go to app store all I get is "installed" when looking at pages app. my Macbook pro is up to date with all updates. Any ideas?

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5/5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5.1 sometimes can not open its own files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files open w/o a problem.  Please help.

    Went to open a file in words and got message. "You need a newer version of Pages to open this document." I have latest version.  All other files in words open w/o a problem.  Please help.
    Thank you.
    <Email Edited by Host>

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

Maybe you are looking for

  • New mac user, IMac with thunderbolt dual screen no longer works

    Hi, I have just started using a mac for work and was loving my new dual screen setup. it was functional for a day and now the second screen is black and saying I should check the signal cable. I have      Tried other DVI cables that go from thunderbo

  • IPHONE 3G and Road Runner accounts

    Hello all, Finally got my IPHONE 3G and everything is wonderful except for the Roadrunner email setup.. Like the last IPHONE I followed all of the instructions but still no happy. Noticed that in the basic setup it adds the CWMX.COM to the outgoing S

  • How to calculate bytes received

    Hai i am transferring files in rmi by reading it contents & send it as argument to server. In this i want to find amount of bytes received by server for a file how to find this plz help me Thanks in advance

  • Two Boot camp icons in task bar--fix?

    Ever since I updated to Boot Camp 2.02 and then to 2.1, I have 2 separate Boot Camp icons in my task bar (that thingie on the bottom right of your screen) under Vista-64. One of them launches the control panel for BootCamp 2.0, and the other for 2.1

  • UML XMI Import

    If a XMI document is imported in JDeveloper with General>Diagrams>'UML Class Diagrams from XMI Import' facility, an error gets produced: The mandatory Type property of type Attribute has not been set. The syntax of the UML:Attribute element element i