ICantSeeSharp
ICantSeeSharp

Reputation: 286

Importing Plugin Solution - An error has occurred. {1}{0}

Hy Guys,

My CRM System works fine since 15 months but now I got a very strange Error Message when I'm going to Import the latest Solutions with Assemblies and Plugin Steps.

The Error Message Shows only up following Text:

An error has occurred. {1}{0}

And thats all. After I looked up on the Event Viewer I got following strange message:

The Web Service plug-in failed in OrganizationId: e700006e-f815-e311-83b2-00155dce57c4; SdkMessageProcessingStepId: 227a2681-06e5-43ad-855a-aca4ebd20049; EntityName: none; Stage: 30; MessageName: GetComponents; AssemblyName: Microsoft.Crm.Extensibility.InternalOperationPlugin, Microsoft.Crm.ObjectModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35; ClassName: Microsoft.Crm.Extensibility.InternalOperationPlugin; Exception: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
   at Microsoft.Crm.Extensibility.InternalOperationPlugin.Execute(IServiceProvider serviceProvider)
   at Microsoft.Crm.Extensibility.V5PluginProxyStep.ExecuteInternal(PipelineExecutionContext context)
   at Microsoft.Crm.Extensibility.VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context)
Inner Exception: System.IO.IOException: There is not enough space on the disk.

But I got about 10GB free space on my disk.

Are there any suggestions?

Upvotes: 0

Views: 4286

Answers (3)

ismail tutumluer
ismail tutumluer

Reputation: 66

  • Delete all files in SystemDrive:\Program Files\Microsoft Dynamics CRM\CustomizationImport
  • And also give grant read,write permissions on "SystemDrive:\Program Files\Microsoft Dynamics CRM\CustomizationImport" folder to the user who is the identity of the crm application pool

Upvotes: 0

Sunil Hira
Sunil Hira

Reputation: 11

I had this issue within Internet Explorer 10 when importing a solution into CRM 2013 Online, I switched to Google Chrome and it imported without any issues.

Upvotes: 1

mirko
mirko

Reputation: 31

I had the same problems.

I resolved deleting all files in C:\Program Files\Microsoft Dynamics CRM\CustomizationImport

Best regards.

Upvotes: 3

Related Questions