How to configure the connection WebService for ERP?

Hi Experts,
I need professional help.
I will development the Webservice in the NWDS(Composite Application).
1.The development of the WebService in NWDS.
2.The configure of the "Web Service  End Point URL" in NWA.
   (NWA->SOA Management-> Application and Scenario Communication->Single Service Administration->Consumer Proxies)
I don't know "Web Service  End Point URL".
We investigated the following URL as a reference.
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b043ef4e-e8d1-2c10-7d88-8077b209ce55
but it's WebService was not found to be SOA Manager
What is needs in addition to the NWDS or SOA Manager ?
Regards.
Shinya

Hi Vamshi.
I tried to wsnavigator.
but not completed wsnavigator.
The returnmessage of the Webservice.
"Invalid Response content type. Server returned code (500) with message <OK> and content type <text/html; charset=UTF-8>."
Result Message
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Server</faultcode>
      <faultstring>Invalid Response content type. Server returned code (500) with message &lt;OK&gt; and content type &lt;text/html; charset=UTF-8&gt;.</faultstring>
      <detail>
        <ns3:CAFServiceException xmlns:ns3="http://www.sap.com/caf/sap.com/caf.core/faults" xmlns:ns2="http://www.sap.com/caf/demo.sap.com/test090102/modeled/PurchaseOrderCreate090103">
          <nestedStackTraceString>com.sap.caf.rt.exception.CAFServiceException: Invalid Response content type. Server returned code (500) with message &lt;OK&gt; and content type &lt;text/html; charset=UTF-8&gt;.&#13;
     at com.sap.demo.test090102.modeled.appsrv.purchaseordercreate090103.PurchaseOrderCreate090103Bean.purchaseOrderCreate090103(PurchaseOrderCreate090103Bean.java:45)&#13;
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#13;
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#13;
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#13;
     at java.lang.reflect.Method.invoke(Method.java:585)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_WS.invoke(Interceptors_WS.java:31)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext$InvocationContextImpl.proceed(AbstractInvocationContext.java:131)&#13;
     at com.sap.caf.rt.interceptors.LogInterceptor.aroundInvoke(LogInterceptor.java:61)&#13;
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#13;
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#13;
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#13;
     at java.lang.reflect.Method.invoke(Method.java:585)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Application.invoke(Interceptors_Application.java:40)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)&#13;
     at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)&#13;
     at com.sap.engine.services.ejb3.webservice.impl.DefaultImplementationContainer.invokeMethod(DefaultImplementationContainer.java:203)&#13;
     at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process0(RuntimeProcessingEnvironment.java:456)&#13;
     at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:430)&#13;
     at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:232)&#13;
     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:156)&#13;
     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWithLogging(ServletDispatcherImpl.java:96)&#13;
     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:66)&#13;
     at SoapServlet.doPost(SoapServlet.java:51)&#13;
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)&#13;
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)&#13;
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)&#13;
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)&#13;
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)&#13;
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)&#13;
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)&#13;
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)&#13;
     at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)&#13;
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)&#13;
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)&#13;
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)&#13;
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)&#13;
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)&#13;
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)&#13;
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)&#13;
     at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:425)&#13;
     at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)&#13;
     at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)&#13;
     at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)&#13;
     at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)&#13;
Caused by: javax.xml.ws.WebServiceException: Invalid Response content type. Server returned code (500) with message &lt;OK&gt; and content type &lt;text/html; charset=UTF-8&gt;.&#13;
     at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:173)&#13;
     at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:120)&#13;
     at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:83)&#13;
     at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:64)&#13;
     at $Proxy1928.purchaseOrderCreateRequestConfirmationIn(Unknown Source)&#13;
     at com.sap.demo.test090102.modeled.appsrv.purchaseordercreate090103.PurchaseOrderCreate090103Bean.purchaseOrderCreate090103(PurchaseOrderCreate090103Bean.java:33)&#13;
     ... 76 more&#13;
Caused by: com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response content type. Server returned code (500) with message &lt;OK&gt; and content type &lt;text/html; charset=UTF-8&gt;.&#13;
     at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.handleSOAPResponseMessage(SOAPTransportBinding.java:535)&#13;
     at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:1085)&#13;
     at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP_Idenpotency(SOAPTransportBinding.java:796)&#13;
     at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:777)&#13;
     at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:746)&#13;
     at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:167)&#13;
     ... 81 more&#13;
</nestedStackTraceString>
        </ns3:CAFServiceException>
      </detail>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Regards.
Shinya

Similar Messages

  • How to set the connection parameters for SQL

    How to set the connection parameters for SQL to access the MS Access database
    Attachments:
    Quick_SQL.vi ‏21 KB
    Doc1.doc ‏45 KB
    db1.mdb ‏112 KB

    Right-click the WINDOWS desktop, choose New->Microsoft Data Link. That will bring up a dialog that allows you to configure and test your database connection. You might connect to the Access database via ODBC or directly via Jet Engine. The Jet Enginge saves you the trouble of creating an ODBC connection on your PC. After you leave the dialog, the "data link" will show up on your desktop as text file. Open it and copy-paste the connection string to your VI.
    This webpage is an excellent resource for connection strings: http://www.able-consulting.com/ADO_Conn.htm
    If your application requires users to change the database connection at runtime, you can also include the dialog via ActiveX (MSDASC.IDataSourceLocator).

  • How to configure the RFC destination of ERP-CRM connection when moving to Q

    Hi Experts,
    I set up a ERP sales order and quotation in CRM but under configuration
    Customer Relationship Management -->Transactions -->Settings for Sales Transactions -->Define Profile for ERP Sales Transactions
    you can only configure one which is i already did in development now we are moving to Quality then next to Prod.
    Do you mean we will change this everytime we move to different environment thanks in advanced
    Br,
    Etrafanob

    Hi Etrafanob,
    Yes, in each system you will have to change the RFC destination for this as the destination set in your development system will normally be transported through to QA and production. To make the change you will need to contact your basis team and request the system client to be open for configuration changes in transaction SCC4.
    I hope this helps.
    Regards,
    David.

  • How to configure the rc.conf for a HUAWEI E220 modem

    Hello.
    I configured my HUAWEI E220 after the instructions in the wiki, and it's working well. BUT, I can't connect to the internet. I think that is because i didn't made any modifications at the network configurations in the rc.conf file. I don't know what to change. What should I write in it (i know that i can't use eth0 anymore, but what is the right interface for HUAWEI, ppp0, ttyUSB0...)? Thank you.

    I knocked together an RC script to start and stop the connection, which is ppp0
    from it:
    /usr/bin/wvdial three &> /dev/null &
    route add default gw 10.64.64.64 &> /dev/null &
    rm /etc/resolv.conf
    echo nameserver 208.67.222.222 >> /etc/resolv.conf
    perhaps this helps?

  • How to configure the connection between AS JAVA and AS ABAP

    Hello,
    I have installed a SAP Netweaver 7.3 AS JAVA and I would like to connect this JAVA Instance with 3 ABAP Systems (ECC 6.0) .
    On help.sap.com I have found the following instructions: http://help.sap.com/saphelp_nwpi71/helpdata/en/3b/0c4b428f96ab53e10000000a1550b0/content.htm
    Could you please advise, if the above configuration steps are OK?
    Or could you please help me with the exact procedure?
    Thank you in advance!
    Noemi

    Noemi,
    I'm not sure how exactly you want to use ABAP and Java so it is hard to answer your question.
    The link that you posted describes the steps to configure ABAP as a Security Assertion Markup Language (SAML) service provider. As a service provider, the AS ABAP enables you to off-load the authentication of users onto an identity provider. The identity provider enables you to federate identities across domains for Single Sign-On (SSO).
    Check the following wiki page for a good overview of all the ways that you could connect to ABAP
    http://wiki.sdn.sap.com/wiki/display/ABAPConn/ABAPConnectivityHome
    Regards,
    Ventsi Tsachev

  • How to configure the message control for DESADV

    dear friends .
    my requiremnet is i have to write the outbound for DESADV message type for extended IDOC  : ZDESADV01.
    pls tell me solution briefly

    Hi...
    How do we use IDoc to create Outbound delivery document using the transaction VL01N.
    Do following steps..
    Go to NACE and select V2 and click output type from menu.
    Give following value.
    Condition component Value
    Access sequence 0005 (sales organization/customer)
    Condition 0 (no condition)
    “Exclusive” select
    Output type LAVA (shipping notification outbound)
    Procedure V10000 (shipping output)
    Application V2 (shipping)
    Processing subroutine Program RSNASTED,
    form routine EDI-PROCESSING
    General data Select Condition access and Multiple sending of output, otherwise
    leave the fields blank
    Time e.g. 4 (immediately, IDocs are generated immediately after
    posting)
    Transmission medium 6
    Partner function WE
    Language DE (German)
    You must maintain following values for outbound partner profile.
    Output category : Desadv
    Partner type : Ku
    Partner function : WE
    Port : Subsystem
    Output mode: Collect idoc
    Basic type : Delvry01
    Packet size: 1
    Application: V2
    Output type : LAVA
    Process code: DELV.
    You can post the delivery by selecting Shipping, Delivery>Sales and Distribution >Logistics
    -->Create (transaction VL01N). Output control is used to find the condition record and the shipping
    notification is sent to the customer via EDI (IDoc Interface). The shipping time in the condition
    record determines when the corresponding outbound IDoc is generated.
    <b>Reward if Helpful.</b>

  • How maintaining the connection table for sticky/persistent/non-persistent?

    Question about how to maintain the connection table for the source(client) and destination(server) in the CSM(or CSS).
    I know the sticky has the table and max size such as 128K(css11501)as per CCO but not clear how works the persistant and non-persistant case.
    Q1) persistant. does it maintain the conntion table to tracking the session? then, any information the table size?
    Q2) non-persistant. is this also have connection table? then, how it works?
    why I'm asking is want to understand how the session keep tracking. for example, the router based on the routing table(stateless) versus PIX firewall has stateful table. As analogue, is the non-persistnet stateless and statefull for the persistent and sticky?
    Thnaks in advance,

    The CSS uses FCB to maintain information about active connections.
    Each connections requires 2 FCB - one for client to vip and one for server to client.
    When you boot the CSS it will immediately reserver a good amount of memory to create a list of FCB.
    Each connection will then take 2 FCB from the list.
    You can do a 'flow stat' from llama mode to verify how much free/used FCB you have.
    When running low on FCB, the CSS will try to allocate more memory.
    Gilles.

  • How to configure the runtime and consolidation for a track in CMS.

    How to configure the runtime and consolidation for a track in CMS.
    I can see the track exists in CMS but the same doesnt pull up in the NWDS in the development configuration perspective.
    I compared the given track with the one which gets pulled up in NWDS. Theres something called runtime system and consolidation which isnt defined for the track which is invisible.
    Please advise , what are these required for. And how can we configure the same.

    The runtime systems are defined for a track to setup the Transport path for any code changes....the Consolidation system is usually defined as a Virtual system for the track and used for comparison and fixing any broken or Dirty DC's ....that means it's not used as a Runtime System for Deployment as compared to DEV,QAT and PROD used for Deployment...
    Hope it helps..
    Regards,
    Shikhil

  • How to configure FTP/VAN Adapter for SFTP connection?

    Hi,
    I am new to the use of Seeburger's FTP/VAN adapter. I read SDN threads where the FTP/VAN adapter can be used for SFTP connections. Could anyone assist me in the steps to configure the communication channels for SFTP connections?
    Scenarios:
    1. R/3 -> XI -> File (SFTP server)
    2. File (SFTP server) -> XI -> IDoc
    There is no VAN connection involved. I am just trying to utilize the adapters my PI system currently have for my interface requirement.
    Is the configuration as simple as configuring the communication channel or there are scripts involved? If there are scripting involved, is there a benefit to use scripting in the FTP/VAN adapter, rather than XI's own File adapter?
    Please assist. Thank you.

    Hi Andrew,
    Standard PI Adapter will not support to conenct SFTP server, we have to use third party adapters?? do you have any third party adapters??
    many compniaes providing SFTP adapters and SAP PI Supports to.
    if you dont have third party adapter we do have other alternative , refer below blog
    /people/daniel.graversen/blog/2008/12/11/sftp-with-pi-the-openssh-way
    Regards,
    Raj

  • How to configure the Oracle XSL Mapper for ‘schemaLocation’ attribute?

    In the Transformation_1.xsl I need to have the ‘schemaLocation’ attribute defined as such:
    <inc:CaseIncidentReport xsi:schemaLocation="http://caseincidentreport.com/1.0.4 CaseIncidentReport.xsd">
    This is fine as long as long as I don’t switch to the Design tab. When I switch to the Design tab, Oracle XSL Mapper regenerates the XSL file and renders the root element as
    <inc:CaseIncidentReport>
    Can some one tell me how to configure Oracle XSL Mapper for ‘schemaLocation’ attribute? I am using BPEL Designer/JDeveloper Version 10.1.2.1.0 (Build 1915)
    Thanks,

    What do you mean by normal import? Where can I include the 'schemaLocation' attribute in the Designer? I have no trouble adding the shemaLocation in the source tab but when I switch to the design tab it always stripe it off.
    How do I file an enhancement request? I see the the XSL Mapper needs improvements.
    Thanks,
    Nathan

  • How to configure the wifi access with specific time slot for kids?

    how to configure the wifi access with specific time slot for kids?

    Which model of AirPort base station do you have? Which version of OS X is your MacBook Pro running?
    Wi-Fi access can be limited using the Timed Access feature of the AirPort routers. You would do so using the AirPort Utility.

  • How to configure the Easy Setup to match the sequence type for playback

    Plesae provide some suggestion for how to configure the Easy Setup in FCP 6.05.
    *Uncompressed HD 8-bit (1920 x 1080p30)video streams
    e.g:
    1. Choose Final Cut Pro > Easy Setup.
    2. Choose ?? from the Format pop-up menu
    3. Choose “all rates” from the Rate pop-up menu.
    4. Click the USE pop-up menu, choose which format?
    Also how about Uncompressed SD 8-bit (720 x 480p30) video streams ?
    Thanks,

    Thanks for the advice.
    In the project, I created two sequences.
    Import all my HD 8-bit clips into sequence 1, and say yes to mach the format
    and import all my SD 8-bit clips into sequence 2 and say yes.
    In Sequence-> setting-> I verified the configuration as following:
    However, that is "Load sequence preset" button, I am not sure what is that for and also do I need to go to Final cut pro -> easy setup to configure the format again?
    I just want to playback all my HD clips to make sure no dropped frame and
    then playback my SD clips sequence to make sure the performace are OK.
    Here are the format for HD clips:
    HD 1920x1080 HDTV 1080i (16:9); upper; uncompress 4:2:2.
    Here are the format for HD clips:
    SD 720x480 NTSSC DV (3:2), NTSC-CCIR601, lower , uncmpress 8-bit 4:2:2.

  • ASA 5505 8.4. How to configure the switch to the backup channel to the primary with a delay (ex., 5 min) using the SLA?

    I have ASA 5505 8.4.  How to configure the switch to the backup channel to the primary with a delay (for example 5 min.) using the SLA monitor?
    Or as something else to implement it?
    My configuration for SLA monitor:
    sla monitor 123
     type echo protocol ipIcmpEcho IP_GATEWAY_MAIN interface outside_cifra
     num-packets 3
     timeout 3000
     frequency 10
    sla monitor schedule 123 life forever start-time now
    track 1 rtr 123 reachability

    Hey cadet alain,
    thank you for your answer :-)
    I have deleted all such attempts not working, so a packet-trace will be not very useful conent...
    Here is the LogLine when i try to browse port 80 from outside (80.xxx.xxx.180:80) without VPN connection:
    3
    Nov 21 2011
    18:29:56
    77.xxx.xxx.99
    59068
    80.xxx.xxx.180
    80
    TCP access denied by ACL from 77.xxx.xxx.99/59068 to outside:80.xxx.xxx.180/80
    The attached file is only the show running-config
    Now i can with my AnyConnect Clients, too, but after connection is up, my vpnclients can't surf the web any longer because anyconnect serves as default route on 0.0.0.0 ... that's bad, too
    Actually the AnyConnect and Nat/ACL Problem are my last two open Problems until i setup the second ASA on the right ;-)
    Regards.
    Chris

  • How to determine the connection string to a SQLite database, in C# code

    Hello. I'm trying to figure out how to specify the connection string to a SQLite database, I would like to access using the following code:
    string connectionString = null;
    SqlConnection connection;
    SqlCommand command;
    SqlDataAdapter adapter = new SqlDataAdapter();
    DataSet ds1 = new DataSet();
    string sql = "SELECT DataName, Data, Id, UserId, DateLastUpdated FROM MainTable";
    connectionString = "Data Source=C:\\SQLITEDATABASES\\SQLITEDB1.sqlite;Version=3;";
    connection = new SqlConnection(connectionString);
    try
    connection.Open();
    command = new SqlCommand(sql, connection);
    catch
    The value I assigned to the variable connectionString, in the code above, I obtained somewhere from the Internet. It does not work. I'm using Visual Studio 2013, against the file sqlite-netFx451-setup-bundle-x86-2013-1.0.96.0.exe, which
    I installed, and got from
    here.
    My application's App.config file looks as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    </configSections>
    <connectionStrings>
    <add name="DC_Password_Saver.Properties.Settings.DC_Password_SaverConnectionString" connectionString="data source=&quot;C:\Users\patmo_000\Documents\Visual Studio 2013\Projects\DC Password Saver\DC Password Saver\DC Password Saver.db&quot;" providerName="System.Data.SQLite.EF6"/>
    </connectionStrings>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
    </startup>
    </configuration>
    I tried to use the value assigned to connectionString in the XML settings above, replacing single backslash characters with double backslash characters, because the Visual Studio editor flagged them as unrecognizable, and wound up with the
    following.
    SqlDataAdapter adapter = new SqlDataAdapter();
    DataSet ds1 = new DataSet();
    string sql = "SELECT DataName, Data, Id, UserId, DateLastUpdated FROM MainTable";
    connectionString = "data source=&quot;C:\\Users\\patmo_000\\Documents\\Visual Studio 2013\\Projects\\DC Password Saver\\DC Password Saver\\DC Password Saver.db&quot;";
    connection = new SqlConnection(connectionString);
    The above code however does not work either. So again, does anyone know how I can specify in C# code, a connection string to access my SQLite database? Thanks in advance for your reply.

    What does SQLite connection strings has to do with WPF?
    You will find some valid connection strings here:
    https://www.connectionstrings.com/sqlite/
    But you cannot use the SqlConnection class to connect to a SQLite database. You will need to download and add a reference to the System.Data.SQLite library and then use the SQLiteConnection class:
    connection = new System.Data.SQLite.SQLiteConnection(connectionString);
    try
    connection.Open();
    command = new System.Data.SQLite.SQLiteCommand(sql, connection);
    catch
    Please refer to the following article for more information and an example of how to connect and read and write data from an SQLite database using C#:
    http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/.
    There is contains a link where you can download the required assemblies.
    Hope that helps.
    Please remember to mark helpful posts as answer to close your threads and then start a new thread in an approproate forum if you have a new question.

  • How to configure the use of WS-RM in "PI 7.11 EHP1?

    How to configure the use of WS-RM in "PI 7.11 EHP1?
    Currently in the editing window of the communication channel (adapter type WS), I can not see any options regarding Reliable Messaging protocol (WS-RM).
    The scenario that is required is as follows.
    (Consumer WS-RM) -> (Provider WS-RM PI 7.11 EHP1) -> (ABAP Proxy Backend NW 7.0)
    I would greatly appreciate any help,
    Thanks,
    Roger.
    Edited by: Roger Solano on Apr 7, 2011 10:31 PM

    WS adapter supports WS Reliable Messaging.  But WS adapter is used to communicate between two SAP web service runtime. 
    Check this blog and its links for understanding direct connection or point to point communcation using WS adapter
    /people/william.li/blog/2008/02/13/point-to-point-connection-using-abap-in-sap-using-pi-71
    Hoe that helps.

Maybe you are looking for

  • New problem...SSD drive is no longer recognized

    OK, I was having the memory issues so I went out and bought new memory that is supposed to be compatible (GSKILL 2x4 MB 1333 DDR3), and now I have a brand new problem.  My SSD is no longer recognized, so I can't boot my OS.  I've tried swapping ports

  • What file type is this?

    Hi all, I am a Flash newbie. I like this video and would like to have a go at making something like this so I was wondering is it possible to tell how it was made ie whether it was made with Flash? If I right click on the video in IE 10 it says "Abou

  • How do I remove Fugu preferences?

    Dear Folks, Fugu has started behaving strangely on my laptop. The logical thing to try is a completely clean reinstall of it, but I don't know where it keeps all its settings. They aren't stored in the app itself; if I remove the old app and replace

  • How to override confirmation message as part of batch action?

    I have created an action in Illustrator CS5 that ungroups a radar graph and deletes the axis lines. And I would like to run this action on a batch of 100 files. The problem I am having is that when I run the action, I get the following pop-up message

  • [svn] 1692: Merge from branches\3.0.x.

    Revision: 1692 Author: [email protected] Date: 2008-05-13 14:45:54 -0700 (Tue, 13 May 2008) Log Message: Merge from branches\3.0.x. Modified Paths: blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/messaging-config.mods.xml blazeds/trunk/qa/apps/qa-manual