WEBVPN and Windows Terminal Services

Does anyone have a copy of a config to set up WEBVPN with Windows Terminal Services? I have opened port 3389, but something does not seem to be working correctly.

Hi Paul,
you don´t say exactly what is not working but anyhow here is example config:
Under Configuration | Tunneling and Security | WebVPN | Port Forwarding you put the following into the fields:
Name: Terminal Server
Local TCP Port: 2000
Remote Server: 10.172.24.100
Remote TCP Port: 3389
Now after the user has logged into the WebVPN and click-ed on Application Access he will see a window. In the window there are 6 columns. In the Local column you will see something like 127.0.0.1:2000 and in the Remote column 10.172.24.100:3389. The user will type 127.0.0.1:2000 in the computer field in the Remote Desktop Connection window
Hope this helps,
Vidir

Similar Messages

  • Windows Terminal Services and Swing

    My large swing application is being accessed remotely using Windows Terminal Services RDP protocol and is performing dreadfully in terms of screen updates. Is there an answer for this problem? Any suggestions?
    Regards
    David

    In my opinion the real problem is not at all in your application.
    1) Window terminal services (RDP)
    Each time that the screen changes is send to client all the screen.
    This is also for mouse moving.
    Using more efficent software, like Citrix that is based on RDP, are
    send to client only the dirrefernces, and mouse moving is managed
    only by client side.
    This gives advantages in performances.
    Window terminal Server, also, needed a strong Server to run, in my
    experiences more than 10 connections my cause a performances
    problems in many cases.
    2) The network
    Is needed an efficient network for ship quicly all data traffic generated
    for that fat application, minimum 100 Mbit.
    If the network is just congestionated for others think (internet browsing,
    an lot of file exchange and so on) the performances of terminal server
    is bad. (terminal server ships a lot of information across the network)
    3) Your application.
    Control if too many repaint() or revalidate() are called.
    For do that simply u can override that methods in this way in your costom components:
    public void repaint()
    super.repaint();
    System.out.println("Repainting of MyComponent");
    the same think for revlidate.
    Now, lanching your application, u can control how many times for transaction those methods are invoked.
    My doubt is that, every time that a repaint or a revalidate occurs,
    Terminal Server reshape all the screen for client (not so sure about
    that)
    I say u that because I have had a similar problem (flickering).
    I have see that flickering was caused by serval repaint invocation
    by swing itself.
    I had solved it simply do that
    public void repaint()
    if (!wBatchMode)
    super.repaint();
    The variable wBatchMode is setted to true (for example in my custom
    JTable) util I append columns and rows.
    If u look for swing code for each column added, the repaint methid is
    invoked.
    When i have finished to populate my component i set the wBatchMode
    variable to false, so the repaint method occurs only one time and no
    flickering occurs.
    So, if is true that Terminal Server for every revalidate/repaint reship
    the screen, this method may be help u.
    Regards

  • SSGD vs. Windows Terminal Services

    I'm using one Windows Terminal Services server with 20 clients in my office. My question is, what advantages (ands disasvatages such as serial port forwarding) can I expect from using SSGD?
    Thanks in advance.
    Regards!

    I'm using one Windows Terminal Services server with
    20 clients in my office. My question is, what
    advantages (ands disasvatages such as serial port
    forwarding) can I expect from using SSGD?
    SSGD will also use the Terminal Services. The advantage you get is, that you can deposit the access also from the outside (= Internet) and not only to the inside.
    Markus

  • Office 2013 Home and Business terminal service error

    i have a hp server with windows 2008 R2 and office home and business 2013 installed also i have installed ncomputing thin clients on the network and my windows is working fine 
    can any one please help why my ms office 2013 is not working on thin clients and giving me error of terminal services.
    regards
    shabbir nulwala

    Hi,
    By Office 2013 is not working, what is the symptom then?
    Also, what is the error message?
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Windows Terminal Services

    We use terminal services to provide our Db users with most of their tools, as it saves a lot of hassle with the desktop team when installing and upgrading applications. However, with SQL Developer, because the connections are locally stored in one folder, all the connections, when "Save Password" is checked, are available to all users. I know that the easy way out is to not check the "Save Password" option, but is there any way that the connection info can be moved or configured to use a user-specific folder, which under windows is locked down anyway?
    Other users have requested the inclusion of DBA tools, and I would support this.

    Martin,
    You will be able to configure this in SQL Developer 1.1.
    Regards
    Sue

  • OAM and Windows SharePoint Services 3.0

    Hi,
    I have a client that uses OAM/WSSO and wants to use it with Windows SharePoint Services 3.0. The OAM integration guide has info on integrating with SharePoint Server 2007, but does not address integration with Windows SharePoint Sevices alone. Is this a supported integration path?
    Thanks,
    Erik

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    It is unclear to me what you are referring, Are you talking about the old CM07 Dashboard product or creating custom dashboard yourself?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SNMP and Windows SNMP services

    I am controlling a SNMP device using LabVIEW UDP communication, this works fine. When I start the Windows SNMP services running, I can no longer communicate with the device.
    Is there a way to control an SNMP device with LabVIEW with the Windows SNMP service (Windows XP) running at the same time?
    Davith

    Adam
    Thanks for your comments.
    It looks like the only way forward is to develop a manager interface using Windows SNMP API calls.
    I’ll probably do this by developing a DLL using CVI to interface to the SNMP API. I think its better to use CVI rather than LabVIEW for this. Its easier to interface to the odd data types that Microsoft seems to like using. I will then call this DLL from LV.
    It is a shame that the SNMP Toolit people do not respond to emails. I suspect their code uses UDP calls, as it looks like it was developed before the Windows SNMP API was available.
    Davith

  • WINDOWS TERMINAL SERVICES AND ORACLE CLIENT 9,10.1,10.2 BUG

    PROBLEM:NON-ADMINISTRATOR USER UNABLE TO USE CLIENT SQLPLUS INSTALL
    FIX: NONE... REFER TO Bug No.     4684738     
    Filed     18-OCT-2005     Updated     06-DEC-2005     
    Product     SQL*Plus     Product Version      10.2.0.1     
    Platform     Microsoft Windows Server 2003     Platform Version
    HOW I FIXED:
    copied instant client basic, instant SqlPlus, instant ODBC (i need ODBC connection)
    step1:
    login to terminal server as administrator, unzip basic, SqlPlus, ODBC into a new directory on the server, make sure users have basic file rights read,view to new directory.
    step2:
    copy a working copy of tnsnames.ora (the databases you want to connect to) into the directory where all your instant client files are.
    step3:
    create SYSTEM ENVIRONMENT variables > click my computer, properties,advanced. create variable SQLPATH set value to path of your instant clent files. create variable TNS_ADMIN set value to path of your instant client files.
    step4:
    edit the PATH statement listed in SYSTEM ENVIRONMENT variables and add the path to your instant client files at the beginning of the PATH statement.
    step5:
    logout, login as administrator test instant sqlplus open command prompt enter > sqlplus username?/password?@mydatabase
    you should get connected to your database. Repeat step5 only login as a normal user. the normal user should be able to connect to the database.
    Issue: it appears instant ODBC not ready for prime time I get error 126, reading forums it appears there are files missing from the install package. The Microsoft ODBC connector for Oracle does work with my MSACCESS applications that connect to Oracle 10G using the afore mentioned process. I will continue to troubleshoot instant ODBC issue and post findings. Oracle has already wasted 12 hours of my time trying to get their junky software working might as well waste another day before throwing in the towel.

    You can download the latest JDBC drivers from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    You just need to place the jar somewhere and add the location to your classpath.
    Kuassi

  • Bootcamp and Windows XP Service Pack compatibility?

    Hey everyone,
    I'm having a problem installing Windows XP onto my brand-new Macbook. I've got a still-in-the-package Windows XP re-installation disc from my girlfriend's computer but on the disc it says "includes Service Pack 1a". It says that I need Windows Service Pack 2 or later here:
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/11889.html
    Upon finding the place to download Service Pack 2 on the Microsoft site, it says that you shouldn't download Service Pack 2 if it's for just one computer, here:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=049C9DBE-3B8E-4F30-8245 -9E368D3CDB5A&displaylang=en
    I started to try to install the disc via Bootcamp but was reluctant to partition my hard drive since I'm not sure about the Service Pack's compatibility for my Macbook.
    Do I need to get a new Windows XP installation disc (as in go and buy one) or should I try to download Service Pack 2 or later from somewhere? I'm afraid to try to install Windows XP if I don't have the right disc or Service Pack. Can anyone help me?
    Thanks for reading!

    Hi and welcome to Discussions,
    for Windows XP installation on a Mac using BootCamp the XP istall CD has to have at least SP2 incorporated.
    http://support.apple.com/kb/HT1899
    Using an older version usually doesn't work and creates some problems.
    However you can make yourself a XP SP2 installation CD using your SP1a CD and these instructions http://www.winsupersite.com/showcase/windowsxpsp2slipstream.asp
    But you have to do this on a Windows PC.
    And despite what Microsoft says on that "Network Installation Package" page I would always recommend using these stand-alone SP updater and not use Windows Update for such huge system updates.
    Hope it helps
    Stefan

  • JMX and Windows Web Services

    Tried using the WinRun4J package to run a JMX enabled app as a windows service. At service start an exception was thrown Unsupported protocol jmxmp.
    Runs fine from a bat file. Anyway when I commented out my registerBean method where I get the PlatformMBeanServer and set up the connection server. it started fine. I know I've seen discussion of running JMX enabled Java apps as services. Is the some experiences out there similiar to mine?
    Jim

    Any chance permissions might be involved? Maybe need a java.policy?

  • JFileChooser DFS and Windows Vista Service Pack 2

    We updated a computer with Vista Service Pack 2 and now JFileChooser is not opening up links that are DFS.
    To make sure it was not our app I tried using the JFileChooser Demo from Sun and I am still having the same issue. Java will allow me to quick but it will fail silently.
    I have retried using the latest 1.6.0_14 (6u14) JDK and JRE but still no luck (Which says support Windows Vista SP2). Is there a bug with the JRE? We have reverted the computer to SP1 and are alerting our user base.
    Is anyone else having this issue? Do I need to report it as a bug?
    Anyone have a suggestion?
    Thanks,
    pk

    I have verified that this does not work with Windows 7

  • Oracle 8i3 and Windows 2000 Service Pack 2

    If this is not the right forum, please direct me to another one.
    Seems that 8.1.7 is not compatible with Windows 2000 Server Service Pack 2. The database worked just fine until I installed the SP2. After that I cannot connect to it. When I run sqlplus to connect I get this error:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    I don't know what to do, and I cannot find any more informaiton about SP2 and Oracle. Please share if you have any.
    null

    Sorry, but my english is terrible.
    Well, I has this problem. I installed Windows Service Pack 2 and
    received this message when I tryed to connect Oracle by SQL
    Plus: shared memory realm does not exist. Ok, do you found any
    answer for this error?!
    Please, help me. I don't know how to deinstall service pack.

  • Issue using Flash IDE with Mac OS and Windows Web Service using NTLM authentication?

    I have an existing application that I developed on a Windows machine using CS5.  It uses a local intranet web service written in .NET using NTLM authentication.  The web service does multiple things such as read data from an SQL database, provide the user's username, and test for write/read access to a local company fileshare.  When my company upgraded, I went to a Mac with Flash CC which is great.  However, Mac's don't handle HTTP Authorization Challenge Blocks like Windows machines.  In Safari, Chrome, etc. it will pop up a little username and password box and proceed on without issue.  The issue is in Flash development.  When running the exact same application in Flash testing all script access fails with HTTP Status 401 errors.  I have searched the AS3 documentation, but the only thing built in to handle http challenge requests is in AIR not Flash.  The server admin's and I have tried all method's of cross domain policy files and access changes with no luck at all.  Does anyone have a solution to this issue?

    Did you check Apple Support Boot Camp article?
    iMac displays a black screen during installation of Windows 7
    http://www.apple.com/support/bootcamp/
    Installation Guide
    Instructions for all features and settings.
    Boot Camp FAQGet answers to commonly asked Boot Camp questions.
    Windows 7 FAQAnswers to commonly asked Windows 7 questions.

  • Dynamics CRM and Windows Server Service Bus

    Hi,
    https://msdn.microsoft.com/en-us/library/gg309276.aspx
    Here it is described how you can connect Dynamics CRM with Azure Service Bus.
    As far as I know it is not possible to connect Dynamics CRM to a Service Bus which is hosted on Windows Server.
    Is this correct? If so, why not and do you plan to allow this in the future?

    Simple answer is because of CRM Online. How do you see the connection between something that is hosted OnLine and something that is hosted OnPremices.
    In case you anyway want to have this feature you can leave your suggestion on
    Connect and recheck that your feature is really needed.
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Avoid Unix and Windows Terminal Server Login

    When i connect to my application server through the web browser, i need to
    do a UNIX login. Is there any way to avoid this?
    Once i got into the application server, i tried to start another
    application but that too, required me to login into the Windows Server.
    Can this be avoided as well?

    M Wong wrote:
    When i connect to my application server through the web browser, i need to
    do a UNIX login. Is there any way to avoid this?
    Once i got into the application server, i tried to start another
    application but that too, required me to login into the Windows Server.
    Can this be avoided as well?
    Hi there.
    If by "i need to do a Unix login" you mean "I have to create an account
    on the underlying Unix/Linux OS as to 'couple' an SGD-EE user with a
    Unix/Linux user", then this is one the the "Login Authorities" enabled
    by default in SGD-EE.
    Good news is that you can use plenty of em, such as the RAS/SecurID,
    LDAP, Active Directory, NT Domains and possibly others.
    Let's start by paying the following URL a visit:
    http://docs.sun.com/source/819-4309-10/en-us/base/standard/login_authorities.html
    It's related to SGD EE 4.2 but the same principles do apply to older
    versions of the software as well.
    Best,
    Rob
    Roberto Zini - r.zini<@AT@>strhold.it
    "Has anybody around here seen an aircraft carrier?"
    (Pete "Maverick" Mitchell - Top Gun)

Maybe you are looking for

  • Permission Denied error (WWC-44131)

    Hi All, Can please someone help me.. Iam having an SSO portal running on oracle9iAs.. Today suddenly some users are getting this error when trying to login.. "You do not have permission to perform this operation. (WWC-44131)" Can anybody please let m

  • Sync outlook cal with ical/cloud

    Hi Everyone I have been searching for days to fix a problem with sync my outlook on my mac with ical and icloud with no luck I have an imac, mac book pro and an iphone 5. I use outlook on my imac for new appointments and contacts. When I insert a new

  • I recently got my iPhone 5c stolen. How can I track it?

    I recently got my iPhone 5c stolen. How can I track it?

  • I need advice on setting up numerous iPads and Macs for use in a school

    Hi The school I work with has purchased 15 iPads and currently runs 6 macs. As I understand it there are limitations to the number of devices (both mac and iPad included) you can tie to one apple id. I need to know what you need to do in order to get

  • Views in MM?

    Hi all, Views in MM are: 1.MRP 2.Basic data 1 3.Basic Data 2 4.Purchasing 5.Plant Storage 6.Accounting. are they any other views other than the above 6. Pls. let me know. Thanks in advance! -Vineeth.