XI3.0: Verification for Adapter Services

I am on XI3.0, and have the J2SE adapter installed. When I access the Adapter Framework, it shows green for the XI adapter, MarketPlace and BC, indicates red for JPR, and does not indicate any status at all (all three in disabled) for File, JDBC, JMS etc.
What needs to be done to get these adapters activated?
Thanks

Hi Feroz,
My understanding is currently the AF monitor page is not completely functioning, so you should not worry about whether or not they are green. As long as you find all the AF services are running in J2EE Visual Admin, you should be ok to use those adapters.
Regards,
Hart

Similar Messages

  • Not able to define the Simulator definition for adapter service

    Hi all,
    I am trying to define a simulator definition for adapter service(which is a synchronous adapter service) but I am not able to define the same. As soon as I input Name, serice Name, Service version, Process Name, PIP, Type and Service Type and click on "Next" or "Save And Return" I am getting the error as--
    "ORA-01555: snapshot too old: rollback segment number 3 with name "_SYSSMU3_2097677531$" too small ORA-06512: at line 1".
    Can any one suggest me why I am getting this error. I already had defined the simulators before, and at that time I didn't faced this error, but now I am not able to define the same.
    Pls help me to resolve this problem.

    Its an issue with your database rather than with CAVS. Try increasing your rollback segment space.

  • Service Solution Component for Adapter Service

    For Transport adapter Service do we have to provide any service solution component in the project lifecycle workbench?

    Yes, You have to define Adapter Services in Project Life Cycle Workbench

  • Will Apple Create Its Own Version Of 2-Step Verification For Apple Services?

    I create strong passwords which include numbers, upper and lower case letters, !? and other allowed symbols.  However, even with good passwords, key-logger programs and other methods can be used to hack accounts.
    Google has created the Google Authenticator App which is 2-step Verification.  It is very secure and makes external hacking as close to impossible as one can get.  I use it for my Google Products, including Gmail, Blogger, Google+ and so on.  It is an added step which can seem like a pain, but I really enjoy the sense of added security.
    Will Apple ever create its own version to help secure iCloud, Apple Mail, iTunes, so on?  I would really like to see this as an optional security feature.

    Will Apple ever create its own version to help secure iCloud, Apple Mail, iTunes, so on?  I would really like to see this as an optional security feature.
    You can make feature enhancement requests directly to the Apple folks if you like. Here's a link to the iTunes product feedback form:
    http://www.apple.com/feedback/itunesapp.html

  • Dynamic destinations for adaptive web service in webdynpro for java

    Hi,
    Please advice me on how to create dynamic destination for adaptive web service model in webdynpro for java.
    Regards,
    Patana

    Hi,
    If this is the case, then use the HTTP destination for this.
    What you need to do is:
    1. Create one HTTP destination in visual administrator at services-> Destinations. Provide HTTP url of the your web service and the security options.
    2. Specify this HTTP destination in the code before executing web service model.
    Write following code for that:
    wdContext.current<node name>Element().modelobject()._setHTTPDestination(<Specify HTTP destination name>);
    Then execute your web service model.
    Now, whenever you want to change the server on which your web service is running, make change in the HTTP Destination in visual administrator.
    Refer this link,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
    Regards,
    Sunaina Reddy T

  • The problem of creating service for adapter for mq series v8.1

    Hi everyone, I have some problem when I try to create service for adapter for mq series using application integration design console. Everything is fine when I define the service but some error shows when I try to test it. The error message is:
    -------- Begin level 0 Exception Stack Trace --------
    com.bea.wlai.client.ApplicationViewException: Failed to locate deployment information for service ' on ApplicationView 'AppView1'
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:186)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
    at __WLAdapter4MQSeries_Prototype_48f240ab.AppView1_6k4mbt_EOImpl_814_WLStub.getRequestDocumentDefinition(Unknown Source)
    at com.bea.wlai.client.ApplicationView.getRequestDocumentDefinition(ApplicationView.java:573)
    at jsp_servlet.__testrslt._jspService(__testrslt.java:361)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:638)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:423)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:154)
    at jsp_servlet.__display._jspService(__display.java:659)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    -------- End level 0 Exception Stack Trace --------
    And my request document is:
    <?xml version="1.0"?>
    <ns0:s1 xmlns:ns0="wlai/AppView1_s1_request">
    <Data>123</Data>
    </ns0:s1>
    The following is the schema for the request document:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema elementFormDefault="qualified"
    targetNamespace="wlai/AppView1_s1_request"
    xmlns="wlai/AppView1_s1_request"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="s1">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Data"
    type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    Anybody got some idea about this problem? Thanks for your help.

    Did you check these links ->
    http://www.adp-gmbh.ch/ora/admin/creatingdbmanually.html
    http://www.dbasupport.com/oracle/ora10g/CreateDBManually.shtml
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#ADMIN002
    Regards.
    Satyaki De

  • Invoice verification for services

    Hi Friends,
                 this is chandra shekar,  can any one tell me how to do invoice verification for services.
    regards
    chandra shekar

    Dear,
    An invoice for a service can refer to a service entry sheet.
    The services actually performed (work actually done) by a service vendor is recorded in a Service Entry Sheet with reference to the purchase order.
    Access the activity choosing the Transaction code, ML81 or ML81N Maintain Entry Sheet.
    On the Initial Screen, choose "Other Purchase Orders" icon and click this, the system will pop up a new screen.
    In this screen in the Purchase Order field give the reference purchase order number and choose [Enter] to continue.
    You will get a new Service Entry for this Purchase Order number.
    Here, on this screen, choose "Create Entry Sheet" (a white paper icon.)
    System allocates a service entry sheet number internally, and you will get the number on your screen.
    On the "xxxxxxxxxx Create Entry Sheet" screen, maintain the desired entries under appropriate fields:
    Choose Service selection icon at the bottom of the screen to adopt the data.
    The system will give you a pop up screen with the purchase order number on that; Choose [Enter] to continue.
    The system will give you a new screen Select Services since Reference the services list from purchase order is displayed here.
    Choose the line item and choose on Services icon on top of screen.
    You can observe the system copied the service line item from purchase order with open item quantity.
    Change the quantity per your requirements.
    With this the basic information for the service entry sheet is fully completed. As to the requirements, you can fill other fields also if required.
    To accept the service, choose the "Accept" icon or [Control] + [F1] (Green flag icon).
    You can see the traffic light has turned yellow in color. This means it is ready to save the service entry sheet.
    Choose Save.
    The color signal for the status display switches from yellow to green.
    If you want a detailed steps with screenshots, please visit: https://ocps.net/fa/om/Documents/Toolroom%20Assistant/ML81N_Creating_An_Entry_Sheet_03-29-2007.doc
    Regards,
    Syed Hussain.

  • Creating Web Dynpro Adaptive Service Model For BW/BI Service.

    Environment is BW 3.5 and Netweaver O4s SP12
    I would like to create a Web Dynpro Adaptive Service Model based on BW Service.
    Can this be done or is XMLA required?  If I use XMLA I would like to know how this could be converted into a suitable model object to incorporate the results in Web Dynpro?
    Thanks.

    Even  I faced the same problem , while running the project it was failing , the error was
    =================================================
    The initial exception that caused the request to fail, was:
       java.io.IOException: Cannot connect to http://www.dataaccess.nl/wk2006/footballpoolwebservice.wso?wsdl: www.dataaccess.nl
        at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:161)
        at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1019)
        at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1126)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
        at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:147)
        ... 43 more
    ==============================================
    but after setting the proxy details in the visual administrator it started working , this threads details was helpful for me to solve my problem.
    thanks ,
    Madhusudhan

  • MIRO invoice verification for Service entry sheet

    When trying to do invoice verification for Service entry sheet i am getting this below error pls guide me
    Delivery note/service entry sheet 5000000150  does not exist
    Message no. M8183

    Hi,
    You may be saves SES number and now SES is not released!
    1st Just cross check PO history TAB of service PO(ME23N), did you have only service entry sheet number or you have service entry sheet number and material document( will be created after releasing SES) with 101 movement type.
    You have created service entry sheet (SES) in ML81N and got SES number, so as to recognize the vendor performed service. Next step, you need to accept service by releasing SES( in ML81N by clicking green flag or if release strategy there for SES, you need to release SES in ML85) so that  FI document will be created.
    Once SES released, then you can do MIRO w.r.t SES only.
    Check doc:
    http://help.sap.com/bp_bl604/BBLibrary/Documentation/209_BPP_EN_FI.doc
    Regards,
    Biju K

  • Service Tax registration verification for Vendor

    Dear All,
    We have a requirement :
    Say Vendor is registered to take input for 4 service categories, but invoice is received for any other category or say the 5th category for which we are not authorized to take service tax input. Than in such case system should check for service tax registration and system should not allow to post invoice(with reference to purchase order or without purchase order) for the  the non registered service tax.
    Kindly let me know how to fulfill the business requirement.
    Regards
    Vikas Sehra

    Dear Mukthar,
    Thanks for the revert.
    We are also working for a similar validation. But in this case we have to create 125 tax codes as per the service categories.
    Issue:
    1. Is this the best practice to create so many tax codes.
    2. Is there any alternative which can help us to create 125 tax codes.
    Regards,
    Vikas

  • XI3.0  Inbound File Adapter  Error on ModuleSLDAccessir.

    Greeting,
    I have just installed the technical Adapter for XI.3 I tried to use the Inbound File adapter, unfortunately I had two big issues:
    1- I was able to execute run_adapter.bat but nothing was reaching the XI system.
    When I checked the Log File: I found the following error:
    Oct 13, 2004 1:22:08 PM  ...aii.messaging.adapter.ModuleSLDaccess [Thread-9] Error: Initializing ModuleSLDaccessor failed with 'java.lang.NoClassDefFoundError: com/tssap/dtr/client/lib/protocol/HTTPException'
    2- Second issue: when I try to access the adapter via the browser, the HTML page are not correct ! there is no text displayed. I just got code like :  {!%5124_G_XMIT%!}
    is there other setting to do ? I followed exactly the install book !
    Thanks for your help.
    Regards.
    M. Zehana
    Any help is more than welcome.

    Check that you are using XI 3.0. You dont have to use the run_adapter.bat unless you are using the J2SE adapter ( which is 2.0 ) to communicate with an XI3.0 IS.  If you have XI3.0 the adapters are configured in the integration directory which are now called communication channels. Therefore an inbound file adapter will be called a sender communication channel.  You can create a communication channel either within a scenario or directly in the objects area for the Service ( business system etc ).
    Mark

  • Limit PO Err Combination of GR/IR control not allowed for external services

    Hi,
    I am having a problem while replicating free text Limit PO's to R/3 in SRM 4.0 SP 13. The issue is while creating Free Text Limit SC with the  "Confirmation and Invoice" option checked in, the PO's get created in SRM but fails while replicating to R/3 and in RZ20 errors as "Combination of GR/IR control not allowed for external services" although in vendor master i don't have check for the field "GR-Based Invoice Verification".
    On the contrary while creating SC with the "Invoice Only" the PO is successfully replicated to R/3 with item category as B for limit orders.
    Now i have noticed if i make changes in the vendor master data i.e. check the flag "GR-Based Invoice Verification" then the PO in my first scenario gets replicated successfully and also with respect to the second scenario but it gets replicated in both the scenarios as item category "D".
    As far as SRM standard it should have ideally behave like the below:
    Limit SC with GR AND Invoice -> item category D
    Limit SC with invoice only -> item category B.
    Now my question is why do my PO's fail in R/3 in the first scenario and also if i check the flag in vendor master for GR-Based Invoice verification then in the second scenario the item category is "D" instead of "B".
    Thanks in Advance.
    Best Regards
    Anirban

    Hi Georg,
    We don't have any active implementation for the BADI BBP_PO_INBOUND_BADI.
    Best Regards,
    Anirban

  • BPEL process with simple sql server select db adapter service fails ORABPEL

    I have a simple db adapter service that simply runs a select statement. The process accepts 2 parms and returns a single code of 1 or zero.
    It fails with ORABPEL-11633
    Here is the instance log info:
    [2008/12/09 14:50:53] "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown.less
    -<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="code">
    <code>0
    </code>
    </part>
    -<part name="summary">
    <summary>
    file:/D:/app/oracle/product/10.1.3/soa_1/bpel/domains/default/tmp/.bpel_SIPA_DCSDFeesActivated_100.1_ab58cb9f275f2bd71f38fced5775233f.tmp/icProd.wsdl [ icProd_ptt::icProd(icProdInput_msg,icProdOutputCollection) ] - WSIF JCA Execute of operation 'icProd' failed due to: Pure SQL Exception.
    Pure SQL Execute of select portaloptions.fees from ictest.dbo.schoolyear schoolyear, ictest.dbo.calendar calendar, ictest.dbo.enrollment enrollment, ictest.dbo.person person, ictest.dbo.portaloptions portaloptions, ictest.dbo.[identity] i where schoolyear.endyear =calendar.endyear and schoolyear.active = 1 and calendar.calendarid = enrollment.calendarid and enrollment.personid = person.personid and person.studentnumber = ? and person.personid =i.personid and i.birthdate= ? and portaloptions.fees = 1 and portaloptions.schoolid = calendar.schoolid failed. Caused by com.microsoft.sqlserver.jdbc.SQLServerException: The index 2 is out of range..
    ; nested exception is:
         ORABPEL-11633
    Pure SQL Exception.
    Pure SQL Execute of select portaloptions.fees from ictest.dbo.schoolyear schoolyear, ictest.dbo.calendar calendar, ictest.dbo.enrollment enrollment, ictest.dbo.person person, ictest.dbo.portaloptions portaloptions, ictest.dbo.[identity] i where schoolyear.endyear =calendar.endyear and schoolyear.active = 1 and calendar.calendarid = enrollment.calendarid and enrollment.personid = person.personid and person.studentnumber = ? and person.personid =i.personid and i.birthdate= ? and portaloptions.fees = 1 and portaloptions.schoolid = calendar.schoolid failed. Caused by com.microsoft.sqlserver.jdbc.SQLServerException: The index 2 is out of range..
    The Pure SQL option is for border use cases only and provides simple yet minimal functionality. Possibly try the "Perform an operation on a table" option instead.
    </summary>
    </part>
    -<part name="detail">
    <detail>The index 2 is out of range.
    </detail>
    </part>
    </bindingFault>
    Edited by: Golden Lego on Dec 9, 2008 2:15 PM

    The BindingFault means that it can not pass the parameters to the SQL query or vice versa. Check if the XSD that is generated with your custome query is correct and that the data-type are correct.
    Marc
    http://orasoa.blogspot.com

  • Combination of GR/IR Control not allowed for External Services-SRM PO error

    Hi All,
    SRM 5.0 ECS   R/3 4.6C
    We have a service PO, for which an error Combination of GR/IR Control not allowed for External Services is being displayed.
    The PO is in error in process at this moment. And is not in R/3
    On SRM PO we have Confirm Performance of Service/Goods Receipt checked and Invoice Expected checked.
    Confirmation-Related Invoice Verification  is not checked. Any thoughts on this!!
    Thanks
    Krishna

    Hi
    <u>Please go through the following SAP OSS Notes -></u>
    Note 725824 - MB5S: Error with purchase orders for external service
    Note 781014 - Clearing values in purchase order currency are too high
    Note 991800 - MB5S: Error in delivery costs (2)
    Note 960789 - Wrong Values in MM Document for Service Based Invoice
    Note 778562 - MM-IV: invoices are entered before the goods receipt
    Note 578531 - Incorrect FM update for service purchase orders
    Note 635864 - ME2S: Invoice value is calculated incorrectly
    Note 570409 - Unplanned account assignment in invoice for service PO
    Note 545684 - MIR4 for SRV: Incorrect data displayed if deletion indicator
    Note 544567 - Transaction MIRO: incorr. default values at (parked) invoice
    Do let me know.
    Regards
    - Atul

  • Issue with Wcf Adapter Service Template not inclueded or shown in Visual Studio.Follow steps which your site sugessted but still Template issue

    Hi,
    My server have SharePoint Server 2013,Sql, then necessary required SDKS like
    WCF LOB Adapter SDK(download Complete), Biz talk Adapter for my Sap business suite(download Complete), SAP client libraries,Business Data Catalog Definition Editor installed as part of
    the Microsoft Office SharePoint Server2013 SDK.
    Still facing issue Template not included in any version of Visual Studio.

    Hi Anand,
    While installing the WCF LOB adapter SDK, I guess you haven't chosen "Complete" installation.
    Try this:
    1) Open Add/Remove programs in control panel.
    2) Select the change option WCF LOB adapter SDK and enable 'Tools' in the list of features to be installed
    (Tools install the Add adapter service ref Plug-in).
    Alternatively,
    You can also uninstall and then install the WCF LOB adapter SDK, but this time make sure you do a custom install by checking everything not just the default.
    Rachit

Maybe you are looking for

  • I lost my only navigation tool bar, so I can only open one window at a time, and can't use google. Help.

    I'm not sure what I did, but I right clicked on my google tool bar (which I use since I can't find the Firefox navigation toolbar) and I somehow disabled it. Now I can only use one window at a time, and if I go to a website, I can't go to another wit

  • Why do Karaoke CD's change tempo when uploaded?

    I am new to Garageband. When I uploaded karaoke songs into iTunes they sounded fine, but when I transferred them to Garageband they sound slower and flat. When I noticed this I tried changing the tempo within Garageband but it wouldn't change, only t

  • Photoshop Hangs when trying to access the Exchange Panel

    I have a macbook pro running lion 10.7.5 I have installed photoshop cc I then installed Extension manager cc I then installed adobe exchange within the extension manager. Now, when i open photoshop, and try to open exchange, photoshop just hangs and

  • Tracing Who Approved a Device from ActiveSync Quarrantine

    Is there a way to tell through the event logs who approved an ActiveSync Device out of quarrantine?  I have not been able to find an event id tied to a user account.  Although I can see the set-CASmailbox cmdlet was run.   I have a customer with an i

  • Reset router, can't connect to net - need help

    Here's my situation, I spent an hour digging through previous posts trying to solve my issue with no luck. Had Cavtel DSL running to a Linksys wrt54g ver.2 router which was working fine.  My brother needed access to the network but we forgot the pass