HANA XS Outbound Http Issue

Hello all,
We are unable to call http destination from XS .
Below is the hana log:
XsIpConnection   IPConnection.cpp(00072) : IPconnection can not initialize libsapcrypto. rc = -40
In XSJS service:
HttpClient.request: request failed. The following error occured: unable to establish connection to <host>:443 - internal error code: Secure store initialization failed
Cyprto is installed successfully and we were able to add and authenticate the Http destination in XS Admin tool .
Can you please provide your inputs to resolve this?
Thanks,
Ramya

Hi Ramya,
It seems you want to make HTTPS request which is not enabled by default. Please make sure you've configured everything successfully. Here is some info for you.
How to Configure SSL for SAP HANA XS Engine using SAPCrypto
Outbound httpS with HANA XS (part 1) - set up your HANA box to use SSL/TLS
Outbound httpS with HANA XS (part 2) - set up the trust relation
Outbound httpS with HANA XS (part 3) - call the https outbound service in XS server side JavaScript (xsjs)
Best regards,
Wenjun

Similar Messages

  • HELP!!! - EDI Outbound HTTP call failure

    Our EDI outbound (HTTPS-OXTA) is failing since Monday in production. We narrowed down the area that might be an issue. This is what we see in the Apache log,
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&<serverName>&8001&1337662614&JServ&DiscoGroup&<server_url>&1&1&0&31490&17001;FormsGroup&<server_url>&1&1&0&31491&18001;OACoreGroup&<server_url>&1&1&0&31489&16001;XmlSvcsGrp&<server_url>&1&1&0&31492&19001
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(291): OPM:hc: Connecting to url: <server_url>:8101/oprocmgr-service
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(314): OPM:hc: Connection to host: <server_url>, port: 8101
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(438): OPM:hc: HTTP Request sent to server: POST /oprocmgr-service<server_url> HTTP/1.1^M
    Host: <server_url>^M
    Content-Type: application/x-www-form-urlencoded^M
    Content-Length: 269^M
    cmd=Broadcast&<serverName>&8001&1337662614&JServ&DiscoGroup&<server_url>&1&1&0&31490&17001;FormsGroup&<server_url>&1&1&0&31491&18001;OACoreGroup&<server_url>&1&1&0&31489&16001;XmlSvcsGrp&<server_url>&1&1&0&31492&19001
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[0] is HTTP/1.1 404 Not Found
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[1] is Date: Tue, 22 May 2012 05:31:56 GMT
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[2] is Transfer-Encoding: chunked
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[3] is Content-Type: text/html; charset=iso-8859-1
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(525): OPM: EW: Broadcasts to <server_url> and send result=404
    I'm trying to understand the steps of the process. Does "HTTP/1.1 404 Not Found" response to the opm_hc.c(438) call? When I type "<server_url>:8101" in the browser, I get "The webpage cannot be displayed" error. Does this should work?
    EDI outbound is routed to proxy and confirmed that call from OTA was never made to proxy. Switched protocol to SMTP and it worked. There is no issue other than HTTP initial call failure. Any help you can give me I'd appreciated.

    George great support so far (+5)
    Hi Robert
    debug ccsip all is very intensive so you should do the following before enabling the debug
    service sequence-numbers
    service timestamps debug datetime localtime msec
    logging buffered 10000000 debug
    no logging console
    no logging monitor
    default logging rate-limit
    default logging queue-limit
    Then..
    <Enable debugs, then test again.>
    debug ccsip all
    <Enable session capture to txt file in terminal program.> (such as Putty)
    then do the ff:
    terminal length 0
    show logging
    ++++
    What is even more strange is that the call appears to be disconnected from the far end. From the logs below the outbound call leg (45) is where the disconnect is coming from and the "cc_api_call_disconnected" shows this call leg talking to CCAPI..
    001858: *Jan 20 13:18:19.102: //45/8B56ECEE8011/CCAPI/cc_api_call_disconnected:
       Cause Value=16, Interface=0x3CE6D670, Call Id=45
    001859: *Jan 20 13:18:19.102: //45/8B56ECEE8011/CCAPI/cc_api_call_disconnected:
       Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
    Can you also send a debug voip ccapi onout from the CUBE. we need to check if the call arrives there, though we don't see any INVITE request sent out.

  • Outbound HTTP Connection Configuration

    Hi
    I need to invoke a REST service from HANA. Is there any way to configure the outbound connection as opposed to hardcode the connection paramteres in the code?
    Thanks,
    Diego Vinas

    I just did this with HTTPS, I used this series of blogs on SCN as a good resource for getting configured with HTTPS, I assume that the steps for HTTP would be much easier because you don't need to setup the Trust Store:
    http://scn.sap.com/community/developer-center/hana/blog/2013/11/02/outbound-https-with-hana-xs-part-1--set-up-your-hana-box-to-use-ssltls

  • Biztalk 2013 WCF-WebHTTP Adapter - Outbound HTTP Headers

    Hi
    I have a requirement to connect to a service using the WCF-WebHTTP adapter that requires authentication to be passed in the Headers.
    A usercode and password is sent in the intial header and a security token is returned in the response header.
    This security token is then used in the header of each subsequent call to the service.
    I could not find anything in the documentation about getting and setting the "HTTP Header" data using maps or variables or using variables in the "Outbound HTTP Headers" on the adapter transport properties.
    Any help on this would be gratefully received.
    Malcolm

    You can set the outbound HTTP header in WCF-WebHTTP adapter by 2 ways
    1) At adapter level Change adapter properties
    2)Changing Message context property at Orchestration or at pipeline
    Its been well documented here
    http://blog.codit.eu/post/2013/04/30/Using-HttpHeaders-with-WCF-WebHttp-Adapter-on-Biztalk-2013.aspx
    Thanks
    Abhishek

  • Outbound HTTP  - Connection fails

    Hello,
    We are using Oracle 10.1.2 B2B Integration to test outbound XML messaging over HTTP 1.1. We get the following error when we try a outbound flow.
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-1005
    Stack trace
    =========
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendConnectionRefused] HTTP connection is refused.
         at oracle.tip.transport.TransportException.create(TransportException.java:91)
         at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:443)
         at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:283)
         at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:665)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1217)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:701)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:832)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:531)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:344)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3041)
         at HTTPClient.HTTPConnection.doConnect(HTTPConnection.java:3773)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2849)
         at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2778)
         at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2564)
         at HTTPClient.HTTPConnection.Post(HTTPConnection.java:963)
         at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:414)
    We are trying to POST to a HTTP URL in the internet. The end point details are
    oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 501 http://as2.preprod.1sync.org:4080/exchange/8380160030003
    Protocol = HTTP
    Version = 1.1
    Transport Header
    1Sync-TestHTTP
    Content-Transfer-Encoding:binary
    FROM:Oracle Development
    MESSAGE-ID:0A0A0A0A1132FF680DB000001904E0F0
    DATE:Fri, 15 Jun 2007 15:18:04 GMT
    Content-Type:text/plain; charset=us-ascii
    Connection:close
    We tried the following options
    #1
    oracle.tip.adapter.b2b.ProxyHost =
    oracle.tip.adapter.b2b.ProxyPort =
    #2
    oracle.tip.adapter.b2b.ProxyHost =www-proxy.us.oracle.com
    oracle.tip.adapter.b2b.ProxyPort = 80
    But in both cases the outbound fails with the same error.

    Ramesh,
    Thx again for your help.
    We were able to resolve the HTTP outbound errors by setting the following java.net properties to the opmn.xml file.
    http.proxySet
    http.proxyHost
    http.proxyPort
    E.g. -- here is a modified XML fragment.
    <category id="start-parameters">
    <data id="java-parameters" value="-server -Xms8M -Xmx512M -Dhttp.proxySet=true -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80"/>
    </category>
    We still have one doubt though --
    There are several XML sections where there "start-parameters" are defined.
    Eg. -
    ias-component = OC4J, B2B, b2bmid.10.10.10.10
    Process-type = OC4J_B2B, B2BServer
    As of now we have added "-Dhttp.proxySet=true -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80" to every of these sections.
    But which is the exact section to be modified for Outbound HTTP?

  • Kapsel Logon Example - IOS 7 https issue

    Hello Experts,
    When i try to connect via HTTP from the cordova project "logondemo" everything works fine, when i switch to HTTPS, i have this issue on the cordova project... CFNetwork SSLHandshake failed (-9807)
    I tested the connection via the REST API Client App from Google Chrome and i had no problem, it seems that this is an IOS 7 Issue...
    http://social.technet.microsoft.com/Forums/lync/en-US/901a65f4-0417-4287-abd1-f4840f4d6a4f/ios-users-with-4222014-client-update-unable-to-connect?forum=lyncdeploy
    Is there any update on this? a newer version?
    i currently have XCODE: 5.1.1
    IOS Simulator 7.1
    Cordova version 3.4.0-0.1.3
    This is the log of the error when i try to connect via HTTPS
    2014-06-23 11:16:37.251 LogonDemo[19448:60b] IAB loadstart: iOS
    2014-06-23 11:16:37.251 LogonDemo[19448:60b] event: "onsubmit"
    2014-06-23 11:16:37.251 LogonDemo[19448:60b] calling parent callback
    2014-06-23 11:16:37.252 LogonDemo[19448:60b] {"serverHost":"server name","user":"xxxxx","password":">>> FILTERED <<<","resourcePath":"","https":true,"serverPort":"8081","farmId":"","communicatorId":"REST","securityConfig":"CEMEXNET"}
    2014-06-23 11:16:37.252 LogonDemo[19448:60b] logonCore.startRegistration
    2014-06-23 11:16:37.252 LogonDemo[19448:60b] {"serverHost":"xxxxx","user":"xxxxx","password":">>> FILTERED <<<","resourcePath":"","https":true,"serverPort":"8081","farmId":"","communicatorId":"REST","securityConfig":"CEMEXNET"}
    2014-06-23 11:16:37.273 LogonDemo[19448:4613] Initializing Client connection with ApplicationID : com.cemex.logon  Domain :  default  SecurityConfiguration:  CEMEXNET
    2014-06-23 11:16:37.276 LogonDemo[19448:4613] Setting Client connection with Url:  https://xxxxx:8081
    2014-06-23 11:16:37.277 LogonDemo[19448:4613] Clearing session cookies
    2014-06-23 11:16:37.278 LogonDemo[19448:4613] Assigning the selectors
    2014-06-23 11:16:37.279 LogonDemo[19448:4613] Automatic Registration : Registering user ASYNCHRONOUSLY with user name : xxxxx, security configuration : CEMEXNET
    2014-06-23 11:16:37.295 LogonDemo[19448:2f3] CFNetwork SSLHandshake failed (-9807)
    2014-06-23 11:16:37.296 LogonDemo[19448:60b] Request Failed With Error Code  0 message:  (null)
    2014-06-23 11:16:37.298 LogonDemo[19448:60b] ER:MAFLogon Registration failed with error: Error Domain=HTTPRequestErrorDomain Code=1 "A connection failure occurred: SSL problem (possibly a bad/expired/self-signed certificate)" UserInfo=0xc2ea240 {NSUnderlyingError=0xc294d60 "The operation couldn’t be completed. (OSStatus error -9807.)", NSLocalizedDescription=A connection failure occurred: SSL problem (possibly a bad/expired/self-signed certificate)}
    2014-06-23 11:16:37.299 LogonDemo[19448:60b] ER:MAFLogon Registration failed
    2014-06-23 11:16:37.301 LogonDemo[19448:60b] registration failed
    2014-06-23 11:16:37.301 LogonDemo[19448:60b] {"errorMessage":"keyErrDescrMAFLogonErrorCommunicationManagerError","errorDomain":"MAFLogonCoreErrorDomain","errorCode":"3"}
    2014-06-23 11:16:37.301 LogonDemo[19448:60b] "LogonController.getRegistrationErrorText: {\"errorMessage\":\"keyErrDescrMAFLogonErrorCommunicationManagerError\",\"errorDomain\":\"MAFLogonCoreErrorDomain\",\"errorCode\":\"3\"}"
    2014-06-23 11:16:37.301 LogonDemo[19448:60b] iabui showNotification
    2014-06-23 11:16:37.334 LogonDemo[19448:60b] THREAD WARNING: ['InAppBrowser'] took '31.832031' ms. Plugin should use a background thread.
    2014-06-23 11:16:37.363 LogonDemo[19448:60b] executeScript returned:[null]
    Any comment of this its appreciated,
    Regards,
    Daniel Y.

    I assume that the issue might be related to missing certificate in the device do to a HTTPS request. To make a HTTPS request a certificate is needed. This thread might give more information,Re: SMP 3.0 Kapsel Development in  HANA Cloud
    Midhun VP

  • Outbound goods issue IDOC

    Hi
    Which message type should i use to sent goods issue idoc to an external system?

    HI
    GOOD
    KOMIM - CHAR1 - Transfer pick quantities to delivery / post goods issue (as of release 4.0)
    If you set the indicator KOMIM to 2, the IDoc can no longer be use for mass processing: If you want to post the goods issue for an outbound deliver via the IDoc, you can only transfer a single transfer order in the IDoc, for each IDoc and communication activity.
    go through this link
    http://www.sapgenie.com/sapedi/message_types_masterdata.htm
    thanks
    mrutyun

  • Can't browse web (outbound HTTP port 80) using wired Ethernet

    I just purchased a new 20" Core 2 Duo iMac today (Leopard installed) and I'm seeing a very strange problem: I can't browse the web using a wired Ethernet connection. Here are the specifics:
    - When I set up wireless ethernet w/ Airport, it works fine (outbound port 80 access is successful)
    - Going back to wired ethernet, when I pop down into a shell, I notice that outbound FTP (port 25), outbound SSH on port 15554 works fine. When I run curl (text-based web browser), it hangs. This tells me that its only port 80 that's giving me problems and nothing else. The network connection in general is fine.
    This tells me the following:
    - wireless ethernet is working fine
    - wired ethernet mostly works - all outbound TCP ports that I've tested work great. Its just the HTTP/Web port 80 that seems to be blocked.
    I went into the Security area and under Firewalls, it appears that the default configuration is set up to allow just about anything out and in.
    This is so bizzare - I thing as far as networking goes, the web access is the most important one, so I can't see Apple disabling this somehow. What gives??
    Earlier, I had set up a few user accounts for the rest of the family and set up Parental Controls on my two kids accounts. When I started noticing the outbound web access issues, I even went as far as deleting all the accounts to try to return the system as close as possible to how i received it.
    Anyone have any ideas why my outbound web access is blocked?
    Thanks,
    Ben

    I am not sure what the fix is but let me give it a try here for you. (Making sure edit works with questions 1,2,3)
    1. What version of ColdFusion Builder are you running. Are you sure you are running Beta 3?
    2. Can you access these files from your explorer window?
    3. Are you using RDS to connect to these files or the file system? (should be able to do both but that might be helpful to know which is failing.)
    4. Now the final question... by browse you might have a different issue. What version of CF server are you running? This might not be the issue but again could be if you are running developer version. If not an issue let me know and will try to hook up with you via connect to do an online screen share and help you out here.

  • STO Outbound delivery issue

    Hi All,
    I've a intercompany customer (say ICABCD) which has Ship-to Party maintained as 12345678 (not same as Sold-to Party) in Customer master. Now when I create a I/C PO to procure goods for ICABCD and create delivery (outbound), it sets Ship-to Party in delivery as ICABCD, not 12345678. Partner determination at delivery level is perfectly fine and has no issues at all.
    As a result when I create a I/C billing document and Commercial Invoice subsequently, it gives the Ship-to Party address as ICABCD address in Commercial Invoice since it is taking VBPA-KUNNR with PARVW=SH by passing Billing document number. I know the workaround could be referring KNVP-KUNNR, PARVW=SH (and VKORG).
    But at the first place, why it is not determining the correct Ship-to Party in Delivery? Is there a solution for this? Is this the standard behavior?
    Awaiting your replies.
    Regards
    Samier Danish

    there is no extra ship-to party.
    the whole logistics customizing is between receiving plant (which is ship-to ) and sending plant (vendor).
    the sold-to does not really play any role, except it is identical with the bill-to party, this one is then mentioned in the EDI settings for invoice exchange.

  • Purchase Order Outbound Idoc issue. Message Type ORDER

    Hi Experts,
    I am having issue with outbound IDoc generated from Purchase Order.(Message Type ORDER and Basic Type ORDERS05)
    Issue is when i create PO idoc Segment  E1EDP01 and field ACTION populates as 001 this works fine.
    Now when made any changes to the purchase order.* PO trigers one more EDI - Idoc. but the ACTION field is stil as 002.*
    Could any tell me how to fix this.
    Cheers...Gopinath.

    Hi,
    Thank you.
    I have found the issue and fixed.
    Below three setting was missing same has been done in Partner Profile now ok.
    Message type u2013 ORDCHG, Processing Code u2013 ME11 and Change flag On.
    Cheers..Gopinath
    Edited by: Gopinath A.R on Oct 8, 2009 3:14 PM

  • ABAP client (outbound) proxy - issue

    Scenario - ECC to R3 4.6C system
    RFC is developed on R3 system and is imported onto XI. The imported RFC is exported as XSD and imported as External definition for the messaage type on the ECC system.
    There is an outbound sync interface on ECC system. We have developed and configured.
    Idea is to send message from ECC via client proxy. I have generated the proxy in SPROXY of ECC.
    I am trying to understand the different sections of generated proxy.
    I am looking at sproxy screen of ECC 6.0 system
    reg

    Hi,
    Please see below link
    http://www.****************/Tutorials/XI/ABAPClientProxy/page1.htm
    You will get required things.
    Thanks,
    Vijay Kumar T.

  • Generate !DOCTYPE in outbound http

    Hello,
    What is the best way to generate a !DOCTYPE tag in an outbound message?
    Is there a doc or thread that describes how to do this?
    I've read about XSL and java mapping for this but was wondering if there maybe was another way. Isn't it possible to use the HTTP adapter header fields for this maybe?

    Ok,
    Wrestling now with XSL mapping. I have an imported archive with the following content:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <!-- Add the Doctype declaration -->
    <xsl:output method="xml" indent="no"
    doctype-system="http://integratex.quality.techdata.de:8080/ix/dtd/ixOrder.dtd"/>
    <!-- Identity Transform - copy the source XML to the output without any changes -->
    <xsl:template match="node() | @*">
    <xsl:copy>
    <xsl:apply-templates select="node() | @*"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>
    Activation goes well.
    When I try to use this imported archive in an interface mapping i get the error:
    DOCTYPE_Stylesheet  has no program
    DOCTYPE_Stylesheet is the arbitrary name of my imported archive.
    What am I missing?
    Thanks
    Tom

  • Mapi over HTTP issue

    Hi all!
    Hope somebody can help me out. In my test lab, where I`m experimenting with Exchange 2013 SP1 and Outlook 2013 SP1 I came across very annoying thing.
    Let me explain a little bit more about config that worked.
    Outlook 2013 connected to Exchange 2013 via RPC over HTTPS is working great actually really great. I have created my own certs and imported ROOT CA cert to all of my machines and things are working peachy. As part of my plans for 2014 I have to test and
    deploy MAPI over HTTP sometime at the end of 2014 in our company (and migrate fromEX2007 but this is different story).
    OK so I`ve enabled MAPI over HTTP on my test server and configured 5 virtual machines with different accounts to test things out. Started Outlooks, accepted "Your administrator has made change ....." prompts and here we go, I`m connected MAPI/HTTP
    and all works really great.
    Except for one thing. When it does connect, things are super fast and it works as it should. But sometimes it does not connect right away and it is sluggish in performance. Also Outlook is missing "Quick steps" menu, see attached image:
    I restarted all servers, clients, clean Outlook install nothing helps.
    When RPC/HTTPS I could quit and start Outlook 10 times and it worked 10/10 without problems.
    When MAPI/HTTP I restart outlook and it works 6/10, so 4 times I get messed up Outlook and very poor performance.
    Any idea where to start troubleshooting? Maybe Outlook has a bug or 2 with this mode?
    Server is correctly sized and backed up by enough of memory and CPU, mailboxes have 100-3500 items in them.
    Again, RPC/HTTPS works every time without any problem.
    MAPI/HTTP works lets say 6 times without any prolem at all and really works great but 4 times out of 10 it makes me want to throw it away :)
    If someone knows best way to troubleshoot this one, please let me know.
    Regards,
    G

    Hi,
    From your information, when Outlook hang on PC A, there was no problem to connect at the same time from computer B, so the client side related issue causing this problem is more likely. For
    example, when Outlook was trying to connect to Exchange server, it fails due to the temporary Network issue, or it hang when loading something. As far as I know, it may also be caused by the local OST file. But it is difficult to do troubleshooting since there
    could be many possible causes and more logs may be required to do troubleshooting.
    Please try to run Outlook in safe mode by running "Outlook.exe /safe", see if we can reproduce this issue.
    Thanks
    Jessie

  • C897-VA-K9 Version 15.2(4)M6dialer 0 interface high gig outbound traffic issue

    Hi  i have recently upgraded  one of my branch office router from  C876 to  C897-VA-K9, and after 1 week i deployed the new router  i started to see 1 gbps + traffic in my dialer 0 interface outbound in my MRTG. and  after i restarted the router the graph looks normal for 5 to 6 days and  detects gig traffic  and the graph keeps  moving up from 1 gbps+ to  2gbps + and so on and  keeps up until restarted.
    1# sh int dialer 0
    Dialer0 is up, line protocol is up (spoofing)
      Hardware is Unknown
      Description: Internet - Internode -
      Internet address is x.x.x.x/24
      MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
         reliability 255/255, txload 255/255, rxload 255/255
      Encapsulation PPP, LCP Closed, loopback not set
      Keepalive set (10 sec)
      DTR is pulsed for 1 seconds on reset
      Interface is bound to Vi2
      Last input never, output never, output hang never
      Last clearing of "show interface" counters 3d02h
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 1382000 bits/sec, 152 packets/sec
      5 minute output rate 2309042000 bits/sec, 74 packets/sec
         4640078 packets input, 46025807702 bytes
         4174133 packets output, 76966587324883 bytes
    So far  i haven't  been able to figure out the issue, i did  shared the issue with my provider  as per them  there is nothing  unusual in our usage. Looking after  my issue  it look like bug i tried  identical c897-VA-K9 router  have same issue but yet unable to find bug info for the series  of router in cisco.
    Appreciate  your prompt help and suggestion.
    Regards
    khagen
    really appreciate if you can share any re

    Node Bandwidth is 8 Mbps.
     virtual-Access2 interface, it gives exact traffic information. that made me feel  there is something wrong with  dialer 0 interface.
    but want  to know what  is  causing such unusual outbound throughput in dialer interface. is it bug on the router  hardware  or software?

  • Inspect http issue - unable to browse secure site.

    Hi,
    Current version of the asa firewall is 7.1(2) in which when the inspect http is enabled, while opening secure site like axis bank account or any money market site either blank page display or page can not display error message appear. When i disable this command i am able to access all the secure sites properly. It looks like a bug but in the release not i am not finding any bug related to this issue. Please help me resolve this issue.
    Amit M.

    Thanks for the reply. When i disable http inspection and when i try to open login page for some of the site then this page cannot be display appear. Also i try MSS might get exceeded and found in the show asp drop tcp mss is not showing. But still i create a class for mass exceed and apply it in globle configuration but it does not work. Latter i have to disable the http inspection and it started working. Now the question is while clicking on login butten it will go from http to https page during this shifting of http to https why does it affect the connection when enable http inspection.
    Following is the show asp drop output.
    Please check
    PIXFIREWALL# sho asp drop
    Frame drop:
      Invalid IP header                                          10
      No route to host                                           13
      Reverse-path verify failed                             398846
      Flow is denied by configured rule                 107075
      Flow denied due to resource limitation          35
      Invalid SPI                                                 2
      First TCP packet not SYN                           62706
      TCP failed 3 way handshake                        1211
      TCP RST/FIN out of order                             39
      TCP packet SEQ past window                      1
      TCP invalid ACK                                          1
      TCP packet buffer full                                    209
      TCP RST/SYN in window                               14
      TCP DUP and has been ACKed                      10411
      TCP packet failed PAWS test                         10
      IPSEC tunnel is down                                     137
      IP option drop                                                551
      Expired flow                                                   26
      ICMP Inspect seq num not matched                1057
      ICMP Error Inspect different embedded conn     60
      DNS Inspect id not matched                            4674
      IPS Module requested drop                              8
      FP L2 rule drop                                               22988
      Interface is down                                             8
    Flow drop:
      Flow terminated by IPS                                     16
      NAT failed                                                       13066
      Tunnel being brought up or torn down                514
      Need to start IKE negotiation                            2136
      Inspection failure                                               60

Maybe you are looking for

  • Pricing Procedure related query

    If I don't see an account key in front of the pricing condition in the pricing procedure - what does it mean?  How is it picking the account key that i can see in the document.  It is not a statastical condition type. Any help will be highly apprecia

  • How to create  a quick toolbar ribbon in Acrobat?

    In Office 2007, I find that the ribbon (i.e., quick access toolbar) is extremely handy. I use it whenever I open the Office 2007. In Acrobat 9.0 which came with both CS4 and CS5, I don't see the ribbon. Is there anyway to create the ribbon? I recentl

  • Purchase Group - Purchase Executive

    Hi, Each Purchase Group has 3 executives.  when PR is generated it will generate for PG only,  Here the requirement is after creating the PR, based on Purchase Group, he will assign to the respective executive for further processing.  How can it be m

  • Building approval workflow that spans two system

    Hi, We are on oracle apps 11i. There is a requirement to build a workflow that spans oracle purchasing and another procurement system for PR. After purchase requisition is handled in the system it should be forwarded to the other procurement system.

  • Java Older Version not Working

    I have a web base application that requires an older version of Java to run. Java 6.18. It will not run on a newer version of Java. Cannot get firefox beta to use the older version a Java 6.18.