Why i get different Adapter type in my alert

HI,
I've configured an alert for XML validation at Adapter engine level in PI 7.1. My scenario is Soap to JDBC.
When i seen my Alert in my inbox, the Adapter type i got it as : XIAdapter and it is supposed to SOAP Adapter.
Can you guys have any guess....?
Thanks
Prabhakar

any guess?

Similar Messages

  • Different adapter types in scenario

    Hi,
    Isn't is possible to have different adapter types in one scenario? I have scenario where sender file is splitted to 4 different files. 3 for Idoc adapter and 1 for RFC. Now I'm getting error message " At least two of the sub-messages are for different adapter engine types."

    >
    Udo Martens wrote:
    > Hi,
    >
    > i suppose you try to split without BPM, right? This is not supported for non Java adapters like IDoc. In that case you have to use BPM. A scenario is without any functionality. It is just to order your IB Directory objects. You can put there everything or nothing.
    >
    > Regards,
    > Udo
    Thanks for the information. The scenario was without BPM, so I'll convert it to use BPM and then it should be working.
    br,
    Tapio

  • How can i get different Condition Type for third-party Purchase Order?

    Hi, experts,
    for standard PO my Schema works well. now I want to get a different condition type for third-party purchase order. I try to extend field catalog (Pricing Purchasing). The Field PSTYP exists already. However, it is not provided in the field catalog.
    How could i do?
    Thanks
    Rene

    Hi Rene,
      If you are seeing fields in the field catalog but are not seeing this field when creating the condition table then the field  probably does not exist in the KOMG structure for allowed fields for condition structures. KOMG  represents the total of KOMK and KOMP which are the pricing communication structures. If your field is not there then you need to append it to item data in INCLUDE KOMPAZ in KOMP since this is an item level field. If it were a header level field you would append it to include KOMKAZ in KOMK.  The inclusion of new fields in KOMK or KOMP automatically means that they are also included in KOMG.
    After doing this you will see the field when creating a table. There is further documentation on this process in the IMG under SPRO-> Materials Management-> Purchasing-> Conditions-> Define Price determination Process -> System Enhancements  - View the documentation associated to this node in the IMG
    Hope this helps,
    Matt

  • Why i get different value when subtractin​g two elements of different arrays then the actual value in a timed loop

    Hi Everyone
    I have a probem in substracting the two elements of two different  1-D arrays. The problem is, I am taking out data from a CCD camera which gives me data in form of 2-D array. So i select 1-D array out of it. Now this CCD output is in a timed loop, hence i am getting data in each loop. I select a perticular array output of the CCD and this is then passed to shift register and in all the loops later on, one of the element of the output array of the CCD is substracted from the same indexed element of the selected array. For reference i have pasted the snap shot of the block diagram. In this snap shot you see three probes. The value at the prob 1 is 232, at probe 2 is 255 and at 3 is 4294967273, where as actually i sould have a value of -23 since i am substacting prob 1 and probe 2 values. Since the value of probe 2 will always remain at 255 as i have fixed it by choosing an array form CCD and i checked the value of probe 1 which never goes above 255 so why do i get this false value here.
    Can you please help me in problem.
    Regards
    Chauhan
    Attachments:
    clip_image0011.gif ‏15 KB

    Your data is U32 (unsigned integer) which does not have negative values. According to unsigned integer math, "negative" results will wrap.
    You need to work in a datatype that is appropriate for what you want to do. How many significant bits do you have in the raw data?
    Message Edited by altenbach on 03-17-2008 11:15 AM
    LabVIEW Champion . Do more with less code and in less time .

  • Does anybody know why i get different dates on my text messages and other apps?

    example sep 23, 2555 at 9:23 pm stamp on my iMessages. When I read email sync with gmail, or even articles it says "2555 " as the year.

        Hi PLEBITA.
    It must be difficult being so far away from  your husband, even more so when there is very little communication! Let's see what's going on. What phone do you have? Does he have a VZW phone and plan? When did you start getting these errors? Has he moved to a different city/ state in Mexico? What dialing pattern are you using? Does he have a Mexico plan that is possibly exceeded for this bill cycle? While in the U.S., (from your phone), please try dialing *228 [send], option 1 to re-program your phone. Also, if possible, please try deleting your thread of messages with him, and then restart your phone. He can try deleting his thread of messages and restarting his phone too.  Also- you can select the following link to make sure you're both using the correct dialing pattern. http://bit.ly/MDSZPK
    I hope this information is helpful.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • Determine the adapter type in adapter module

    Hi All,
    How can I determine with in a adapter module (custom developed) which adapter type the message is currently being processed? I was planning to use the method Message.getProtocol() and according to the documentation this returns
    "Returns the protocol of this message (i.e. message format)"
    The result of this method is always "XI".
    I want to have a generic module for file and soap adapters. With in the module, I want to perform a different set of operations depending on the adapter type.
    Any inputs are highly appreciated.
    Thanks
    Jai

    Thanks Stefan. I am able to get the adapter type now.
    I am using
                  CPAFactory factory = CPAFactory.getInstance();
                  CPALookupManager lookup = factory.getLookupManager();
                  String strChannelId = moduleContext.getChannelID();
                        Channel channel = (Channel) lookup.getCPAObject(CPAObjectType.CHANNEL, strChannelId);
                        adapterType = channel.getAdapterType();
    Regards
    Jai

  • SAP PI 7.0 - Integration Directory No Adapter Types

    Hello,
    I have recently installed ECC 6.0 with usage type PI. I am trying to create a simple scenario in PI, but when i go to the Integration Directory to create a communication channel i do not get any Adapter Types, clicking on the input help shows no objects found for the adapter metadata.
    Any help would be appreciated.
    Leandro Fonseca

    Hi,
       There is no Precofiguration step available in PI 70 but it is available in PI 71.
    Manual Loading
    You will obtain SAP BASIS 70 tpz (XI Content) in SAP Service Market place.
    service Maket place->SAP Patches -> Entry by Application component -> SAP Content -> ESR(XI Content) -> SAP BASIS 70
    This file is available in SAP PI DVD software just search with *.tpz
    In PI 710 when you do intial Netweave step Configuration using template based configuration this meta data automatically downloaded to Enterprise Service Repository.
    Thanks,
    Rao.Mallikarjuna

  • Why SOAP Adapter Type is missing ?

    Hi all, I'm following the WebLog Invoke Webservices using SAPXI (/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi) and I'm not able to use a SOAP Adapter.
    In particular, when I try to select the Adapter Type I obtain the following list:
    File
    HTTP
    IDoc
    JDBC
    JMS
    Marketplace
    RFC
    RNIF
    XI
    Why SOAP Adapter Metadata is missing ?
    Thanks in advance for your collaboration
    Best regards
    Gianfranco Bello

    Hi, we're reimporting the SAP BASIS software component (XI3_0_SAP_BASIS_6.40_00_00.tpz).
    The present our situation is:
    SAP_JTECHF  6.40 SP11 (1000.6.40.11.0.20050221011822)  SAP AG  20050425182200 
    sap.com  SAP-JEECOR  6.40 SP11 (1000.6.40.11.0.20050221011406)  SAP AG  20050425182155 
    sap.com  SAP-JEE  6.40 SP11 (1000.6.40.11.0.20050221011617)  SAP AG  20050425182238 
    sap.com  SAP_JTECHS  6.40 SP11 (1000.6.40.11.0.20050221012022)  SAP AG  20050425182237 
    sap.com  LM-SERVICE  6.40 SP11 (1000.6.40.11.0.20050221012100)  SAP AG  20050425182231 
    sap.com  SAP-XIAFC  3.0 SP11 (1000.3.0.11.2.20050407085022)  SAP AG  20050425212631 
    sap.com  SAP_XIAF  3.0 SP11 (1000.3.0.11.1.20050324062550)  SAP AG  20050425220610 
    sap.com  SAP_XITOOL  3.0 SP11 (1000.3.0.11.3.20050405055844)  SAP AG  20050425222949
    But the SOAP Adatper still missing.
    Is there a newly version to install ?
    Regards
    Gianfranco

  • Why do I get different tag icon combinations?

    This is really bugging me and I can't fing an answer anwhere.  I've just started organizing my photos by adding albums and keyword tags. I add the album to all the pictures and get a green album icon on the thumnail.  Then for most of the images when I add a tag the album icon is gone and is replaced by a beige tag icon.  But for some of the images, when I add the tag I get separate green album and blue tag icons. Why do i get different icon combinations depending on the image?   Please help!!.

      Yeah I’m sorry it’s not been fixed. I did complain to Adobe shortly after PSE9 was issued, when everything got given an orange tag. It seems to make no difference what icon you choose from the list, it ends up with something that looks like a luggage label colored beige. Of course the keywords will work but it’s all a bit frustrating.
     

  • [svn:bz-trunk] 14330: BLZ-476 : Getting different error message in server' s servlet log and console log when class is not of expected type.

    Revision: 14330
    Revision: 14330
    Author:   [email protected]
    Date:     2010-02-22 10:03:03 -0800 (Mon, 22 Feb 2010)
    Log Message:
    BLZ-476 : Getting different error message in server's servlet log and console log when class is not of expected type.
    QA: no
    Doc: no
    checkin test : pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-476
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java

    Hi, wbracken ,
    As known, there are 2 different questions I raised.
    Regarding the reply for the second one (Nothing to do with Chinese), I noticed there are several similar issues found in this forum, and it seems no response could solve my that problem. The related methods and classes were also well check, as well as the parameters put.
    Any way, your reponse was appreciated.
    Thank you for the help.

  • [svn:bz-trunk] 14341: BLZ-476 : Getting different error message in server' s servlet log and console log when class is not of expected type.

    Revision: 14341
    Revision: 14341
    Author:   [email protected]
    Date:     2010-02-22 13:19:46 -0800 (Mon, 22 Feb 2010)
    Log Message:
    BLZ-476 : Getting different error message in server's servlet log and console log when class is not of expected type.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-476
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java
        blazeds/trunk/modules/core/src/flex/messaging/util/ClassUtil.java

    Hi, wbracken ,
    As known, there are 2 different questions I raised.
    Regarding the reply for the second one (Nothing to do with Chinese), I noticed there are several similar issues found in this forum, and it seems no response could solve my that problem. The related methods and classes were also well check, as well as the parameters put.
    Any way, your reponse was appreciated.
    Thank you for the help.

  • PR generated with different doc type in rollout porject ....why?

    Dear Friends.
    We have done rollout.
    Earlier imlementation - c. code=A200 .
    Using standard document type-NB for PR generation.
    Latest Rollout - c. code =A100
    Using copy of standard document type NB as ZNB for PR generation.
    My problem is that when in A100 MRP runs it generates PR with doc. type-NB (NOT ZNB) why?
    same way PR generated by Plant maintanace module(PM) in doc.type-NB(Not ZNB) why?
    Regards,
    Mahesh.

    Hi,
    Check the below path of configuration, PR created with MRP run have different document type.
    SPROMM-Consumption based planningplanningprocurement proposalDefine external procurement.
    Hope it will help you
    Thanks

  • Updating IOS8.02 on 4s,when service provider is changed or not available,phone goes to search mode,its drain battery very fast,it does not stop even in charging mode,it goes to zero.only get charged in Airplane mode.why?(with different Simcard)

    Updating IOS 8.02 on 4s,when service provider is changed or not available,phone goes to search mode & its drain battery very fast,it does not stop even in charging mode,it goes to zero.(Even in switch off mode) only get charged in Airplane mode.why?(with different Sim cards)
    RBVAIDYA

    Because GPS has nothing to do with WiFi, cellular signals, or data of any sort. GPS is implemented by signals sent by satellites that are received by GPS receivers. The receivers process the information from the GPS satellites and calculate your location. GPS never sends data anywhere; GPS functionality is receive only.
    If you have WiFi or cellular data turned on this can improve the accuracy of GPS, because the GPS receiver can then use the known location of cell towers and WiFi networks to refine the GPS location. GPS by itself has an accuracy of 10 meters, or about 34 feet. Using the additional information from WiFi and cellular data this can be brought down to 3 meters (10 feet). This mode is called Augmented GPS, or A-GPS.

  • Any idea why the plan gets different ?

    Guys,
    Please can anyone explain this behavior ?
    I get different plans by changing the date literal.
    Look at the query :
    SELECT distinct A.XCM_CONSUMER_PK
    FROM
    (SELECT
    cu10.XCM_CONSUMER_PK,
    cu10.COUNTRY_ISO3_C,
    cu10.CUST_CUSTOMER_R,
    cu10.CUST_BRAND_C,
    cu10.CUCON_CNTCT_ST_S,
    cu10.CUCON_CNTCT_R
    FROM
    xcm_cu10_contact cu10,
    xcm_vo01_vehofint vo01
    WHERE
    cu10.xcm_consumer_pk = vo01.xcm_consumer_pk (+) AND
    cu10.cucon_cntct_st_s = vo01.cucon_cntct_st_s (+) AND
    cu10.cucon_cntct_r = vo01.cucon_cntct_r (+) AND
    --cu10.cucon_cntct_st_s > SYSDATE - 796
    cu10.cucon_cntct_st_s > '01-JAN-2004'
    ) A
    WHERE ( A.COUNTRY_ISO3_C =  'ESP'
         AND      A.CUST_BRAND_C =  'F'
         AND     ( A.CUCON_CNTCT_ST_S >= SYSDATE - 28)
         );For the above query i get :
    | Id  | Operation                            |  Name                     | Rows  | Bytes | Cost  | Pstart| Pstop |
    |   0 | SELECT STATEMENT                     |                           |    28 |  1428 |   358 |       |       |
    |   1 |  SORT UNIQUE NOSORT                  |                           |    28 |  1428 |   358 |       |       |
    |   2 |   MERGE JOIN OUTER                   |                           |    28 |  1428 |   333 |       |       |
    |*  3 |    TABLE ACCESS BY GLOBAL INDEX ROWID| XCM_CU10_CONTACT          |    28 |   784 |    41 |     3 |     3 |
    |*  4 |     INDEX FULL SCAN                  | SYS_C00404663             |   284K|       |    26 |       |       |
    |*  5 |    SORT JOIN                         |                           | 18604 |   417K|   292 |       |       |
    |*  6 |     INDEX FAST FULL SCAN             | XCM_VO01_VEHOFINT_IDX001  | 18604 |   417K|   189 |       |       |But when i change the - cu10.cucon_cntct_st_s as below
    SELECT distinct A.XCM_CONSUMER_PK
    FROM
    (SELECT
    cu10.XCM_CONSUMER_PK,
    cu10.COUNTRY_ISO3_C,
    cu10.CUST_CUSTOMER_R,
    cu10.CUST_BRAND_C,
    cu10.CUCON_CNTCT_ST_S,
    cu10.CUCON_CNTCT_R
    FROM
    xcm_cu10_contact cu10,
    xcm_vo01_vehofint vo01
    WHERE
    cu10.xcm_consumer_pk = vo01.xcm_consumer_pk (+) AND
    cu10.cucon_cntct_st_s = vo01.cucon_cntct_st_s (+) AND
    cu10.cucon_cntct_r = vo01.cucon_cntct_r (+) AND
    cu10.cucon_cntct_st_s > SYSDATE - 796
    --cu10.cucon_cntct_st_s > '01-JAN-2004'
    WITH READ ONLY) A
    WHERE ( A.COUNTRY_ISO3_C =  'ESP'
         AND      A.CUST_BRAND_C =  'F'
         AND     ( A.CUCON_CNTCT_ST_S >= SYSDATE - 28)
        ); And the plan goes :
    | Id  | Operation                           |  Name                     | Rows  | Bytes | Cost  | Pstart| Pstop |
    |   0 | SELECT STATEMENT                    |                           |     4 |   204 |   122 |       |       |
    |   1 |  SORT UNIQUE                        |                           |     4 |   204 |   122 |       |       |
    |   2 |   NESTED LOOPS OUTER                |                           |     4 |   204 |   100 |       |       |
    |*  3 |    TABLE ACCESS BY LOCAL INDEX ROWID| XCM_CU10_CONTACT          |     4 |   112 |    92 |     3 |     3 |
    |*  4 |     INDEX RANGE SCAN                | XCM_CU10_IDX_001          |  7301 |       |     2 |     3 |     3 |
    |*  5 |    INDEX RANGE SCAN                 | XCM_VO01_VEHOFINT_IDX001  |     1 |    23 |     2 |       |       |
    -----------------------------------------------------------------------------------------------------------------I know this due the the way the date literal is used but i need to be more clearer. Please some one can explain ?
    Thanks
    G

    I am on 9.2.0.7
    The READ ONLY is an extract of the view.
    Well, i think i figured it out. I think it's due to the date format which Oracle chose..
    By writing this way, Oracle chooses the same plan.
    But my doubt still remains..
    SELECT distinct A.XCM_CONSUMER_PK
    FROM
    (SELECT
    cu10.XCM_CONSUMER_PK,
    cu10.COUNTRY_ISO3_C,
    cu10.CUST_CUSTOMER_R,
    cu10.CUST_BRAND_C,
    cu10.CUCON_CNTCT_ST_S,
    cu10.CUCON_CNTCT_R
    FROM
    xcm_cu10_contact cu10,
    xcm_vo01_vehofint vo01
    WHERE
    cu10.xcm_consumer_pk = vo01.xcm_consumer_pk (+) AND
    cu10.cucon_cntct_st_s = vo01.cucon_cntct_st_s (+) AND
    cu10.cucon_cntct_r = vo01.cucon_cntct_r (+) AND
    --cu10.cucon_cntct_st_s > SYSDATE - 796
    to_date(cu10.cucon_cntct_st_s,'DD-MON-YYYY') > to_date('01-JAN-2004','DD-MON-YYY')
    ) A
    WHERE ( A.COUNTRY_ISO3_C =  'ESP'
         AND      A.CUST_BRAND_C =  'F'
         AND     ( A.CUCON_CNTCT_ST_S >= SYSDATE - 28)
    [PRE[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How do i get the material type after submitting a create material request?

    Hi All,
    I have to select an agent depending on the material type of the material being created? I'm not using the rule based workflow for material creation in MDG 7.0, I'm using WS46000057. How do I get the material type being used in the workflow so that I can create a rule and select an agent accordingly from a custom table.
    Any kind of help would be sincerely appreciated.
    Regards,
    Tushar..

    Why not use the rule-based workflow template?
    Where do you want the material type? This is a standard workflow template and I'm not sure you can enhance it.
    In any case, in order to read CR details, you need to use the MDG API classes. These are described in this document: Master Data Governance Application Programming Interface Guide. Keep in mind that different API classes were developed for different releases so make sure to pick the class right for your release.

Maybe you are looking for

  • Recuperate value of new field with a BAdI

    Hi everybody, I am beginner in ABAP. Currently I have create a new field in SAP CRM thanks to EEWB (Easy Enhancement Workbench). This field is visible is the screen of SAP (tcode BUP3). I would to recuperate value of this new field at the time when u

  • Help needed in BAdi -SRM

    Hi, i am new to SRM my problem is i need to change the standard form BBP_BIDINV_BID into ZPR_BIDINV_BID to fufill the enhancements like : The text for Published Bid Invitation email should read as: some text,The text for email when Bid is accepted sh

  • New bug in Firefox

    Dear Firefox Supportline, I have found a bug and would like you to fix it in the next versions of Firefox. Code example: <!DOCTYPE html> <html> <head></head> <body> <div style="background-color: orange;"> <div style="float: left;">TEXT</div> <div sty

  • CSS Disjointed Text Rollovers help?

    Hi All I am new to the site and have a question to ask, I have been playing around with the demo created by Nancy O, for css disjointed text rollover. What i would like to find out is, once i have created the rollover and i hover over it, the text in

  • Single license / Standby Server Preparedness

    I have a production server with a Standard Edition One single CPU license. I need to be ready in case the server has a problem and I need to stand up a new server. At what point is it required to buy another license? Case 1: Standby Server: Oracle is