Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fvharen

    cannot create "wscript.shell"

    the actual (first) line it crashes on is WshShell = CreateObject("Wscript.Shell")
  2. fvharen

    cannot create "wscript.shell"

    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...
  3. fvharen

    AD / kerberos problem with large output token

    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.
  4. fvharen

    AD / kerberos problem with large output token

    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
  5. fvharen

    AD / kerberos problem with large output token

    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...
  6. fvharen

    Connectivity problem database in Visual Studio.

    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...

Part and Inventory Search

Back
Top