Seeburger BIC module not working

I am using Seeburger BIC module in my sender file adapter. But when I pick up an EDI file using this file adapter, the BIC module is not called. The file adapter simply passes the EDI file to Integration Engine without passing it through the BIC module. Hence, message mapping fails at Integrating Engine as the Message is not in XML form. Also I am not getting any error in adapter monitoring/Message monitoring saying that the adapter module does not exist.
The BIC module is deployed on XI server. I have activated my communication channel. I have put the module names correctly and in proper sequence and also there are no typo errors in entering the parameter names.
Please help.
Regards,
Shweta

R u passing the correct mapping name under the parameter value in module configuration?
Regards,
Anoop

Similar Messages

  • Function Module not working for old Role

    Dears
    Function Module not working for old Role
    Function Module: /VIRSA/BAPI_AE_USERS_FOR_ROLES
    Before EHP4 upgrade this functional module working fine, but after updated users are not visible.
    We have chekced if the users are assigned directly users are visible but indirect (Position Based) assignment users are not apprearing.
    Pl check the fucntion module with given roles below and identify the root cause,
    EP_TRVL_ALL_CAB     - Old Role
    EP_TRN_TRVL_DRGC_V2 - New Role
    Regards
    Krishna Mohan CH
    9704500717

    Krishna,
    I do not think this BAPI is meant to be called by anyone but the application using it, and its functionality may therefore change without notice.
    What are you trying to achieve? Maybe there's a better way to do that...
    Frank.

  • Seeburger BIC module

    Hi all,
    I am using seeburger BIC module to convert XML file to EDI.
    My question is, can we configure BIC module parameter "srcDelimiter" dynamically rather than supplying any value?
    Thanks

    I dont think you can dynamically set the values for the parameters of the same..
    There is an option which you can look for is how to pass dynamic parameters to the mapping using some other module..
    In that direction you need to look for..but for bic and for delimiter parameter you cannot pass the values dynamically..
    HTH
    Rajesh

  • Seeburger bic module mapping parameter

    Hi all,
    I'm implementing a Invoice02 to 810 scenario, my mapping name in repository is MM_xyz..
    But I'm using the standard content of Seeburger...there are lot of mapping transformation..
    So do I need to create 1:1 mapping in BIC mapper or can I use See_X2E_ANSIX12_810_V4010 as my mappingName in bic module config...
    Thanks,
    Srini

    >
    Srinivas Davuluri wrote:
    > Hi all,
    >
    > I'm implementing a Invoice02 to 810 scenario, my mapping name in repository is MM_xyz..
    > But I'm using the standard content of Seeburger...there are lot of mapping transformation..
    > So do I need to create 1:1 mapping in BIC mapper or can I use See_X2E_ANSIX12_810_V4010 as my mappingName in bic module config...
    >
    > Thanks,
    >
    > Srini
    Dont confuse yourself with the data mapping and the BIC mapping.
    Note that the data mapping transforms your IDoc XML to 810 EDI XML. Here you have a transformation logic via the business rules. The BIC mapping is nothing but a structure conversion something you can say like FCC in file adapter which will convert the EDI XML to the EDI flat file
    The BIC is at an adapter level conversion as it is part of a module. You actual IDOC to EDI XML transformation is done by your message mapping.

  • Memory modules not working on HP Touchsmart 600-1050sc desktop - update BIOS ?

    Hi
    I just bought 2 x 4GB DDR3 PC3 12800 memory modules from Cruical (see http://eu.crucial.com/eur/en/touchsmart-600-1050sc/CT5311446)
    The modules does not work on my HP Touchsmart 600-1050 sc desktop. Acc to HP specs it should support 2 x 4GB (max 8 GB in total).
    But the computer does not start (I have installed the modules correct). The manufacturer advises me to update my BIOS.
    I wanna ask you guys, before I try suhc a thing, is there any chance this could help?
    Thanks

    Hi,
    Its specs:
    Memory upgrade information
    Dual channel memory architecture
    Two DDR3 SO-DIMMs (200-pin) sockets
    SO-DIMM type-PC3-10600 (DDR3-1333)
    Non-ECC memory only, unbuffered
    Supports 2 GB DDR3 SO-DIMMs
    Maximum memory only if using 2GB DDR3 DIMM modules.
    Supports up to 8 GB on 64-bit PCs
    Supports up to 4 GB* on 32-bit PCs
    Please try PC-10600 RAM
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • MSI GAMING 9 AC WI-FI MODULE NOT WORKING

    Hi,
    I have recently built my new system with the MSI gaming 9 ac motherboard and have now noticed as I have had to switch to a wireless connection that the wireless module isn't working. I have tried seeing if the module is installed right and it seems that it is as the screw hole aligns and feels secure. The driver CD for the wireless did not work so I had to install the drivers off the MSI website but still anything I have tried has come to no avail. Please help me!
    technical specifications:
    intel core i7 4770k
    MSI gaming 9 ac
    windows 8.1 64-bit

    I assume you're talking about X99 Gaming 9, just make sure your mobo is AC(Intel LAN) or ACK(Killer LAN).
    The link is for AC one, check if you're using this version 17.01.0000.1697:
    http://www.msi.com/support/mb/X99S-GAMING-9-AC.html#down-driver&Win8.1 64
    And check if Device Manager has any yellow exclamation mark, or try re-plug the AC adapter.

  • Adapter Module not working in Sender Communication Channel working in recie

    Hi
    I have written one adapter module. IF i give that Adapter Module in Sender Communication channel its not working. If i give that in Reciever Communication Channel its working. If i mention in both the channels then its working in sender communication channel also.But in only sender communication channel its not working in only reciever communication channel its working Can any one tell me why its happening
    Thanks & Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

    hi
    if its problem with my code why its working if i give the adapter module in both the communication channels?If i give in only sender communication channel the module is not invoking. its not showing any auditlogs.Can any one please help me
    OUTBOUND is for sender
    INBOUND is for reciever right.?
    the following code i have written
    public ModuleData process(
              ModuleContext moduleContext,
              ModuleData inputModuleData)
              throws ModuleException {
              String SIGNATURE =
                   "process(ModuleContext moduleContext, ModuleData inputModuleData)";
              Object obj = null;
              Message msg = null;
              String filename = null;
              AuditMessageKey amk = null;
              try {
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   System.out.println("&&&&&&&&&&&&&&&&&" + msg);
                   if (msg.getMessageDirection().equals(MessageDirection.OUTBOUND)){
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.OUTBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   }else{
                        File filename1 = new File("
    10.7.1.43
    XI
    source","text.txt");
                        filename1.createNewFile();
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.INBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   System.out.println("**************" + amk + "***********");
              } catch (Exception e) {
                   Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> GetHostName: Error Module called");
                   e.printStackTrace(System.err);
                   ModuleException me = new ModuleException(e);
                   throw me;
              // Read the channel ID, channel and the module configuration
              try {
                   Hashtable mp = (Hashtable)inputModuleData.getSupplementalData("module.parameters");
                   if(mp != null){
                        filename = (String)mp.get("FileName");
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,"Host >>>  Element Name is set to {0}"+filename );
                   }else{               
                        Audit.addAuditLogEntry(amk,AuditLogStatus.WARNING,"HostElementName parameter is not set. Default used: HostName.");
                        filename = "FileName";
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              try {
                   XMLPayload xmlpayload = msg.getDocument();
                   DocumentBuilderFactory factory;
                   factory = DocumentBuilderFactory.newInstance();
                   DocumentBuilder builder = factory.newDocumentBuilder();
                   Document document =
                        builder.parse((InputStream) xmlpayload.getInputStream());
                   Element rootNode = document.getDocumentElement();
                   if (rootNode != null) {
                        Element childElement = document.createElement("filename");
                        childElement.appendChild(document.createTextNode(filename));
                        rootNode.appendChild(childElement);
                   // Transforming the DOM object to Stream object.
                   TransformerFactory tfactory = TransformerFactory.newInstance();
                   Transformer transformer = tfactory.newTransformer();
                   Source src = new DOMSource(document);
                   ByteArrayOutputStream myBytes = new ByteArrayOutputStream();
                   Result dest = new StreamResult(myBytes);
                   transformer.transform(src, dest);
                   byte[] docContent = myBytes.toByteArray();
                   if (docContent != null) {
                        xmlpayload.setContent(docContent);
                        inputModuleData.setPrincipalData(msg);
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              return inputModuleData;
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

  • Sender Adapter Module Not Working

    Hi,
    I have changed an existing Sender Adapter Module code and deployed using SDM.
    It was working fine but after some days it is not working as designed. Say for an example, the number of pipes(|) in each record is one less than usual number of pipes. It does not say any error in module but in my java mapping raising GENERIC Exception.
    I had the same problem in Dev and now I am facing the same in QA.
    When I checked the standalone code it is working fine. Any reason for this anomalous behavior?
    Regards,
    Manikandan R

    Hi,
    Could you give us more details about : your coding, input sample when error is raised ?
    That'd help a lot
    Chris

  • Bridge CC Output Module not working for me

    I have installed the Output Module in Bridge CC (Which I can't believ was not included and that it is not an auto update as I thought was one of the big positives of this whole CC concept)  but while it opens and looks ok, when I try to create and save a pdf contact scheet, I get a message saying "The file or folder does not exist." and nothing is created or saved.  What gives?  This is a major feature of Bridge to me as I use it a lot.
    By the way, the web gallery does not work at all, either.

    Have you read through the help doc  http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

  • Develops Module not working

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

    Hello
    I have just loaded LR on Windows 8 and not able to get the Develops Module to work, the adjustmenst such as exposure slider does nothing.  the screen goes blank and can see the thumb nail takes adjustment.
    Are you able to help.
    Thanks Harry

  • Develop module not working since upgrade to 4.2

    I've installed the 4.2 upgrade and now the develop module doesn't work anymore. It was working fine on 4.1, 64bit version.
    I'm on Windows 7 Pro, with second generation i7 CPU, 16 gig Ram
    Please have look at this thread at Photoshop.com were I reported this problem with a lot of details already. So far no help provided.....and that's 4 days ago.
    I really need help with this as I cannot work my Photos until this is fixed...or at least a solution to remove system files that are not removed when un-installing, as they bring the problem to a previous version that was working just fine before upgrade to 4.2 ( un-installed 4.2 then re-install 4.1, then 4.1 now has the same problem I have with 4.2) What a mess.......

    Thank you both, as this was the lead I needed to follow.....
    The profile is the problem...yes,.... and no....
    I use X-rite Color Munki as my profiler, latest upgrade, 1.0.2.0
    Using the above info, I've switched from my profile to sRGB, to manufacturer profile and others in the list...result : mine has the problem and not any of the others.
    I've just spent 7 hours straight, un-installing, re-installing, LR 4.2, 4.1, Color Munki, deleting the content of the LR Preference file, re-profiling using "easy" and "advanced", trying all kinds of combinations and sequences of the above....
    My findings:
    1- In LR 4.1   Using my profile, and deleting the content of the " Preference" file before starting LR, everything works just fine. Then when you shut it down and re-open it, the problem is back. Using " Task manager", I force the shut down of the " Not responding" LR, go back to deleting the "preference file" content, and LR works again. This does not work with LR 4.2
    2- In LR 4.1   On the last re-calibration I've done, I tried again and it did not work. Went to change profile to my default manufacturer's one and as expected LR worked....but I noticed that the calibration profile change did not affect the monitor screen, and LR 4.1 works perfectly on multiple starts and closes.
    Here is the interesting part....: My Color Munki profile is still displayed on the monitor, ( I did not "Restart" or "Re-boot" ) and the selected profile is the manufacturer's in Control Panel's Color Management, and LR 4.1 works perfectly.Can it be that the profile itself, displayed on the monitor, is not really the problem?
    Is it possible the "Conflict" would be in "Windows Color Management"? or LR's color management protocols?.....
    I have not tried # 2 with LR 4.2 as I'm kind of chicken of going another round of hours at it.... Like the saying goes..." If it ain't brokin', don't fix it ".....
    So, for now, I'll cary on with 4.1 as I can at least continue working......hopefully, using the "Sleep mode", and not "Shut down", the set-up will maybe stay "as is", and if not, I now know how to fool it.....

  • Wifi module not working in ZTE Open

    Hi all.
    Bought this device ZTE Open! When I updated the firmware to v1.1 wi-fi module stopped working!
    Current firmware: OPEN_US_DEV_FFOS_V1.1.0B01
    =More information=
    OS version: 1.1.0.0
    Firmware revision: 01.01.00.019.215
    Hardware revision revision: P752D04B02
    Platform version: 18.1
    =Git commit info=
    2013-12-04

    '''UPD: '''
    Wi-fi access point see, connected.
    But no packets, internet does not work.

  • "Writer" Module not working in web service mode

    Hi,
    I designed a experiment to do a prediction work and automatically write the result to AzureSqlServer.
    I published  a web service from the experiment to trigger the prediction procedure, it worked very well until February. But from then on, the database had never received any data from the module triggered by web service though the web service always
    run successfully.However, when I directly run the experiment, the writer works again.
    I noticed the experiment dashboard has a new function that can switch between experiment view and web service view. In web service view, all the modules that the “web service output” module not depend on turn grey, including the "writer".  
    Is that the reason?

    When you called the web service from the test dialogue, did it work? If you get any error, please paste it here.
    Also, please take a look at the example in
    this doc which also uses a writer. Note that if you have a writer writing the results to a destination, you typically don't need a web service output. See the below images, 1 with Web service output, another with a Writer. The writer needs to
    be configured.

  • Rewrite module not working in iis 8

    Hi All,
    I have a SharePoint site hosted in ports 1122 and I have configured alternate access mapping to "http://batman".
    Now, I want if some body types "http://batman" then it should get redirected to some other site. For this I am using URL Rewrite module. My rule is 
    <rule name="Redirect Batman" stopProcessing="true">
              <match url="(.*)" />
                  <conditions>
                         <add input="{HTTP_HOST}" negate="true" pattern="^http://batman$" />
                  </conditions>
                      <action type="Redirect" url="http://sedwdevrtm:11731/{R:1}" redirectType="Permanent" />
       </rule>
    which is not working at all. Please suggest something.

    Hello Alok,
    Can you check if it is related to the rule? You can do this by creating a simple redirect rule without a condition and see if that's working.
    Otherwise I would also try posting your question in the IIS forums, like suggested in this thread:
    http://social.technet.microsoft.com/Forums/office/en-US/bbbe4bae-0f72-4c28-8aa8-27e5585e3062/sharepoint-ignoring-iis-8-rewrite-rule
    - Dennis | Netherlands | Blog |
    Twitter

  • Function Module not working through VC

    Hi Experts
    I am facing one strange issue while working on VC model with function module as data service.
    This FM is to writes data to bcak end BI master data table which is working fine through BI. When i pass the values through VC, New values are not reflecting in BI table. I tried passing values through form / table but still its not working. Also we have system generated message which show success / failure of FM & the changed values as output after execution of FM. Which i am getting success message every time i pass values.
    Currently i am working on VC 7.01 & SP6 with Flash compiler.
    Please guide me if you have face this issue.
    Thanks
    Sandeep

    Hi Sandeep,
    Try to put a breakpoint in your FM and check whether you are sending correct values and the values saving or not.
    Thanks,
    Pradeep

Maybe you are looking for