Hi you run in to the following error on your XenApp server's do the following
Event Type:        Error
Event Source:      WSH
Event Category:    None
Event ID:          1
Date:              2008-02-18
Time:              20:26:38
User:              N/A
Description:
Citrix Generate License Performance Data:
Error calculating license information:
Received error: 0x800a0005: Invalid procedure call or argument
1. Go to your License server.
2. Go into C:\Program Files\Citrix\Licensing\LicWMI
3. Make a backup of Citrix_Licensing_WMI.mof - Make sure the backup does NOT have a .mof extension.
4. Open Citrix_Licensing_WMI.mof in Notepad.
5. Remove HostingModel = "LocalServiceHost";
6. Open CMD.exe, change to the dirirectory listed in step 2, run the following command:
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
 
No comments:
Post a Comment