Getting Error 789 When Trying to Connect to L2TP VPN

Can someone take a quick look at this config and let me know why the L2TP vpn is not working?  I have been banging my head with no results.
Thanks so much if anyone can help me.
ASA Version 8.2(5)
hostname companyASA
domain-name *****.com
enable password encrypted
passwd encrypted
names
name 192.168.1.0 AppletonData description Appleton Data
name 172.16.0.0 AppletonVoice description Appleton Voice
name 172.16.16.0 Watertown description Watertown
name 10.0.0.0 anyInside description anyInside
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
switchport access vlan 209
interface Ethernet0/7
switchport access vlan 209
interface Vlan1
nameif inside
security-level 100
ip address 10.76.3.1 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address 12.XXX.XXX.XXX 255.255.255.0
interface Vlan209
nameif IPOffice
security-level 50
ip address 10.10.109.1 255.255.255.0
ftp mode passive
dns domain-lookup outside
dns server-group DefaultDNS
name-server 8.8.8.8
domain-name *****.com
object-group network obj_any
object-group network Any10Address
description Data and Phone Networks Combined
object-group network AppletonData
description Appleton Data Network
object-group network AppletonPhone
description Appleton Phone Network
object-group network NETWORK_OBJ_10.76.3.0_24
object-group network Watertown
description Watertown Network
object-group network NETWORK_OBJ_10.10.109.0_24
object-group network Internal-Subnet
access-list Split-Tunnel-ACL standard permit 10.76.3.0 255.255.255.0
access-list outside_access_in extended permit icmp any any inactive
access-list outside_1_cryptomap extended permit ip 10.76.3.0 255.255.255.0 AppletonData 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.76.3.0 255.255.255.0 AppletonData 255.255.255.0
access-list inside_nat0_outbound extended permit ip anyInside 255.0.0.0 Watertown 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.76.3.0 255.255.255.0 192.168.50.0 255.255.255.192
access-list IPOffice_nat0_outbound extended permit ip 10.10.109.0 255.255.255.0 AppletonVoice 255.255.255.0
access-list IPOffice_nat0_outbound extended permit ip anyInside 255.0.0.0 Watertown 255.255.255.0
access-list outside_2_cryptomap extended permit ip 10.10.109.0 255.255.255.0 AppletonVoice 255.255.255.0
access-list outside_3_cryptomap extended permit ip anyInside 255.0.0.0 Watertown 255.255.255.0
access-list DefaultRAGroup_splitTunnelAcl standard permit 10.76.3.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu IPOffice 1500
ip local pool VPN_Pool 192.168.50.10-192.168.50.50 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 101 0.0.0.0 0.0.0.0
nat (IPOffice) 0 access-list IPOffice_nat0_outbound
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 12.133.127.169 1
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 ssh console LOCAL
http server enable
http 10.76.3.0 255.255.255.0 inside
http 0.0.0.0 0.0.0.0 outside
no snmp-server location
no snmp-server contact
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des 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 TRANS_ESP_3DES_SHA esp-3des esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_3DES_SHA mode transport
crypto ipsec transform-set l2tp-transform esp-3des esp-sha-hmac
crypto ipsec transform-set l2tp-transform mode transport
crypto ipsec transform-set vpn-transform esp-aes-256 esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map dyn-map 10 set transform-set l2tp-transform vpn-transform
crypto dynamic-map dyn-map 10 set reverse-route
crypto map outside_map 1 set pfs
crypto map outside_map 1 set peer 99.6XX.XXX.XXX
crypto map outside_map 2 set pfs
crypto map outside_map 2 set peer 99.1XX.XXX.XXX
crypto map outside_map 3 set pfs
crypto map outside_map 3 set peer 24.XXX.XXX.XXX
crypto map L2TP-VPN-MAP 1 match address outside_1_cryptomap
crypto map L2TP-VPN-MAP 1 set pfs
crypto map L2TP-VPN-MAP 1 set peer 99.6XX.XXX.XXX
crypto map L2TP-VPN-MAP 1 set transform-set ESP-3DES-SHA
crypto map L2TP-VPN-MAP 2 match address outside_2_cryptomap
crypto map L2TP-VPN-MAP 2 set pfs
crypto map L2TP-VPN-MAP 2 set peer 99.1XX.XXX.XXX
crypto map L2TP-VPN-MAP 2 set transform-set ESP-3DES-SHA
crypto map L2TP-VPN-MAP 3 match address outside_3_cryptomap
crypto map L2TP-VPN-MAP 3 set pfs
crypto map L2TP-VPN-MAP 3 set peer 24.XXX.XXX.XXX
crypto map L2TP-VPN-MAP 3 set transform-set ESP-3DES-SHA
crypto map vpn-map 10 ipsec-isakmp dynamic dyn-map
crypto map vpn-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 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
dhcpd auto_config outside
dhcpd address 10.76.3.5-10.76.3.254 inside
dhcpd dns 8.8.8.8 interface inside
dhcpd domain *****.com interface inside
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy DefaultRAGroup internal
group-policy DefaultRAGroup attributes
dns-server value 8.8.8.8
vpn-tunnel-protocol l2tp-ipsec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value DefaultRAGroup_splitTunnelAcl
default-domain value *****.com
group-policy DfltGrpPolicy attributes
vpn-tunnel-protocol l2tp-ipsec
group-policy GroupPolicy_99.6XX.XXX.XXX internal
group-policy GroupPolicy_99.6XX.XXX.XXX attributes
vpn-tunnel-protocol IPSec
group-policy GroupPolicy_24.XXX.XXX.XXX internal
group-policy GroupPolicy_24.XXX.XXX.XXX attributes
vpn-tunnel-protocol IPSec
group-policy GroupPolicy_99.1XX.XXX.XXX internal
group-policy GroupPolicy_99.1XX.XXX.XXX attributes
vpn-tunnel-protocol IPSec
group-policy vpn-policy internal
group-policy vpn-policy attributes
vpn-tunnel-protocol IPSec
username support password encrypted privilege 15
username lmk1 password nt-encrypted
username admin password encrypted privilege 15
username drm1 password nt-encrypted
username jms1 password nt-encrypted
username tcb1 password nt-encrypted
username jmb1 password nt-encrypted
username enm1 password nt-encrypted
username jason password nt-encrypted
username amw1 password nt-encrypted
username alp1 password nt-encrypted
username lab1 password nt-encrypted
tunnel-group DefaultL2LGroup ipsec-attributes
isakmp keepalive threshold 15 retry 2
tunnel-group DefaultRAGroup general-attributes
address-pool VPN_Pool
tunnel-group DefaultRAGroup ipsec-attributes
pre-shared-key *****
isakmp keepalive disable
tunnel-group DefaultRAGroup ppp-attributes
authentication pap
no authentication chap
authentication ms-chap-v2
tunnel-group 99.6XX.XXX.XXX type ipsec-l2l
tunnel-group 99.6XX.XXX.XXX general-attributes
default-group-policy GroupPolicy_99.6XX.XXX.XXX
tunnel-group 99.6XX.XXX.XXX ipsec-attributes
pre-shared-key *****
tunnel-group 99.1XX.XXX.XXX type ipsec-l2l
tunnel-group 99.1XX.XXX.XXX general-attributes
default-group-policy GroupPolicy_99.1XX.XXX.XXX
tunnel-group 99.1XX.XXX.XXX ipsec-attributes
pre-shared-key *****
tunnel-group 24.XXX.XXX.XXX type ipsec-l2l
tunnel-group 24.XXX.XXX.XXX general-attributes
default-group-policy GroupPolicy_24.XXX.XXX.XXX
tunnel-group 24.XXX.XXX.XXX 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

What is the version of Contribute and also the Mac OS ?
Can you try clearing the Preferences this would be like launching Contribute freshly?

Similar Messages

  • Getting error 789 when trying to connect with a PC remotely via VPN

    When we set up the VPN we are getting a Error 789 when trying to connect with a PC. Any suggestions would be appreciated.

    The utilities, provided on the CD, are not required for the PC to access the Internet through the 802.11n AirPort Extreme Base Station (AEBSn). They are only necessary for administering the base station.
    If your PC is currently configured as a DHCP client, it shouldn't have any issues connecting by Ethernet. The AEBSn will assign the appropriate IP addresses required for connectivity to the Internet ... just like it does for wireless clients.

  • TS1424 Getting error -1202 when trying to connect to My Wish List.  Says there was an error in the ITunes store and to try again later.  Any work arounds for this?  I have no other problems accessing anything else.

    Getting error -1202 when trying to connect to 'My Wish List" in ITurnes.  Says there was an error in the ITunes store and to try again later.  Have no other problems connecting or purchasing......

    This procedure is a diagnostic test. It makes no changes to your data.
    Please triple-click anywhere in the line below on this page to select it:
    ls -@Oaen L*/Coo* | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • TS1424 I keep getting error -1202 when trying to connect to itunes store, any idea how to fix this?

    I keep getting error -1202 when trying to connect to itunes store, any idea how to fix this?
    Thanks

    Perhaps try the iTunes Store loads partially or returns "Error 306" or "Error 10054" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Keep getting error message when trying to connect

    First, I am severly hearing impaired and telephone support is not an option.
    I went from an iMac G5 to an iMac 3.4 GHz Intel Core i7. Contribute had been working perfectly with the old iMac. Now whenever I try to connect I get the following error message: "Access Denied. The file may not exist, or there could be a permission problem." When I go through the trouble shooting file I keep getting the error message while trying to re-configure. Can someone please help??

    What is the version of Contribute and also the Mac OS ?
    Can you try clearing the Preferences this would be like launching Contribute freshly?

  • After updating to latest version of itunes i get error -3212 when trying to connect to itunes store, says not connected to internet.  But internet status is ok and can use browser

    just updated to the latest version of itunes for windows.  i can't stream any of my radio stations and when i try to connect to the itunes store i get an error -3212 message saying i'm not connect to the internet, yet my browser works and my wireless status is ok.

    I also had this issue when one day itunes stopped working for me on windows 8...
    the error message I received first was: C:Programme files\common files\Apple\Apple Push service.dll is either not designed to run on windows or contains an error.
    followed by: ITunes not installed Error 7 (Windows error 193)
    Your response addressed how to fix this issue with earlier windows operating systems, but not for windows 8, so what ended up working for me was your advice applied a little differently. For anyone running windows 8 needing to know how to resolve this issue by repairing the Apple Application Support program, try following these simple steps - what a relief it was to have itunes working again after applying b noir's answer to the windows 8 operating system!
    1. Swipe in from the right edge of the screen, tap Settings, and then tap Control Panel.
    (If you're using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, click Settings, and then click Control Panel.)
    2. Click the Programs and Features icon.
    3. In the list of programs and features, find the Apple Application Support feature and click to select it.
    4.  In the gray title bar above it, click Repair.
    5. Approve the window prompts that follow until the repair has been completed.
    6. Relaunch iTunes.
    Hope this helps & good luck!

  • Keep getting error message when trying to connect to Podcast directory

    Whenever I try to connect to the Podcast directory on iTunes, I get an error message saying iTunes could not connect to the Music Store. The Network Connection was terminated unexpectedly. I am at loss.
    IBM Thinkpad   Windows XP Pro   Connecting through Verizon DSL

    Did you ever get this figured out? I am in the same situation.
    thanks
    [email protected]

  • HT204406 Hi, im getting error 4002 when trying to connect to iTunes Match

    Hi, i cant connect to iTunes Match since yesterday on my iMac.

    HI
    Read this How to troubleshoot iTunes Match - Apple Support
    Note specifically holding option ket whilst turning off match.
    Jim

  • Get error message when trying to sync iphone to puter that says"cannot connect because apple mobile divise is not started? what do i do?

    get error message when trying to sync iphone to puter that says"cannot connect because apple mobile divise is not started? what do i do?

    Restart your computer and the iPhone. Press & hold the Power and Home buttons together for 10+ seconds, ignoring the red power-off slider, until you see the Apple logo. It is safe to do, there should be no content loss. It is the same as rebooting your computer.

  • TS1368 getting the error 0x80092013 when trying to connect to the store to buy music

    getting the error 0x80092013 when trying to connect to the store to buy music

    I can't dial:  (Get 'call denied' message)
    [email protected]
    [email protected]
    [email protected]
    Is there a way to know this is being addressed?  How would one start a support case on this subscription service?
    Although I subscribe for service for my SX20's and Bridge, my jabber video account is a free account.
    Update: At 1pm CT I am able to dial and connect.

  • Keep gettig this error message when trying to connect to Firefox The proxy server is refusing connections.

    Redownloaded Firefox and continue to get this error message when trying to connect: The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.

    Go to Options > Advanced > Network > Connection > Settings and choose "No proxy".
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    It is important that you keep IE updated. The information included with your question, indicates that you are using IE7; you should update to IE8 for your own protection. IE9 will not be made available for Windows XP.
    *http://windows.microsoft.com/en-US/internet-explorer/products/ie/home

  • I get error OxE80000084 when trying to sync my I Pod classic to I Tunes

    I get error OxE80000084 when trying to sync my Ipod classic to iTunes, what do I do?

    Hello aztecc16,
    The following articles provide some useful troubleshooting steps and information that can help get your iPod to work correctly with your computer.
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/TS1369
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    Also, while the following article is tailored for iOS devices, it does contain some further information and troubleshooting should you still be having issues getting your iPod to work with your computer.
    1. Restart your computer.
    2. Install the latest version of iTunes.
    3. Verify that your computer meets the minimum system requirements. iOS devices require the following minimum version of Windows:
    Windows XP Service Pack 3
    Windows Vista
    Windows 7
    Windows 8
    4. Download and install any available software updates from Microsoft.5. Connect the device directly to your computer; not to an external USB hub. Find out if your computer has USB 2.0 ports.6. Check that the Dock Connector or Lightning Connector on both the device and cable are clean of any lint or other debris. If possible, connect your device using a different Apple 30-pin to USB cable or Apple Lightning Connector to USB cable.7. Disconnect other USB peripherals from your computer, with the exception of your keyboard and mouse. After disconnecting these peripherals, restart your computer, connect your device, and open iTunes.8. Connect your device to a different USB port on your computer.9. Use the Task Manager to stop some Apple Services:
    Launch the Task Manager:
    For Windows XP: Press Control + alt + delete on the keyboard.
    For Windows Vista, Windows 7 and Windows 8: Press Control + alt + delete on the keyboard. Then click "Start Task Manager". If Windows needs your permission to continue, click "Continue".
    Click the Processes tab of the Task Manager. End each of these three processes by clicking in their names and choosing "End Process":
    iTunesHelper.exe
    AppleMobileDeviceService.exe
    iPodService.exe
    After ending these processes, reboot your computer, open iTunes, and test.
    10. Connect your device to a different computer to determine whether the issue is specific to your computer.
    iOS: Unknown error containing '0xE' when connecting to a Windows PC
    http://support.apple.com/kb/TS3221
    Cheers,
    Allen

  • Why do i get error 43 when trying to update iphone3

    why do i keep getting error 43 when trying to update iphone3? very frustrating please help!

    If you back up your device manually before syncing, you can restore it from that backup again. A manual backup does not include the sync process.
    To backup manually do this:
    Connect your iPod to your computer and right click on it in the device list and choose backup. iTunes will backup your iPod without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your iPod let iTunes erase all media content and  restore your settings and app data from your manual backup afterwards.

  • TS1538 Why am i getting error 9006 when trying to restore my ipod 5th gen?

    Why am i getting error 9006 when trying to restore my ipod 5th generation?

    Configure your security software
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.
    Common errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.

  • Communication error occurred when trying to connect to server

    I am using RAS SDK to connect to the BO server. While running the report for performing opendocument, it's giving the following error.
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CommunicationError: Communication error occurred when trying to connect to server PUNDL10492.WebIntelligenceProcessingServer
    cause:com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM:   minor code: 0x0  completed: No
    detail:Communication error occurred when trying to connect to server PUNDL10492.WebIntelligenceProcessingServer
    The exception originally thrown was com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM:   minor code: 0x0  completed: No
         at com.crystaldecisions.enterprise.ocaframework.e.do(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.try(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
         at com.businessobjects.rebean.wi.occa.OccaConnection$CDZStubHelper.getService(OccaConnection.java:270)
         at com.crystaldecisions.enterprise.ocaframework.e.do(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.try(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
         at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
         at com.businessobjects.rebean.wi.occa.OccaConnection.doConnect(OccaConnection.java:110)
         ... 38 more
    Caused by: com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM:   minor code: 0x0  completed: No
         at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAcdz.WICDZServer.CDZHomeHelper.narrow(CDZHomeHelper.java:109)
         at com.businessobjects.rebean.wi.occa.OccaConnection$HomeStubHelper.narrow(OccaConnection.java:338)
         ... 52 more
    Please help me to solve the issue

    Using BO SDK i am connecting to the BO Report Server, to fetch the BO Reports, But while trying to run the report, i am getting the following error.
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CommunicationError: Communication error occurred when trying to connect to server PUNDL10492.WebIntelligenceProcessingServer
    cause:com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM: minor code: 0x0 completed: No
    detail:Communication error occurred when trying to connect to server PUNDL10492.WebIntelligenceProcessingServer
    The exception originally thrown was com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM: minor code: 0x0 completed: No
    at com.crystaldecisions.enterprise.ocaframework.e.do(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.try(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
    at com.businessobjects.rebean.wi.occa.OccaConnection$CDZStubHelper.getService(OccaConnection.java:270)
    at com.crystaldecisions.enterprise.ocaframework.e.do(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.try(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)
    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)
    at com.businessobjects.rebean.wi.occa.OccaConnection.doConnect(OccaConnection.java:110)
    ... 38 more
    Caused by: com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM: minor code: 0x0 completed: No
    at com.crystaldecisions.enterprise.ocaframework.idl.OCA.OCAcdz.WICDZServer.CDZHomeHelper.narrow(CDZHomeHelper.java:109)
    at com.businessobjects.rebean.wi.occa.OccaConnection$HomeStubHelper.narrow(OccaConnection.java:338)
    ... 52 more
    Please someone help me with the following issue.

Maybe you are looking for

  • Standard to follow for SSHR Pl/Sql report

    I wrote a web report for Oracle SSHR using the PL/SQL web tool kit. Is there any standard should i follow. Any SSHR packages has to be called in my package? thanks in advance Zameer

  • How to put a single stack item to an album?

    Maybe a silly question, but I can't find out how to put a single item from a stack into an album. When I drag a stacked item to an album, the entire stack appears in the album. This is not what I want, I want to get the single item in the album. I kn

  • Hp dm4 will not boot up have no recovery disc

    hp dm4-2191us windows 7 64-bit When turning on computer error message "A disk read error occured" start up test 0 memory

  • Book data type in printing

    hi all, when i add more than 20 pages in book data type am getting OutOfMemory error.. how to rectify this error.. regards suresh

  • Oracle Discoverer Administrator 11g

    Hi All, I want connect Oracle Discoverer Administartor 11g, so please hel[ me where can I download Oracle Discoverer Administrator 11g for Windows version. i am able to find oracle doscoverer administrato 10 but not able find 11g software. Please sug