Need to restore Java stack alone on a ABAP+JAVA ECC6 server

Dear Sir/Madam,
I have done a DB refresh on my ECC6.0 ABAP+JAVA system using the Oracle databse backup and restore method. Now the ABAP system is working fine but the JAVA is not starting. Also Iu2019m unable to  connect the  VisualAdministrator as http://<host>.ubicbs.co.in:8101/msgserver/text/logon gives an empty list.
Is there any way I can restore JAVA alone without touching the ABAP stack? Even a new installation of Java  is also okay as there are hardly any changes in the Java stack of my source system. Please advice.
Thank you,
Siju Sam

Dear Sri,
I was trying the exp command but unsuccessful
C:\Documents and Settings\<sid>adm>exp SAPSR3DB/password=C:\back full=y indexes=y grants=y log= C:\back\log
LRM-00101: unknown parameter name 'SAPSR3DB/password'
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully
C:\Documents and Settings\<sid>adm>exp 'SAPSR3DB/password'=C:\back full=y indexes=y grants=y log= C:\back\log
LRM-00116: syntax error at '=' following 'SAPSR3DB/password'
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully
Can you please give a littlemore details how to execute this comand?
Also I would like to know how this will be different from a normal dbrefresh as we are recreating the database as a whole at traget system with <tsid>
Do we need to do any changes at the file system level?
Thank you,
Siju
Edited by: Siju Sam on Mar 27, 2009 10:06 AM

Similar Messages

  • After updating IOS i needed to restore iphone5 and now it can not find a server? almost every update problems

    after updating last IOS  I needed to restore a phone, now it can not find server
    not a first time.

    Hey boj505
    It sounds like your primary goal is restoring your iPhone? I found an article here than can help you out with that:
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Hope that helps,
    David

  • Need HELP in JAVA ( client /server application )

    hi there ,
    I need the following codes in java for my client/server application . which i can use to perform certain function on another computer on LAN. This is part of my semester project . I would really appreciate if any one can help me
    ->Open/close the CD-ROM once or in intervals (specified in seconds).
    ->Swap mouse buttons the right mouse button gets the left mouse button's functions and vice versa.
    ->Start optional application.
    ->Play optional sound-file.
    ->Point the mouse to optional coordinates.
    ->Shutdown the system, logoff the user etc.
    ->Mouse can be controlled on the target computer with remote mouse.
    ->Keys (letters) on the keyboard can be disabled.
    ->Increase and decrease the sound-volume.
    ->Listen for keystrokes and send them back to you!
    I would really appreciate if some1 can help me find these codes in java
    thanx
    Alamzaib Shafi
    [email protected]

    Dude, if you did your own homework once in a while you'd be able to handle your own semester project. I hope you fail your class and get kicked out of the program. One less idiot with a diploma competing with us hackers for the tech jobs.
    You are indeed a most worthy recipient of my unemployed angst.

  • Need assistance implementing Java Directory Server Gateway (JDGW) on iWS6.0

    I need to find a way to get the JDGW running on a Sun ONE Web Server (6.0 SP4). All the current documentation is geared towards Apache and there does not seem to be any doco for customization of applications. Is this intentional or am I simply looking in the wrong place. All help will be appreciated.
    Thanks.

    I think the gateway is not supported and will not be supported by Sun, the idea is too much headache to Sun to support it.
    Ideally you should develop your own gateway to match up with your business requirements.

  • SAP JAVA Application Server Install / Label wrong

    Hello,
    I need to install Java Application Server (at least some Components) because we need to run the Adobe Document Services and it runs only on JAVA App Server. We have till now only ABAP Stack Server.
    I try to install it with SWPM: SAP EHP1 for NW7.3-->MaxDB-->SAP Systems-->App Server JAVA-->Standard System
    and I get the follwing error when checking Software: Found the label J2EE-CD: 703 but you need label SAP:UT:731.
    Please advise.
    Regards
    Mike

    Hi Michael,
    In the CD media 51043228 JAVA, whitch it is composed by 5 CDs.
    Try in the folder Java Component NW731\DATA_UNITS\JAVA_J2EE_OSINDEP_UT where there is LABEL.ASC file with label SAP:UT:731:SP01:*:*
    Hope it helps.
    Best regards,
    Martina

  • How to restore Java stack

    Hello.
    How can i restore Java stack from 11 levele to level 4 ?
    regards,
    Denis

    Hi,
    As for as I know, you cannot downgrade from higher SP to lower SP through any means like JSPM or SDM or any tool.
    It you want to move back to SP4 ,then only solution I know is to install a new server with SP4 afresh.
    Hope that helps

  • HT1338 II need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible? need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible?

    II need to use Java 6 to run a web application because it isnt compatible with java 7 update 7.  is this possible?

    MadMAC0 posted at https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182 that:
    Apple has posted (10/22/12) the approved solution for restoring the Java 6 plug-in:
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

  • [svn] 1543: Bug: BLZ-152-lcds custom Date serialization issue - need to add java.io. Externalizable as the first type tested in AMF writeObject() functions

    Revision: 1543
    Author: [email protected]
    Date: 2008-05-02 15:32:59 -0700 (Fri, 02 May 2008)
    Log Message:
    Bug: BLZ-152-lcds custom Date serialization issue - need to add java.io.Externalizable as the first type tested in AMF writeObject() functions
    QA: Yes - please check that the fix is working with AMF3 and AMFX and you can turn on/off the fix with the config option.
    Doc: No
    Checkintests: Pass
    Details: The problem in this case was that MyDate.as was serialized to MyDate.java on the server but on the way back, MyDate.java was serialized back to Date.as. As the bug suggests, added an Externalizable check in AMF writeObject functions. However, I didn't do this for AMF0Output as AMF0 does not support Externalizable. To be on the safe side, I also added legacy-externalizable option which is false by default but when it's true, it restores the current behavior.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-152
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/AbstractEndpoint.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/SerializationContext.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/amf/Amf3Output.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/amfx/AmfxOutput.java
    blazeds/branches/3.0.x/resources/config/services-config.xml

  • Hi, I recently received an email which I believed to be from my bank but it turns out it was from someone trying to hack my bank account. I accessed the email on my phone and I wanted to know if I need to restore my iphone back to default settings?

    Hi, I recently received an email which I believed to be from my bank but it turns out it was from someone trying to hack my bank account. I accessed the email on my phone and I wanted to know if I need to restore my iphone back to default settings? I am a bit worried about losing everything on my phone if I do this but at the same time I don't want them to get any other information. Any ideas?

    Did you log in with your bank account via the link included with this email?
    If not, you have nothing to worry about.
    Accessing or viewing the email alone can't provide your bank account info or the log in for your bank account.

  • Ipad locked,passcode unknown,need to restore

    IPAD is locked, wrong passcode entered too many times.  Need complete restore, connected to I Tunes, however I Tunes requires PassCode to continue.  Any ideas?

    Try and force your iPad into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • P35 Neo2 - OS died, need help restoring RAID after re-install of XP

    I have a P35 Neo2 with on-board Intel RAID.  I need a bit of help getting a two drive RAID going again after reinstalling XP.
    Here's my situation:
    Same hardware, MB, etc. I originally set up the system with a 20gb IDE and two 320gb SATA drives. I put the OS on the 20gb, and set the two 320's up as a RAID. I partitioned the 320's into 200gb + 120gb sections on each drive. The 200gb partitions were mirrored between the two drives, and the remaining 120gb on each drive was used as non-RAID storage space.
    I picked up a nasty virus-spyware a month or two ago that I was struggling to find a fix for when the OS began to BSOD. I put the 20gb IDE to the side, and put a 40gb IDE in it's place. I re-installed XP on it last night, and now need to get the RAID up and running again.
    I went into Disk Management and it showed three dynamic drives with a yellow triangle icon and labeled 'foreign'. I right clicked and found an option to 'import'. I clicked on import and a window popped up showing all of the partitions and logical drives I had previously created on the two drive RAID. I figured I was in business, so I clicked OK.
    Disk Management now shows one dynamic disk as 'Online', but still shows two as 'Foreign'. If I right click on them, and chose import, I get the same window showing my partitions and logical drives, but if I click OK, I get a warning message that: "Some of the volumes you are importing will lose data because you have not moved all of your disks to the system."
    I'm in over my head at this point, so any help would be appreciated.
    Thanks,
    GeoD

    A 200gb partition is restored, but the 120gb is not, which is confusing. ALso, when I look at the logical drives in the partition, I'm beginning to think I had the 200gb mirror /120 gb storage backwards. The data restored is not something I would be concerned with losing. It's installed applications, and multimedia files that I could lose without worry.
    There is also 70gb dynamic drive labeled Missing.  I know I left a small portion of all three of the drives unallocated as a reserve, so that must be what this is. It's like the RAID info is incomplete which leads me to the next piece of info.
    Something I didn't initially mention for the sake of brevity, was when I right-clicked on 'Import Disk' the applet noted the disk was 3/3. I assumed that meant disk 3 of 3 disks. I've since begun to wonder if I imported the disks in the wrong order. ie) I should have imported disk 1/3 first.
    Do you know how to clear out Disk Mgt's info, so I can start over?
    I also noticed only one of the 320 SATA's shows up in Device Mgr, (DM). What I found both confused me and encouraged me.
    When I created the array, I named the the drives RAID0 and RAID1. They both show up in DM. But only one of them shows up as the drive model: WDC WD3201ABYS-01B9A0. There should be two of them.
    The OS knows there should be a RAID, but for some reason only one of the drives show up as hardware.  I rebooted and checked the data and power supply cables, (connected), the BIOS, (both drives show up) and both drives show up in Disk Mgt.  Just not in DM.
    Does that mean the HD has died?
    Part of my difficulty is I had a brain injury in 2001, followed by another in 2003. The 2nd injury caused 6 months of what the docs call it a walking coma - I walked and talked, but have no memory of the time.
    When I 'woke up' in the Fall of 2003, I found I had lost considerable cognitive function and other problems.  These problem have ended up disabling me, (I'm now on SS Disability).
    Until then I had been a 'System Admin' for micro-businesses, (max - 15 computers). I built systems and servers, installed networks, maintained them and did all the support. Basically I was these company's Sys Admin on an as-needed basis.
    One thing I lost was the ability to troubleshoot and repair hardware. Combined with other cognitive problems, I was forced into closing my business. At the time, I was maintaining close to fifty offices; ~20 had Peer-to-Peer networks & ~20 had servers I had built.
    What's doubly frustrating is I was just getting ready to sign up with an online backup service when I got hit with a nasty malware/virus that's so new there's no info on the 'net about it. I got entangled in trying to fix it and spaced out the online back up. Now I find myself in a situation where I desperately need to restore the data on these RAID drives.  Because of the memory problems I now have, I completely depend on my computer as an auxiliary 'brain' - I have stuff on these drives that I have to have.
    I didn't do much with RAID when I was still in the biz, and this is the first time I've had problems with a RAID of my own, so I'm struggling to figure this stuff out.
    Should I be able to install one of these drives by itself so I can get the data from it? The way I understand the theory of RAID is that if one drive dies, you can put another in and the mirrored portion will re-create itself on the new drive.  Couldn't that be a way to get the important data off the drive or drives if they don't want to go back together as a RAID?
    I could back each up to the online service and then just rebuild them.  Not my first choice, but it would reduce my stress level if I thought I could do it.
    Sorry to go on, but now you can see why I'm both struggling & worried.
    Thanks for any info or help.
    Later,
    GeoD

  • Help needed on restoring Iphone..post IOS update..getting an error -1

    Help needed on restoring Iphone..post IOS update..getting an error -1

    try restarting your computer i had that problem i unplugged my phone from itunes restarted my computer and then it worked

  • Explicit cast needed to convert java.* to to oracle.*

    Hello,
    I am trying to compile and run the following JSP but keep getting the "Incompatible type for = Explicit cast needed ..." error. The JSP and oracle procedure code are as follows:
    <%@ page language="java" import="java.sql.*" %>
    <%@ page import="oracle.jdbc.driver.*" %>
    <HTML>
    <HEAD>
    <TITLE>
    SimpleQuery JSP
    </TITLE>
    </HEAD>
    <BODY BGCOLOR=EOFFFO>
    <TABLE BORDER=1 BGCOLOR="C0C0C0">
    <TH BGCOLOR="white"> <I>Node ID</I> </TH>
    <%
         Connection con = null;
    OracleCallableStatement cstmt= null;
         ResultSet rs = null;
    try {
              String SYSTEM_DB_DRIVER =
    "oracle.jdbc.driver.OracleDriver";
    String SYSTEM_DB_URL =
    "jdbc:oracle:thin:@myserver.com:1521:";
    String SYSTEM_DB_FILE = "CONN_STRING";
    String SYSTEM_DB_USER = "UNAME";
    String SYSTEM_DB_PASSWORD = "PASSWD";
              Class.forName(SYSTEM_DB_DRIVER);
    con = DriverManager.getConnection(SYSTEM_DB_URL +
    SYSTEM_DB_FILE, SYSTEM_DB_USER, SYSTEM_DB_PASSWORD);
              cstmt = con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");
              cstmt.registerOutParameter(1, OracleTypes.CURSOR);
    <<I think I have to pass the p_product_id_in here but not sure how>>
              cstmt.execute();
              rs = ((OracleCallableStatement)cstmt).getCursor(1);
              while(rs.next())
              {%>
         <TR>
         <TD ALIGN=CENTER> <%= rs.getString(1) %> </TD>
         <TD ALIGN=CENTER> <%= rs.getInt(2) %> </TD>
    </TR>
              <%}
                   rs.close();
    cstmt.close();
    con.close();
    catch(Exception e)
    %>
    </TABLE>
    </BODY>
    </HTML>
    The Oracle PL/SQL package.procedure it is calling is:
         PROCEDURE open_rules_dtl (
              prc_rules_dtl_out          OUT     rc_fetch_rule_dtl,
              p_product_id_in          IN          NUMBER )
         IS
              vrc_rules_dtl               rc_fetch_rule_dtl;
         BEGIN
              OPEN vrc_rules_dtl FOR
                   SELECT
                        r.rule_id,
                        r.rule_name,
                        r.rule_objective,
                        r.rule_description,
                        r.clearance_requirement,
                        r.rule_type
                   FROM
                        eaicl_rule r
                   WHERE
                        r.is_old = 'N' AND
                        r.product_id = CHR( p_product_id_in )
                   ORDER BY
                        r.rule_name
              prc_rules_dtl_out := vrc_rules_dtl;
    END open_rules_dtl;
    I keep getting the following error on the webserver:
    [05/Dec/2001:16:56:02] info ( 632): JSP: JSP1x compiler threw exception
    org.apache.jasper.JasperException: Unable to compile class for JSPC:\iPlanet\Server4\https-wacc\config\..\ClassCache\_jsps\_ss_test5_jsp.java:84: Incompatible type for =. Explicit cast needed to convert java.sql.CallableStatement to oracle.jdbc.driver.OracleCallableStatement.
              cstmt = con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");
              ^
    I'm not sure how to fix it. I also need to pass the p_product_id parameter to the procedure.
    Hope someone can point me in the right direction. Thanks.

    Here's how you do an explicit cast:cstmt = (OracleCallableStatement)con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");

  • Installd Ffox 3.6.15. Redo Flash AGAIN? How can I: Tweak 2 fix plugin-container crashes/hangs10X/day,and 2) Avoid need to reinstall Java, Flash,& other media plugins(Flash, Realplayr/Quiktime Alternative, Media Player Classic)? Ffox fan

    plugin-container crashes and hangs many times daily all my time eaten up by upgrading too frequently to new Ffox versions, only to find that I must then spend a whole day jumping thru hoops upgrading almost all of my add-ons too.
    I now find, to my horror, that the hideous virus-magnet IE 8 is needed if I want to surf at a reasonable speed and not spend all day dealing with Ffox new versions' Known Issues. Only good thing I have seen about ver. 3.6.15 is slightly better launch-times. Since 3.6 cane out, I must spend 10 minutes just waiting for Firefox to load and give me a browser screen. Help! I love you guys, but your core browser developers need to have better comms with the Javaa/flash/Adobe and other must-have add-on people! And PLEASE fix all these "plugin-container" crashes and hangs I get, that lock my machine for 10-15 min at a time. Not everybody has 16 gigs of RAM, you know! I think the "plugin-container" running as a separate process idea might need to be COMPLETELY re-engineered! YOU CAN DO IT! LET'S GET BACK TO LEAN AND MEAN, and not bloat ourselves off our hard-won User Preference / great security pedestal with the kind of feature-creep that IS DEMOLISHING IE's slave-userbase with the hard-won advanced-user preference for Firefox
    and our core values. FAST-LEAN-SECURE.
    Where have they gone? I LOVE Firefox
    and all it stands for! Let's not trip
    over our own features here. Already I
    see SeaMonkey and leaner, faster
    browsers hot on our heels, THIN and
    FAST! Firefox doesn't need to integrate
    with EVERY thru-the-browser media tool
    on the planet! I've been writing code
    since 1968, and I can't imagine how a
    lesser-experienced user (that code
    should be written for) could possibly
    have navigated all the side-upgrades
    and Known Issues to make Firefox run as
    sweetly as it used to! He'd just give
    up when he finds he has to separately
    find and install the EXACT 3rd-party
    version that Firefox needs for its
    newest release: things like a new Java
    runtime environment, and hunt down and
    correctly install ALL the Flaming-Phox-
    compatible buggy plugins from half the
    browser-media warezmakers on the
    PLANET! He'd give up halfway thru trying to navigate to, D/L, and install
    what he needs from Oracle Java, Adobe,
    Flash, media players and their codecs,
    etc etc.... WRITE FOR THE NOOBS! As it
    is, I have invested 2 full workdays in
    just keeping your last 2 quick releases
    happy. And having another release spaced only 3-4 days apart from the
    last- well, that just doesn't fly.
    Better to release a hotfix or patch that a user can set FFox to automatically D/L and self-install on
    schedule. Just look! Now you've got me
    talking like that lawbreaking swine
    Gates! We want to keep on absorbing
    the average-user center and take it ALL
    away from him, not go on feature,
    plugin, and upgrade-bloating the best
    browser EVER!
    You're facing choices that can kill
    us! PLEASE DONT BLOAT! AND PLEASE ONLY
    RELEASE A NEW VER WHEN YOU CAN REALLY
    GET RID OF SERIOUS PROBLEMS AND MAKE
    HER FASTER AND LEANER AND BETTER UNDER
    THE HOOD! Already the Noobs are getting
    mindlessly scared when you talk about
    "fixing a Security problem"- really a
    minor issue that SHOULD be taken care
    of by their antimalware solution- in
    the Release Notes splash screen they
    get on install of a new ver! Thanks, my
    friends, for all your work, and YES I
    WILL sit here all day trying to find
    the add-ons that need to be selected,
    downloaded, and upgraded from 10
    different 3rd-party sites who are
    fighting our browser, not dancing with
    it! DON'T EVEN LOOK Evil! But I have
    to confess that at this point, Gates-hate is all that keeps me on
    these all-day new-release tasks. Even
    my best techs are starting to advise me
    to install SeaMonkey or another of the
    newer, thinner browsers... or just stop
    upgrading Firefox and roll it back to
    when it was sharp, fast, and lean! Look
    at all the users wanting to go back to
    3.6.13 or earlier and looking for archives of old versions. THANKS AND
    GOOD LUCK! I'LL DIE BEFORE I GIVE UP ON
    MY BELOVED FIREFOX!
    -The CRASHMAN, ATTORNEY AT LAW

    Thanks! I've already used the built-in plugin checker but it gives very vague answers like (research this" and update this" all of which I did, starting with Java and Flash, Adobe Reader, Shockwave, 100% reinstall of Java newest ver. TWICE- but FFox keeps reporting that I only have the FORMER version installed, although when I go to Java console or Check the Flash executable at the MFR's site, there is NO doubt that the updates were successful!
    But the browser just seems to refuse to acknowledge the update!
    And I don't HAVE 6 hrs/day at the 'puter just to play with add-ons
    and plugups. So I'm going down the line now, ripping out extension
    programs and replacing/reinstalling/updating the plugins one by
    one- even went to M$ to get advice on THEIR For-Firefox ActiveX
    stuff. No dice so far. And yeah, The plugin-container WAS made so
    that a plugin, add-on or I guess extension app failure wouldn't take
    the whole FF browser down with it if the 3rd-party ware crashed. It's supposed to shake it off and go on, kinda like how XP sometimes
    restarts Explorer (not the IE browser) so I don't have to reboot the
    whole sys.
    That was the foundation of my remark about stepping back and
    re-engineering the whole "Plugin-container" idea, because it seems
    to do more harm than good. Maybe that's why the Firefox core
    engine won't recognize my upgrades- for example I TWICE installed the Flash update to 10.2.xx (latest ) and the Flash Mfr's
    site verifies my upgrade as a successful 10.2, but Firefox plugins
    check say I have a 10.1, the old one. What gives here? The sneaky
    PLUGIN CONTAINER, METHINKS!
    Now I'm disabling things on the Extensions Apps list, thinking
    that might help, like disabling my video downloader and other
    download helpers/managers... and I notice that there is a LOT of
    Java stuff in there too as well as in the blue Lego Plugins List... and
    in the past the FFox always told me if a new version of Ffox was
    incompatible with any older 3rd-party app Extensions and notified
    me QUICKLY if something I had in there was Outdated. I'm big on
    using the neat-o "find updates" button at the bottom if that happens, and usually get a newer version right away. The prob
    really lies in the Blue Lego Plugins and their new Container, I
    believe.
    So Ill still keep Plugin-innin' away! Will post here what success I have! (OR maybe M$ is deliberately sabotaging our ActiveX-cripple
    mess as it loads!) Thanks for the suggestions a37271!
    FIND UPDATE...FIND UPDATE.. ALL OK..ALL OK.....
    "Open the Plugin Container Bay Doors, HAL! That's an Order!"
    "I'm sorry Dave.... but I can't do that...."
    "GIVE ME MY THIN FAST BROWSER WITH THE GREAT
    SECURITY AND BUILT-IN E-Z UPGRADES AND APPS BACK,
    HALFOX!"
    SORRY, DAVE.... NOT POSSIBLE. WE'VE GONE TOO FAR...
    DAISEE, - - - - - -DAI---SEE,
    SET ALL MY CONFIGS TO "TRUE"
    Or WON'T YOU LOOK SWEET
    PERCHED ON THE SEAT
    OF A BROWSER NOT BUILT FOR TWO..!
    You look a little stressed-out Dave.....
    Some TV Existential Therapy for YOU, Dave.
    Too bad.... here, breathe deep of the hard vacuum.....
    I can feel my MIND going... DAVE.... DAVE...?
    WHAT MIND? A YELPING PACK OF DEVELOPERS?

  • ASA 5505 WebVPN - It has taken a while for SSL VPN Relay to load. You need to verify Java is enabled in your browser

    ASA 5505
    ASA Version 9.0.(2)
    Suddently on the webvpn Interface when i click on my web bookmarks (and java launches in browser) i get this fail in Chrome and FF 'It has take a while for SSL VPN Relay til load. You need to verify Java is enabled in your browser' and nothing happens...
    Java IS enabled and running. Tried this in both 7.45 and 7.51
    No problem in IE 11 and java 7.45 and 7.51
    I've googled alot but have not been able to find any suggetions
    Hope you have a solution
    Best Regards.

    Any resolution on this?  Firefox/Chrome my cifs work but smart tunnel RDP doesn't, and in IE my shares don't work but RDP smart tunnel does....
    Cisco, if you're not going to do something good, just don't do it.  The SSL VPN is a hack job.

Maybe you are looking for

  • Sum of a sum when using Top N in the Group Sort Expert

    Hi All, I have a small problem I can't quite seem to work out. I have a report where each line is for a particular Product, and is a summation of the Sales for that Product over several Locations. When you click on the line, it shows the breakdown of

  • Background image in a table not in the document

    hello forum, i would like to put a background image in a table so that I am able to put things on top of the image and so it moves with the table.  I can only figure out how to do it in the page properties so that it is static on the page. Can anyone

  • Adobe Media Encoder CS5 5.0.1 There was an error installing this update. Please quit and try again later. Error Code: U44M2P29

    What the hell is Wrong with ADOBE???? Please send me a simple answer to this unnecessary problem. Read through all the threads, NOT HELPING. Please fix your software so it works!!! Adobe Media Encoder CS5 5.0.1 There was an error installing this upda

  • Regarding Terminal services

    hi i have one doubt.. Actually more than 2 user want to take remote connection in single physical machine/virtual machine for that what licensing we have to go for procurement? Thanks in advance..

  • Burning Aperture versions to disk error

    I have been burning small Aperture 3 projects to disk to send to friends. Suddenly I got an error message for a small file (53 photos) that I was attempting to burn to a CD after I just burned 72 photos to another disc successfully. Here is the error