We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Installation and Licensing Ansys Products No puedo acceder a Mechanical 2024 R2 Reply To: No puedo acceder a Mechanical 2024 R2

digital2
Subscriber

 

System.InvalidOperationException: Error while waiting for Mechanical initialization to complete. Referencia a objeto no establecida como instancia de un objeto.
   at Ansys.Addins.Infrastructure.Remoting.RemotingApiHelper.FatalApiMethodInvalidOperationException(String message, RemotingApiMethod callback)
   at Ansys.Simulation.Core.Commands.SimulationProcessStarter.SetupSimulationProcessConnection(ServerToClientConnection addinToApplicationConnection, Boolean connectEvents)
   at Ansys.Simulation.Core.ExternalProcessHandlers.StartSimulation(IFullContext context, Boolean bInBatch, DataReference modelReference, DataReference connectionRef, Boolean checkRequiredLicenseCapabilities, Boolean isHiddenMode, MechanicalApplicationSettings mechanicalApplicationSettings, Boolean startReadOnly, Boolean forceGui)
   at Ansys.Simulation.Core.ExternalProcessHandlers.StartSimulationAndOpenDatabase(IFullContext context, DataContainerReference container, Boolean bIsBatchMode, Boolean bRequireLicense, Boolean isHiddenMode, MechanicalApplicationSettings mechanicalApplicationSettings, Boolean startReadOnly, Boolean forceGui)
   at Ansys.Simulation.Core.ExternalProcessHandlers.StartAndInitializeSimulation(IFullContext context, DataContainerReference container, Boolean bIsBatchMode, Boolean bRequireLicense, Boolean isHiddenMode, Boolean startReadOnly, Boolean forceGui)
   at Ansys.Simulation.Core.Commands.EditModel.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: Error while waiting for Mechanical initialization to complete. Referencia a objeto no establecida como instancia de un objeto.
CommandName: Mechanical.EditModel(Container="Model")
   at Ansys.Core.Commands.CommandAsyncResult.RethrowFailureException(Exception e)
   at Ansys.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
   at Ansys.Simulation.Core.Commands.EditModel.InvokeAndWait(IProtectedContext context, DataContainerReference Container, Boolean Interactive, Boolean Hidden, Boolean StartAsReadOnly)
   at Ansys.Simulation.GUI.EditModel.InvokeCommand(GuiOperationContext context, DataContainerReference dcr)
   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)