03 Jul 2024
Link to this post
We are currently using the TPC migrations tool and running into issues that aren't intuitive to determine the root cause. I'm trying migrate one page and one form to keep it simple and I'm getting the following exceptions. Nothing shows up in the logs of the target server.
Error Info
Error Source: Developer
Type Error
Severity High
Level Error
Culture Info: en
Machine Name: xxxxxxxxxx
Windows Identity:IIS APPPOOL\xxxxxx
Error Line No:teTask(
Error Page URL: https://[removed]/
Error TypeSystem.Reflection.TargetInvocationException
MessageException has been thrown by the target of an invocation.
Trace Info 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 pavliks.PortalConnector.Migrations.Exporting.Content.ContentIdentifierExtensions.GetContentReflection(IDataItem data, Type T, Type managerType, IExportIdentifyContext context)
at pavliks.PortalConnector.Migrations.Exporting.Content.ContentIdentifierExtensions.GetContent[T](T data, Type managerType, IExportIdentifyContext context)
at pavliks.PortalConnector.Migrations.Exporting.Content.ContentIdentifier`1.GetContent(T data, Type managerType, IExportIdentifyContext context)
at pavliks.PortalConnector.Migrations.Exporting.Content.ContentIdentifierResolver`1.Identify(T data, Type managerType, IExportIdentifyContext context)
at pavliks.PortalConnector.Migrations.Exporting.Content.ContentIdentifierExtensions.GetContent[T](T data, Type managerType, IExportIdentifyContext context)
at pavliks.PortalConnector.Migrations.Exporting.MigrateExporter.IdentifyContentFromPages(Guid[] pageIds)
at pavliks.PortalConnector.Migrations.Exporting.MigrateExporter.ExportContent(IExportTransaction transaction)
at pavliks.PortalConnector.Migrations.Exporting.MigrateExporter.ExportToZipPackage(Guid[] pageIds)
at pavliks.PortalConnector.Migrations.ScheduledTasks.MigrateExportScheduledTask.ExecuteTask()