Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › ACP pre to static structural solid composite transfer not working › Reply To: ACP pre to static structural solid composite transfer not working
When I remove the Static structural analysis, and import the solid mesh into a new Static structural model, the problem persists. Because the meshing gets stuck at 30%, I shut it down with the task manager. I then get the following warning message in the workbench:
Â
System.InvalidOperationException: Conversion Failed. Mesh import failed
  at Ansys.Addins.Infrastructure.Remoting.RemotingApiHelper.FatalApiMethodInvalidOperationException[TReturn](String message, RemotingApiMethod1 callback)
2 modelConversionFilesMap, Dictionary
at Ansys.Simulation.Core.Commands.AddinModelAssembler.Convert(IFullContext context, MeshFileOptions meshFileOptions, IMeshToGeometryOptionsProvider meshToGeometryOptionsProvider)
--- Ans.ModelConverter.RemoteLib.Exceptions.ModelTransferFailedException: Conversion Failed. Mesh import failed
at Ansys.Simulation.Core.Commands.AddinModelAssembler.Convert(IFullContext context, MeshFileOptions meshFileOptions, IMeshToGeometryOptionsProvider meshToGeometryOptionsProvider)
at Ans.ModelConverter.RemoteLib.AddinWorkflow.AssemblyBase.Assemble(IFullContext context)
at Ansys.Simulation.Core.Commands.AddinModelAssembler.Assemble(IFullContext context)
at Ansys.Simulation.Core.Commands.RefreshModel.ProcessAssemblyFiles(IFullContext context, Dictionary2 modelAssemblyFilesMap)
1 componentsToRefresh, Boolean refreshUnfulfilled)
at Ansys.Simulation.Core.Commands.RefreshModel.ExecuteCommand(IFullContext context)
--- Ans.ModelConverter.RemoteLib.Exceptions.ModelTransferFailedException: Conversion Failed. Mesh import failed
at Ansys.Simulation.Core.Commands.RefreshModel.ExecuteCommand(IFullContext context)
at Ansys.Addins.Infrastructure.CommandUtilities.CommandHelper.Execute(IFullContext context)
at Ansys.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
at Ansys.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
at Ansys.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ansys.Core.Commands.CommandFailedException: Conversion Failed. Mesh import failed
CommandName: Mechanical.RefreshModel(Container="Model 1", RemainingContainers=[])
at Ansys.Core.Commands.CommandAsyncResult.RethrowFailureException(Exception e)
at Ansys.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
at Ansys.ProjectSchematic.Commands.RefreshCommand.RefreshComponents(IFullContext context, IEnumerable
  at Ansys.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
  at Ansys.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
  at Ansys.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ansys.Core.Commands.CommandFailedException: Conversion Failed. Mesh import failed
CommandName: RefreshComponent(Component="/Schematic/Component:Model 1")
  at Ansys.Core.Commands.CommandAsyncResult.RethrowFailureException(Exception e)
  at Ansys.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
  at Ansys.ProjectSchematic.Commands.RefreshComponentCommand.InvokeAndWait(IProtectedContext context, DataReference Component)
  at Ansys.Simulation.GUI.EditModelBase.InvokeEditModelOperation(GuiOperationContext context, IGuiOperation guiOperation, DataContainerReference dcr)
  at Ansys.UI.GuiOperationContext.Invoke(GuiOperationMetaData operationData)
  at Ansys.UI.UIManager.InvokeOperationCore(String pseudoname, OperationDelegate callback, Boolean allowOSMessages, Boolean coreTransaction, Boolean deferredRefreshOnly)