Advertisement
Guest User

Untitled

a guest
Feb 13th, 2012
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Get-QADMemberOf : Resolution of the dependency failed, type = "Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.ICommand", name = "Object.Me
  2. mberOf.Get". Exception message is: The current build operation (build key Build Key[Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.Command
  3. s.GetMemberOf.GetMemberOfCommand, Object.MemberOf.Get]) failed: The parameter writer could not be resolved when attempting to call constructor
  4. Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.Commands.GetMemberOf.GetMemberOfCommand(Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic
  5. .Commands.GetObject.IDirectorySearchConfigBuilder searchConfigBuilder, Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.Commands.GetMemberOf
  6. .IMemberOfConfigBuilder memberOfConfigBuilder, Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.Commands.GetMemberOf.IMemberOfReader memberO
  7. fReader, Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.Commands.GetObject.IDirectoryObjectWriter writer, Quest.ActiveRoles.ArsPowerShellS
  8. napIn.IProgressTracker progressTracker). (Strategy type BuildPlanStrategy, index 5)
  9.  
  10. + $groups = Get-QADMemberOf <<<< $_ | Select-Object -expandProperty Name
  11. + CategoryInfo : NotSpecified: (:) [Get-QADMemberOf], ResolutionFailedException
  12. + FullyQualifiedErrorId : Microsoft.Practices.Unity.ResolutionFailedException,Quest.ActiveRoles.ArsPowerShellSnapIn.Powershell.Cmdlets.GetM
  13. emberOfCmdlet
  14.  
  15. Get-QADMemberOf : Exception of type 'System.OutOfMemoryException' was thrown.
  16.  
  17. + $groups = Get-QADMemberOf <<<< $_ | Select-Object -expandProperty Name
  18. + CategoryInfo : NotSpecified: (:) [Get-QADMemberOf], OutOfMemoryException
  19. + FullyQualifiedErrorId : System.OutOfMemoryException,Quest.ActiveRoles.ArsPowerShellSnapIn.Powershell.Cmdlets.GetMemberOfCmdlet
  20.  
  21. Get-QADMemberOf : Resolution of the dependency failed, type = "Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.IObjectCacheFactory", name =
  22. "". Exception message is: The current build operation (build key Build Key[Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.ObjectCacheFact
  23. ory, null]) failed: The current build operation (build key Build Key[Quest.ActiveRoles.ArsPowerShellSnapIn.BusinessLogic.ObjectCacheFactory, nu
  24. ll]) failed: Exception of type 'System.OutOfMemoryException' was thrown. (Strategy type DynamicMethodConstructorStrategy, index 0) (Strategy ty
  25. pe BuildPlanStrategy, index 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement