Citrix Director Error

Fehler: Cannot retreive the data

Fehler-Director
Cannot retreive the data

Möglichkeit 1

Fehler: Retrieving connection failures by type details…

Afrage im SQL, damit Fehler geprüft wird.

SELECT * FROM [Kolbik-Datenbank-XA].[MonitorData].[Machine] where [DesktopGroupId] = '00000000-0000-0000-0000-000000000000'

Bereinigung: DB > Tables > monitordata.desktopgroup > edit top 200 rows > delete the NULL 

oder:

set @did = '00000000-0000-0000-0000-000000000000'
delete from MonitorData.Session 
where machineid in (Select Id from MonitorData.Machine where DesktopGroupID = @did)
delete from MonitorData.Machine where DesktopGroupId = @did 
delete from MonitorData.DesktopGroup where id = @did

Möglichkeit 2

Fehler: Benutzer hat zu viele Gruppen. (HTTP Error 400.The size of the request header is too long. )

Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINE\system\CurrentControlCet\control\Lsa\Kerberos\Parameters] 
"MaxTokenSize"=dword:48000 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters]
"MaxFieldLength"=dword:48000
"MaxRequestBytes"=dword:12288000

Fehler: Lizenz Informatioien könne nicht abgerufen werde

Director License error
Director License error

C:\inetpub\wwwroot\Director\Tools\DirectorConfig.exe /upgrade

Links:
Citrix Director Licensing Status shows „Cannot Retrieve the Data“ CTX200309

 

Zurück

Ein Gedanke zu „Citrix Director Error“

  1. Magnificent goods from you, man. I have understand your stuff previous to and you are just too excellent.

    I actually like what you’ve acquired here, certainly
    like what you’re saying and the way in which you say it.
    You make it enjoyable and you still care for to keep it smart.
    I cant wait to read much more from you. This is actually a great web site.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

*