Advertisement
Guest User

Untitled

a guest
Apr 15th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [amp@localhost ~]$ ampinstmgr reactivate [instname] [my key]
  2. [Info] AMP Instance Manager v2.3.2.8 built 28/03/2022 15:22
  3. [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
  4. [Info] Checking licence key...
  5. [Error] IM was unable to execute the requested command.
  6. [Error] FaultException
  7. [Error] [0] (FaultException) : 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.
  8. [Error] at ServiceModel.FrameworkInternal.ClientRuntimeChannel.Request (ServiceModel.Description.OperationDescription od, Boolean isAsync, Object[]& parameters, ServiceModel.OperationContext context)
  9. at ServiceModel.ClientRealProxy.DoInvoke (Runtime.Remoting.Messaging.IMessage inputMessage)
  10. at ServiceModel.ClientRealProxy.Invoke (Runtime.Remoting.Messaging.IMessage inputMessage)
  11. at Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (Runtime.Remoting.Proxies.RealProxy rp, Runtime.Remoting.Messaging.IMessage msg, Exception& exc, Object[]& out_args)
  12. at (wrapper managed-to-native) Object.__icall_wrapper_mono_remoting_wrapper(intptr,intptr)
  13. at (wrapper remoting-invoke) CCLClient45.LicencingClient.IService.GetLicenceSummary(Guid)
  14. at CCLClient45.LicencingClient.ServiceClient.GetLicenceSummary (Guid LicenceKey)
  15. at CCLClient45.Licencing+<>c__DisplayClass21_0.<GetLicenceInfo>b__0 ()
  16. at CCLClient45.Licencing.GetLicenceInfo (String LicenceKey)
  17. at InstanceManagerCLI.Core.ReactivateInstance (String InstanceName, String LicenceKey)
  18. at InstanceManagerCLI.Core.ExecuteCommand (Collections.Generic.List`1[T] Params, Collections.Generic.Dictionary`2[TKey,TValue] Args)
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement