Video Foro OPUS 17
error modulo 2
- eduardo martinez martinez
- Autor del tema
- Fuera de línea
- Navegador Iniciado
Menos
Más
- Mensajes: 10
- Gracias recibidas: 0
6 años 6 meses antes #1388
por eduardo martinez martinez
error modulo 2 Publicado por eduardo martinez martinez
al querer importar o crear una obra de control en el modulo 2 me marca el siguiente error, ya fue probado en 3 maquinas distintas
NHibernate.Cfg.HibernateConfigException: An exception occurred during configuration of persistence layer. ---> System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Program Files (x86)\Ecosoft\2017\Planeacion y Control Integral\Config\NHibernateSQLServer2005Config.xml'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en 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)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
en System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
en System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
en System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
en System.Threading.CompressedStack.runTryCode(Object userData)
en System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
en System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
en System.Xml.XmlTextReaderImpl.OpenUrl()
en System.Xml.XmlTextReaderImpl.Read()
en System.Xml.XmlTextReader.Read()
en System.Xml.XmlCharCheckingReader.Read()
en System.Xml.XsdValidatingReader.Read()
en System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
en System.Xml.XPath.XPathDocument..ctor(XmlReader reader, XmlSpace space)
en NHibernate.Cfg.ConfigurationSchema.HibernateConfiguration..ctor(XmlReader hbConfigurationReader, Boolean fromAppSetting)
--- Fin del seguimiento de la pila de la excepción interna ---
en NHibernate.Cfg.ConfigurationSchema.HibernateConfiguration..ctor(XmlReader hbConfigurationReader, Boolean fromAppSetting)
en NHibernate.Cfg.Configuration.Configure(XmlReader textReader)
en NHibernate.Cfg.Configuration.Configure(String fileName, Boolean ignoreSessionFactoryConfig)
en EcoSoft.Data.NHibernate.ConfigurationBuilder.Build(DalServiceParameters parameters)
en EcoSoft.Data.NHibernate.NHibernateDataSessionProvider.GetConfiguration(DalServiceParameters parameters)
en Opus.Control.Aplicacion.Services.Proyectos.ProjectServices.CreateProject(DataRepositoryInfo info, Boolean includeTemplates)
en Opus.Control.ApplicationCommands.CreateProjectApplicationCommand.a1MNpnKUTK8xcSvOExho(Object , Object , Boolean )
en Opus.Control.ApplicationCommands.CreateProjectApplicationCommand.Execute(Object parameter)
en Opus.Control.MainForm.trZOZXsJWRxMKAxwiSOL(Object , Object )
en Opus.Control.MainForm.ExecuteCreateProjectCommand()
en Opus.Control.MainForm.BarButtonItemCrearItemClick(Object sender, ItemClickEventArgs e)
en DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
en DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
en DevExpress.XtraBars.BarItemLink.OnLinkClick()
en DevExpress.XtraBars.BarButtonItemLink.OnLinkClick()
en DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
en DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPressItem(DXMouseEventArgs e, RibbonHitInfo hitInfo)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPress(DXMouseEventArgs e, RibbonHitInfo hitInfo)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnMouseUp(DXMouseEventArgs e)
en DevExpress.XtraBars.Ribbon.Handler.RibbonHandler.OnMouseUp(DXMouseEventArgs e)
en DevExpress.XtraBars.Ribbon.RibbonControl.OnMouseUp(MouseEventArgs e)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
en DevExpress.XtraBars.Ribbon.RibbonControl.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
NHibernate.Cfg.HibernateConfigException: An exception occurred during configuration of persistence layer. ---> System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Program Files (x86)\Ecosoft\2017\Planeacion y Control Integral\Config\NHibernateSQLServer2005Config.xml'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en 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)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
en System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
en System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
en System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
en System.Threading.CompressedStack.runTryCode(Object userData)
en System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
en System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
en System.Xml.XmlTextReaderImpl.OpenUrl()
en System.Xml.XmlTextReaderImpl.Read()
en System.Xml.XmlTextReader.Read()
en System.Xml.XmlCharCheckingReader.Read()
en System.Xml.XsdValidatingReader.Read()
en System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
en System.Xml.XPath.XPathDocument..ctor(XmlReader reader, XmlSpace space)
en NHibernate.Cfg.ConfigurationSchema.HibernateConfiguration..ctor(XmlReader hbConfigurationReader, Boolean fromAppSetting)
--- Fin del seguimiento de la pila de la excepción interna ---
en NHibernate.Cfg.ConfigurationSchema.HibernateConfiguration..ctor(XmlReader hbConfigurationReader, Boolean fromAppSetting)
en NHibernate.Cfg.Configuration.Configure(XmlReader textReader)
en NHibernate.Cfg.Configuration.Configure(String fileName, Boolean ignoreSessionFactoryConfig)
en EcoSoft.Data.NHibernate.ConfigurationBuilder.Build(DalServiceParameters parameters)
en EcoSoft.Data.NHibernate.NHibernateDataSessionProvider.GetConfiguration(DalServiceParameters parameters)
en Opus.Control.Aplicacion.Services.Proyectos.ProjectServices.CreateProject(DataRepositoryInfo info, Boolean includeTemplates)
en Opus.Control.ApplicationCommands.CreateProjectApplicationCommand.a1MNpnKUTK8xcSvOExho(Object , Object , Boolean )
en Opus.Control.ApplicationCommands.CreateProjectApplicationCommand.Execute(Object parameter)
en Opus.Control.MainForm.trZOZXsJWRxMKAxwiSOL(Object , Object )
en Opus.Control.MainForm.ExecuteCreateProjectCommand()
en Opus.Control.MainForm.BarButtonItemCrearItemClick(Object sender, ItemClickEventArgs e)
en DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
en DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
en DevExpress.XtraBars.BarItemLink.OnLinkClick()
en DevExpress.XtraBars.BarButtonItemLink.OnLinkClick()
en DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
en DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
en DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPressItem(DXMouseEventArgs e, RibbonHitInfo hitInfo)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPress(DXMouseEventArgs e, RibbonHitInfo hitInfo)
en DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnMouseUp(DXMouseEventArgs e)
en DevExpress.XtraBars.Ribbon.Handler.RibbonHandler.OnMouseUp(DXMouseEventArgs e)
en DevExpress.XtraBars.Ribbon.RibbonControl.OnMouseUp(MouseEventArgs e)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
en DevExpress.XtraBars.Ribbon.RibbonControl.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Por favor, Conectar o Crear cuenta para unirse a la conversación.
- Arq. Everardo López P.
- Fuera de línea
- Administrador
6 años 6 meses antes #1389
por Arq. Everardo López P.
Sistema operativo Windows10 a 64 bits Memoria ram 8 GB. Procesador Intel i7 a 2.5 GHz. OPUS 18
Respuesta de Arq. Everardo López P. sobre el tema error modulo 2
Hola. De qué versión proviene la obra que quieres importar a control??
Sistema operativo Windows10 a 64 bits Memoria ram 8 GB. Procesador Intel i7 a 2.5 GHz. OPUS 18
Por favor, Conectar o Crear cuenta para unirse a la conversación.
- eduardo martinez martinez
- Autor del tema
- Fuera de línea
- Navegador Iniciado
Menos
Más
- Mensajes: 10
- Gracias recibidas: 0
6 años 6 meses antes #1390
por eduardo martinez martinez
Respuesta de eduardo martinez martinez sobre el tema error modulo 2
YA LO INTENTE DE VARIAS, VIENE DE UNA OBRA CREADA EN OPUS 17, DE UNA OBRA CREADA EN 2010 E IMPORTADA A 17 Y QUIERO CREAR UNA EN BLANCO Y ME SIGUE MANDANDO EL ERROR
Por favor, Conectar o Crear cuenta para unirse a la conversación.
- eduardo martinez martinez
- Autor del tema
- Fuera de línea
- Navegador Iniciado
Menos
Más
- Mensajes: 10
- Gracias recibidas: 0
6 años 6 meses antes #1391
por eduardo martinez martinez
Respuesta de eduardo martinez martinez sobre el tema error modulo 2
Code:
[attachment=435]ERROR modulo 2.docx[/attachment]
Por favor, Conectar o Crear cuenta para unirse a la conversación.
- Arq. Everardo López P.
- Fuera de línea
- Administrador
6 años 6 meses antes #1392
por Arq. Everardo López P.
Sistema operativo Windows10 a 64 bits Memoria ram 8 GB. Procesador Intel i7 a 2.5 GHz. OPUS 18
Respuesta de Arq. Everardo López P. sobre el tema error OPUS CONTROL modulo 2
El error se debe a la versión de tu obra realizada en SQL Server 2005 y la que actualmente utiliza OPUS es 2008.
Aquí puede suceder que tu OPUS tenga la versión SQL server 2005 y que la obra venga en versión de SQL Server 2008 r2.
Verifica eso por favor
Aquí puede suceder que tu OPUS tenga la versión SQL server 2005 y que la obra venga en versión de SQL Server 2008 r2.
Verifica eso por favor
Sistema operativo Windows10 a 64 bits Memoria ram 8 GB. Procesador Intel i7 a 2.5 GHz. OPUS 18
Por favor, Conectar o Crear cuenta para unirse a la conversación.
- eduardo martinez martinez
- Autor del tema
- Fuera de línea
- Navegador Iniciado
Menos
Más
- Mensajes: 10
- Gracias recibidas: 0
6 años 5 meses antes #1395
por eduardo martinez martinez
Respuesta de eduardo martinez martinez sobre el tema error OPUS CONTROL modulo 2
YA REINSTALE SQL SERVER 2008 Y PERSISTE EL ERROR, YA REINSTALE EL MODULO DOS Y SIGUE, BUSQUE LA CARPETA CONFIG Y EL ARCHIVO Y NO EXISTE NINGUNO DE LOS 2
Por favor, Conectar o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.333 segundos