How do i know whether my adapter module is working or not?

Hi
I have written one Adapter Module and i have given that module in Communcation Channel.
1.How do i know whether my module is working or not.
2.How do i atleast my adpater module is calling or not?
Please help me its very urgent
Best Regards
Ravi Shankar B

Hi Ravi Shankar,
Since u had written the module, u must have deployed the module on the adapter engine. Now follow this procedure:
1. Set the breakpoint on the "process" method of ur java code.
2. Put ur code into Debugging mode.
3. Place the file again and try running ur scenario
If the executuin stops at the method "process", then this means that ur module is getting called and there is some error in ur code.
If the execution is not stopped there, then that means ur module is not visible to XI adapter engine. So either it is not properly deployed or there is some problem while developing it.
Regards,
Prateek

Similar Messages

  • How can I know whether a portlet instance in hidden or not ?!

    I need to know - programatically at run time - if a specific portlet instance is hidden or not for the current portal user.
    I need to create a portlet that shows to the user what portlets he had hidden (by customization) and what portlets are not hidden.
    Is the a Java API (JPDK) or a PLSQL API that determines whether the portlet instance is hidden or not for the current user??
    Please reply soon.... this is urgent.
    Thanks.

    You can retrieve this information from both Java and PL/SQL portlets.
    Java: oracle.portal.provider.v2.render.RenderContext class - isCollapsed() method
    PL/SQL: wwpro_api_provider.portlet_runtime_record.is_collapsed

  • I recently upgraded from Firefox 3.6.5 to Firefox 4.0.1 and status updates after pressing "Sync Now" which tell you that data sync is in progress or has finished, have STOPPED appearing. How do I know whether my data has been synced or not?

    More specifically even when I click Tools->Sync Now nothing happens. Also when I do a "Reset Sync" via Tools->Options->Firefox Sync, nothing happens. Meaning no progress bar appears indicating that data is being synced or has been synced, as it used to happen in earlier versions of Firefox. Is there a way to know after pressing Sync Now that my data has been synced?

    There is no visual representation to show that it has worked or is in progress, but if it fails you get a bar appearing at the bottom of the screen telling you that the sync failed.
    If you add the Firefox Sync toolbar button to the toolbar, hovering the mouse over the button will give a tooltip showing the last date/time of the last successful sync. For details of how to add the button see https://support.mozilla.com/kb/how-do-i-customize-toolbars

  • How do I know whether my phone is unlocked or not?

    Hello
    I am in Thailand trying to activate my iphone 4S with Thailand SIM card.
    but the phone message says below.
    This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked.
    so my question is how do I know whether my phone is unlocked one or not, before I go and try get new SIM card.
    Thank you very much. Your reply will be very much appreciated.

    If your phone will not work with another sim card, then it is likely to be locked to the original carrier.
    The only way to get your phone unlocked is to contact that phone company/carrier that the phone is locked to and hope that they offer unlocking.  Apple cannot unlock a phone for you, only the phone company that your phone is locked to can do that.  Some offer unlocking and some don't, so if the phone company does not offer unlocking, then you are out of luck and you'll either have to buy a new phone or use a sim card of the comapny - take out a contract with the compnay that the phone is locked to.
    Anyway - contact Apple to see whether your phone is locked conclusively and if you talk to them they can tell you what they need.

  • Bid Invitation - How do I know whether Bid Invitation is created from PR

    Dear Gurus,
    I am trying to implement a BBP_DOC_CHANGE_BADI and the method is BID_CHANGE. How do I know whether Bid Invitation is created based on PR (Shopping Cart) when I am implementing the above said BADI? Any help would be appreciated.
    Thanks,
    GSM

    Hi,
    Try to use BBP_PD_BID_GETDETAIL function module.
    Check E_HEADER_REL-OBJECT_A = 'BUS2121'. If the field value exists, then the bid document is from shopping cart.
    Regards,
    Kezia

  • How to know whether balance carry forward has happened or not

    How to know , whether balance carry forward has happened or not for a perticular GL account or for the company code as a whole?

    If the account is a balance sheet account, you can merely look at the beginning balance for the same balance sheet account for the beginning of the next fiscal year FS10N. The beginning balance will equal the previous year's ending balance. Since this does not happen automatically, you will know that carry forward has not been done if a balance sheet account has no beginning balance in the following fiscal year.
    If you are talking about For P&L GL accounts, you can check the acvitity in the retained earnings accounts to make sure that they have been updated for the P&L activity. You can identify the retained earnings account by looking at the master data for the account in the section "P&L statmt acct type" and pulling up the menu to see the actual retained earnings account number.
    You can perform carry foward (GVTR) as many times as you want but normally once it has been ran, any postings to a  previous fiscal year are automatically carried forward to the current year after that initial run.

  • Hi anybody there who can help me ha..? My phone 5s was stolen 1 month ago..Find my phone is no a big deal, How can i know whether my phone is in use??

    Hi anybody there who can help me ha..? My phone 5s was stolen 1 month ago..Find my phone is no a big deal bcz it seems to be wiped out all data including settings. it might be in use somewhere turning new fresh Gadget.  How can i know whether my phone is in use??

    You would know for a fact if the device is in use, but if you go back to the find my iPhone app in iCloud.com, you can either select to erase it, or place it in lost mode, in which case, once the device makes a connection to the internet, it will automatically go into that mode.

  • How can I know whether the Servlet is sending a response!!!

    Hello,
    My question is this :
    How do I know whether that server outputstream is sending me a response or not?
    I have opened the Client InputStream to recieve a response from a servlet,but how
    can i be sure that i will receive a response from the servlet?
    I cud be waiting for an 15 expecting a response but havent received one..
    Is there any way to check whether the servlet is sending me a response?
    The reason I am asking is this.
    I have written a Java Client that connects to a servlet.It has to wait for a
    response from the servlet.It will wait for 5 seconds and if this doesnt recieve
    a response,it will return back else it will display the response.
    I have set a timer on my client for 5 seconds and a timer on the servlet for 15 seconds.
    Essentially,when the client connects,the servlet response is held for 15 seconds
    and the client tries for 5 seconds.
    But the client is unable to exit without a response.The response comes back in 15 seconds.
    The client shud have the message 'Connection Timed Out' after 5 seconds.
    This means there is an error somewhere.
    As the response takes 15 seconds,the client shudnt recieve one.
    So,is there a way I can block the servlet response?
    I am using threads and Inner classes for the timer purposes..
    Please can any one help me?
    ajay
    Client code:
    public class HttpHandler {
    private static String sURL="localhost";
    static String sMessage="Hello Server..Client sending Data";
    static DataInputStream dis = null;
    static HttpURLConnection hpCon=null;
    public static void main(String[] args)
    sendData(sMessage);
    public void TimerTest() {
    NewThread nt = new NewThread();
    public static void sendData(String sMess)
    String response=null;
    try{
    // Invoke Timer
    new HttpHandler.TimerTest();
    URL url=null;
    String uri = "http://" + sURL + ":8080/servlet/threads.Recieve_Http_Data1";
    url = new URL(uri);
    hpCon=null;
    hpCon = (HttpURLConnection)url.openConnection();
    hpCon.setDoOutput(true);
    hpCon.setDoInput(true);
    // Transfer Data over http
    DataOutputStream dos = new DataOutputStream(hpCon.getOutputStream());
    dos.writeUTF(sMess);
    }catch(IOException e)
    {System.out.println("Error in Client " + e); e.printStackTrace();}
    } // End of Method sendData
    // Inner Class
    class NewThread extends Thread
    String response;
    int i=0;
    NewThread()
    start();
    public void run()
    try {
    while(i < 5)
    System.out.println(i);
    Thread.sleep(1000);
    try {
    dis = new DataInputStream(hpCon.getInputStream());
    response = dis.readUTF();
    // If response recieved, break off else Loop back.
    if(dis !=null)
    System.out.println("SERVER RESPONSE : " + response);
    dis.close();
    break;
    }catch(IOException e){System.out.println("Here : " + e);}
    i++;
    } // End of While.
    }catch(InterruptedException e){}
    The Servlet
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.io.*;
    import java.sql.*;
    import java.math.*;
    public class Recieve_Http_Data1 extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html";
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException
    doPost(request,response);
    public void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException
    System.out.println("Server Ready to receive Message from application :");
    System.out.println();
    BufferedReader br=null;
    // Data Read by the Servlet
    String sMess="";
    DataInputStream dis = new DataInputStream(request.getInputStream());
    sMess = dis.readUTF();
    System.out.println("Received from Client: " + sMess);
    // Send response back after 15 seconds Only.
    try {
    for(int i=0;i<15;i++)
    System.out.println(i);
    DataOutputStream dos = new DataOutputStream(response.getOutputStream());
    String sResponse = "Hello Client...This is server sending response";
    dos.writeUTF(sResponse);
    Thread.sleep(1000);
    }catch(InterruptedException e){}

    I don't know whether you solve your problem or not! Anyway, I have the same problem. The program hangs when getInputStream is called.
    DataInputStream dis = new DataInputStream(request.getInputStream());
    If you have the answer, please let me know. Thanks!!

  • How do you know whether to choose windows or windows 7 64 bit cd for installation

    How do you know whether to install the windows or the windows 7 64bit pretrial cd for photoshop elements 10

    Do you know which version of Windows 7 you have?  Is it Windows 7 64-bit or 32-bit?  One way you can discover this is to right click on Computer and select properties.  Look under the heading of System type.

  • I currently run the Design and Web Premium CS6 on a first generation MacBook Air and want to buy a new MacBook Pro. How do I know whether I can install my Adobe programs onto the new computer? Because I know there is some kind of limit.

    I currently run the Design and Web Premium CS6 on a first generation MacBook Air and want to buy a new MacBook Pro. How do I know whether I can install my Adobe programs onto the new computer? Because I know there is some kind of limit.
    Also, I had to install the software twice on my same computer before because I had to reboot the computer. I don't know if this affects the limit.

    You are allowed to have two activated installations so there should not be a problem having working installations on the two machines.  If by chance you have somehow tied up two activations for the one machine you can have Adobe support help resolve that thru chat.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • I have a 2009 13"MacBook pro running on OS X 10.6.8.  How do I know whether this is leopard or mountain? What would you advise that I use as I need to be running OS X 10.7?  All help appreciated.  Thank you.

    I have a 2009 13"MacBook pro running on OS X 10.6.8. 
    How do I know whether this is leopard or mountain?
    What would you advise that I use as I need to be running OS X 10.7? 
    Also can you advise how I upgrade please?
    All help appreciated.  Thank you.

    Thank you for your response Niel.
    I do run Microsoft Office 2011 - will Snow Leopard support this?
    Finally why snow leopard and not mountain lion?

  • How do I know whether my DV video camera is FW400 or 800 ?

    Previously, I tested my Panasonic DV video camera with the old iMac. It cannot capture & doesn't work on USB. But it worked on Firewire. But I cannot remember whether it was FW400 or 800 as it has both. I decided not to buy then bcos I was told a new iMac or possible a MacMini is coming out soon. So I wait.
    But now that it has been refreshed, I was told that it comes only in FW800. How do I know whether my DV video camera is FW400 or 800 ?
    Thanks

    Pretty much anything you need to know about Firewire - including the plug and connector types can be found at http://en.wikipedia.org/wiki/FireWire
    However, if you post the exact model number of your camcorder, chances are we'll be able to tell you for sure what it has!

  • HT1937 How do i know whether my iphone is locked to which carrier?

    How do i know whether my iphone is locked to which carrier?

    https://discussions.apple.com/message/22152723#22152723
    https://discussions.apple.com/message/21803344#21803344
    https://discussions.apple.com/thread/4477482
    more
    https://www.google.dk/search?q=af+hver+slags&oq=af+hver+slags&aqs=chrome..69i57j 0.528j0j7&sourceid=chrome&es_sm=93&ie=UTF-8#q=how+do+one+know+if+an+iphone+is+un locked

  • How do I know whether the USB port in my macbook air is 2.0 or 3.0?

    How do I know whether the USB port in my macbook air is 2.0 or 3.0? I really want to use a usb flash drive that has faster read/write speed but I don't kow if it would be supported by my macbook air - I purchased the macbook air from the apple store on autumn 2011, 1.7Ghz Intel Core i5

    Eddy ~ The free Mactracker app shows USB info and much more:

  • How do we know whether the materials maintaine any sales org?

    Hi All, as an ABAPer, how do we know whether the materials maintaine any sales org?

    Hi,
    1.Go to the Table MVKE (Sales Data for Material)
    2.This relates the material with sales organization & distribution.
    3.Give the sales Organization and u will find all the material that correspondance to the sales org.
    Regards,
    Jagadish

Maybe you are looking for

  • Undeletable e-mail in Mail - the latest! How can I get rid of it?

    Following my recent posts about an undeletable e-mail received as undeliverable mail (I never sent it in the first place so it's obviously coming from a virused address book) I now have 13 copies of an identical e-mail which won't go away. My Mac say

  • Error message when trying to create a new account (was: Hi, need help)

    Hi, I need your help, I have come across a problem, I want to create a new account, but the problem is with the server Developer Toolbox concern, but we are not in memory

  • ITunes Store Error Just for One Search

    Hello-- I am trying to buy a tune called, "In the Dark" by Billy Squire. When I try to search for "in the dark" within the store I get an unknown error. Everything else works. I tried from home and work--same thing. Did network dx and no problems. I

  • Setup server and client

    I am new in Oracle, so have some question to ask. How to set up server and client Oracle in same pc? Can suggest any document? which version of Oracle will be recommend? I using VB as a front-end.

  • HELP needed in working with established InDesign catalog

    I have just inherited the job of up keep and editing of our catalog. The entire catalog is on InDesign cs5. I have never worked with any InDesign programs. It looks to me like the entire thing was done in individual text boxes, I am at a loss as to w