Windows 8 Terminal Services Manager

Hi all
I'm use windows 8 but have a problem
The Problem is not found terminal services manager  and very important for me
Can you help me

Hi,
Would you please let us know how the issue is going? If it persists, please also capture a screenshot on it and post here.
Thanks.
Nicholas Li
TechNet Community Support

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

  • 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

  • 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

  • Terminal Services Manager

    In Server 2003 we use TSM to connect to servers on our network and log off accounts of other users' stale sessions in order to free-up a login to the server. Does this functionality exist in Server 2008 R2?
    Thanks
    Hank Vare

    Hi,
    I agree with Susie. Susie
    given full details about terminal services (now it is RDS in windows 2008 R2).
    Yes , In
    Server 2003 we use TSM to connect to servers on our network and log off accounts of other servers. The same kind of console we can see by choosing
    Remote Desktop Services Manager.
    Here you go, Start>Administrative
    Tools>Remote Desktop Services>Remote Desktop Services Manager.
    Regards, Ravikumar P

  • Does windows azure service management APIs work for windows azure pack setup as well ?

    Does Service Management REST APIs(http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx) for Azure work with
    Windows Azure Pack as well ?

    Hi,
    Windows Azure Pack is basically a proof of concept.
    So, it will not have all the features that Windows Azure has in the cloud.
    Some services such as Cloud services & storage services are not available.
    for some available API support:
    If you found this post useful, Please "Mark as Answer" and "Vote
    as Helpful".
    Best Regards, Tuan Khalib

  • 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

  • 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

  • Min.Internet bandwidth for SAP clients with Windows Terminal Services (RDP)

    Dear all,
    what is a minimum/recommended Internet bandwidth for client who are using SAP client with RDP (SAP client is connecting directly via RDP session to remote SAP server).
    regards
    GN
    Edited by: Grzegorz Niecka on Aug 4, 2011 10:36 AM

    Hi GN.......
    It is recommended to have 1 Mbps speed of Internet in order to connect SAP Client from its destination to server if you are using Terminal server or VPN.......
    If you still not getting proper connectivity you may increase it to 2 Mbps........
    Regards,
    Rahul

  • Accessing client using Windows 2008 Terminal Service - Web Access?

    Dear experts,
    We are developing a network infrastructure solution for our new customer's B1 8.8 implementation.
    Our customer would like to utilize Windows Server 2008 Terminal Service to connect B1 client in remote branch with server in head office area. And they want to use Terminal Service - WEB ACCESS. Base on our experience, we successfully implement B1 using Remote Desktop Connection or Citrix to support B1 client in the remote area.
    My question is, Has SAP already support to utilize windows "Terminal Service - Web Access" to access B1 client?
    If Yes then what are possible issues and solutions?
    Thanks,
    Indra

    Hi,
    when we said to customer that it is better to use citrix, they will see some concerns as follows:
    1. Investment to buy citrix server
    2. License of citrix
    3. installation time for ICA client
    4. maintenance cost for citrix and its server
    The benefits are as follows:
    1. Reduce cost to purchase B1 license. Remote and LAN users can access B1 through citrix
    2. The connection speed. Citrix is more faster than RDC or terminal services either web access or not
    3. The security reason. Check this link:
    http://www.virtualizationadmin.com/articles-tutorials/terminal-services/management-tools/terminal-services-internet-information-server.html
    In the support platform, there is no windows terminal services web access info. You may check it here:
    http://service.sap.com/smb/sbo/platforms
    The supported hosted environments are using citrix or windows terminal service. For remote users, the citrix is used for web access and windows terminal services are using IP and the connection is using internet (do not use VPN).
    The citrix is not very expensive. We must make them realize the benefit.
    Kita harus pastikan citrix itu bagus dan tidak mahal2 amat kok. Beli dari reseller citrix yang diauthorized  tetapi tidak big company agar tidak mahal sekali. SAP AG menyarankan menggunakan citrix karena memang sangat bagus.
    (in english : we must convince the customer about the citrixs benefit. it is not too expensive. The citrix could be buy from small reseller company so that its price is acceptable. SAP AG suggested to use citrix because it is very best web access).
    I know bhs because I am from Indonesia hehehe....
    JimM

  • Swing app in JDK6 continues to rendering slow in Windows Terminal Server

    Hi,
    Because Swing apps create interfaces internally and not using default OS APIs,
    when running into a Windows Terminal Server client, there is no way to optimize
    rendering. Windows Terminal Server and Linux FreeNX use a mechanism to send
    to client only commands to render the windows. But, because the way Swing works,
    not totally integrated to OS APIs, it's not possible for terminal servers to do this,
    and these servers render Swing like images, something like VNC do, very slower than.
    I have tested native apps and AWT apps, and the difference is very significant,
    something like 50-70% faster.
    Is there some project in Swing APIs or java.net open-sources to better this?

    We are also seeing this issue with a Compiere implementation. With 10 distributed sites across the US, our client wanted to use Windows Terminal Services to simplify the client desktop management of the Swing application.
    But performance is terrible...and screen painting issues a real problem. We are also on JDK5 still, so I'm discouraged to see that JDK6 doesn't appear to offer much improvement?
    Is there any project afoot to address this issue for installations using terminal services?
    Thanks,
    Peter

  • An error occurred while trying to start the Windows Deployment Services server

    After rebooting the server, I cannot start the Windows Deployment Services anymore.
    It worked perfectly before the reboot. When starting it manually these errors appear in the event log:
    The Windows Deployment Services Server service terminated with service-specific error 1460 (0x5B4).
    An error occurred while trying to initialize multicast manager. Windows Deployment Services server will be shutdown.
    Error Information: 0x5B4
    An error occurred while trying to start the Windows Deployment Services server.
    Error Information: 0x5B4
    This is on server standard beta 3.

    I have removed the server from the WDS, then I have uninstalled the role, rebooted, reinstalled the role.
    When I started the WDS the server was back in there, but when I wanted to start the service I got the message "the windows deployment services configuration is corrupt". I have triggered these commands to reset this:
    Code Snippet
    wdsutil /Verbose /Progress /Uninitialize-Server
    Windows Deployment Services Management Utility [Version 6.0.6001.16510]
    Copyright (C) Microsoft Corporation. All rights reserved.
    Tearing down server...
    == Original server operational mode: Native ==
    -> Resetting setup state
    -> Disabling and resetting Windows Deployment Services services
    -> Removing server BINL SCP
    -> Removing Windows Deployment Services share at \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST
    == Final server operational mode: Not Configured ==
    The command completed successfully.
    Then i did this command, but again it failed to start at the end.
    Code Snippet
    C:\Windows\system32>wdsutil /Verbose /Progress /Initialize-Server /REMINST:"c:\R
    emoteInstall"
    Windows Deployment Services Management Utility [Version 6.0.6001.16510]
    Copyright (C) Microsoft Corporation. All rights reserved.
    Setting up server...
    -> Creating Windows Deployment Services installation tree
    ---> Creating Windows Deployment Services installation root at \\LH-AJGG6OZWH9Z4
    .longhorn.office\c$\RemoteInstall
    ---> Creating Windows Deployment Services share at \\LH-AJGG6OZWH9Z4.longhorn.of
    fice\REMINST
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Images
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Boot
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Boot\x86\Images
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Boot\ia64\Images
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Boot\x64\Images
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Boot\Fonts
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Tmp
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Mgmt
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\WdsClientUnattend
    ---> Creating Windows Deployment Services folder \\LH-AJGG6OZWH9Z4.longhorn.offi
    ce\REMINST\Templates
    -> Installing Windows Deployment Services files
    ---> Installing system files
    ---> Installing boot files for x86
    ---> Installing boot files for ia64
    ---> Installing boot files for x64
    -> Updating registry
    -> Configuring the TFTPD service
    -> Configuring BINL SCP
    Enabling Windows Deployment Services services...
    Starting Windows Deployment Services services...
    An error occurred while trying to execute the command.
    Error Code: 0x41D
    Error Description: The service did not respond to the start or control request in a timely fashion.
    Anyone have an idea what could be the cause? I found this additional error in the event log, but distributed file system hasn't been installed since the beginning.
    DFS could not access its private data from the Active Directory. Please manually check network connectivity, security access, and/or consistency of DFS information in the Active Directory. This error occurred on root REMINST.

  • Windows Deployment Service. Network Profile Radio Buttons greyed out with R2

    Hi All
    I have downloaded and setup Server 2008 R2 (not yet activated). I have added the following roles "DHCP Server", "DNS Server", "Active Directory Domain Services" and "Windows Deployment Services". I can PXE boot a test client machine and (using the boot.win from windows 7 dvd) multicast a XP Image to it. This setup is connected via a 100 Mb switch and is an isolated network. 
    Under windows deployment services - if I right click my server - select properties - network tab "Network Profile is greyed out". I have tried running wdsutil /Set-TransportServer /Server:big /Profile:100Mbps but get the following error message: "Windows Deployment Services Management Utility Version 6.1.7600.16385. Error code 0xC110011F This WDS transport server does not support network profiles.
    I have tried this on two hardware setups:
    An Intel D915GUX 3GHz 2GB RAM and Marvel Yukon 88E8050 ethernet controller.
    An Intel D965 Core2Duo 1.86GHz 2GB RAM and  Intel 82566DM Network controller.
    Incidently I have done the same setup with Server 2008 (not R2) on the D965 and the Network Profile radio buttons are not greyed out. If I upgrade the same test machine to server 2008 R2 the Network Profile radio buttons are greyed out. Is this a design change, does Server 2008 R2 no longer support network profiles as I am now unable to select 10 100 or 1000 Mbs ?
    If more information is required or if anything needs further detail please let me know.
    Thanks for any help.
    Liam.D

    Is there any way at all to manually set or control the network profile? In my environment, a SCCM\WDS multicast stream is bottoming out on speed and network utilization when the stream crosses a Nexus 7009 router. Speeds go from 200 Mbps to 20 mbps. I have
    a theory that this "new" automatic configuration is placing the clients in a slow network profile that are on the opposite side of the router and I have been unable to find a way to speed of the transmission. I have also ruled out the "master
    client" slowing down the stream buy using different clients only connecting to a stream 1 at a time. I have also ruled out the router as the source of the problem by having a VLC client listen to the multicast stream on the same side of the router as
    the slow clients. The VLC client (unknown to SCCM\WDS) was able to receive the transmissions at 20 % utilization / 200 Mbps.
    -Tony

  • How can Lion upgrade work with Microsoft Terminal Services.

    We have a new Mac Mini and was told that Lion would work with Microsoft's Terminal Services.  If this a correct statement because 'NOW " we have been advised they are not compatible unless we use parrallel or bootcamp is this correct?

    Do you want to use the Mac mini to connect to a Windows system using the Windows Terminal Services protocols?  Then you can install an RDC (Remote Desktop Connection) client.
      Microsoft Remote Desktop Connection Mac OS X Client (free)
    <http://www.microsoft.com/mac/products/remote-desktop/default.mspx>
      CoRD (Microsoft RDC Screen Sharing)
    <http://www.macupdate.com/info.php/id/22770/cord>
    On the other hand, if you wanted to use the Mac mini as a server and have Windows systems connect using Windows Terminal Services, that is not going to happen, unless you install Windows on the Mac mini.
    If you want to just remote connect to the Mac mini and see the screen from a Windows system, you can use a Windows VNC client (there are many VNC clients available) to connect to the Mac mini, after enabling System Preferences -> Sharing -> Screen Sharing.  If the Mac mini has multiple accounts, you should be able to have multiple users connect concurrently, however, a Mac mini is not all that powerful, so I would not expect a lot of concurrently users can use the system at the same time.
    If the above has not answered your questions, please be more specify about what you want to do with the Mac mini.  Maybe some explicit examples.

  • Flash Player 10 on Terminal Services

    I have windows terminal services 2003 and internet explorer 8.  Flash 10 has been installed and runs fine on any account that is in the administrator group.  But all my normal users get this error when trying to view a page with flash:  "You must have administrative privileges to install Adobe Flash Player ActiveX".  I have tried multiple tips but have yet to get this to work for a normal user.  Any ideas before I go crazy?

    Did you ever get a resolution to your issue?  I have the same issue
    .  I have tried following these steps
    http://forums.adobe.com/message/2406457#2406457
    but the registry keys are different for Flash Player 10.  I cannot find the correct key for version 10.

Maybe you are looking for

  • What is the correct way to set a web application to use HTTP or HTTPS?

    In the past I've always created an HTTP web application as the default zone. Then extended the web app, creating a new IIS website on port 443 and enabled SSL. This seems to have worked fine, but I recently read an article stating that it is not good

  • Can't play songs purchased under old AOL account after upgrade to Apple ID

    I guess I've been abandoned by the iTunesStoreSupport. They basically told me what caused my problem and now will not return any of my emails. This message is mostly to inform anyone who "upgrades" an old AOL iTunes account to an Apple ID to be sure

  • How to change the model of JSpinner

    Hello, just want to ask how to change the model of a JSpinner during run time... I have an existing JSpinner example: SpinnerNumberModel model = new SpinnerNumberModel( 2, 2, 4094, 1); jSpinner = new JSpinner(model); if (changeLimitTo255 == true) { m

  • "No List Available" in spool.

    Hi All, I am generating a report in foreground using SQ01 is SAP Query and I am getting proper data in ALV format.But whenever I am running it in background , after completion of the program ,I am getting an error message " No List Available " Althou

  • Photo event dates deleted

    Since installing iOS4.2 some of my photo folders have lost their dates and been replaced with "100IMPRT, 101IMPRT" etc. This problem like others I have is frustrating because I feel as if I have no control over what is happening and things happen inc