Jump to content

Jens Strohschnitter1709152492

Members
  • Posts

    269
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Jens Strohschnitter1709152492

  1. Opening several published applications with HTML5 client, only one instance/tab is opened.

    So any new application launched from workspace closes the first pulished app.

     

    For example, I open MS Access which launches in a new browser tab. Open MS Excel, the MS Access tab is closed/overwritten by MS Excel.

     

    I've found this very old article:
    https://support.citrix.com/article/CTX223569

    This explains my issue. But checked out MS Edge / Chrome / Firefox. All of them have the same issue.

     

    Is this an missconfiguration in the HTML5 configs on the SF server ?

  2. Make text bigger under ease of access in settings was not saved to new session for apps like Office or Chrome. Users have to change the text size on every new logon.
    The size on windows itself is stored, so the font on desktop and startmenu is bigger, but in for example Word or Excel, the users have to go back to settings, set a bigger text size
    to make it work to all applications.
    image.thumb.png.a3440a633c07ee9fca65d4805eb7597e.png
    This was reported since a long time. So it is no issue with a specific CVAD or MS server edition.

    We faces this issue with every MS Server edition from 2016, 2019 to 2022. Also with CVAD 1912 until new 2203 LTSR and Citrix UPM and FSLogix.

    Is there a way to make this setting saved for new session logon ?

  3. Seems that this GPO setting does not exists anymore with newer versions:
    image.png.3fb78756a7d60beabf22aa7957f778b8.png
    This one has to be enabled to make it work:
    image.thumb.png.08b71f1273b4b3a20ab4a4e3883ca6d6.png
    Also you have to set access mode to 3:
    image.thumb.png.96aeb65f2501373a28a9561aa6f12d3f.png
     

    To verify your setting, here are the regkeys set via GPO:
    image.thumb.png.d75d5554c3cd436df15cb351a2f4fa6d.png

     

    And at least we have to remove the whole regkey of the users once:
    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook

    After that, Outlook can be opened in various Citrix sessions multiple.

    Hope it helps.

     

  4. Seems that this GPO setting does not exists anymore with newer versions:
    image.png.3fb78756a7d60beabf22aa7957f778b8.png
    This one has to be enabled to make it work:
    image.thumb.png.08b71f1273b4b3a20ab4a4e3883ca6d6.png
    Also you have to set access mode to 3:
    image.thumb.png.96aeb65f2501373a28a9561aa6f12d3f.png
     

    And at least we have to remove the whole regkey of the users once:
    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook

    After that, Outlook can be opened in various Citrix sessions multiple.

    Hope it helps.

    After that

  5. Thank you Carl for your fast response. Normal RDSH/VDI timeouts are set to 8h logoff inactive sessions. I've checked it out with MS Edge. No timeout appears. Using Opera and Firefox,

    sessions going to disconnected after around 1,5h inactive state.

    Seems to be a browser issue/feature.

     

     

  6. 11 hours ago, Piyush Nayak1709163845 said:

    Just installed fresh Windows 2022 fully patched with VDA version =  2203LTSRCU2 . Issue is user closes the application (for e.g. Notepad), the app gets closed fine on user screen. But user session does not get logged off completely on Server. Also it shows up on "Connection Center"  as well on user  side.  Have not checked anything on "Director" side yet as rest of the Citrix infra is on 1912CU5. I can see following items running under username on Windows 2022 server:image.png.cee344e9f905911c695a3890b6af9695.png

    The Citrix server is optimzed by using Citrix Optimizer  for default template of 2022

    Looking for any advise. I can't see task scheduler running: 

    \Microsoft\Windows\International\Synchronize Language Settings

     

    Thanks

    Just to confirm, is it a published desktop or an published application ? You said, user closes notepad and wasn't logged off. So I think you mean an published application. 
    In this case, did you configure application lingering ?
    image.thumb.png.2ecf188a9308141b5cfd60d7c1edbb4d.png
    https://support.citrix.com/article/CTX130110/how-to-configure-session-linger-feature-in-xenapp

  7. 10 hours ago, Evan Ractivand said:

    Upgrading from WS2019 to WS2022 we have found the same thing, Windows DPI scaling no longer works on our HP Linux thin clients on 2203 CU2. For now we have found that enabling the "Enable DPI matching" option in Citrix Workspace on our ThinPro machines follows the client system, so after setting the scaling to 125%, 150% etc. on the Linux thin client, when launching the VDA it now scales to the same percentage

     

    Not ideal as its now on a per machine level instead of per user, but a temporary solution nonetheless until Citrix fixes this properly and hooks in correctly to however WS2022 is now doing this

    Thanks for sharing this workaround. This is not an real option for us, because we have shared workplaces. But if there were an option for us -  how did you configure "Enable DPI matching" in the Linux CWA ? 

  8. Here the answer from Microsoft (issue can't be resolved - looking forward to next server edition):

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Windows Server 2022 ignores the set DPI's because the function of changing from the scaling factor for the RDP session is no longer supported on Windows Server 2022.  
     

    The detailed evaluation that can be shared with your client:  

      

    The reason for the different behavior in Server OS 2019 and 2022 is that different technologies were used. In Server OS 2019, icardd was used.  

      

    Icardd.dll (vdtw30.dll legacy) - Graphics redirection driver for Terminal Sever based session.   

      

    However, in 2022, icardd was no longer used and IDD was used - Indirect display driver.  

      

    The indirect display driver (IDD) model provides a simple user mode driver model to support monitors that are not connected to traditional GPU display outputs. An example is a dongle connected via USB to a normal (VGA, VGA, HDMI, DP, etc.) connected PC. 

     

    IDD implementation 

    An IDD is the UMDF Driver driver for the device provided by third-party vendors. It is developed using the functions made available by the Iddcx.h header  (Indirect Display Driver Class eXtension) to interface with the Windows graphics subsystems in the following ways: 
     

    ·         -Creating the graphics card adapter that represents the indirect display device.  

    ·         -Reporting monitors that are connected and disconnected from the system  

    ·         -Providing descriptions of the connected monitors  

    ·         -Providing available display modes  

    ·         -Support other display features, such as hardware mouse cursors, gamma, I2C communication, and protected content  

    ·         -Process desktop images displayed on the monitor 

    Since an IDD is a UMDF driver, it is also responsible for implementing all UMDF functions  Overview of UMDF -  such as device communication, power management, plug and play, and so on.  

    The IDD is executed in Session Zero without any components running in the user session. Therefore, any driver instability does not affect the stability of the system as a whole.  

    The following diagram provides an architecture-based overview. 

    An IDD is the third-party UMDF Driver for the device. It is developed using the functions made available by the  Iddcx.h header (Indirect Display Driver Class eXtension) to interface with the Windows graphics subsystems in the following ways. 
     
    Ref:Indirect display driver model overview - Windows drivers | Microsoft Learn 
    Display/Graphics overview - Windows drivers | Microsoft Learn 
     

    After it was forwarded and discussed internally by Dev Teams, the Microsoft was added docs under: 

    https://learn.microsoft.com/en-us/windows-server/get-started/removed-deprecated-features-windows-server-2022#features-were-no-longer-developing 
      

    And yes, that's why it doesn't work with Dual screen!
     

    As a last attempt to fix the issue try to add this Regkey in: 
     
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm 
     
    "OverlayTestMode"=dword:00000005
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    • Like 1
  9. Is there a way to use FSLogix on two different VDIs with the same user on both with read/write access ? I've found only this article:

    https://docs.citrix.com/en-us/profile-management/current-release/configure/enable-multi-session-write-back-for-profile-containers.html

    But I don't want to use fslogix and citrix upm together. 

     

    FSLogix seems to do this only with one R/W and all other ones with R/O.

  10. On 1/24/2023 at 4:34 PM, Taylor shipman1709156592 said:

    I know this is an older post but we are always experiencing this same behavior with HP T530's running on ThinOS 7.2.  We just moved them to 1912 LTSR servers and it all started happening.  I just upgraded to 2203 LTSR and we are still getting this issue.  It seems to be only one of the sites that it's happening to and only the HP T530s.  We have IGEL UD3s at this location that are not experiencing this behavior.  I have tried turning off Adaptive Transport and still same thing.  Did you do anything else besides just upgrading to 2203?

    We still do not have any ghostsession or random disconnections since upgrade to 2203 - also CU1 and CU2 does not bring back the issue. Our HP ProDesk 400 (G3, G4 and G6) are on IGEL OS 11.08.235 but also with lower OS editions we haven't faced this issue again. Also we have Adaptive Transport enabled a long time ago without issues. Sorry that I can't help on this.

     

×
×
  • Create New...