Thin Client Easy Shell - Display Control - Security Issue

We're expirementing with the Easy Shell software.  It appears that when you enable the 'Display' option for settings (to allow users to alter resolution settings), the user can use the Address Bar to navigate to other Control Panel items or directly to a file system location (and then execute other programs).  This doesn't occur for other Control Panel applets that don't have an Explorer Address Bar (such as sound). Obviously one can still try to restrict the hell out of Windows Explorer to provide a defense to this, but a selling point of Easy Shell is sandboxing the user without needing to do a million different other configurations. Has anyone come accross this and come up with a method to secure the Address Bar?

1. Log on to the Thin Client as an Administrator 2. Make sure you disable the EWF which is available in the System tray towards right bottom corner 3. Go to the contol panel of the Thin Client and look for Region and Language 4. Please set the language to French under "Region and Language" 5. Make sure you do all the changes [For Example: Giving access to the User for specific applications...] 6. Please re-install the HP Easy Shell Software and choose the language as French if you get a language prompt 7. Now please launch the HP Easy Shell Software in the Administrator Login itself and turn on the Region & Language 8. Restart the Thin Client and login as a User to check if this is what you are looking for If not please let me know if there is anything specific you are looking for, so I can further research with this regard  Hope this helps, for any further queries reply to the post and feel free to join us again  **Click the White Thumbs Up Button on the right to say Thanks**Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem. Thank You,K N R KSenior Thin Client Technician - North America Support Although I am an HP employee, I am speaking for myself and not for HP

Similar Messages

  • Jdeveloper WS Proxy client and ADFpage both throwing security issues

    Hello experts, can you please help me. I have web service deployed on weblogic server.
    I have not set any credential for this web service. I can test the service from SOAPUI without providing any credentials.
    Then I generated WS proxy client using Jdeveloper. When I try to run the client, I do not know why I get security execption (shown below) eventhough I have not secured the web service deployed on weblogic server.
    java.lang.SecurityException: keyStoreFilename is either null or empty string
    at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
    at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
    at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
    at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.
    Here is my client class :
    public static void main(String[] args) {
    try {
    contactWSService = new ContactWSService();
    ContactWSPortType contactWSPortType = contactWSService.getContactWSPortTypePort();
    Map<String, Object> requestContext = ((BindingProvider) contactWSPortType).getRequestContext();
    setPortCredentialProviderList(requestContext);
    // Add your code to call the desired methods.
    // QueryPageInputSecondPage qpisp= new QueryPageInputSecondPage(); //I have commented it in order to resolve security issue
    System.out.println("Inside the client class");
    } catch (Exception ex) {
    ex.printStackTrace();
    Inside the method setPortCredentialProviderList(), I have not provided any credentials, keystores etc. Because weblogic is not setup with SSL and also I have not set up any authorization or authentication for the web service. I do not know why I am able to test it through SOAPUI and why not using WS proxy.
    I also tried to invoke the web service from ADF page by creating data contorl. I did not provide any policy details because there is not security enabled for the web service on weblogic server. Even when I run the ADF application, I get below security error :
    <Error while invoking endpoint "http://10.1.1.59:7010/ContactWSWebSvc/ContactWSPortTypePort" from client; Security Subject: anonymous>
    ####<Jul 9, 2012 10:02:31 AM EDT> <Error> <oracle.adf.model.connection.webservice> <dmnov23-HP> <DefaultServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <a7d8487bcbe16046:-44aec1c2:1386c02f9ac:-8000-000000000000007f> <1341842551474> <BEA-000000> <Failed to execute a SAAJ interaction.
    javax.xml.ws.soap.SOAPFaultException: java.lang.NullPointerException
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException(DispatchImpl.java:1024)
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:808)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235)
    Appreciate your quick response.
    thanks a lot
    jyothi
    Edited by: Jyothi on Jul 9, 2012 2:45 PM
    Edited by: Jyothi on Jul 9, 2012 2:48 PM

    Also, I do not know why the Jdev classpath is set with lot of jar files. May be that is how the Jdeveloper is setup when we install since it has to support lot of applications. I am really shocked to see this.
    When I run the WS proxy client (java client) for this webservice from Jdeveloper, it is finally throwing java.lang.SecurityException: keyStoreFilename is either null or empty string error. As I mentioned earlier, I did not provide any credentials or keysotre details inside setPortCredentialProviderList(). I am totally confused why Jdeveloper is behaving like this for unsecured web service.
    C:\Program Files\Java\jdk1.6.0_31\bin\javaw.exe" -server -classpath C:\JDeveloper\mywork\Application2\.adf;C:\JDeveloper\mywork\Application2\Pilot1\classes;C:\fmu\oracle_common\modules\oracle.jsf_1.2.9\glassfish.jsf_1.0.0.0_1-2-15.jar;C:\fmu\oracle_common\modules\oracle.jsf_1.2.9\glassfish.jstl_1.2.0.1.jar;C:\fmu\oracle_common\modules\oracle.jsf_1.2.9\javax.jsf_1.1.0.0_1-2.jar;C:\fmu\oracle_common\modules\oracle.jsf_1.2.9\wls.jsf.di.jar;C:\fmu\oracle_common\modules\oracle.idm_11.1.1\identitystore.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar;C:\fmu\oracle_common\modules\groovy-all-1.6.3.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\adftransactionsdt.jar;C:\fmu\oracle_common\modules\oracle.adf.view_11.1.1\adf-dt-at-rt.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\adfdt_common.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\adflibrary.jar;C:\fmu\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\db-ca.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\jdev-cm.jar;C:\fmu\oracle_common\modules\oracle.ldap_11.1.1\ojmisc.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\commons-el.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\jsp-el-api.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\oracle-el.jar;C:\fmu\oracle_common\modules\oracle.adf.security_11.1.1\adf-share-security.jar;C:\fmu\oracle_common\modules\oracle.adf.security_11.1.1\adf-controller-security.jar;C:\fmu\modules\javax.activation_1.1.0.0_1-1.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-support.jar;C:\fmu\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;C:\fmu\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\adflogginghandler.jar;C:\fmu\oracle_common\modules\oracle.adf.share_11.1.1\adfsharembean.jar;C:\fmu\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\fmu\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\bc4jwizard.jar;C:\fmu\oracle_common\modules\oracle.javatools_11.1.1\resourcebundle.jar;C:\fmu\modules\javax.mail_1.1.0.0_1-4-1.jar;C:\fmu\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-api.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-common.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-ee.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-internal.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jps-manifest.jar;C:\fmu\oracle_common\modules\oracle.jps_11.1.1\jacc-spi.jar;C:\fmu\oracle_common\modules\oracle.pki_11.1.1\oraclepki.jar;C:\fmu\oracle_common\modules\oracle.osdt_11.1.1\osdt_core.jar;C:\fmu\oracle_common\modules\oracle.osdt_11.1.1\osdt_cert.jar;C:\fmu\oracle_common\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;C:\fmu\oracle_common\modules\oracle.osdt_11.1.1\osdt_ws_sx.jar;C:\fmu\oracle_common\modules\oracle.iau_11.1.1\fmw_audit.jar;C:\fmu\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\fmu\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\fmu\jdeveloper\BC4J\jlib\bc4jtester.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\adfm-debugger.jar;C:\fmu\oracle_common\modules\oracle.adf.model_11.1.1\regexp.jar;C:\fmu\oracle_common\modules\oracle.help_5.0\ohj.jar;C:\fmu\oracle_common\modules\oracle.help_5.0\help-share.jar;C:\fmu\oracle_common\modules\oracle.bali.share_11.1.1\share.jar;C:\fmu\jdeveloper\jlib\jewt4.jar;C:\fmu\oracle_common\modules\oracle.help_5.0\oracle_ice.jar;C:\fmu\jdeveloper\ide\lib\idert.jar;C:\fmu\jdeveloper\ide\lib\javatools.jar;C:\fmu\wlserver_10.3\server\lib\weblogic.jar;C:\fmu\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;C:\fmu\oracle_common\modules\oracle.mds_11.1.1\oramds.jar;C:\fmu\modules\javax.servlet_1.0.0.0_2-5.jar;C:\fmu\modules\javax.jsp_1.2.0.0_2-1.jar;C:\fmu\jdeveloper\ide\macros\..\..\..\wlserver_10.3\server\lib\ojdbc6.jar;C:\fmu\oracle_common\jlib\commons-cli-1.0.jar;C:\fmu\oracle_common\modules\oracle.xmlef_11.1.1\xmlef.jar;C:\fmu\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\fmu\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;C:\fmu\oracle_common\modules\oracle.javacache_11.1.1\cache.jar;C:\fmu\oracle_common\modules\oracle.ucp_11.1.0.jar;C:\fmu\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\fmu\oracle_common\modules\oracle.javatools_11.1.1\javatools-nodeps.jar;C:\fmu\modules\javax.management_1.2.1.jar;C:\fmu\modules\javax.management.j2ee_1.0.jar;C:\fmu\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;C:\fmu\modules\glassfish.el_1.0.0.0_2-1.jar;C:\fmu\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\fmu\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;C:\fmu\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\fmu\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\fmu\oracle_common\modules\oracle.toplink_11.1.1\javax.persistence_2.0_preview.jar;C:\fmu\modules\com.bea.core.apache.xercesImpl_2.8.1.jar;C:\fmu\modules\glassfish.jaxb_1.0.0.0_2-1-12.jar;C:\fmu\modules\javax.xml.bind_2.1.1.jar -Djavax.net.ssl.trustStore=C:\fmu\wlserver_10.3\server\lib\DemoTrust.jks pilot1.ContactWSPortTypePortClient
    java.lang.SecurityException: keyStoreFilename is either null or empty string
         at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
         at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
         at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
         at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.

  • How to control security issues in a cluster?

    hi all:
    In our project we will take control of the security in front controller and we
    will cache the user profile . so even my app run in a cluster i want there 's just
    one palce to control security . but how?
    regards
    daniel

    Ok, I understand. The faster way of doing this is to define all the inputs such that the cleared value is also the default. You can then use an invoke node to call the "Reinitialize All To Default" method.
    Note that like property nodes, if you don't provide a vi reference to an invoke node it assumes you mean the vi it's installed in.
    To create an invoke node to do this: right-click on free-space somewhere in the diagram and select an invoke node from the function menu (look under "Application Control").
    After placing the invoke node on the diagram, right-click on the yellow part of it and select "Select VI Server Class>>VI". Finally, right click on the white part of the invoke node and select "Methods>>Reinitialize All To Default".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • HP Thin Client - Easy Tools - Very slow image download and failure!

    Hello folks!
    We recently acquired 30x HP t520 Thin Client. At this time, we've already set up our vdi solution (server) and we are trying to config our clients. Unfortunately, we can not update OS image. The download is very slow... and gets stuck, getting this message:
    "Could not retrieve infromation from server"
    (Click in the image to enlarge)
    I have found out the ftp adress for the .ibr image
    ftp://ftp.hp.com/ftp2/pub/tcimages/EasyUpdate/Images/t520/
    [WES7E-32 Image 14WWZDCE301 English (Nov 2014)]
    Description=WES7E-32 Image 14WWZDCE301 English (Nov 2014)
    File=../7EZDCABA1109VIAFBedoc_flash.ibr
    Size=4669729199
    OSVERSION=WES7
    Release Notes: ftp://ftp.hp.com/ftp2/pub/tcimages/EasyUpdate/Images/7EZDCABA1109VIAFBedoc_flash.TXT
    Image File: ftp://ftp.hp.com/ftp2/pub/tcimages/EasyUpdate/Images/7EZDCABA1109VIAFBedoc_flash.ibr
    Why the download is very slow? Is there any alternative method for update the system image? It is possible to upgrade for Windows Embedded 8.1?

    Hi,
    HP doesn’t have an official presence on this forum other than for administration and moderation. The assistance that you receive is mainly from volunteers.
    You might get better assistance on the HP Enterprise Business Forum since you have a business class PC.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Trouble running MSS reports on thin clients

    Does anyone know if it is a known issue that Running reports in EP 6 might not work in thin clients?

    This had nothing to do with thin clients it was a trusted sites issue.

  • Thin client connection to Unix with RMI

    Hi All and thanks for reading this.
    I am trying to run an application with a swing user interface on the client - a Windows box, and the work engine on the server - a unix box. I am trying to use rmi to communicate between the two. When I stay in the windows world, everthing works just fine. Unfortunately, not so fine when mixing the windows and unix worlds.
    I have started the rmi registry on the server and am able to bind the work engine to the registry.
    When I start up the client GUI and submit a job to the server, using an oracle jdbc thin client, I get the following null pointer exception at the time the application asks for its first connection:
    // message when rebind occurs
    DrillDownEngine bound
    // start of execution of Implementation class
    [dde.DrillDownEngine] Entered DrillDownEngine.executeTask [dde.OrderEntryList] Entered execute() in OrderEntryList
    [dde.OrderEntryList] Have a new thread LIST: Order: 084146Qty: 1.0
    // from within the thread as it is run by the server
    [dde.OrderEntryList] Entered run() for thread in OrderEntryList
    [dde.OrderEntryList] Value of currentThread = LIST: Order: 084146Qty: 1.0
    [dde.OrderEntryList] About to look for sales report with report name = Cost Of S
    ales
    [dde.OrderEntryList] About to execute SalesDrilldownRun
    [dde.SalesDrilldownRun] Entered DrilldownRun with runType of Cost of Sales
    // just prior to first attemp to get a connection
    [dde.SalesDrilldownRun] Run initialization prior to Table Instantiation
    [dde.SalesDrilldownRun] Drilldown Run terminated
    Error: null
    Stack:
    java.lang.NullPointerException
    at oracle.jdbc.ttc7.O3log.marshal(O3log.java:612)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:258)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:362)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:536)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:328)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    // from here down the stack is in my application code
    at pool.JDBCConnectionPool.getConnection(JDBCConnectionPool.java:132)
    at data.DbTbl.<init>(DbTbl.java:92)
    at ifsData.IfsDetTbl.<init>(IfsDetTbl.java:45)
    at dde.DrilldownRun.init(DrilldownRun.java:121)
    at dde.DrilldownRun.<init>(DrilldownRun.java:103)
    at dde.SalesDrilldownRun.<init>(SalesDrilldownRun.java:36)
    at dde.OrderEntryList.run(OrderEntryList.java:131)
    None of the 3 arguments passed in the getConnection method is null.
    Couldn't find anything about this type of error in Java or Oracle documentation.
    Do you think this is a JDBC problem or an RMI problem?
    Am now trying to make a connection using oci instead of thin client, but am now encountering security permissions problems - which I will ask about in another post just to try to keep things simpler.
    Thanks in advance for any suggestions.

    It turns out that there is a problem with the Oracle 9.2 dirvers for jdbc. If anyone experiences similar problems, roll back to version 9.0.1
    I was using jdk1.4 and Oracle 9i.
    Thanks

  • Bit locker security issues (easy to crack) disk encryption?

    Bit locker security issues (easy to crack) disk encryption?
    Problem 1: When the PC run I think its too easy to get  malicious users (with usb pendrive) or spyware to get the encryption key (fast and easy)
    youtube.com/watch?v=0npTlOq6q_0
    Problem2:not resistant with bruteforce attacks
    youtube.com/watch?v=zvaJxnvbGic
    Problem 3: not resistant with boot hacking
    Im using DriveCrypt plus pack and searched security issues in bit locker.The bit locker allow you the bruteforce/dic attack easy.I think  It would be much safer 1. (I think the keys stored somewhere that is easily read) 2. Do not just be enough password
    need a password+file combination to decrypt the disk. DriveCrypt plus pack use a file+password combination if you know the password but you wont have the file you can not decrypt the disk (protect with bruteforce attack).On system boot protected bruteforce
    attak you can crash the (boot).If the boot system crash you can not decrypt the disk just the password you need the file+password combination plus to decrypt it. I am not a programmer but I see the BitLocker ( easy security catches to crack the disk encryption).Im
    tested DriveCrypt and I can not get the key that easy (Problem 1). I have not tested it in greater depth just trying to (catches to crack software encryption).

    Where is your question, sir?
    If the question were "is it easy to crack", the answer is "no". Your videos make use of several assumptions and ingredients and permissions that a normal attacker does not have.
    "Problem 3" is not clear, please describe what scenario you are talking about.

  • Issue with non-english application in thin client - virtual directory issue

    Hi,
    I have just completed Siebel 8 installation on solaris machine along with SunOne Web server 6.1.
    I have installed both ENU and ARA language packs for Siebe Enterprise, Sweapps.
    The issue is after installation and repository installation for both ENU and ARA, I am able to open only ENU applications in thin client.
    When I try to open the ARa applications the browser gives "Page not found" error.
    I have verified first, whether the Siebel components running or not. Confirmed that for example for Callcenter SCCObjMgr_ara component is active and online.
    But what I observed is, in SUNOne web server instance's config folder, there is a file obj.conf.
    In this file there are entries for only enu applications like,
    NameTrans fn="pfx2dir" from="/callcenter_enu" dir="/siebelapp/sweapp/public/enu"
    There are no links for ARA applications.
    I think this could be the reason for issue.
    But while installing and configuring sweapps, I have selected the logical profile location as "/siebelapp/gtwysrvr/admin/Webserver".
    So this should create such links in obj.conf for ARA as it created for ENU apps. But it didn't happend.
    Please advise, how to get the ARA applications.
    Thanks
    Vamshi
    Edited by: user4619223 on Mar 23, 2010 11:36 AM

    I see some message about a proxy. Have you checked that you can use the proxy from you network?
    If not you should turn the proxy off.
    Timo

  • T410 thin client RDP Client Error Windows XP SP3 issue

    I've switched out the VMs they were connecting to completely and we're still running into this issue. The next step is switching out the thin clients themselves. Bump if anyone's run into this issue before.

    I'm having an issue with 2 of my HP Smart Zero t410 thin clients. They each RDP into an XP SP3 virtual machine hosted on a virtual server running VWWare ESXi 5.0.0. Randomly in the morning they'll both disconnect from their virtual machines. Sometimes at the same time, sometimes not. I'm monitoring both the thin clients and the virtual machines with software that pings everything 30 seconds, nothing ever drops a ping. I've tested the wire, the wire is good. I've made sure the thin clients are up to date with the latest firmware. The last thing I've tried is replacing the switch both of these machines are connection. One thin client comes up with an error message "RDP Client Error: Reboot Necessary" then below "The firmware has experienced a critical error. Please reboot this client." After I close the error I can RDP back in. The other thin client also gives an "RDP Client Error" and down below mentions MANTICORE but I did not write down the entire error message. I have 30 other t410's deployed at various locations, all connected via RDP to a Windows Server 2008 R2 terminal with no issue for over a year. These last two have maybe in for three weeks and have continuously thrown this error randomly. Any help is appreciated.

  • Thin Client reporting issues since SCCM 2012 R2 CU3 upgrade.

    Please forgive me, I'm a SCCM newbie. I'm having an issue with my Thin Clients reporting back to SCCM since I upgraded to 2012 R2 CU3.
    The only pertinent thing I find in any log is "RegTask: Failed to get registration state. Error: 0x8009000b" "GetRegistrationState failed (0x8009000b)" in the ClientIDManagerStartup.log
    If anybody has any tips, I would be more than appreciative.

    I have not run into this before, but have you validated that your management point is healthy?
    This thread has a couple things to try as well:
    https://social.technet.microsoft.com/Forums/en-US/0d2e369d-cd93-4145-8db3-e9943c99a4ae/client-property-set-to-no-application-deployment-not-working-issue-with-registering-to-mp?forum=configmanagergeneral
    Jeff

  • Surface pro 3 - using rdp - thin client - display resolution shrink

    Hi,
    I have a surface pro 3, using a thin client to access and run an application on our server.  it is an access based application.  the display of the forms and application display in a very small font - through the thin client interface.  I
    cannot figure out how to enlarge the font - msft tech chat suggested I post this question here as there seems to be no immediate resolution for now.  if I plug a USB into the SP3 and open the app it displays wonderfully - any suggestions are welcome.
    thank you,
    john

    Anyone?! :(
    I think this device is trememdous - and could replace 'everyday business users' - maybe not hardcore IT/coder/developers - hardware - but it surely has the balls to keep Suzy happy while answering emails and buying shoes (so chauvenistic - I know - ok then
    think Billy playing solitaire).
    Struggling to find ANYone having woe's using a Surface Pro 3 through a VPN & thin-client.  The resolution just shrinks to the point it's almost illegible.  I downloaded the RDMC - but unsure of how or what to do with it, unfortunately.
    Any suggestions are greatly appreciated.
    John

  • Sun ray thin client printing issue ?

    Hi Guys,
    i was configured printer to print through sun ray thin client, but when i print its print carbage document, i changed that printer with another printer but still printing same, also i was change driver for that printer but the issue still , anybody advice me what shall i do ?
    Thanks in Advance,
    Basem

    Hi,
    Did you get to solve the problem? I was able to print from an RDP session but get continuous pages of garbage preceded by a banner page. Were you able to print from windows to a DTU attached USB printer?
    Please advise.
    Thank you and
    BR,
    Senka

  • Security Issue while running client object code

    Hi Team,
    I have client object code to create SharePoint list items and i am using the below codes,
     ClientContext clientContext = new ClientContext("MyCompanySiteName");
     List olist = clientContext.Web.Lists.GetByTitle("Employee");
     ListItemCreationInformation itemCreateInfo = new ListItemCreationInformation();
      for (int i = 13; i <= 25; i++)
                        ListItem oListItem = olist.AddItem(itemCreateInfo);
                        oListItem["Title"] = "TEST" + i.ToString();
                        oListItem.Update();
                        clientContext.ExecuteQuery();
    Here my question is , i have list with 4 mandatory fields and i have run this code against the same list.
    Where i can able to create list items without filling mandatory fileds using this above code.
    How we are creating list items , without entering/filling Mandtory fields in SharePoint list.
    Is this security issue or bug in SharePoint client object code.
    Thanks
    S.Jeeva
    Jeeva

    Hi!
    I agree with sadomovalex.
    This is by design and it is not security issue, it is rather consistency issue. It should be resolved via checking for required values before use or via implementing event receivers that throw errors if the required values are not set.
    If my suggestion helped you to solve your problem, please don't forget to mark it as Answer

  • HP t5325 thin client audio issues problem

    Dears and my Friends.
    I have one problems. Our company was bought  2 type for Thin client 5325 , Thin client 5745 device. This solution by Vmware view 4.6 complete. But Audio streaming error just 5325. Or 5745 normal running audio and other service. 
    I have been configuration checking done. How to this problem repairing?
    Please help me!!!

    By looking at the date of the post, I would assume that you have fixed this, but for the benefit of any future readers this issue is caused by a bad firmware.  The firmware that it shipped with in February, and perhaps what you purchased in June, had bad audio driver issues.  The fix is simply installing the new HP T5325 BIOS and firmware. 

  • Wyse Thin client not connecting to Windows 2008 R2 server

    Configuration
    SBS 2011 Server 
    Windows 2008 R2 server with Remote Desktop Services installed, License Manager installed.
    WYSE WT3125SE thin clients with Windows CE 5
    I setup the Windows 2008 with Remote Desktop Services and was able to successfully connect the Thin client.   Then I installed the License Manger and applied my Open license using User Cals.  Was able to login.  Next day I get the following
    error-"Because of a security error, the client could not connect to the remote computer.  Verify that you are logged onto the network and then try connecting again"    I still can connect fine from other machines even Windows Home Ed.  
    I remove license server and still was unable to connect.   Built a second Windows 2008 R2 server with RDS on it.  Was able to connect without issue.   Pointed it to the first RDS server license manager and have still been able to connect with
    the Thin Client.   The thin client can rdp to the SBS server without issue in admin mode, can connect to RDS2 server but not RDS1 with the license manger.    So my issue is with the license and so my question is what is it with the license server
    running on that server that is keeping thin client from connecting.  I even did a reload of RDS1 and tested connecting throughout the process and it worked up until I applied the license and then it stops. And then if I uninstall the license, rds, remove
    from domain still not able to connect.  Any help would be appreciated.

    We had the same problem with older terminals after cloning a 2008R2 rds server and sysprep it.
    The original rds server worked fine but when the old terminals connect to the new 1 they come up with the error : Because
    of a security error, the client could not connect to the remote computer.  Verify that you are logged onto the network and then try connecting again"
    After reading all of the postings about this issue and tried the reactivate solution of the license server,
    I was sure that it had something to do with the x509 certificates that are generated the first time you connect to a valid license server.
    What I did, I installed a new license server activate it but did not install licenses on it.
    I pointed the defective rds server to the newly installed license server and deleted the following registry keys:
               HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM
    Certificate
    X509 Certificate
    X509 Certificate ID
    X509 Certificate2
    Then reboot.
    After the reboot all old terminals can connect fine again. As final step I pointed the rds server to the same license server as the other ones,
    reboot and all worked fine.
    So conclusion is that when you pont a rds server to a license server that has the new type of licenses on it it will generate the wrong x509 certificates
    that are not supported by the older clients, by pointing it first to 1 without any rds calls on it, it generates the older x509 certificates which are compatible with the older rdp clients then the switch to new license server will then not regenerate the
    x509 certs so it keeps working.
    I hope this helps someone
    This issue was driving me crazy so very happy that it is resolved now
    Cheers Frits

Maybe you are looking for

  • Help with rescuing data from faulty disk

    Sorry the long wall of text, I wanted to explained everything as detailed as possible to not mess with the chronological order (TL; DR down below!) Ok, here's the thing. I have two hard drives, a ssd [sda] (for the OS [arch linux, ubuntu and win7], m

  • Apple Mobile Device Service Stopped Working 8.2

    Ugh. I know there have been many posts on this, and I've tried all the suggestions, but nothing has helped. I'm running Vista Ultimate x64. I upgraded to iTunes 8.2. The second it finished installing, I got a message that said "Apple Mobile Device St

  • Spotty Internet Connection

    I was having trouble with my internet connection becoming very sporadic recently. I wonder what happened. I called Comcast and they said your Modem (Motorola Docsis 3.0 compliant Modem, Brand new) is dropping in and out and we will send the techs to

  • How does NetWeaver support FIPS in java part?

    As we know,  default JDK doesn't support FIPS in the SSL/TLS socket. There are 3rdpart soft, like certicom, bsafe can support this. And in the opensource, NSS + jdk, seems can be a solution. Here, just a question, how does NetWeaver support FIPS in j

  • Firefox won't run on my Mac

    Firefox suddenly quit working my Mac. I uninstalled it and installed the latest version but still have the same problem. When I open it, a new window pops up but a page never loads and then it locks up. Every time.