Advertisement
Guest User

Error

a guest
Jan 17th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. CLR Version : 4.0.30319.42000
  2. Date : 2018-01-17T14:00:02.5443220Z
  3. Entry : C:\Program Files (x86)\Admin Arsenal\PDQ Deploy\PDQDeployService.exe
  4. Error : The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
  5. Error Type : System.ServiceModel.FaultException
  6. HResult : 0x0001 (19)
  7. Manufacturer : Microsoft Corporation (Virtual Machine)
  8. Memory : 16 GB (14 GB free)
  9. Product : PDQ Deploy
  10. Version : 15.3.0.0
  11. Windows : Microsoft Windows Server 2016 Standard (10.0.14393)
  12.  
  13. The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
  14. System.ServiceModel.FaultException
  15. HResult: 0x0001 (19)
  16.  
  17. Server stack trace:
  18. at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
  19. at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
  20. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  21. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  22. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  23.  
  24. Exception rethrown at [0]:
  25. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  26. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  27. at AdminArsenal.Integration.IntegrationStream.IIntegrationStream.Execute(String command, String input)
  28. at AdminArsenal.Integration.IntegrationStream.Execute(String command, XElement input)
  29. at AdminArsenal.Integration.PDQSiblingInstallation.Execute(String command, Transfer input)
  30. at AdminArsenal.PDQDeploy.Integration.PDQInventoryDatabase.GetCollection(PDQInventoryCollectionId collectionId, String path)
  31. at AdminArsenal.PDQDeploy.TargetPDQInventoryCollectionManager.GetComputerNames(GetTargetComputerNamesContext context, TargetPDQInventoryCollection target)
  32. at AdminArsenal.PDQDeploy.TargetTypeManager`1.GetComputerNames(GetTargetComputerNamesContext context, Target target)
  33. at AdminArsenal.PDQDeploy.Schedule.<>c__DisplayClass16_0.<GetDeploymentComputers>b__2(Target item)
  34. at System.Linq.Enumerable.<SelectManyIterator>d__16`2.MoveNext()
  35. at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
  36. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  37. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  38. at AdminArsenal.PDQDeploy.Schedule.GetDeploymentComputers()
  39. at AdminArsenal.PDQDeploy.StartScheduledDeployments.StartSchedule(Schedule schedule)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement