Error in Interface for management of HTTP destinations

Hello Experts,
I've go the following error when i'm trying to create a logical port in SOA Manager.
'Error in Interface for management of HTTP destinations'.
I was trying to create a logical port of type WSDL for a consumer proxy, with a URL provided by the EP consultant.
Kindly let me know how can i rectify the above stated error.

Hi
Did you try creating the connection via sm59 (RFC Destination), then try to assign it (instead of direct URL call, specify the RFC destination). That way, you can trace the RFC destination.
Regards
Ronny

Similar Messages

  • Adding Loopback interface for branch routers

    Hi,
    I have several branch routers that i want to add a loopback interface for managament purposes. I am currently using ospf as my routing protocol.
    Will the rotuer-id be updated accordingly and will there be any effect on my ospf routing?
    Thanks.

    Hi,
    No, the router id will not change unless you clear the OSPF process. So, this will cause an outage to your environment and should be done during a maintenance window.
    from the ospf document:
    OSPF automatically prefers a loopback interface over any other kind, and it chooses the highest IP address among all loopback interfaces. If there are no loopback interfaces present, the highest IP address in the router is chosen. The OSPF cannot be directed to use any particular interface. Once the router ID is elected, it does not change unless the OSPF process restarts or the router is reloaded.
    http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/23862-duplicate-router-id-ospf.html
    HTH

  • Using a HTTP destination through a HTTP proxy

    Hi there!
    I have written a Web Dynpro application that connects to a web service using a web service model. The request is configured to use a HTTP destination by means of the _setHTTPDestinationName() method. I configured the HTTP destination in the visual administrator and it uses Logon ticket to authenticate.
    All this works perfectly in my test environment. Unfortunately in my production environment the web service must be accessed through a HTTP proxy and I could not find where to configure the proxy settings for HTTP destinations.
    I found some information about "open a transaction in SICF" an so on which doesn't help me because I have no ABAP client.
    I found some information about configuring proxies in the NWA but this does not seem to apply to my NW version, wich is 2004 SP16.
    Any clues?
    Thanks in advance.

    Hi Olivier,
    thank you for your reply.
    Is there really a possiblity to configure a proxy for any given HTTP Destination in ABAP? Because if there is, I cannot believe that there is no equivalent in Java. As there is no such a thing as a HTTP Destination "for ABAP" and a HTTP Destination "for Java", what would happen if I used the HTTP Destination with proxy settings created in ABAP for my Java program?
    There is another way to use a proxy which I found by analysing the generated Java classes of my web service model. You can do the following:
    SomeServiceImpl service = SomeDMSModel.getServiceImpl();
    service.setHTTPProxyResolver(new HTTPProxyResolver() {
      HTTPProxy proxy;
      public HTTPProxy getHTTPProxyForHost(String host) throws RemoteException {
        if (this.proxy == null) {
          this.proxy = new HTTPProxy();
          this.proxy.setProxyHost("proxy.company.com");
          this.proxy.setProxyPort(1234);
        return this.proxy;
    This is NOT a good way to do it, as it transfers a portal administration task to the programmer, but it shows that the functionality is present in Java.
    So I haven't given up on finding where it has to be configured...
    Edited by: Robert Rodewald on Jan 18, 2008 11:01 AM

  • Interface for  BAPI for creation of Sales Order.

    hai,
    what does meant by creating interface for BAPI to create sales order. and how to create the interface for BAPI to create sales order.

    Check Transaction BDFG and BDBG.
    BDBG is to create an interface for the BAPI
    http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c4b53c111d395fa00a0c94260a5/frameset.htm
    BDFG is to create an interface for the FM (non BAPI).
    http://help.sap.com/saphelp_nw04/helpdata/en/00/a814b5d05b11d6b2ca00508b6b8b11/frameset.htm
    Regards,
    Naimesh Patel

  • Interface For Inbound FM is incorrect

    Hi Guys,
    Am facing very stupid problem.
    I have written an inbound fm. There are 2 things in the FM :
    Firstly,
    when I declare the table parameters, its doesnt allow me to write those table parameter saying that table parameters are obsolete and decription says that I should declare the tables parameter (edidc,dd,ds) in the changing parameters not in tables.
    secondly,
    Now if i declare the tables in changing parameters rather than in tables parameter (as stated above), these tables are not passed in the fm module.
    when i debugged the standard sap in we19, it shows that the tables parameter is not passed (as obvious as there is no table but changing parameter).
    Because in standard sap (Main program : SAPMSED7 / MSED7F05) the subroutine
    (PERFORM interface_new_check
                             TABLES
                                 l_t_exception_list
                                 l_t_export_parameter
                                 l_t_import_parameter
                                 l_t_tables_parameter
                             USING
                                 l_ok.)
    is asking for tables parameters.but now in this case it find the tables as empty and thus it gives an error that 'interface for FM is not correct'.
    Kindly Help
    Regards
    Sanjeev

    This message is only a warning and you can create such FM.
    Refer to note 'Note 947794 - Message FL 069: TABLES parameters are obsolete'

  • Interface for function module is incorrect in ALE inbound processing

    I have created a custom function module and i assign this FM
    to the custom process code for ALE INBOUND process and  i already assigned this Fm to message type and basictype in Tcode we57.i have assigned this process code to the msgtype in WE20 also.
    But while trying to execute the inbound function module through WE19, I get an error message: "interface for the function module is incorrect". What could be wrong?

    Hi
    if you ibserve clearly all the FM's will be having same parameters. Your function module also should contain same interface. Ensure that your FM does contain the same.
    *"  IMPORTING
    *"     VALUE(INPUT_METHOD) LIKE  BDWFAP_PAR-INPUTMETHD
    *"     VALUE(MASS_PROCESSING) LIKE  BDWFAP_PAR-MASS_PROC
    *"  EXPORTING
    *"     VALUE(WORKFLOW_RESULT) LIKE  BDWF_PARAM-RESULT
    *"     VALUE(APPLICATION_VARIABLE) LIKE  BDWF_PARAM-APPL_VAR
    *"     VALUE(IN_UPDATE_TASK) LIKE  BDWFAP_PAR-UPDATETASK
    *"     VALUE(CALL_TRANSACTION_DONE) LIKE  BDWFAP_PAR-CALLTRANS
    *"  TABLES
    *"      IDOC_CONTRL STRUCTURE  EDIDC
    *"      IDOC_DATA STRUCTURE  EDIDD
    *"      IDOC_STATUS STRUCTURE  BDIDOCSTAT
    *"      RETURN_VARIABLES STRUCTURE  BDWFRETVAR
    *"      SERIALIZATION_INFO STRUCTURE  BDI_SER
    *"  EXCEPTIONS
    *"      WRONG_FUNCTION_CALLED

  • Error in SXI_CACHE and reading HTTP destination: INTEGRATION_DIRECTORY_HMI

    I have been going over many posts etc trying to figure out why this quit working. Basically everything was working fine, and I did a Integration Process Scenario and uploaded that, once that was complete I started getting cache errors that where affecting everything else already configured in XI.
    I have tested in SM59 INTEGRATION_DIRECTORY_HMI and when I put in path
    /dir/hmi_cache_refresh_service/ext I get back a 200 response on connection test
    and put in path /dir/cacheRefresh I get a 500 response which I assume both are fine,
    I have also tested by the ping test in sicf using PIISUSER along with the url test of http://<host name>:<port>/dir/hmidiag/ext?method=info all was successful
    So the error seems to come when I run sxi_cache
    If I do a delta cache it comes up with the following error Prefix number: entry missing for system PIT client 300
    If I do a full cache refresh it runs in the background (and while it runs all the other scenario's work) but after the full cache comes back it has Unable to refresh cache contents with the message of Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.
    Also once this error is checked all other scenerio's quite working again with the following message
    XIServer:UPDATE:Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI
    Does anyone have any ideas?
    I def award points
    Cheers
    Devlin

    Hi,
    I don't know if this is the exactly case we have here... but in our PI DEV and PRD environments it does not happen. In our QAS environment this error occurs everytime we create/change some integration scenario object and activate it. Then, all outbound interfaces start with this error. To solve it we go for a full refresh, delete Adapter Engine cache and restart ICM.
    We are trying for a long time to search why this happens only on QAS environment without success... But thanks good it does not happen in PRD
    regards.
    roberti

  • Service Interfaces for Credit Management using WS-RM

    Hi,
    We are implementing FSCM Credit Management on EHP 5 without using PI. For this we are WS-RM and have configured following service interfaces:
    CreditCommitmentNotification_In
    CreditCommitmentNotification_Out
    CreditWorthinessQuery_In
    CreditWorthinessQuery_Out
    However, when we create sales order, credit check is not being perfomed. Do we need any other service interface for implementing Credit Management?

    Hello,
    I am using ECC 6 ehp 5 Which Enables you to Implement FSCM services via WS-RM (Web Service Reliable Messaging) instead of having to use Previously PI.
    I require to implement the scenario is:
    Credit Management (FSCM) and Integration with FICA without requiring PI.
    I think I have covered all the technical configuration, but do not know how to test credit management and integration with FI-CA, appreciate if you can do to get a guide.
    As indicated by the WSRM configuration guide, run the report SRT_ADMIN_CHECK and the result is:
    Cross-checking system settings
    bgRFC destination is Operational
    bgRFC destination is registered supervisor
    WSRM event handler is activated
    Task is active watcher
    Data collector for monitoring is not activated
    ICF All nodes are active for SOAP Runtime
    Ending cross-check of system settings
    thank you for your help.
    Regards.

  • Visual Administrator:  error in HTTP Destination

    I want to create a http destination to an ABAP AS in the Visual Administrator like it is described in the Installation Guide for ADS:
    "Visual Administrator - Cluster - Services - Destination - HTTP - New". After typing in the destination, I wanted to Save and Test it but allways the same error:
    "Error during ping operation: Error while silently connecting: org.w3c.www.protocol.HttpExeption: Connect timed out"
    The http destination works when starting with I.E. direct on the J2EE server!!!
    Edited by: Victor Grogger on Jan 24, 2008 1:16 PM

    Hi Victor,
                  Normally ignore that message.Then goto se38
    and execute the following programs FP_TEST_00 and also
    FP_CHECK_DESTINATION_SERVICE.While executing the program FP_CHECK_DESTINATION_SERVICE first execute the program without destination check.It should return you the pop up with the bytes transfered.Then execute this with the destination check.It should return you with the same messsage.Also check the ADS Connection in SM59 under the
    http connections.Check whether the connection test will give a
    successfull test or not.
    Reward Points if helpful.
    Regards,
    Vamshi.

  • When accessing the any tasks from Fusion Applications homepage, "An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/

    We have installed HCM and CRM modules on Fusion Application 11.1.7 version.
    This is 2 node architecture ie IDM components installed in one node and Fusion components installed in another node.
    We are able to start the IDM components and Fusion components successfully, but when users are trying to access any task from Fusion application home page, they are getting the below error
    A portlet consumer error was received for the task Manage Worker Goal Setting Lookups. Report the error details to the following owning product Goal Management.
    An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/fnd/applcore/lookups/publicUi/flow/ManageCommonLookupsTF.xml#ManageCommonLookupsTF of module code fndSetup. Review the consumer and producer logs for more details on this error.

    This may be related to the other issue regarding "FUSION_APPS_WSM_APPID-KEY" as the logs contains exceptions like:
    oracle.wsm.policymanager.PolicyManagerException: WSM-02081 : Failed to login to perform requested action.
    Please refer to document Fusion Application Service Account Password Expiration Causes Portlet Producer Errors (1486388.1) for steps on how to verify and set the password. There is also exception:
    javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User FUSION_APPS_PROV_PATCH_APPID denied
    This is also likely caused by an expired password, please see Fusion Apps Servers Are Not Starting Up - Password Policy Error :9000: GSL_PWDEXPIRED_EXCP :Your Password has expired (1629927.1).
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • XML/HTTP interface for AccessManager 7.1

    Hello,
    I'm using the XML/HTTP interface of Access Manager 7.1
    (such as: http://server_name.domain_name:port/service_deploy_uri/authservice)
    and it works fine, not only the interface for authservice
    but policyservice and sessionservice. This is good.
    (For some reason I can't use Java/C API, nor the policy agent)
    Problem is, I couldn't find any description about the XML/HTTP interface for policyservice and sessionservice in the Access Manager 7.1 documents.
    (for authservice, I found at
    http://docs.sun.com/app/docs/doc/819-4675/adufv?a=view
    and
    http://docs.sun.com/source/817-7644/appB_sessionlifecycle.html
    though the latter one is the document for older version of Access Manager)
    Is there any documents for XML/HTTP interface of Access Manager 7.1?
    or, officially we should not use this interface?
    Windsor

    Thanx again. We will continue to use Access Manager 7.1 for a certain period of time so we can't use REST interfaces nor Identity Services.
    If we can use these XML/HTTP interface in AM7.1, we will be very happy. Otherwise we have to build a proxy server (talk to Access Manager by C API and talk to clients by XML/HTTP way) but technically it seems completely wasteful because you can talk to Access Manager by XML/HTTP directly.
    Is it possible to get any (paid) support
    about these XML/HTTP interfaces from Sun Microsystems?
    (we don't need any "version-up" support, but just only AM7.1 support for these interfaces)

  • Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI

    Hi, PI experts.
    When refreshing XI cache I get following error:
    <b>“Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.”</b>
    Status of XI Runtime Cache is
    <b>Unable to refresh cache contents
    Error during last attempt to refresh cache</b>
    When starting cache delta refresh I get an error <b>OBJECTS_OBJREF_NOT_ASSIGNED</b>
    HTTP-destination INTEGRATION_DIRECTORY_HMI works correct (gives an error 500)
    In Cache Connectivity Test - Java IS and Adapter Engine are green and ABAP IS is yellow giving message “Attempt to fetch cache data from Integration Directory not yet started or still in process”
    I also read forum threads:
    sxi_cache
    Error while refreshing the XI runtime cache
    and “How To Handle XPI Caches in SAP NetWeaver 04s” but didn’t find there a solution
    Can anybody give me an advice how to solve this problem

    Hi
    You please check the INTEGRATION_DIRECTORY_HMI in SM59.
    Check the following fields:
    Target host:host name of xi
    Service No:xxxxx(ex:53000)
    Path Prefix:/dir/hmi_cache_refresh_service/ext
    make sure the service no is not Java port.
    Logon credentials:
    User:XIISUSER

  • Outlook for mac, message HTTP error resource not found 18596

    outlook for mac, message HTTP error resource not found 18596 really strange and outlook is connected and as soon as you send a mail you suddenly get the message, really annoying actually, seems to be an old problem!!!
    Help appreciated!!!!!!!!

    Same probelm any suggestions ????

  • How to maintain HTTP Destinations for Adaptive WebService in Netweaver 7.1

    hi ,
      i  am working with adaptive webservices. i hv created HTTP Destinations for Webservices on server. In Netweaver 04s i used to write code as follows
    wdContext.currentNodeTest.modelObject()._setHTTPDestinationName("DESTINATION_NAME");
    just b4 executing modelObject.
    But in Netweaver 7.1 , no method _setHTTPDestinationName available for  wdContext.currentNodeTest.modelObject() . I want to change host  for wsdl , as my production and development servers are different. How can i use HTTP Destinations in Netweaver 7.1?

    Kavita,
    Are you creating adaptive webservice model, if so then you just need to import webservice model once in your code and when you deploy your application you must define two logical destinations in visual admin.
    DEFAULT_WS_METADATA_DEST
    DEFAULT_WS_EXECUTION_DEST
    How to define logical destinations, check out following link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
    if you are running application in your development or production server just define these destinations and your application will run smoothly.
    Regards,
    Jawed Ali

  • FAQ: BC-LDAP-USR (Directory Interface for User Management via LDAP )

    Version: 20060317
    Q: Where can i find more information to the BC-LDAP-USR interface ?
    A: Have a look on our ICC webpage in the SDN:
    SAP NetWeaver AS - Directory Interface for User Management via LDAP (BC-LDAP-USR)[1] [original link is broken]
    Q: What costs a arising when we want our product to be certified ?
    A: See also our SDN page under the headline "Price List".
    Q: Is there a link/page for the already certified products for this interface ?
    A: Sure, have a look on our ICC page under the headline "Certified Solutions"
    Q: Who can we ask in case of general question ?
    A: Have a look at our general ICC forum:
    SAP Integration and Certification Center (SAP ICC)
    Of course, if you have urgent requests you can send them also directly to our local ICC's:
    ICC Walldorf in Germany: [email protected]
    ICC Palo Alto in USA: [email protected]
    ICC Bangalore in India: [email protected]
    Q: Who can we ask in case of technical questions ?
    A: This depends on the state of your certification project.
    1.) If the certification contracts have been signed then you can ask in this forum and if this does not solve your question go back to your assigned integration consultant.
    2.) When the certification contracts have not been signed then you can ask questions in this forum.

    I distinguish it using the passwordExpirationTime(or something like that, i don't have code here with me).
    This is possible if after password is expired user has at least one more access.It is a user policy that can be set in the Ldap server.
    If it is possible, user can still login and perform operations.You chan search the passwordExpirationTime attribute and determine if password is expired, and the send a message to the user, telling him to change it.(If only one access is allowed and you change the password with the same application or service then do not close context, else you should not be able to connect again.) Instead, if you use an external script, then the last acces should not give you problems.
    Hope i made myself clear.

Maybe you are looking for

  • Lightroom/Hard drive compatibility issue.

    When I import from an SD card to a Hard Drive through lightroom, how do i set it so that it deletes pictures from the hard drive when I delete them in Lightroom?

  • Problem when posting GR for Inboun Delivery through MIGO

    Hi All,       I am trying to post a GR for an Inbound Delivery by using the Function Module 'BAPI_GOODSMVT_CREATE'. The problem is that after the GR has been posted successfully through the report I am still able to post GR through MIGO. This happens

  • Import manager error, when using Standard maps

    Hi, I am trying to import data using Import manager statndard Maps. For certain maps I am getting the following error message. <b>"Unable to retrieve unique values for field 'Key <Clone>'."</b> And also after getting this error if I close the current

  • Question mark ? on my Finder

    Hello! Since many days a "?" appears on the top of the Finder window. My girlfriend, who also uses the computer, says she deleted some files and then the question mark appeared. But now, there is another one. How can I know why it happened? and how c

  • Satellite P200D - Catalyst Control Centre host application stopped working

    Hi. I have a Satellite P200D-128 and I've been getting a pop-up screen with an error message saying, "Catalyst Control Centre host application stopped working." I'm sure I haven't altered anything. I tried downloading new drivers from http://support.