I build a windows application that checks a pc's shortcuts, through:
"
private Shortcut, WshShell, temp
WshShell = CreateObject("Wscript.Shell")
Shortcut = WshShell.CreateShortcut("exampleshortcut.lnk")
"
On two testpc's this works fine. On a third, the actual production pc, this causes a...
I am working on an application that rebuild the user's startmenu. The network uses deep nesting of groups
In some testscenario's i am confronted with this very large groupmembership.
I also get
The kerberos SSPI package generated an output token of size 5407 bytes, which was too large to fit in the 2EE0 buffer buffer provided bu process id 0. If the condition persists, please contact your system administrator
When I log on the network with a user which is member of more then 500 AD groups it generates the following system event:
The kerberos SSPI package generated an output token of size 5418 bytes, which was too large to fit in the 5407 buffer buffer provided by process id 0. If the condition...
In Microsoft visual studio, I have several open dataconnections in my server explorer. I am able to create datasources, dataviews, cubes and dimensions, while connecting to tables, though when I try to deploy my Analysis services project i get the message:
'The project could not be deployed to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.