Hello,
I have a Windows 10 computer. I recently updated Primavera P6 Professional to verion 18.8. Unfortunately, now my XML file imports fail everytime I try to import a P6 XML file or a MSP XML file. Imports fail for both a standalone MSSQL database and a SQLite database.
An example log file from a failed P6 XML import is below.
Any input?
______________________________________________
Prism.Modularity.ModuleInitializeException: An exception occurred while initializing module 'CommandLineModule'. - The exception message was: One or more errors occurred. - The Assembly that the module was trying to be loaded from was:Primavera.Mercury.CommandLineModule, Version=18.8.0.29254, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\Steve'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.StreamReader..ctor(String path) at Primavera.Mercury.Importer.ImportOptionsReader.ReadImportOptionsFromFile(String aFile) at Primavera.Mercury.CommandLineModule.ExecuteImportExport.GetImportOptionsFromXmlOptionsFile(String aFile) at Primavera.Mercury.CommandLineModule.ExecuteImportExport.<DoImport>d__67.MoveNext()--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Primavera.Mercury.CommandLineModule.ExecuteImportExport.<Execute>d__63.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Primavera.Mercury.CommandLineModule.CommandLineModule.Initialize() at Prism.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo) --- End of inner exception stack trace ---Failed to load type for module CommandLineModule. Error was: An exception occurred while initializing module 'CommandLineModule'. - The exception message was: One or more errors occurred. - The Assembly that the module was trying to be loaded from was:Primavera.Mercury.CommandLineModule, Version=18.8.0.29254, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. .--Steve
Replies