[PCK] No adapter types selectable

Hey,
I installed Web AS 7 and PCK (NW2004s SP11). Everything seems to work fine, but I am not able to select an adapter type while configure a communication channel.
Any ideas how to debug this? Could it be that I did something wrong during installtion so the adapter are not available?
@stefan: I started a new thread, because the other one had another issue and you got the points
thanks for help
chris

Chris
You can try redeploying the <i>SAP BASIS</i> software component in IR
Also refer SAP XI/PI faq - Adapters
Regards

Similar Messages

  • Regarding : Selecting the adapter type in ID

    Hi,
    While creating the scenario in Integration Directory using wizard we will get an option of selecting sender adapter type & receiver adapter type. But while creating  manually , I am not getting the option of selecting the adapter type. Please specify, how to select the adapter type in manual process?
    regards,
    Kiran.L

    Hey Kiran,
    Create the adapter in the object tab under the relevant buisness system\service.
    add that adapter to your allready made scenario.
    enjoy.
    Nimrod

  • Selected communication channel IDoc_AAE_In is assigned to the wrong adapter type IDoc_AAE Supported adapter types: HTTP, SOAP, XI, WS.

    Hi Team,
    I have a problem.
    I have a scenario using the the Sender Adapter. HTTP_AAE
    When I am trying to use the function "Display WSDL" I am receiving the following.
    Error:
    Selected communication channel HTTP_AAE_In_SAPII is assigned to the wrong adapter type HTTP_AAE Supported adapter types: HTTP, SOAP, XI, WS.
    Somebody knows this problem?
    Thanks

    Hi,
    am also getting same error.
    think that feature is not supported.
    have look on Configuring the Java HTTP Adapter on the Sender Channel - Advanced Adapter Engine - SAP Library for sending a message.
    reg,avinash M

  • Can't select Adapter Type during creating communication channel.

    Hi, all
    I want to create a configuration scenario in Integration Builder (Configuration).
    After assign a business system, try to create a sender communication channel, but the Adapter Type filed has no values to select, and depicted as "Undefined".
    What configuration I have missed?

    You need to import SAP BASIS Software Component Version into Integration Repository based on your SP Level & XI or PI.
    You need to download it from service market place.
    https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20
    In Search Term Enter "SAP BASIS <version> ".
    Now click on XI CONTENT SAP_BASIS 7.00 ( if using PI ) -
    > Database independent -
    > SAPBASIS<SP Level>.ZIP Just save this file on your machine and unzip it.
    Now put this in the import directory: \usr\sap\<SID>\SYS\global\xi\repository_server\import\
    In IR, TOOLS ---> Import design objects and import it.
    Regards,
    Sarvesh

  • How to create a DB Adapter with select query having inner query

    Hi All,
    I am trying to create a DB Adapter with select query. The query has some inner queries in it. It is just like this select a, b, c, (select d from e) d, (select e from e) e from tablename.
    The problem here is with the xsd generated for this query. Xsd is not getting generated properly for all the fields it is just getting generated till c element and when it encounters
    the inner query it is stopping the generation of xsd. So for the above query the xsd is something similar to the below
    <xs:complexType name="rewOutput">
    <xs:sequence>
    <xs:element name="a" type="xs:string" nillable="true"/>
    <xs:element name="b" type="xs:string" nillable="true"/>
    <xs:element name="c" type="xs:string" nillable="true"/>
    <xs:element name="select_d" type="xs:string" nillable="true"/>
    </xs:sequence>
    </xs:complexType>
    as shown above the xsd is just getting generated till the first inner query. What should be done to get the full fledged xsd. Should it be manually built ?? Please help me on this.
    Thanks In Advance.
    Edited by: 959766 on Nov 30, 2012 1:20 AM

    Hi,
    I don't think the parser will be able to understand your query properly... I would try building the xsd manually...
    Cheers,
    Vlad

  • Not able to see the adapter types in ID

    Hi Friends-
    I recently installed PI 7.0 .
    When i try to select the adapter type in ID it says that object not found.
    I am not able see any adapter list.Can you figure out this problem.
    Your help in this is highly appreciated.

    Hi.
    You haven't the adapter types because you haven't import the SWCV SAP BASIS 7.0
    Try to import it from integration repository. If you still havn't the adapter types, talk with basis people and tell them that they have to apply oss note number 836200.
    This note says that they must copy a file into a folder. From integration repository you will import this file and you will have SWCV SAP BASIS 7.00 with all the adapters definitions. They will be visible from Integration Directory.
    Bye,
    Inigo.

  • Adapter Type For R/3 Receiver

    Hi All,
    I have created a Communication Channel that represents the communication between a Thrid Party System and R/3, where R/3 is receiver.
    Now the parameters I had entered initially for the Commnication Channel were:
    Adapter Type : RFC
    Transport Protocol : RFC
    Message Protocol : RFC (XML)
    Adapter Engine : Central Adapter Engine
    Then I had entered the Target Details As:
    RFC Server Type : SAP System
    & Below I had mentioned the application server, the system number, authentication mode, and login details.
    Now the client has requested me to remove all the hard coding (i.e. all the application server id, system number and login details) and instead use an RFC Destination, so that the interfaces will have no dependency and maintenance would be low, while the configuration is being transported from the development right upto production.
    Now can anyone help me as to which Adapter Type am I to select for this, or how to go about it, so that I can enter the RFC Destination instead of entering system details. I guess it is possible if you select the Adapter Type as IDOC but I cannot select IDOC, for the simple reason, the receiver system is non SAP and is not sending the data in form of an IDOC.
    Kindly Advise...
    Thanks & Regards
    Pablo
    Edited by: Pablo Ghosh Roy on Dec 29, 2008 7:16 AM

    Hi There,
    Thanks for pointing out the mistake, the Receiver is Definitely the R/3 System and the Sender is Non SAP Third Party System.
    So as per your suggestion, if I set the Adapter Type to be XI, then what kind of RFC Connection would have to be created in SM59, can it be of the type ABAP Connection(SM59), or anything specific.
    Kindly Advise...
    Thanks & Regards
    Pablo

  • DB Adapter Custom Select SQL with Timestamps

    Hi,
    I am facing an issue with the DB Adapter Custom select sql: here is my scenario:
    I am trying to select diff records from the database between user input start time & the sysdate. for this i am trying to use Execute Pure SQL option database adapter.
    I am framing the SQL as below:
    select  * from tablename1,tablename2 where tablename1.id = tablename1.id  and column1 like #userinput1 and tablename1.request_timestamp between to_date(#Userinput_requestTime) and sysdate
    My question is whether the query
    tablename1.request_timestamp between to_date(#Userinput_requestTime) and sysdate
    is correct or not? I even given a try to_date(#Userinput_requestTime,'DD-MON-YY HH24:mi:ss') and sysdate 
    that too not worked ,
    I have created OSB business service using the generated adapter and the input i am giving it as '04-MAR-15 03.36.23.368179000 PM -06:00' and the input is of type xs:string .
    i am getting errors like java.sql.SQLDataException: ORA-01830: date format picture ends before converting entire input string
    Whether my custom sql is correct or not ? please help me in resolving this issue.
    THanks,
    SV

    if
    tablename1.request_timestamp
    is timestamp then you need to compare as
    timestamp beetween timestamp and timestamp
    so convert date to timestamp by CAST as example
    check How to convert DATE to TIMESTAMP

  • 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

  • Adapter types & comm. channels missing in comm channel monitoring

    Hello All,
    We recently created a new sandbox XI system from a copy of our XI Test system
    system. We used the SAPinst system copy process for ABAP+JAVA to create
    this new XI sandbox system. We have followed all of the XI/PI post copy procedures listed in the system copy documentation and almost everything is working except when we going into the runtime workbench for XTX and go into communication channel monitoring for the adapter engine. When we get
    here we do not see any adapter types where we should be seeing types such
    as JDBC, BD, CIDX, FILE, JMS, etc We also do not see any communication channels in the communication channel monitoring if we select use filter to display all.
    Any ideas?
    Any help on this would be much appreciated
    With regards
    Steven

    Hi,
    First check in Integration Directory. Just create any dummy Communication Channel, if you are able to select your adapter for your communicatio channel then this is a cache issue. Just refresh the CPACache by this url.
    http://<server name>:<HTTP Port>/CPACache/refresh?mode=full
    Else you are not able to select any adapter for your communication channel then you have forgot to import the SAP BASIS Software Component Version into Integration Repository.
    You can find it from your installation DVD's, and if you are not able to find then you can download it from service market place as given below..
    [Click on this URL|https://websmp205.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=SEARCH&HIDE=&SEARCH_SPAT=X&SEARCH_BPAT=X&SEARCH_CD=X&SEARCH_P=X&SEARCH_PV=X&SEARCH_C=X&SEARCH_CV=X&SEARCH_TA=&SEARCH_V=&HIDE_EXPERT_SEARCH=X&SEARCH_MAX_RESULT=20]
    In Search Term Enter SAP BASIS 7 or 3.
    Now click on XI CONTENT SAP_BASIS 7.00 (if u r using PI else select SAP_BASIS 3.0) -
    >
    Database independent -
    > SAPBASISxxxxx-0888.ZIP (this file should be based on your SP level)
    Just save this file on your machine and unzip it.
    Now put this in the import directory: \usr\sap\<SID>\SYS\global\xi\repository_server\import\
    Now login to Integration Repository and from menu TOOLS ---> Import design objects and import it.
    Regards,
    Sarvesh

  • Adapter Type Missing

    Hi All,
    Can anyone say me why I can't select adapter type in a communication channel???
    Thanks a lot

    Hi Albert.
    Trye reimporting your SWCV SAP BASIS 6.40 if netweaver 2004 or SAP BASIS 7.00 if netweaver 2004s.
    If doing this, you don't have the adapters, is because *.tpz files that contain definitions and SAP demos is not availbale. Ask your BASIS team to put the necessary files into correct folders so you can import them and have adapters.
    Regards,
    Inigo.
    Hola Albert.
    No tienes los adaptadores porque es posible que falten unos ficheros *.tpz en los servidores que contienen las definiciones. Para comprobar esto, reimporta los SWCV SAP BASIS 6.40 o SAP BASIS 7.00 si estas en NW 2004 o 2004s.
    Si despues de hacer esto sigues sin ver los adaptadores, es definitivamente porque faltan los ficheros. Diles a los de sistemas que busquen la nota OSS donde les explica bien clarito qué hacer.
    Ahora te busco la nota y me das los puntitos, jejje
    Saludos,
    Inigo

  • Editing a VM in vCAC 6.0.1.1 configures incorrect Network Adapter type

    Hi All,
    I am experiencing an issue with vCAC 6 in regard to configuring a secondary network adapter for a previously deployed VM.
    The VM is a Win 2k8 R2 VM that was created from a Template that was located in vCD.
    When I edit the VM and submit the request for the secondary network adapter, it creates the NIC with an adapter type of Flexible.
    As Win 2k8 does not support Flexible, we need to specify that VMXNET3 is selected.  Any ideas how this would be achieved?
    I have had a go at doing this using custom properties but this does not seem to make a difference.
    Any direction appreciated.
    Regards
    Dave

    Honestly, I have had some real trouble with "Edit" for any network function in both VCAC 6.0 and 6.1.
    I haven't tried to solve this one yet, but if I were to go about it... I would use the Advanced Service Designer and add the network adapter via VCO workflow.  Then let the inventory service come through and pick up the change (-or- you can actually kick off an inventory scan from the VCO workflow as well).
    If you do not have ASD, you won't be able to do that, and you may be at the mercy of the current limitations in the product version you are using.  If there is an answer, I hope you find it.  I am also interested in knowing if this is possible via "Edit."  For the time being, we have completely removed "Edit" as an entitlement as it has created more trouble than good.
    You could also just have a blueprint that deploys a machine with two or more network adapters.  Maybe that would work for you.  Dunno.

  • Where is do we use adapter type - XI adapter?

    Where is do we use adapter type - XI adapter?

    Check this:
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/0a1640a991c742e10000000a1550b0/frameset.htm
    "&#9679;       XI 3.0
    To connect an ABAP-based Integration Engine, Web AS 6.40.
    To connect the PCK.
    To connect the XI 3.0 J2SE Adapter Engine.
    To connect the Java proxy runtime.
    &#9679;      XI 2.0
    To connect the XI 2.0 plain J2SE Adapter Engine.
    To connect an ABAP-based Integration Engine, Web AS 6.20."

  • Output type selection is missing for report  S_ALR_87013558

    Hi,
    In report S_ALR_87013558 output type selection is not seen in production. whereas it was there before, and its there in quality. Please help how should i bring it back.
    Points are awarded in full for correct answer.
    Thanks

    Hi Krishna
    Just check whether you the authorization to display the report in Production. You might have the authorisation if the development and quality, but some times not in Production.
    Regards
    Sridhar

  • AS2 adapter not visible in Receiver Communication Channel (Adapter Type)

    Hi,
    We wish to connect to our customer using AS2 adapter as the receiver communication channel.
    We are unable to find the "AS2 adapter type in the in "adapter type" field. (Choose Adapter Metadata).
    Our XI version is as following (NW04S_11_REL Service Pack 11).
    Version
    Service pack:
    11
    Release:
    NW04S_11_REL
    Is there add-on to be installed on XI or is there any activation required?
    Thanks in Advance,
    Rehan

    SAP_BASIS
    Release 700
    Level 0011
    Highest Support Package: SAPKB70011

Maybe you are looking for

  • Problems reinstalling Illustrator CS3

    I was having issues with Illustrator CS3, it kept crashing, so in hopes of fixing the problem I uninstalled and am now trying to reinstall. When I put the install disc in, it starts to go through the process then asks for me to put in InDesign CS4 di

  • Registering iPhone to download apps

    Ok, so ive pulled in my iPhone and got the screen where it asked if I wanted to register it now or later. I clicked now and then I get taken to a white screen with iPhone written in the centre. Along the top is the loading bar which says accessing iT

  • I am not able to download the .dmg file for my mac book pro. pls help.

    i am using a mac book pro - mac os x 10.6.4 on a 2.33 ghz intel core duo processor. i am unable to fully download the .dmg file to install firefox. the file begins download within the browser itself and the browser window screen goes black after a wh

  • Pegging gets broken after conversion planned order to production order

    Hi All,    I am getting pegging of finish product and dependent product planned order in MRP after taking MRP run.......But after converting the planned order to production order all order gets start from today by breaking the  relationship of each o

  • Still problems with "unknown server error"

    I followed the solutions in document (linked posted by Ken G Rice on 23/07/13) but am still getting "unknown server error" when attempting to sign in to Creative Cloud from my desktop. I'm using Mac OS 10.8.4. Would that cause a problem?