BI Ssytem Conenction

Hi,
I have installed CE 7.1 ehp 1 on my system along with SAP NetWeaver ABAP 7.01 on the same system. I followed the steps mentioned in the help document to connect the ABAP system to the CE.
I want to use the BI queries in Visual composer. I have maintained a rfc destination which allows me to use BAPI's from the backend system. I have created a BI system in the system landscape using the standard connector sap system using dedicated application server. In the connector test for the system my web as is working with out any issues but the connection test for connectors fails with the following error:
Connection failed: Make sure user mapping is set correctly and all connection properties are correct.
i have maintained the user mapping in the user administrator. When i check the logs i am getting the following messages
Severity Date Time Message Category Location Application
Warning 18/12/2008 11:18:26:364 Attempting to create outgoing ssl connection without trusted certificates /System/Security/SecureConnectionFactory com.sap.security.core.server.https.SecureConnectionFactory sap.com/com.sap.netweaver.bc.uwl
Info 18/12/2008 11:18:26:427 LOGIN.OK /System/Security/Authentication com.sap.engine.services.security.authentication.logincontext.table sap.com/tcbpemhimuwlconnprovider~ear
User: uwl_service
IP Address: 10.10.0.10
Authentication Stack: sap.com/tcbpemhimuwlconnproviderear*sap.comtcbpemhimuwlconnprovider~web
Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule ;            SUFFICIENT  ok          false      false
2. com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule ;   SUFFICIENT  ok          true       true
3. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule ;  SUFFICIENT  ok                     true
Central Checks                                                                                true
Warning 18/12/2008 11:19:26:366 Attempting to create outgoing ssl connection without trusted certificates /System/Security/SecureConnectionFactory com.sap.security.core.server.https.SecureConnectionFactory sap.com/com.sap.netweaver.bc.uwl
I am not able to see the BI system in Visual composer. How can i fix the above issue and make sure i have the visibilty of the system in visual composer.
Thank you,
Ravi.

Trail Version does not have BI Java

Similar Messages

  • Problems conencting via Remote Desktop Connection to a server

    hello! i have a problem connecting to one of our servers via Remote Desktop Connection. The story goes like this: the server works fine, i can connect using my credentials with no problems, the firewall is up. But, when i restart the server, after loading
    windows, the server wont respond. I try to ping its IP Address and no respond. The only way so far to fix this bug is to log on localy (without remote) and disable the Windows firewall. Instantly the server starts to respond and i can connect to it via remote
    desktop conenction. If i restart the server, the problem appears again and the solution to it this time is to enable the windows firewall back again. This enable/disable firewall thing doesnt seem right. Does anyone have any idea?
    thank you!

    Hi Dede,
    Your box is up to date with windows updates.
    Witch windows server are you using?
    Maybe review the firewall exceptions.
    Att,
    Nicolas Rojas

  • ORA-12518 Tns: Listener could not hand off client conenction

    Sometimes I got ORA-12518 Tns: Listener could not hand off client conenction
    adding
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    to listener.ora is suggested.
    Here is my listener.ora.
    Where should I add it?
    like this????????????????
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = disaster)(PORT = 1521))
    DIRECT_HANDOFF_TTC_LISTENER=OFF
    )

    like this????????????????No, like this
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = disaster)(PORT = 1521))
    DIRECT_HANDOFF_TTC_LISTENER=OFF

  • ORA-12519: too many new conenctions

    Hello,
    with 10.2 XE the number of PROCESSORS is limited to 40, the Problem exists with the Listener that it quickly starts to refuse new connections with ORA-12519, even when the maximum number of connects at the same time is not reached. At least this is the situation as I understand it from metalink 424566.995: the problem is, that the listener counts new connections, but only seldomly gets the number of closed conenctions from the instance.
    For my application with connection pools this is not a big issue, however I have a ANT script which installs the application and this unfortunatelly triggers the problem often, because connections are not recycled.
    I wonder if it is "legal" and "possible" to increase processrs/sessions or better configure the listner to not reject those connections. It does not look like it is allowing me 50 connections anyway.
    Interesting enough lsnctrl (verbose display mode) does not show any rejects (but I see them in the logfile) and I cant see a way to read listeners' concurrency limit?
    logfile Looks like:
    04-NOV-2005 18:22:01 * service_update * xe * 0
    04-NOV-2005 18:22:01 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3672)) * establish * XE * 0
    04-NOV-2005 18:22:01 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3673)) * establish * XE * 0
    04-NOV-2005 18:22:01 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3674)) * establish * XE * 0
    04-NOV-2005 18:22:01 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3675)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3676)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3677)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3678)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3679)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3680)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3682)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3683)) * establish * XE * 0
    04-NOV-2005 18:22:02 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3684)) * establish * XE * 0
    04-NOV-2005 18:22:03 * service_update * CLRExtProc * 0
    04-NOV-2005 18:22:03 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3685)) * establish * XE * 0
    04-NOV-2005 18:22:03 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3686)) * establish * XE * 0
    04-NOV-2005 18:22:03 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3687)) * establish * XE * 0
    04-NOV-2005 18:22:03 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3688)) * establish * XE * 0
    04-NOV-2005 18:22:04 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3689)) * establish * XE * 0
    04-NOV-2005 18:22:04 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=C:\BISopenXE\runtime\jvm\bin\java.exe)(HOST=ECKENFELS03)(USER=Eckenfel))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=3690)) * establish * XE * 12519
    TNS-12519: TNS:no appropriate service handler found
    04-NOV-2005 18:22:04 * service_update * xe * 0
    In this case I have 18 conenctions in 4 seconds where the last one was rejected.
    Anybody can help?
    Bernd

    The system does not enforce a limit to the number of processes or sessions. You may change the parameters to meet your needs.
    Do note that increasing either parameter will use more memory. The amount will be based on the application requirements so it's not possible to give a blanket answer to "how many before we use up the 1GB RAM limit?"
    To determine your current per-process memory use, I recomend reading Tom Kyte's "Expert Oracle Database Architecture ..." (http://www.apress.com/book/bookDisplay.html?bID=10008) which will explain the numbers derived from the simple SQL statements.

  • JCo conenction error

    Hi
    I am trying to establish a JCo conenction for a web dynpro application. After establishing the JCo connection, when I test the connection I get the error message given below:
    com.sap.mw.jco.JCO$Exception:
    (102) RFC_ERROR_COMMUNICATION: Connect to message server host filed Connect_PM TYPE=B MSHOST=xyz Group=gxyz R3NAME=yyy.......
    We are using EP 6.0 SP11. Please help.
    Thank you
    -Mark

    Mark,
    is this the same error as in JCo conenction error
    if not, please post the complete error message.
    kr, achim

  • Does Socket.keepAlive(true) method opens a new conenction ?

    In java Socket Programming we have a method Socket.keepAlive(true) method to check the end to end conenction.
    Does this method opens a new port for evert packet which it send?
    In my program i was checking with the tool netstat -an which was showing like as follows:
    tcp 0 3328 16.181.58.27.7278 2.141.3.37.3821 ESTABLISHED
    tcp 0 3328 16.181.58.27.7278 2.141.3.37.3789 ESTABLISHED
    tcp 0 3328 16.181.58.27.7278 2.141.3.37.3806 ESTABLISHED
    tcp 0 3328 16.181.58.27.7278 2.141.3.37.3844 ESTABLISHED
    Please let me knw what is the root cause of this kind of probelm and any resolution?

    Matthias,
    We had a similar problem about 6 months ago (see [Query Refresh goes to Saved View?|Query Refresh goes to Saved View?;). As you can tell from the title I gave this thread, our problem seemed to be caused by a saved view. However, we could never figure out how to delete this saved view from the workbook.
    Thought this might help (and maybe someone will finally figure this out)...
    Bob

  • When i try to use a vpn a message shows that ppp conenction can't be stablished!

    when i try to use  vpn , a message shows that ppp conenction can't be stablished!what's the problem?

    If you have iCloud mail using IMAP then your messages are on the mail server. If you have a POP account then they are on your computer. All of Mail's data are stored in the /Home/Library/Mail/ folder.
    However, you provided almost no information about your problem. I don't really know if by "restore mail" you mean the Mail application in your Applications folder or if you mean something else. I don't even know if your email ISP is iCloud.com or somebody else.

  • I have Wifi shows as conencted

    I have Wifi shows as conencted, but unable to go online. I have a ADSL modem to Wifi router.

    I would connect the iPad to your syncing PC and update it using iTunes instead.
    See:
    http://support.apple.com/kb/ht4623 (scroll down to "Update your device using iTunes")

  • One of my voice memos did not save - it displays as 00:00 - and my iPhone will also not conenct to any computers (it charges, but will not connect). any way to solve both these problems simultaniously?

    I've tried using multiple cords to connect to a computer, I've tried multiple computers, I've tried resetting all my settings on my IPhone, I've reinstalled and redownloaded itunes, and I've completely updated my iPhone and iTunes. Nothing works. I'm at the very end of my rope as this memo was a very important interview and I need to recover it.
    Thanks for any help!

    Anything?

  • Help Am New To Apples And Need HELP With Wireless Conenction Imac Mini

    Hi
    First time here, i think i am running myself in circles here reading hundreds od different threads and pdf's.
    What i want to do is share my broadband connection with the Imac intel dual core (Wifes), My PC and an XBOX 360. Have the pc and the xbox already connected to the router which is a belkin wirelss pre-n router. the Pc is connected by cable to back of router port 1, the xbox 360 is wireless to the router.
    What i want to know is do i need to get anything else for the imac to connect it to the router as it says it has airport extreme wireless networking.
    My way of looking at it is that i neeed nothing else and it should just see a wirelless network from the router and connect to that, is that right?
    If i am way off do i need something else to plug into the router to make the apple go wireless.
    I haven't trierd it yet as we only just got it (the mac) and like to be in charge of all the facts first before setting networks up
    MAny thanks for looking and thanks in advance of any help

    My way of looking at it is that i neeed nothing else
    and it should just see a wirelless network from the
    router and connect to that, is that right?
    Yes.

  • ASA 5505 VPN conenction issue

    Good morning everyone. I am in need of some help. I am a newbie when it comes to configuring the ASA. Here is my problem. I have the asa configure and it is allowing me to get out to the internet. I have several VLANs on my network and from inside I can ping everything. I have created the VPN and I am able to connect to it and get in IP assigned from the pool of address. If I have multiple connections I can ping the other PCs. Right now I am able to ping the outside and inside interfaces of the ASA but no where else. I have split tunneling enabled. Here is a copy of my config.
    Thanks
    Dave 
    Result of the command: "sh run"
    : Saved
    : Serial Number: *****
    : Hardware:   ASA5505, 512 MB RAM, CPU Geode 500 MHz
    ASA Version 9.1(5)21
    hostname Main-ASA
    domain-name *****
    enable password ***** encrypted
    xlate per-session deny tcp any4 any6
    xlate per-session deny tcp any6 any4
    xlate per-session deny tcp any6 any6
    xlate per-session deny udp any4 any4 eq domain
    xlate per-session deny udp any4 any6 eq domain
    xlate per-session deny udp any6 any4 eq domain
    xlate per-session deny udp any6 any6 eq domain
    names
    ip local pool AnyC-CPN-Client-Pool 192.168.59.0-192.168.59.250 mask 255.255.255.0
    interface Ethernet0/0
     switchport access vlan 12
    interface Ethernet0/1
     switchport access vlan 2
    interface Ethernet0/2
     shutdown
    interface Ethernet0/3
     shutdown
    interface Ethernet0/4
     shutdown
    interface Ethernet0/5
     shutdown
    interface Ethernet0/6
     shutdown
    interface Ethernet0/7
     shutdown
    interface Vlan2
     nameif inside
     security-level 100
     ip address 192.168.0.1 255.255.255.252
    interface Vlan12
     nameif Outside
     security-level 0
     ip address dhcp setroute
    banner login *************************************
    banner login       Unuathorized access is prohibited !!
    banner login *************************************
    ftp mode passive
    clock timezone MST -7
    clock summer-time MDT recurring
    dns domain-lookup inside
    dns domain-lookup Outside
    dns server-group DefaultDNS
     domain-name *****
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object network VLAN54
     subnet 192.168.54.0 255.255.255.0
     description VLAN 54
    object network Management
     subnet 192.168.80.0 255.255.255.0
     description Management
    object network VLAN51
     subnet 192.168.51.0 255.255.255.0
     description VLAN 51
    object network VLAN52
     subnet 192.168.52.0 255.255.255.0
     description VLAN 52
    object network VLAN53
     subnet 192.168.53.0 255.255.255.0
     description VLAN 53
    object network VLAN55
     subnet 192.168.55.0 255.255.255.0
     description VLAN 55
    object network VLAN56
     subnet 192.168.56.0 255.255.255.0
     description VLAN 56
    object service 443
     service tcp destination eq https
    object service 80
     service tcp destination eq www
    object service 8245
     service tcp destination eq 8245
    object service 25295
     service udp destination eq 25295
     description Blocking 25295
    object network VPN-Connections
     subnet 192.168.59.0 255.255.255.0
     description VPN Connections
    object-group service No-IP
     description no-ip.com DDNS Update
     service-object object 80
     service-object object 8245
     service-object object 443
    access-list inside_access_in remark No-ip DDNS Update
    access-list inside_access_in extended permit object-group No-IP object VLAN51 any
    access-list inside_access_in extended permit ip any any
    access-list VPN standard permit 192.168.0.0 255.255.0.0
    access-list Outside_access_in remark Blocking 25295 to HTPC
    access-list Outside_access_in extended deny object 25295 any object VLAN54
    pager lines 24
    logging enable
    logging asdm warnings
    mtu inside 1500
    mtu Outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    nat (inside,Outside) source dynamic any interface
    access-group inside_access_in in interface inside
    access-group Outside_access_in in interface Outside
    router eigrp 1
     no auto-summary
     network 192.168.0.0 255.255.255.252
     network 192.168.59.0 255.255.255.0
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server LDAP protocol ldap
    aaa-server LDAP (inside) host 192.168.51.1
     server-port 636
     ldap-base-dn cn=users,dc=spicerslocal
     ldap-scope subtree
     ldap-naming-attribute cn
     ldap-login-password *****
     ldap-login-dn cn=users,dc=*****
     sasl-mechanism digest-md5
     ldap-over-ssl enable
     server-type microsoft
    user-identity default-domain LOCAL
    http server enable
    http 192.168.0.0 255.255.0.0 inside
    http 0.0.0.0 0.0.0.0 Outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    crypto ipsec ikev2 ipsec-proposal DES
     protocol esp encryption des
     protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal 3DES
     protocol esp encryption 3des
     protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES
     protocol esp encryption aes
     protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES192
     protocol esp encryption aes-192
     protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES256
     protocol esp encryption aes-256
     protocol esp integrity sha-1 md5
    crypto ipsec security-association pmtu-aging infinite
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
    crypto map Outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map Outside_map interface Outside
    crypto map inside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map inside_map interface inside
    crypto ca trustpoint ASDM_TrustPoint0
     enrollment self
     subject-name CN=Main-ASA
     crl configure
    crypto ca trustpool policy
    crypto ca certificate chain ASDM_TrustPoint0
     certificate
      quit
    crypto ikev2 policy 1
     encryption aes-256
     integrity sha
     group 5 2
     prf sha
     lifetime seconds 86400
    crypto ikev2 policy 10
     encryption aes-192
     integrity sha
     group 5 2
     prf sha
     lifetime seconds 86400
    crypto ikev2 policy 20
     encryption aes
     integrity sha
     group 5 2
     prf sha
     lifetime seconds 86400
    crypto ikev2 policy 30
     encryption 3des
     integrity sha
     group 5 2
     prf sha
     lifetime seconds 86400
    crypto ikev2 policy 40
     encryption des
     integrity sha
     group 5 2
     prf sha
     lifetime seconds 86400
    crypto ikev2 enable Outside
    crypto ikev2 remote-access trustpoint ASDM_TrustPoint0
    telnet timeout 5
    ssh stricthostkeycheck
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    management-access inside
    vpn-addr-assign local reuse-delay 5
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ssl trust-point ASDM_TrustPoint0 Outside
    ssl trust-point ASDM_TrustPoint0 inside
    webvpn
     enable Outside
     anyconnect image disk0:/anyconnect-win-3.1.06079-k9.pkg 1
     anyconnect image disk0:/anyconnect-linux-2.5.2014-k9.pkg 2
     anyconnect image disk0:/anyconnect-macosx-i386-2.5.2014-k9.pkg 3
     anyconnect profiles AnyC-SSL-VPN_client_profile disk0:/AnyC-SSL-VPN_client_profile.xml
     anyconnect enable
     tunnel-group-list enable
    group-policy DfltGrpPolicy attributes
     dns-server value 192.168.51.1 8.8.8.8
     vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec ssl-client ssl-clientless
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value VPN
     default-domain value *****
     split-dns value 8.8.8.8
    group-policy GroupPolicy_AnyC-SSL-VPN internal
    group-policy GroupPolicy_AnyC-SSL-VPN attributes
     wins-server none
     dns-server value 8.8.8.8
     vpn-tunnel-protocol ikev2 ssl-client
     default-domain value *****
     webvpn
      anyconnect profiles value AnyC-SSL-VPN_client_profile type user
    username Dave password ***** encrypted privilege 15
    username Don password ***** encrypted privilege 15
    tunnel-group AnyC-SSL-VPN type remote-access
    tunnel-group AnyC-SSL-VPN general-attributes
     address-pool AnyC-CPN-Client-Pool
    tunnel-group AnyC-SSL-VPN webvpn-attributes
     group-alias AnyC-SSL-VPN enable
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
     parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect ip-options
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny 
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip 
      inspect xdmcp
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    call-home
     profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:af0fad1092e0314b0a80f20add03e3f7
    : end

    Hi Dave,
    It seems to be an issue with the NAT, I saw your VPN configuration:
    ip local pool AnyC-CPN-Client-Pool 192.168.59.0-192.168.59.250 mask 255.255.255.0
    unnel-group AnyC-SSL-VPN type remote-access
    tunnel-group AnyC-SSL-VPN general-attributes
     address-pool AnyC-CPN-Client-Pool
    tunnel-group AnyC-SSL-VPN webvpn-attributes
     group-alias AnyC-SSL-VPN enable
    group-policy DfltGrpPolicy attributes
     dns-server value 192.168.51.1 8.8.8.8
     vpn-tunnel-protocol ikev1 ikev2 l2tp-ipsec ssl-client ssl-clientless
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value VPN
     default-domain value *****
     split-dns value 8.8.8.8
    access-list VPN standard permit 192.168.0.0 255.255.0.0
    You will need to set up a NAT exemption as follow:
    object-group network obj-192.168.59.0-Pool
     network-object 192.168.59.0 255.255.255.0
    object-group network obj-192.168.0.0
     network-object 192.168.0.0 255.255.0.0
    nat (inside,outside) 1 source static obj-192.168.0.0 obj-192.168.0.0 destination static obj-192.168.59.0-Pool obj-192.168.59.0-Pool no-proxy-arp route-lookup
    Please proceed to rate and mark as correct this post, if it helps!
    David Castro,
    Regards,

  • Network Conenctivity Error in 11.1.2

    Hi All,
    I am able to login Admin Console.However when I am trying to connect Essbase server i am getting below error
    netwrok error [10061]:Unable to connect to [ServerName:1423].
    The Client Timed out waiting to connect to Essbase agent using TCP/IP.Check your network connections.also make sure that server and port values are correct
    I checked in Task Manager Essbase.exe is not running.I restarted/rebooted the services but there is no vain.
    As suggested by John in below forum
    http://cn.forums.oracle.com/forums/thread.jspa?threadID=1064330
    I restarted the services manually in the path
    <EPM_ORACLE_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startEssbase.bat

    Its working fine however again facing problem when I am closing the command prompt window.Can someone help me out to resolve this issue
    For your reference
    EPM Version : 11.1.2
    Platform : windows
    Thanks & Regards,
    SatyaB

    go via cmd prompt to <EPM_ORACLE_HOME>\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin and try executing startEssbase.bat with first argument as password of the admin:
    startEssbase.bat <password>
    Is essbase.properties file at EPM_ORACLE_INSTANCE\config\starter\ has:
    name=opmn_EPM_epmsystem1
    type=service
    What is happening when you peform:
    opmnctl startproc ias-component=EssbaseInstanceName
    or
    opmnctl restartproc ias-component=EssbaseInstanceName

  • I have just got the new version of iTunes. It does not seem to be recognising either my iPhone 5 or iPhone 4. They do not appear in the device list at all, they are clearly conencted to my computer as they are charging off it, but I can't sync them.

    They were both functioning fine yesterday, but after the v.11 download today they aren't being recognised. Can anyone help me to get them syncing again? I am using an iMac, Mac OS X v.10.7.5, if thats of any significance.

    Disconnect your devices then reboot your computer.
    Before connecting your devices again reboot your devices. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Error about database conenction

    hi everyone i ve a problem about connecting to ms sql server. i ve made two tables on MSsql server names are rezervation and sale. those tables ve same column names. column names are name(varchar50) surname(varchar50) airline(varchar50) flight_no(nvarchar50) departure_date(date) departure_city(varchar50) arrival_city(varchar50) departure_time(time(0)) arrival_time(time(0)) gate(int) price(nvarchar).
    when i run the program, program starts but when i press the rezervation button i get an error it says SQLException: [Microsoft][ODBC Driver Manager] Invalid string or buffer length. here is my whole code can anyone tell me where did i do wrong i m studyin about 3 days on it n cant get solve the problem. i m doin this simple project for my school term project. just any clue to solve problem thnx
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    import java.sql.*;
    public class TableRowColumn extends JFrame // class begin
    JTable table;
    DefaultTableModel model;
    JPanel buttonPanel;
    JButton button;
    public TableRowColumn() // constructor begin
    // create table
    Object[][] data = {{"client name","client surname","thy...","ex-1234","year-month-day","city name","city name","hour:min","hour:min","gate no","750 tl"}};
    String[] columnNames = {"NAME","SURNAME","AIRLINE","FLIGHT NO","DEPARTURE DATE","DEPARTURE CITY","ARRIVAL CITY","DEPARTURE TIME","ARRIVAL TIME","GATE","PRICE"};
    model = new DefaultTableModel(data, columnNames);
    table = new JTable(model);
    table.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
    // adding button to frame
    JScrollPane scrollPane = new JScrollPane( table );
    getContentPane().add( scrollPane );
    buttonPanel = new JPanel();
    getContentPane().add( buttonPanel, BorderLayout.SOUTH );
    //giving action to button NEW ENTRY
    button = new JButton( "New Entry" );
    buttonPanel.add( button );
    button.addActionListener( new ActionListener()
    public void actionPerformed(ActionEvent e)
    model.setRowCount( model.getRowCount() + 1 );
    //giving action to DELETE ENTRY button
    button = new JButton( "Delete Entry" );
    buttonPanel.add( button );
    button.addActionListener( new ActionListener()
    public void actionPerformed(ActionEvent e)
    model.removeRow(model.getRowCount()-1);
    // giving action to REZERVATION button
    button = new JButton("Rezervation");
    buttonPanel.add( button );
    button.addActionListener ( new ActionListener()
    public void actionPerformed(ActionEvent e)
    // java_data is name of the database i ve create on sql server
    String url = "jdbc:odbc:java_data";
    Connection con = null;
    Statement stmt = null;
    String query = "SELECT name, surname, airline, flight_no, departure_date, departure_city, arrival_city, departure_time, arrival_time, gate, price from Rezervation";
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    } catch(java.lang.ClassNotFoundException e1)
    System.err.print("ClassNotFoundException: ");
    //System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myLogin", "myPassword");
    stmt = con.createStatement();
    stmt.executeUpdate("INSERT INTO Rezervation " +"values(" + "name , surname , airline , flight_no , departure_date , departure_city , arrival_city , departure_time , arrival_time , gate , price" );
    ResultSet rs = stmt.executeQuery(query);
    while (rs.next()) {
    String q = rs.getString("name");
    String a = rs.getString("surname");
    String z = rs.getString("airline");
    String w = rs.getString("flight_no");
    String s = rs.getString("departure_date");
    String x = rs.getString("departure_city");
    String d = rs.getString("arrival_city");
    String c = rs.getString("departure_time");
    String r = rs.getString("arrival_time");
    String f = rs.getString("gate");
    String v = rs.getString("price");
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    // giving action to SALE button
    button = new JButton("sale");
    buttonPanel.add(button);
    button.addActionListener ( new ActionListener()
    public void actionPerformed (ActionEvent e)
    } // constructor end
    // to add new row to table
    private Object[] createRow()
    Object[] newRow = new Object[2];
    int row = table.getRowCount() + 1;
    newRow[0] = Integer.toString( row );
    return newRow;
    // main begin
    public static void main(String[] args)
    TableRowColumn frame = new TableRowColumn();
    frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
    frame.pack();
    frame.setTitle("Ticket Rezervation & Sale");
    frame.setSize(1280,600);
    frame.setVisible(true);
    } // main end
    } //class end

    1. Use code tags when you post code.
    2. Do not mix jdbc code with GUI code. Use a class for just the jdbc code and then use that class in your GUI code.
    3. Do not use the ODBC to access MS SQL Server. It has a significant problem. Get one of the java drivers.
    4. Your SQL is wrong. Learn the basics of SQL before writing java code that relies on it.

  • About putting conenction object in session

    Hi,
    iam having an application with jsps.i need to connect databse multiple times.so far iam doing in this way..the first time when i connect to database then iam putting that connetion object in session and using whereve i require..but i have i doubt wther this is good practice are not.
    please advise me on this.are i have to connect to database in each page and close the connection once the operation is finished..which one is best way..

    worst is to keep connection in a session, this willr esult in alot of open connection not being used.
    Better is to create and close a connection each time youneed one
    Best is to use a Connection pool.

Maybe you are looking for

  • Can I open .xlsx file from mobile Safari webmail in Numbers?

    Due to security concerns, my company won't allow me to set up my work email account in Mail on the iPad. I have to use webmail. I can open .xlsx attachments in Safari, but graphs tend to be pretty bad. Is there some way to get Numbers to open the .xl

  • How to turn off automatic scrolling to top of Browser list?

    I'm having an issue in Aperture 3.2.1 that I've found to be very annoying.  I'm curious if there's a way to disable this particular behavior.  Opening an image from the Browser view causes the Browser list to scroll to the top upon closing the image.

  • Flash header in iWeb - Links not working

    Here's the situation: I managed to get a flash header to show up on my  site by using an HTML Snippet. There are three buttons in this flash  file. Each of them open up drop-down menus with links to different pages  found on the site. Currently, when

  • Hi how i know my iphone production

    Hi how i know my iphone production

  • HDMI from DisplayPort

    I have a MacBook I bought late 2010, how do I know what mini DisplayPort revision it is (1.1 or 1.2)? Also, how do I know if it supports audio out when using an HDMI adaptor? Can anyone recommend any good mini DisplayPort to HDMI adaptors? I would lo