IPSec remote VPN with VPN client giving error

Hi ,
ASA 5505 current configuration is : (setup using ASDM)
esult of the command: "show running-config"
: Saved
ASA Version 8.2(5)
hostname TEST
enable password ___________ encrypted
passwd __________ encrypted
names
interface Ethernet0/0
switchport access vlan 2
interface Ethernet0/1
interface Ethernet0/2
interface Ethernet0/3
interface Ethernet0/4
interface Ethernet0/5
interface Ethernet0/6
interface Ethernet0/7
interface Vlan1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address dhcp setroute
ftp mode passive
access-list sap_vpn_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.224
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool test_pool 192.168.10.0-192.168.10.20 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
timeout xlate 3:00:00
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 authentication http console LOCAL
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
dhcpd address 192.168.1.5-192.168.1.132 inside
dhcpd enable inside
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy sap_vpn internal
group-policy sap_vpn attributes
dns-server value 192.168.2.1
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value sap_vpn_splitTunnelAcl
username test password ____________ encrypted privilege 0
username test attributes
vpn-group-policy sap_vpn
username TEST password ________________ encrypted privilege 15
tunnel-group sap_vpn type remote-access
tunnel-group sap_vpn general-attributes
address-pool test_pool
default-group-policy sap_vpn
tunnel-group sap_vpn ipsec-attributes
pre-shared-key *****
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 rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect ip-options
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:b67cdffbb9567f754052e72f69ef95f1
: end
I am using VPN client with host IP 192.168.2.20 and group authentication with username:sap_vpn and preshared key as password but could not connect to vpn and getting attached error message.
ASA set up with ASDM initial wizard: inside interface (VLAN1) IP 192.168.1.1 and outside (VLAN2) IP 192.168.2.20 assigned using DHCP. I am using outside interface IP 192.168.2.20 for HOST IP in VPN client for remote connection??? is it right??
please advise for this.

Hi,
current configuration for ASA 5505 for IPSec remote VPN as below:
ASA Version 8.2(5)
hostname _________
domain-name ________
enable password ___________ encrypted
passwd _________ encrypted
names
interface Ethernet0/0
switchport access vlan 2
interface Ethernet0/1
interface Ethernet0/2
interface Ethernet0/3
interface Ethernet0/4
interface Ethernet0/5
interface Ethernet0/6
interface Ethernet0/7
interface Vlan1
nameif inside
security-level 100
ip address 192.168.0.7 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address ______________(public IP)
ftp mode passive
dns server-group DefaultDNS
domain-name ________
access-list inside_nat0_outbound extended permit ip any 172.16.0.0 255.255.224.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool test_pool 172.16.10.0-172.16.16.20 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
timeout xlate 3:00:00
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 authentication http console LOCAL
http server enable
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcp-client client-id interface outside
dhcpd auto_config outside
dhcpd address 192.168.0.11-192.168.0.138 inside
dhcpd enable inside
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy dyt_vpn internal
group-policy dyt_vpn attributes
vpn-tunnel-protocol IPSec
default-domain value _______
username test password _________ encrypted privilege 0
username test attributes
vpn-group-policy dyt_vpn
username ________ password ______________encrypted privilege 15
tunnel-group dyt_vpn type remote-access
tunnel-group dyt_vpn general-attributes
address-pool test_pool
default-group-policy dyt_vpn
tunnel-group dyt_vpn ipsec-attributes
pre-shared-key *****
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 rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny 
  inspect sunrpc
  inspect xdmcp
  inspect sip 
  inspect netbios
  inspect tftp
  inspect ip-options
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:eb0f7a5c2385b7400e9b9432fb2df9d1
: end
when I am assigning PUblic IP to outisde interface of ASA, it is showing outside interface down.
can anybody please help me for that.
Thanks,
Sap

Similar Messages

  • How to mount a remote folder with VPN

    Dear All,
    I setted up a mac mini server with VPN. It goes through a rooter and I open some ports to be able to connect with VPN.
    From max MacBook pro, I installed the VPN profile and I can connect the VPN to my remote server. The remote server has a public static adresse.
    Now I am connected with VPN, but I can not moiunt a remote folder. I press command+K and I entered:
    afp://username@ip-adresse/Groups
    But it return an error message
    "There was a problem connecting to the server "46.xx.xxx.xx".
    The server may not exust ot it unavailbale at this time. Check the server name ot IP address, check your network connection, and then try again
    But the server is up and reachable!
    Thank a lot for your advises.
    Cheers

    I even tryed with
    afp://ip-adress
    after being connected with VPN,
    Should do something else from my router?
    When I go to my Macbook system preference and the to network and look at my location, I can see a green label to the VNC and and a IP adress is provided my the VNS server which belong to the pool  I configured and out of the local pool

  • Connecting Multiple Remote Sites with VPN Passthrough

    I have several Win2003SBS sites requiring VPN passthrough from remote clients some using the VPN Connectoid supplied with the SBS (on the RWW - "Download Connection Manager". The requirement is for an DSL modem router with at least 10 tunnels which also supports GRE. The device should support ADSL2 as a minimum and SDSL is preferred.
    A more detailed diagram is attached. Access to the Web Server will be required from both the LAN and WAN sides later.
    Any suggestions please?

    3700 Series multiservice access routers supports GRE, SDSL, ADSL.Refer the following URL for more information
    http://cisco.com/en/US/products/hw/routers/ps282/products_data_sheet09186a00800921f0.html

  • VPN with XP clients - Help needed

    Please,
    I need to setup a VPN on my G5/OSX, where my external clients will connect using the VPN Client built on the Windows XP. But I need to have their Internet navigation made trough the VPN tunnel, as I need them accessing the web sites using my IP.
    Using only the VPN service on the OS Server, I can get them connect, but they can not navigate trough the VPN tunnel.
    Please, what other services I should enable to get this?
    Thank you so much
    Fabio Cormack
    G5   Mac OS X (10.4.10)  

    Be sure to read through all the documentation on VPN from Apple,
    http://www.apple.com/br/server/documentation/
    "Network Services Administration" pdf.
    Specify the appropriate DNS settings in your VPN setup, and on the PC,
    for the VPN connection, check the "Networking" tab, select TCP/IP and click properties, and under DNS , select "Use the following..." and specify the DNS servers at your remote location (the ones specified in your VPN config).
    Load a website while connected via VPN from the PC, and run a command window.
    netstat -an
    should show you that in fact your current IP is configured via the VPN and that your website loaded via the VPN connection.

  • EJB Client giving error

    Hi All,
    I am new to EJB programming. I am trying to use EJB3 and Weblogic12c.
    and would like to know why I am getting this error:
    run:
    [echo] Executing client class
    [java] java.lang.NoClassDefFoundError: com/saurabh/demo/HelloWorldClient
    [java] Caused by: java.lang.ClassNotFoundException: com.saurabh.demo.HelloW
    orldClient
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [java] Could not find the main class: com.saurabh.demo.HelloWorldClient. P
    rogram will exit.
    [java] Exception in thread "main"
    [java] Java Result: 1
    I am posting my code so that its more easy to debug...
    1. HelloWorld.java -
    package com.saurabh.demo;
    import javax.ejb.Remote;
    @Remote
    public interface HelloWorld
         public void sayHello(String name);
    2. HelloWorldBean.java
    package com.saurabh.demo;
    import javax.ejb.Stateless;
    @Stateless(mappedName="HelloWorld")
    public class HelloWorldBean implements HelloWorld
         public void sayHello(String name)
              System.out.println("Hello "+name+ " Its Working");
    3.
    package com.saurabh.demo;
    import java.util.Hashtable;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    public class HelloWorldClient{
         private static HelloWorld helloworld;
         public static void main(String[] args)
         try{
              Hashtable<String, String> env = new Hashtable<String,String>();
              env.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
              env.put(Context.SECURITY_PRINCIPAL,"username of my weblogic");
              env.put(Context.SECURITY_CREDENTIALS,"password of my weblogic");
              env.put(Context.PROVIDER_URL,"t3://localhost:7001");
              Context ctx=new InitialContext(env);
              System.out.println("Initial Context created");
              helloworld =(HelloWorld)ctx.lookup("HelloWorld#com.saurabh.demo.HelloWorld");
              System.out.println("lookup Successful");
              System.out.println("Calling EJB method...");
              helloworld.sayHello("Saurabh");
              System.out.println("Output will be in Managed Server Console");
         catch(Exception e)
              e.printStackTrace();
    4. build.xml
    <?xml version="1.0" encoding="iso-8859-1"?>
    <project name="Ejb_HelloWorld" basedir="." default="buildEar">
    <property file="${basedir}/developer.properties"/>
    <property name="jarname" value="HelloWorld-ejb"/>
    <property name="appname" value="HelloWorld"/>
    <property name="src" value="${basedir}/src"/>
    <property name="build" value="${basedir}/build"/>
    <property name="dist" value="${basedir}/dist"/>
    <property name="lib" value="${basedir}/lib"/>
    <property name="src.server" value="${src}/server"/>
    <property name="src.client" value="${src}/client"/>
    <property name="build.server" value="${build}/server"/>
    <property name="build.client" value="${build}/client"/>
    <property name="dist.server" value="${dist}/server"/>
    <property name="dist.client" value="${dist}/client"/>
    <path id="dependencies">
         <pathelement location="${lib}/javax.ejb_3.1.0.jar"/>
         <pathelement location="${lib}/weblogic.jar"/>
    </path>
    <target name="clean">
         <echo>"Cleaning the directories"</echo>
         <delete dir="${build}"/>
         <delete dir="${dist}"/>
    </target>
    <target name="compile" depends="clean">
         <echo>"Compiling EJB"</echo>
         <echo message="BEA_HOME:${BEA_HOME}"/>
         <echo message="WLS_HOME:${WLS_HOME}"/>
         <mkdir dir="${build}/server/classes"/>
         <echo message="Source directory : ${src.server}"/>
         <javac includeantruntime="false" srcdir="${src.server}" destdir="${build.server}/classes" debug="on">
         <classpath refid="dependencies"/>
         </javac>
    </target>
    <target name="compileClient">
         <echo>"Compiling Client class"</echo>
         <mkdir dir="${build.client}/classes"/>
         <javac includeantruntime="false" srcdir="${src.client}" destdir="${build.client}/classes" debug="on">
         <classpath refid="dependencies"/>
         <classpath location="${build.server}/classes"/>
         </javac>
    </target>
    <target name="buildEar" depends="compile">
         <echo>"Building EJB EAR"</echo>
         <mkdir dir="${dist.server}"/>
         <jar jarfile="${dist.server}/${jarname}.jar" basedir="${build}/server/classes"/>
         <jar jarfile="${dist.server}/${appname}.ear" basedir="${dist.server}"/>
    </target>
    <target name="run" depends="compileClient">
         <echo message="Executing client class"></echo>
         <java classname="com.saurabh.demo.HelloWorldClient" fork="yes">
         <classpath>
         <pathelement location="{build.client}/classes"/>
         <pathelement location="{dist.server}/HelloWorld-ejb.jar"/>
         <pathelement location="{lib}/wlfullclient.jar"/>
         </classpath>
         </java>
    </target>
    </project>
    5. developer.properties- This property file is being used to set the needed paths.
    BEA_HOME=C:\SG_Installs\wls1211_dev
    JAVA_HOME=C:\SG_Installs\Java
    WLS_HOME=C:\SG_Installs\wls1211_dev\wlserver
    project.home=C:\Saurabh Data\WebDev\EJB-HelloWorld
    wls.domain.path=C:\SG_Installs\BEA_Domain\BEA_Domain
    wls.application.path=C:\SG_Installs\BEA_Domain\BEA_Domain\applications
    There is no deployment descriptors since there is no need for that in EJB3 as I know.
    I have been trying to resolve this issue but with no luck... Please help....
    Edited by: 919201 on Mar 6, 2012 4:31 PM
    Edited by: 919201 on Mar 6, 2012 5:54 PM
    Edited by: Passionate on Mar 8, 2012 9:35 PM

    java.lang.NoClassDefFoundError: com/saurabh/demo/HelloWorldClient
    +[java] Caused by: java.lang.ClassNotFoundException: com.saurabh.demo.HelloW+
    orldClient
    Does {build.client}/classes include the com/saurabh/demo/HelloWorldClient class?

  • Crystal Report 7 with Access 97 giving Error - 20536

    Our client is getting an error at his  machine.
    Application is in VB 6.0 with Access 97 as database and while generating reports,it gives error "Runtime Error 20536 Unable to Connect: Incorrect Log On Parameters" .Report version is Crystal Report 7.
    Also client has Win XP sp3 OS.
    This error was not reproducible at our machines which has the same OS.
    Please if anyone could help in this regard ,that will be really great.

    Hello Prachi,
    Crystal Reports 7 reached End of Life for patch support in August, 2002. CR7 was released in 1998 - long before the XP operating system was released. Back then Crystal Decisions rarely went back and added OS support for the older versions of Crystal Reports. There weren't major changes to Windows until Vista/Win7, so that's probably why it's working on your machine.
    The KB article links that don't work can be found with manual searching. You can go to [http://service.sap.com/support|http://service.sap.com/support], click on the Help & Support link, and then click on the SAP xSearch link. Use the "C-number" listed in the document in the Search For field and click on Go. The KBA that corresponds to that particular "C-number" will have that "C-number" in the Keyword section of the article. Other articles may reference that "C-number" so your search may return more than one result. It is unlikely that the document with the links will be updated due to its age.
    You can use a utility called Modules to see if you can find any DLL differences between the working and non-working machine. You can download it from SAP at this link: [https://smpdl.sap-ag.de/sapidp/012002523100006252802008E/modules.zip|https://smpdl.sap-ag.de/sapidp/012002523100006252802008E/modules.zip]. There are instruction in the ZIP archive. Run the utility on the non-working machine and the working machine. Save the two results and then compare them and address any differences.
    I'm rusty on database connectivity issues so perhaps Ludek or someone else can throw in some additional suggestions related to OLE DB connectivity.
    Sincerely,
    Dan Kelleher

  • IPsec through link with low percentage of errors

    Hello
    I need help with IPsec configuration.
    On one side of IPsec tunnel is ASA 5505 and on other side of IPsec is C1841 sec K9
    On ASA side I have optical link which is error free and on other side of IP sec I have wireless point-to-point link which sometimes have error on wireless part.
    When error occurs on radio link, IPsec tunnel stop forwarding traffic.
    When I do show crypto isakmp sa on C1841 I see that IPsec is created, but traffic is not forwarding.
    Only clear crypto sa comand on C1841 help me to rebuilt the tunnel.
    Did anybody have a similar issue with IPsec on error link between router and ASA and how they solved them ?
    Best Regards, Slobodan

    Well I have no idea why but yesterday afternoon and all this morning everything has been working just fine...  There must have been something with which HDD the footage was on or something.  I was messing aroudn with trying to stitch some AVCHD clips together and I had clips all over the place.  After I kind of cleaned things up it was working just fine.  I guess as usual it was user error...
    Phil

  • Connect to a remote farm for search is giving error

    Hi,
       at the end of publishing search service getting error while trying to connect to the remote publishing farm
    $SearchName = "SearchServiceApplication_on_xxxx_Farm_publishing"
    $PublishingFarmTopology = "https://xxxxxx:32844/Topology/topology.svc"
    $ConsumedServiceApplicationName = "Connection to: APP-PROD"+$SearchName
    # Consume Search Service Application
    $PublishedServices = Receive-SPServiceApplicationConnectionInfo -FarmUrl $PublishingFarmTopology
    # Get Publishing URL for Search Service Application
    $SearchService = ($PublishedServices | ForEach-Object {$_ | where {$_.SupportingProxy -eq "SearchServiceApplicationProxy" -AND $_.Displayname -eq $SearchName }}).Uri.ToString()
    # Connect to Search Service Application
    New-SPEnterpriseSearchServiceApplicationProxy -Name $ConsumedServiceApplicationName -Uri $SearchService
    Getting error for $PublishedServices = Receive-SPServiceApplicationConnectionInfo -FarmUrl $PublishingFarmTopology

    It looks like you mixed up the farms. This is how to do it
    On Consuming farm: export root and STS cert
    On Publishing farm: export root cert
    On Consuming farm: import publishing farm root cert
    On Publishing farm: import consuming farm root and STS cert
    On Publishing farm: set permissions on topology service using Consuming farm id
    On Publishing farm: publish the SA
    On Publishing farm: set permissions on the published SA
    On Consuming farm: consume the SA
    And you don't need any specific certificates - SharePoint has its own certificate store.
    http://sharepoint.stackexchange.com/questions/26039/trust-issues-with-topology-svc-when-publishing-service-applications-in-lab-envir
    http://social.technet.microsoft.com/Forums/en-US/11714821-73e0-4fde-bc58-89ca2ae7cd09/trust-issues-with-topologysvc-when-publishing-service-applications-in-lab-environment?forum=sharepointgeneralprevious

  • MOdify with Date field giving error

    Hi,
    I have to modifuy an internal table using modify statement.
    After using the modify statement my date field in the internal table is replace by *.
    heres a sample code i have used to depict the scenario(with the test values:)
    DATA: BEGIN OF t_arcs_source OCCURS 0,
          premise(10) type c,
        key_date TYPE sy-datum,
      END OF t_arcs_source.
      DATA: wa_arcs_source LIKE LINE OF t_arcs_source.
    t_arcs_source-premise = '1001'.
    t_arcs_source-key_date = '20080101'.
    APPEND t_arcs_source.
    t_arcs_source-premise = '1001'.
    t_arcs_source-key_date = '20090101'.
    APPEND t_arcs_source.
      sort t_arcs_source by premise ascending key_date descending.
      clear t_arcs_source.
      loop at t_arcs_source into wa_arcs_source.
        at new premise.
           modify t_arcs_source from wa_arcs_source transporting key_date where premise = wa_arcs_source-premise.
        endat.
      endloop.
    please test the code and see the  error and help me out.
    Regards,
    Anand

    Hi.
    I have modify ur above given code and make it changed for ur need meanz according ur nedd and it is working accurately.
    check it and then tell me.
    DATA: BEGIN OF t_arcs_source OCCURS 0,
          premise(10) type c,
        key_date TYPE sy-datum,
      END OF t_arcs_source.
    " New code of loines i appended
      data: wa_t_arcs_source like t_arcs_source.
      data: t_arcs_source_1 LIKE STANDARD TABLE OF t_arcs_source WITH HEADER LINE.
      data: wa_t_arcs_source_1 like t_arcs_source.
    " End of new code of line
      DATA: wa_arcs_source LIKE LINE OF t_arcs_source. " I change this work area by wa_t_arcs_source
    t_arcs_source-premise = '1001'.
    t_arcs_source-key_date = '20080101'.
    APPEND t_arcs_source.
    t_arcs_source-premise = '1001'.
    t_arcs_source-key_date = '20090101'.
    APPEND t_arcs_source.
      sort t_arcs_source by premise ascending key_date descending.
      clear t_arcs_source.
      loop at t_arcs_source into wa_t_arcs_source. " Used the new work area
        wa_t_arcs_source_1 = wa_t_arcs_source.
        append wa_t_arcs_source_1 to t_arcs_source_1.
        at new premise.
           modify t_arcs_source_1 from wa_t_arcs_source_1 transporting key_date where premise = wa_t_arcs_source-premise.
        endat.
      endloop.
    Just copy paste in editor and check it.
    Edited by: tahir naqqash on Feb 2, 2009 11:24 AM

  • BO XI R3.1 dashboards with Xcelsius suddenly giving error

    We have BO XI R3.1 (Product: 12.1.0) being used in our organization.
    Everything was working fine till few hours ago. Suddenly, all the Dashboards having Xcelsius as default viewer started giving an error message 'Failed to get the document information. (LO 26315)'.
    Tried to look for solution over the internet (SAP and other forums) but couldn't find much. In addition, couldn't locate SAP Notes 1357924 anywhere.
    Not too sure, if the following log extracts are of much help:
    Log file: wireportserver_1400_2011_02_01_11_43_01_621_trace
    Location: d:\Program Files\Business Objects R3.1\BusinessObjects Enterprise 12.0\Logging\
    kc3cdbtbdacs.cpp:272:long __cdecl DoReportCSError(const class ConnectionServer::Error &,const int,const char *const ): TraceLog message 152
    2011/02/01 14:05:59.703|>>|E| | 1400|5808| |||||||||||||||**ERROR:C3_dacs:CS::Error :  (DBD(1),ID:769) "ORA-01722: invalid number
    " . [kc3cdbtbdacs.cpp;272]
    kc3cdbtbdacs.cpp:3150:long __thiscall tbCnxSrvrRecordSet::StartFetching(void): TraceLog message 153
    2011/02/01 14:05:59.719|>>|E| | 1400|5808| |||||||||||||||**ERROR:C3_dacs:ReportCSError failed. [kc3cdbtbdacs.cpp;3150]
    kdgWICDZ_i_member.cpp:2189:void __thiscall dgWICDZ_i::StateManagementWelcome(class ibo_ptr<struct idgDocument> &,const class ucs2string &): TraceLog message 154
    2011/02/01 14:06:01.625|>>|E| | 1400|5044| |||||||||||||||**ERROR:WICDZ_i:StateMgmt: : 30111 : Invalid Token; found:545287 expected: P56PI1400KT80 [kdgWICDZ_i_member.cpp;2189]
    kdgWICDZ_i_member.cpp:2177:void __thiscall dgWICDZ_i::StateManagementWelcome(class ibo_ptr<struct idgDocument> &,const class ucs2string &): TraceLog message 155
    2011/02/01 14:06:01.625|>=|E|X| 1400|5044| |||||||||||||||Uncaught Exception in SilentScope: WICDZ_i:StateManagementWelcome: 0.015
    kdgWICDZProc.cpp:435:void __thiscall WICDZProcBasic::BOExceptionHandler(class BOException &,class OBFixSeq<unsigned char> *&): TraceLog message 156
    2011/02/01 14:06:01.641|>>|E| | 1400|5044| |||||||||||||||**ERROR:WICDZ_i:BOException : BOException caught:RESULT=80004005;WHAT=30111 : Invalid Token; found:545287 expected: P56PI1400KT80 [kdgWICDZProc.cpp;435]
    Appreciate any help on this as this is critical for us.

    Hi
    Regarding 1)
    Q: do you use the full qulified domain name of your BOBJ server in the URL when invoking the InfoView?
    Regarding 2) und 3)
    a) Log in on the machine your BOBJ server is installed on and go to
    <BOBJ installation directory>\Tomcat55\webapps\InfoViewApp\WEB-INF
    b) Open the web.xml file in a text editor (Notepad)
    c) Locate the entry
    <param-name>cms.visible</param-name>
    <param-value>false</param-value>
    and change it to
    <param-name>cms.visible</param-name>
    <param-value>true</param-value>
    d) Locate the entry
    <param-name>authentication.visible</param-name>
    <param-value>false</param-value>
    and change it to
    <param-name>authentication.visible</param-name>
    <param-value>true</param-value>
    e) Restart the Tomcat server.
    Regards,
    Stratos

  • Weblogic 9.1 with JDK1.6 giving error ( while doing weblogic.appc )

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

    Hi,
    First thing, I am not sure this will work :-)
    The main issue is that there is no StAX provider to parse I-not-know-what XML file.
    You may try to execute appc with the parameter
    -Djavax.xml.stream.XMLInputFactory=com.bea.xml.stream.MXParserFactory
    Anyhow, you may still have some issues given that Java 6 is not a supported Java version for WL 9.1.
    Regards,
    lg

  • SAP Lumira 1.17 Connectivity with ECC 6 giving error

    Hi Expert,
    We're on SAP Lumira 1.17 and I'm getting attached error when I'm connecting with EC 6 via Query with SQL. I've attached the error log. Can you someone please look into this , how can I resolve this error to connect with ECC.
    I'm trying

    Hi Antoine,
    Thanks for response.
    Are you able to connect to this ECC system using either:
    - a SAP tool like SAP logon
    Yes, I can.
    - a BI tool like information design tool (if you have access to it)
    Yes, I can access. I can also connect UNX universe which is built on ECC with Webi as well. It's only in Lumira which is not working.
    -Can you try from SAP Lumira changing the language used?
    Yes, I tried to change different language (US and UK both) but not working.
    -As the base error from your log file raised from ECC is
    This error log is generated from Lumira only.
    Thanks,
    Pawan

  • Still getting preparing your Remote Resources with iOS client v8.1.6

    Updated to 8.1.6 but still getting the dreaded 'Preparing your Remote Resources'.
    This is a 2008 R2 RDS server and it hasn't connected since v8.1 of the RDClient App. However, I have another customer with another 2008 R2 RDS server and remote resources in the app work perfectly!
    I've compared the two servers side by side, made sure every single setting is the same, but still one works and one doesn't. Somebody please help, it's driving me and my customer crazy.

    Hi Darmesh,
    Thanks for the reply. Yes, I can confirm that I am using the full url, if I don't add the rdweb/feed/webfeed.aspx then it doesn't connect at all, only when I use the full url does it get as far as 'preparing your remote resources'.
    I've removed the remote resources and re-added multiple times. I also get the same behaviour on both my iPad and iPhone. Numerous employees of the customer have also complained about it not working since the 8.1.0 update on their iOS devices, so it's been
    tested on numerous devices, and with every single release since 8.1.0.
    Everything else connects to the server fine including the Mac OS app. I also have another customer with a 2008 R2 RDS server and this connects from the iOS app perfectly. I spent hours the other night comparing every setting between the two servers and they
    are now set up identically, except one works and one still doesn't!
    Chris

  • Queries with variable input giving error

    Hello all,
    I have a query which asks for fiscal year and posting period at the start of query run. But when I run the query in Bex analyzer, it gives me this error all the time.
    "Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in Program CL_RSR_REQUEST and form TEXT_ELEMENTS_GET: VARIABLE"
    I found a note for that "858458" but it doesn not mention aboit NW2004s. So was just wondering can I still apply ?
    Can someone help,
    Thanks in advance.
    Kiran

    Hi Prakash,
    I am trying to open the query in Bex analyzer(excel), Release NW 2004s Patch 701 and Query Designer same relase and patch.
    The query I am trying to run is on DSO (0HE_DS01) and the queries are from 3.5/03.
    The error in Bex analyzer is as above and when i try to open in query designer I get a long error (below) and at the end of the error this is the description that comes.
    "When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the machine
    rather than being handled by this dialog."
    Thanks,
    Kiran

  • How to map or use remote cubes with flex (client) OLAPCubes?

    Hi,
    I have some remote cubes (Oracle or SSAS), I need to map them into the Flex cubes. Is it possible?
    If yes then please suggest me the way I can do this mapping to improve the performance at the clent.
    Thanks...

    found the solution in another approach.

Maybe you are looking for