EJB module for a 3rd party adapter not getting called

Hello All,
I have written and adapter module EJB code and calling it from Sender 3rd party Ariba cXML adapter.
This EJB is successfully build and deployed on the server but after I added it in channel in ID....the cXML channel stopped picking up the messages. When I removed the config from the channel, it started working again.
I think its a known bug in Ariba adapter that the audit logs can not be seen in RWB so it has made it more dificult for me to trouble shoot.
How can i check if the adapter was called at all and what went wrong ?
Is there a different way of adding custom modules in 3rd part adapters ?
Please help.

Hi Ranjeeth,
Even I had same issue...after lot of debugginh realise path specified in CC for calling adapter module was incorrect...please check if you are pointing to correct location where you have deployed your module...
Check this doc here:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01e29d75a6a
According to it, if you properly configure the ejb-j2ee-engine.xml file, then you'd call your module using "localejbs/<JNDIName>".
Hope this will help.
Nilesh

Similar Messages

  • ACE for CRM 2007-AFO method not getting called!

    Hi Experts,
    I am trying to implement ACE for CRM 2007.The only issue/concern is the Actor From Object(AFO) method is not being called even once.
    I was assuming that every method is called at the time of right's activation.
    I placed breakpoints in all the 5 methods, but only method Actor from User(AFU) and Object by Filter(OBF) were being called.
    Can anybody suggest at what point the method-Get Actors From Objects is called?
    Thanks and Regards,
    Rohit

    Hi Rohit,
    the method Actors-For-Object isnt used any more by SAP. Always use method Actors-For-Objects.
    This method should be called, when objects pass the method "object_by_filter" (runtime --> check_object..., activation --> get_object..).
    Perhaps there are no objects passing your OBF-methods? Can you check the output of your method?
    Regards,
    Mario

  • EXIT_SAPLV01Z_013 for Batch master Update is not getting called for MSC1n

    Hello,
    I am facing the same issue I want to update a date 6 field while the user create a Batch thurogh MSC1n.
    I am using the EXIT_SAPLV01Z_013 to update the same.
    But This Exit is not called as there is a condition which fails while this exit is called thru FM VB_CREATE_BATCH.
    the field NO_CFC_CALLS is set to "X" in Include LCHRGF02.
    CALL FUNCTION 'VB_CREATE_BATCH'
    EXPORTING
    ymcha = akt_mchx
    new_lgort = dfbatch-lgort
    bypass_lock = 'X'
    kzcla = ' '
    xkcfc = ' '
    no_check_of_qm_char = 'X'
    no_change_document = ' '
    check_external = space
    check_customer = space
    no_cfc_calls = 'X'.
    Can you please help how do we resolve this issue i am using SAP 4.7.
    Thanks
    Solanki Ritesh

    hello
    Any suggestion do we have any OSS note for the same???
    thanks
    Solanki Ritesh

  • 3rd Party adapter on different JVM

    Dear Experts,
    We want to buy a 3rd party adapter for SFTP as that is not supported in standard SAP PI, we are on SAP PI7.0. Can we install the 3rd party adapter on a separate JVM and use it in ID?
    The adapters we are considering are Advantco & Aedaptive.

    Hi Uday,
    We have used Advantco SFTP adapter without any issues. We have deployed it in PI and it work fine.
    Thanks,
    Siva Kumar

  • MacBook Pro 3rd Party App not loading just 'flashes' 10.8.5

    Hi
    Could really use some help here, been using this forum for around 6 years and have managed to solve all my Mac problems through it which has been great, but I have an issue I really can't figure out.
    Replaced my HD with an SSD using Carbon Copy Cloner and everything has worked perfectly apart from one really annoying problem.
    If I unzip a 3rd party App (not .dmg these work ok) for a piece of music software (as that is all I use this Mac for) it just 'flashes' for a second and stops - where as normally it will ask for Password to make changes and install it.
    If I use Console to inspect the error I get this…
    com.apple.launched.peruser.501:([0x0-044044].com.native-instruments.kExecutableN ame[318]) Job failed to exec(3) for weird reason: 13
    Dock: no information back from LS about running process
    This is what I have tried.
    1. Security and Privacy Settings are set to allow non Apple Apps.
    2. I have repaired Permissions in Disc Utility and from Terminal in Recovery HD via resetpassword command.
    3. I have opened the app for the Get Info part and I have Read/Write permission on it.
    4. I booted in Safe Mode, still the same.
    5. I created a new Admin user on my Mac and tried to open the same App after unzipping and it immediately asks for the prompt to enter password to make changes. (so the download/unzip process is ok).
    So, I guess it really must have something to do with my permissions somehow (or not!). As this is the only thing that does not work I feel I have narrowed it down but just can't fix it.
    Any help/advice will be much appreciated.

    Ok
    I have fixed this. May be of help to others at some point.
    I have been using Zipeg for .zip folders for about 4 years and never had an issue, I saw on a non related post about .zip files and how they can become corrupted during de-compression.
    Anyway, I deleted zipeg and re-installed it, still the same, after that I read a post about OSX built in Archive Utility, it wasn't in my Utility folder so another post gave the path. I had no idea it even existed.
    System / Library / Core Services - Archive Utility.
    Using this all is working perfectly again.

  • Is it possible for a 3rd party program to create a list item in sharepoint online 2013?

    I have limited experience with the online version of sp. I've been asked if it's possible for a 3rd party app that our company is beginning to use, to programmatically add items to a list.    I don't have any details about the program yet,
    but I've been told that a batch would run at night and they would like it to create items in a SP list and pass along several fields of metadata.   
    Is this possible in the online version?   I know that Power Shell can do this, but is it possible for an app to get access to run a PS command?   
    thanks,

    Yes.
    There is something known as the Client Side (?) Object Model or CSOM. This allows you to create list items, lists and even sites with .Net code from a non server machine.
    You could run 'classic' Server Object Model  C#/VB.NET or PowerShell to do the same job and it might be easier as there's alot more material out there on how to do it. On the other hand it's probably going to make your solution more complicated and
    harder to maintain over the long run.
    This article introduces you to the CSOM and how to use it and is applicable to O365 as well as on-premise:
    http://msdn.microsoft.com/en-us/library/office/fp179912%28v=office.15%29.aspx
    As an alternative you can look at the REST API which allows you to use web services to interact with SharePoint.
    http://msdn.microsoft.com/en-us/library/office/fp179912%28v=office.15%29.aspx

  • 3rd Party Software Not Seeing That Adobe Reader XI Is Installed.

    I have a few pieces of (custom) software that with previous versions of Adobe Reader (7, 8, 9, and X), would open Adobe Reader automatically when selecting to open a PDF from within the software.
    When the pc's were updated to Reader XI, the software no longer sees that Reader is installed, therefore will not open the PDF files as it should.
    I have since rolled the pc's back to Reader X and the software works, but I would like to get XI working due to some needed features in XI.
    Is there something within the Adobe Reader XI install that is different, or in  different location from previous versions? (i.e. different registry key locations, some Reader files installed to different locations, etc?)
    If anyone knows something that did change, I may be able to work with the 3rd party developers and get this resolved.
    Please let me know.
    Thank you.

    Hello,
    I just solved this problem on my computer.
    Windows 7 comes with only one "Voice" installed. "Microsoft Anna - English (United States)" I'm not sure what you get if your in another country.
    You can test your "Voice/Voices" by running Microsoft Narrator. Click [Start] button and type "Narrator" in the [search programs and files] box. Press [Enter]. Your computer should begin talking. Click [Voice Settings] button to see a list of installed voices. Take note of the voices listed. "Mine has just the one."
    Adobe Reader must have a voice selected that you have installed. To verify your settings Run Adobe Reader. From the top menu click [Edit] then click [Preferences] at the bottom of the list. In the Preferences window click [Reading] from the left hand list. Find "Read Out Loud Options" Un-check [Use default voice] Choose a voice from the drop down menu that you have verified is installed on your computer. Click [OK]
    My Adobe Reader had 4 voices listed to choose from. I found this curious because I only have one voice.
    Hope that helps.

  • I'm trying to re-install an earlier version of a third party app I bought from App Store, version is not available anymore. The problem, 3rd party does not recognize my purchase ID, since I got it from App Store.

    I'm trying to re-install an earlier version of a third party app I bought from App Store, version is not available anymore. The problem, 3rd party does not recognize my purchase ID, since I got it from App Store. My Mac Air Book is limited to update up to OS 10.6.8, unaware of updating the new version of Mac Cleanse I bought from App Store, this new version does not support my OS 10.6. How can the App Store provide me with an earlier version of Mc Cleanse?
    Thanks,
    jerson

    It can't. That app is now lost to you.

  • Quick look 3rd party plugins not working

    The 3rd party plugins not working. Illustrator, Folder view, and quark are the three I use. They worked nice in 10.5.x Tried /Library/quicklook/ tried /user/library/quicklook/ even forced into system/library/quicklook/
    Anybody else use these or any other 3rd party plugin?

    I can confirm that Folder View plugin no longer works. the developer discusses it here
    http://www.flickr.com/photos/t_trace/2060171212/
    but I can't understand if they figured out how to fix it or not.

  • Use This Thread for All 3rd Party Extension Questions (Migrating from v3-v4)

    This thread is for the 3rd Party Extension developers as they update their extensions to be compatible with the new framework in SQL Developer v4.0.
    To get started with the process, consult this post from the JDeveloper team. If you have questions, post them here.

    What is the correct way to deploy migrated extension on local installation of SQL Developer 4 for testing?
    Could such operation be automated with help of JDeveloper 12c?

  • My apple ID has stolen i asked for rest but i could not get email rest on my email.

    my apple ID has stolen i asked for rest but i could not get email rest on my email.
    <Email Edited by Host>

    The Best Alternatives for Security Questions and Rescue Mail
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contact Apple support.
        c. Rescue email address and how to reset Apple ID security questions.

  • Bookmark method for a page is not getting called

    Hi,
    I am developing a simple ADF application which contains two jspx pages, in JDEVELOPER 11g (build JDEVADF_MAIN_GENERIC_080910.1420.5124).
    I have a commandLink in Page1 which takes me to the Page2.I have a bookmark method for Page2, which gets called when I load the page.
    When I access the Page2 directly,the corresponding bookmark method is getting called.But when I navigates it through commandLink provided in Page1,the bookmark method is not getting called.
    Page1.jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document maximized="true">
    <af:form>
    <af:commandLink text="Go to Page2" action="page2" />
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Page2.jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:bib="http://xmlns.oracle.com/dss/adf/faces">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document maximized="true">
    <af:form>
    <af:outputText value="This is Page2"/>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    adfc-config.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <view id="page1">
    <page>/page1.jspx</page>
    </view>
    <view id="page2">
    <page>/page2.jspx</page>
    <bookmark>
    <method>#{mBean.bookMarkMethod}</method>
    </bookmark>
    </view>
    <control-flow-rule>
    <from-activity-id>page1</from-activity-id>
    <control-flow-case>
    <from-outcome>page2</from-outcome>
    <to-activity-id>page2</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <managed-bean>
    <managed-bean-name>mBean</managed-bean-name>
    <managed-bean-class>view.ManagedBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    </adfc-config>
    ManagedBean.java:
    public class ManagedBean {
    public ManagedBean() {
    super();
    public void bookMarkMethod() {
    System.out.println("Inside bookmark method");
    Please look into this...........

    Hi Frank,
    I need to provide the af:commandLink inside af:table component and the values which I pass to page2 depends on the row I select at runtime.
    so,I am trying to use ad:setActionListener inside af:commandLink.
    If I use FacesContext.getCurrentInstance.getExternalContext.redirect() inside the actionListener of af:commandLink, I need to extract all the required values in the actionListener.
    Isn't there any way so that, I can pass the values using af:setActionListener inside af:commandLink and a method ( which will initialise the managed bean) will be called when page2 loads ???
    Regards,
    Lokesh.

  • Getter & Setter Method not getting called for a field enhanced through AET

    Hello,
    I am new to SAP CRM 7.0 and working on a requirement.
    A Z-field was added by our functional guy in CRM 7.0 WebGui through AET in the 'Create Opportunity' transaction (Header data).
    Now the requirement is, as soon as the opportunity is created through the WebGui, I should post a document in R/3 and paste that document number back to the enhanced Z-field in opportunity.
    Work done by me:
    I pressed F2 on the enhanced Z-field in the WebGui screen and took the details of view, component name etc. After this I went to normal SAP CRM system and open tcode "BSP_WD_CMPWB", located the corresponding view "BT111H_OPPT/Details" and right clicked & enhanced the same.
    Then I opened the structure of this view, expanded context node, located context "BTOPPORTH" and inside this, located my Z-attribute. Now right clicked on the Z-attribute & selected the option "Generate SETTER & GETTER Methods" and these were generated successfully.
    Problem:
    The problem is even after putting external break points in these methods, these methods are not getting called while creating, modifying & displaying the Opportunity in WebGui.
    I hope that for the requirements that I have, I have to do the coding in "Getter & Setter" methods. But since these are not getting called, I am unable to proceed.
    Please help/suggest how to achieve this.
    Thanks in anticipation.
    Best Regards,
    Rahul Malani

    Hi,
    If you can see the field in UI and still get_ method is not being triggered then try to regenerate these methods. If it still doesn't work then please look for SAP notes or raise an OSS.
    There should be some note for the issue you faced.
    please refer:
    Help Needed immediately - AET getter setter methods not getting triggered
    Regards,
    BJ

  • How to ensure for material POs, TDS does not get deducted.

    Dear Seniors,
    Single vendor is supplying material and doing some service also.  How do we ensure that for material POs, TDS does not get deducted.
    Regards
    KVKR

    Hi kkvr,
    As i see your requirement is to execute MRRL alongwith the performing a proper TDS deduction and also using single vendor.
    There is no Standard SAP solution for this, as a workaround you will have two options for doing the same
    Option 1 : Create a different vendor code then you can run mrrl for the vendor code one for service and another for material
    The demerits of this solution is duplication of vendor code, which results in not having proper information for the SCM personnel for the purpose of vendor evaluation and vendor reconcilation
    Option2:
    you need to enahce the Purchase order at line item level with the a custom fields for the WHT tax code to be selected at the time of PO creation. For this you need to do a screen enahcement in PO and also at the time of providing the popup for selection it should only dipslay the wht codes available in the vendor master so that proper control on the tax code selection will happen.
    The practical issues here is the po creation person should have the knowledge of the tds code which you need to see whether it is possible or not or you can also suggest that finance controller should be part of po release startegy to check these po's to ensure the correct tds code populated.
    Further to this you need to also perform additional enahcement changes for the selected tds codes in the po it should be replaced at the time of mrrl transaction making other tds tax codes base as 0 or removal of tds codes not applicable in the exit.
    This exit with the help of the abaper you will be able to find hte standard enhacements available for mrrl and code the same over there so that at the time of posting this will happen.
    Further, to this while writing the logic you can also further stream line it as for material po's the tds not to be deducted at all so that user input for the material po's can be avoided and it is required only for service po's this disticntion you can do with the item category.
    With this you can perform the enahncement with a minimal changement to achieve your purpose.
    Do let me know if you have any quereies,
    Regards,
    Bharathi

  • HT1349 after installing iso 5.1 verision for my iphone 4 its not getting activated

    after installing iso 5.1 version for my iphone 4 its not getting activated

    iOS 5.1 is currently in beta and its a developer only release. Discussing more details to this isn't really permitted on the public forums.

Maybe you are looking for