Windows server 2008 terminal service problem

Dear Sir,
could you please tell me how to input chinese characters which is using the Penpower application in a Windows server terminal services. I cannot input chinese even though I use the "Quick" input method. thank you for your kindly assistance.
Michael 

Hi Michael,
Thank you for posting in Windows Server Forum.
Are you using RemoteApp as your pen power application?
If you want the session to use the default keyboard layout stored in the user profile instead of the layout provided by the Terminal Server client after the user logs on to the Terminal Server computer, you can set the IgnoreRemoteKeyboardLayout registry value
to 1. After users first connect to the Terminal Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
To do so, please perform the following steps: 
1. On the terminal server, click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
3. On the Edit menu, click Add Value, and then add the following registry information:
Value name: IgnoreRemoteKeyboardLayout
Data type: REG_DWORD
Value data: 1
4. Quit Registry Editor.
After you first connect to the Terminal Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Windows Server 2008 R2 Service Pack 1 installation failed with error code 0x800f0a12

    Hello,
    I'm facing problem to install windows server 2008 R2 SP1. I cannot install SP1. In this server have running Exchange 2010 server. to update Win2008 R2 SP1 facing the following error:
    1. Service Pack installation failed with error code 0x800f0a12.
    2. Installation Failure: Windows failed to install the following update with error 0x80070643: Windows Server 2008 R2 Service Pack 1 for x64-based Systems (KB976932).
    Please suggest

    Please run the system update readiness tool.
    http://windows.microsoft.com/en-us/windows7/What-is-the-System-Update-Readiness-Tool?SignedIn=1
    Then post the complete contents of;
    %SYSTEMROOT%\Logs\CBS\CheckSUR.log
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Need solution for solving TIME_WAIT in TCP/IP ports in Windows Server 2008 Standard Service Pack 2

    In one of our windows machine( OS : Windows Server 2008 Standard (Service Pack 2)-32bit), we are facing TIME_WAIT in all the TCP/IP ports and it is not getting closed.
    On analyzing the issue, we found solution for this from the below link,
    https://support.microsoft.com/en-us/kb/2553549
    In this page, we are able to get the hotfix for Windows Server2008 R2 SP1 but i can't able to get for  Windows Server 2008 Standard SP2(32bit). If we try to apply the hotfix vailable for SP1, it is showing "The update does not apply to your System".
    Kindly provide us the solution for solving TIME_WAIT issue in the machine. 
    OS Details : Microsoft Windows Server 2008 Standard
    Version : 6.0.6002 SP2 Build 6002
    System Type : 32 bit(x86-based PC)
    Awaiting for the response.
    Thank you,
    Pushpalatha.A

    Download correct version from Microsoft Update Catalog. Run it with elevated rights.
    M.

  • Problem installing Windows Server 2008 R2 Service Pack 1 Multilingual User Interface Language Packs

    I downloaded Windows6.1-KB2483139-x64-en-US.exe but when I ran it on my Windows Server 2008 R2 SP1 (as Administrator) it does not run properly.  I noticed it created a new cabinet file named "lp" briefly, then deleted it.  Nothing else
    appears on the screen.  
    My goal is to install Chinese display fonts on my server.  Please help.

    Hi,
    First of all, if you want Chinese display language, you need to choose chinese in the drop down list on the download page. Here's a direct link in case you need it.
    http://www.microsoft.com/en-us/download/details.aspx?id=2634(chinese simplified...)
    Windows6.1-KB2483139-x64-zh-CN.exe is the file name for the Chinese simplified language pack.
    1. The exefile extracts the file cabinet lp.cab which is the file you need to import the language pack.
    2. Start lpksetup.exe and Point out the cab-file you just extracted.
    If you want to do it with cmdline, you can do it with dism in an elevated command prompt as well:
    Dism /online /Add-Package /PackagePath:C:\test\lp.cab
    Note that you still need to create a policy or change default language in some way for your users.
    Read more on the topic on:
    http://technet.microsoft.com/en-us/library/dd744278(v=ws.10).aspx (adding)
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7f019a90-8e48-4bc3-a9d2-e3c531354d04/how-to-use-group-policy-to-define-terminal-users-display-language-in-2008r2-terminal-servers (creating
    gpo)
    Microsoft Certified Trainer
    MCSE: Desktop, Server, Private Cloud, Messaging
    Blog: http://365lab.net

  • Oracle 11g R2 to MS Access .mdb (Windows Server 2008 64-bit) problem

    I have a need to make connection from Oracle 11g R2 to MS Access database file (mdb). OS is MS Windows Server 2008 64-bit. My configuration is next:
    1. I made System DNS mikeacs (using c:\windows\sys_wow6\odbcad32.exe) to my access mdb file;
    2. I made initmikeacs.ora file in ora_home\hs\admin folder:
    # HS init parameters
    HS_FDS_CONNECT_INFO = mikeacs
    HS_FDS_TRACE_LEVEL = debug
    HS_FDS_SHAREABLE_NAME = c:\Windows
    3. Listener.ora file is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = mikeacs)
    (ORACLE_HOME = c:\oracle\product\11.2.0\dbhome_1)
    (PROGRAM = dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = cspo02)(PORT = 1521))
    4. Tnsnames.ora is:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    MIKEACS =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521))
    (CONNECT_DATA=(SID=mikeacs))
    (HS=OK)
    5. After this, I restarted Listener:
    lsnrctl stop;
    lsnrctl start;
    Given feedback:
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 20-RUJ-2010 14:47:21
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\cspo02\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "mikeacs" has 1 instance(s).
    Instance "mikeacs", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    6. I created db link: create public database link macs using 'MIKEACS' (connected as sysdba);
    7. tnsping mikeacs:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=cspo02)(PORT=1521)) (CONNECT_DATA=(SID=mikeacs)) (HS=OK))
    OK (0 msec)
    Then, when I try fire query (connected as sysdba): select * from mytable@macs;
    get result:
    ERROR at line 1:
    ORA-28513: internal error in geterogeneous remote agent
    ORA-02063: preceding line from MACS;
    Although, when I fire the same query, but connected as other user, get next result:
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver Manager] Data source name not found and no default
    driver specified {IM002}
    ORA-02063: preceding 2 lines from MACS
    Where is my problem? Please help. Thanks in advance!

    That's the problem. DG4ODBC on 64bit Windows is 64bit and thus it also requires a 64bit ODBC driver.
    If you don't find one - maybe you can install DG4ODBC 32bi on a 32bit platform (please do NOT install it on the 64bit Windows machine) and then use this 32biit DG4ODBC with the 32bit ODBC driver.
    Another option would be to purchase a commercial ODBC driver or a bridged ODBC driver.

  • SAPRouter on Windows Server 2008 R2 /  Service definition

    Hi,
    I installed SAPRouter on a Windows Server 2008 R2 and i have troubles registering saprouter as a service...
    The installation directory is: C:\usr\sap\saprouter. There are these files:
    niping.exe
    sapcar.exe
    ntscmgr.exesaprouter.exe
    I am able to start the router from the command line.
    trc file: "dev_rout", trc level: 1, release: "710"
    Tue Feb 08 13:38:43 2011
    SAP Network Interface Router, Version 39.3 (SP4)
    command line arg 0:     saprouter
    command line arg 1:     -r
    command line arg 2:     -R
    command line arg 3:     c:\Windows\System32\saprouttab.txt
    main: pid = 1748, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a saprouter)
    reading routtab: 'c:\Windows\System32\saprouttab.txt'
    When i try to register (with Domain admin user) the service, the system means that:
    C:\usr\sap\saprouter>ntscmgr install SAProuter -b C:\usr\sap\saprouter\saprouter
    .exe -p "service -r -R C:\Windows\System32\saprouttab.txt"
    CreateService SUCCESS
    After that i am editing the service and entering a different user "sapadm" with local user rights. When i want to start the service terminates with Error 2 The system cannot find the file specified
    when i check the the service' properties, the path to executable is empty...
    Can anyone help me?
    Thanks,
    Martin

    Hi,
    If you don't want to run the service then just stop the service from services file.
    For successful service creation, you need to follow all steps from the note which i suggested you earlier.
    Thanks
    Sunny

  • D20 Windows Server 2008 R2 Setup Problem / 1x SATA HD / 4x SATA SSD

    Hi all,
    I've got a D20 Mod. 4155 and want to use beside it's default SATA hard disk four SATA SSD disks for virtual machines. Windows Server 2008 R2 will be the OS with the use of it's Hyper-V functionality.
    I have aproblem with detecting the disks in OS setup. All 5 disks are visible in the BIOS setup of the Marvell Controller. it is possible to configure a RAID over the SSD etc., but I don't "see" any disk in OS setup. I tried to load additional drivers in the GUI part of the setup utility, but this didn't worked. I tried with the Marcell SAS driver and the Intel Matrix driver, both found at http://www-307.ibm.com/pc/support/site.wss/migr-72280.html.
    Any suggestions for PC BIOS / Marvell BIOS / OS setup configurations?
    Kind Regards, Chrischmi
    Lenovo ThinkStation D20 4155-D4G - 500 GB SATA HD - 4x G.Skill Phoenix Pro 2,5" 120 GB SATA SSD - Windows Server 2008 R2 Datacenter Hyper-V
    Lenovo ThinkPad T61p 6460-6YG - Windows 7 Ultimate x64
    Solved!
    Go to Solution.

    Hi all,
    I found the solution on myself. After detecting, that the default disk is a SATA disk (and not SAS), I had the idea to test it on the Intel SATA controller. It was possible to install the machine wit the disk attached to the Intel controller. After setup I went to Device Manager and installed the Marvell driver from Lenovo, switched the disk back to the Marvell controller and booted. Successful. Yeah!
    On my way to the solution i had another problem: In the GUI part of Windows setup, I got a 0x80300001 error with the Intel SATA driver from Lenovo. It was not possible to install windows Server on the SATA disk with reason0x80300001. very helpful message, Microsoft! ,-) I decided to use the default Microsoft driver for the Intel SATA controller after a reboot. Setup run well, but ended with a 0x80070017 error and problems copying some (unknown) files. The solution (found after some hours...) was to burn a new Windows Server setup DVD. I don't want to talk about this anymore...
    - Christoph
    Lenovo ThinkStation D20 4155-D4G - 500 GB SATA HD - 4x G.Skill Phoenix Pro 2,5" 120 GB SATA SSD - Windows Server 2008 R2 Datacenter Hyper-V
    Lenovo ThinkPad T61p 6460-6YG - Windows 7 Ultimate x64

  • Windows Server 2012 Terminal Services (Client Side)

    I would like to see the interface of the new Windows Server 2012 Terminal Session via RDP.  Reason being, is that users are resistant to change - and if there is no start button like in windows 8, that is a big concern when considering upgrading our
    server to 2012.  Anyone know what it looks like?  Screenshots of being logged in as a user via RDP would be much appreciated!
    Thanks

    Hi,
    Yes, there is a Start Button in Server 2012 R2:
    You may download the preview and test if you like:
    http://technet.microsoft.com/en-US/evalcenter/dn205286.aspx
    -TP

  • Windows Server 2008 R2 Nesth problem

    Hi All,
    I need to setup a network of Windows Server 2008 R2 machines in Hyper-V (for learning SQL Server). I have succsselly setup the domain controller and 4 other servers.
    However, the last server is a Core editition and Netsh gives me 'Element not found' error message when I type 'Netsh interface ipv4 set address “Local Area Connection” static 10.10.10.40'.
    In case of the not core editions this kind of commands worked. Could you help me with this as I am totally lost in the world of Windows Server?
    Many thanks.
    P.

    Hi Pelso,
    Please try to query the index for that NIC then set IP address for that NIC with index :
    netsh interface ipv4 show int
    netsh int ipv4 set address 22 static 192.168.0.1 255.255.255.0
    (Number 22 means the index number queried by the first command )
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Cannot install Office 2010 on Windows Server 2008 terminal server

    Hello
    I have a Windows 2008 terminal server which has Office 2007 Professional Plus on it. We want to upgrade it to Office 2010 Professional Plus.
    Following steps from Technet, I made sure all users were out of the terminal server, then selected "Install Application on Terminal Server", then ran the setup.exe file for Office 2010.
    The splash screen comes up for Office 2010 but then disappears and the install does not progress, although the setup.exe is still running in Task Manager. The "install Application on Terminal Server" window is still open, waiting for me to click
    Next, Finish or Cancel and nothing else happens.
    I also tried putting the server into install mode from command prompt and rebooting the server and re-attempting but no good.
    How can I go about troubleshooting this issue?
    Many thanks
    Luke Dunster

    Hi Luke,
    Are you  using a volume license version of Office 2010 for Remote Desktop Services/Terminal
    Services? I may be wrong but I think that only this version of Office 2010 will work on a Terminal
    Server. The Retail Version will just not work in this case.
    I had similar problem where I tried to upgrade from Office 2007 to Office 2010 on a Terminal Server (Windows
    2008) but wasn't successful with the upgrade/installation.
    Also take a look at this post: 
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/e09ee781-82c2-4399-85f4-1b90ae690ccb/office-2010-licensing-for-windows-2008-rdsterminal-services-pkc-ok?forum=winserverTS
    Jale01

  • Windows Server 2008 R2 Service Pack 2

    Does anyone know when we can expect Service Pack 2 to be released?  The latest info I can find here is from 2012 and still no Service Pack 2 for this version of Windows Server.
    Thanks!!

    Still reporting as Not yet established but I'll be surprised if there ever is
    2008 R2 service pack 2 given two new OS releases (2012, 2012 R2)
    http://windows.microsoft.com/en-us/windows/lifecycle#section_3
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • 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

  • Windows Server 2008 and Crystal Reports 8.5 printing issue

    I am having a problem when using the crystal reports 8.5 report viewer ocx (ActiveX) under Windows Server 2008.
    When logging onto the server through remote desktop, a report can be shown on screen in preview. When this report is printed, and the user requests more than one copy, the printer only ever prints one copy. Is this a configuration of the terminal server, or simply that the ocx control doesn't cater for it?
    I am using the Windows Server 2008 "Terminal services Easy Print" drivers on the terminal server.
    Any suggestions would be welcome.

    Hi Sastry
    I can print multiple pages from notepad without any issues. It is only the print from the crystal OCX control that has the issue. It has it's own print dialog box.
    Thanks
    Peter

  • Using drag and drop in remote desktop on windows server 2008

    we running an application on windows server 2008 terminal services .. this application was support drag and drop functionality .. i understand that terminal services on windows 2008 is supported to drag and drop but is not happening !! even when i run remote desktop connection on this server the drag and the drop is not working !
    i need to enable the drag and drop for windows 2008 terminal services  ..
    Thanks in advance

    Hello Ayman,
    If your requirement is to drag and drop files between local and remote sessions, Danny is right. Drag-and-drop feature is not supported in Windows Server 2008-based Terminal Server, which is a by-design behavior hard-coded in the current version of the Remote Desktop Protocol.
    As a workaround, I recommend you to use copy-and-paste function instead of drag-and-drop. To enable the copy-and-paste between local and remote session, please enable the clipboard redirection in Windows Server 2008-based RDC. (In Windows Server 2003 environment, local drive redirection is needed.)
    Hope it helps. Thanks.
    Best Regards,
    Lionel Chen

  • Windows Server 2008 R2 Remote Desktop - The requested session access is denied

    Hi, I have been using Windows Server 2008 R2 since it was released, and have 100 servers up and running. I configured Allow Remote Desktop on all of them and have been able to connect to them and manage them via RDP since then. I also have two servers configured as Remote Desktop Services.
    That was up until yesterday. Yesterday afternoon I started getting the The requested session access is denied. I managed all Terminal services via Group Policy and have three users entered.
    I am connecting to the servers via Windows XP SP3 and Windows 7. Both clients have been updated to the latest Remote Desktop Services client.
    I have been searching for the answer, and I am not finding it.
    I have also tried KB954369 without any success. 
    Thanks,
    Brian

    Ok, from my trials and tribulations and discussions with Microsoft I have identified the following;
    Assumptions;
    A. My terminal server is in domain widget
    B. All the users are in domain contoso
    1. I had the Terminal Server configurured with a specific Login, which would launch a specific application only and not give them any desktop functions. Wiht this configured this way, I get the error I wrote about.
    2. If I turn the specific login off, then I can login normally and perform the functions as Administrator that I need/want to do.
    3. Microsoft said to configure the Terminal Server with Single Sign-on. I did as instructed and went thru all the steps, however because my terminal server is in domain widget, the users get prompted twice each time for login. Once on the website, and then again as the application launches. Microsoft said that the users needed to Remote Desktop Client 7.x or the self-signed certificate that I have has to be included in the domain contoso certificate authority so that they will not be prompted for the second sign-on.
    4. Conclusions - I need to have a chat with our enterprise security team about including the self-signed certificate in the contoso certificate authority. I need to also work on my RDWeb website so that it meets our company standard look.
    Here are the links that Microsoft provided;
    http://technet.microsoft.com/en-us/library/cc772108(WS.10).aspx
    Enable RDC Client Single Sign-On for Remote Desktop Services
    http://technet.microsoft.com/en-us/library/cc742808.aspx
    Blogs -
    http://blogs.msdn.com/rds/archive/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections.aspx
    http://blogs.msdn.com/rds/archive/2009/08/11/introducing-web-single-sign-on-for-remoteapp-and-desktop-connections.aspx
    http://blogs.msdn.com/rds/archive/2009/06/05/publishing-in-windows-server-2008-r2.aspx
    http://blogs.technet.com/pfe-ireland/archive/2008/09/05/windows-server-2008-terminal-services-presentation-virtualisation-and-windows-xp-clients.aspx
    I hope this help you in your troubleshooting.
    Brian

Maybe you are looking for

  • Delivery inot to be allowed in back date

    Hi All !!!!!!!!!!!! The scenario is for Make to Order - Its in AFS. Sales Order created on 01/10/2009, then the production order is triggered for the same and GRN is done on 21/10/2009. Now the stock is showing in unrestricted category. Now when we c

  • APEX soap web service

    How do i get a response from a soap webservice and insert it into a DB

  • Gray Screen and Won't Boot Up

    I posted this problem several weeks ago. Then there was an update. Everything went away until yesterday. Now I when I turn on the IMac 20" I get either a gray screen followed by the loud fan after a few minutes, or, I get folder with a question mark

  • How to understand Interface in Java?

    i dont know what interface is. because of my poor english, i cant find out what it represent. it feels so abstract that trail discribed interface, package and classes. could anyone help me with it?

  • Cannot change to 2 way matching after change Master Item setting

    Thank you in advance for your help. I need to change the match method for an item to 2 way matching. I go to Master Item->Purchasing, in invoice matching section I set both Receipt Required and Inspection Required to NO. When I do Auto Create, the or