.NET Oracle.DataAccess.Client
-
There is an application with us named "MirrorTools" which was existing more than 7 years and we are not the developers (no clue on whether this application developed internally within organization or online product) We have an Mirrortools.exe and MirrorTools.exe.config file.I am calling this Mirrortools by via an .bat file which carries the following code
@echo off
title TestRaw Refresh
MirrorTools --refresh --dtimeout=86400 A.xml BLog
MailSender --to=aaa@yahoo.com,bbb@yahoo.com --subject="[MirrorTools] TestRAWSubject Refresh USPLSVULM132" BLog
del BLogand the config file contains following code...
While I am executing the bat file i am getting the following error Unhandled exception : system.configuration.configurationerrorexception: Failed to find or load the registered .net framework data provider. System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow) at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariant Name) at MirrorTools.TaskManager.CreateDataSource() at MirrorTools.TaskManager.RunMirrorJobs() at MirrorTools.TaskManager.Execute() at MirrorTools.TaskManager.Execute(Configuration config) at MirrorTools.Program.Main(String[] args) Looking forward your help pls
-
There is an application with us named "MirrorTools" which was existing more than 7 years and we are not the developers (no clue on whether this application developed internally within organization or online product) We have an Mirrortools.exe and MirrorTools.exe.config file.I am calling this Mirrortools by via an .bat file which carries the following code
@echo off
title TestRaw Refresh
MirrorTools --refresh --dtimeout=86400 A.xml BLog
MailSender --to=aaa@yahoo.com,bbb@yahoo.com --subject="[MirrorTools] TestRAWSubject Refresh USPLSVULM132" BLog
del BLogand the config file contains following code...
While I am executing the bat file i am getting the following error Unhandled exception : system.configuration.configurationerrorexception: Failed to find or load the registered .net framework data provider. System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow) at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariant Name) at MirrorTools.TaskManager.CreateDataSource() at MirrorTools.TaskManager.RunMirrorJobs() at MirrorTools.TaskManager.Execute() at MirrorTools.TaskManager.Execute(Configuration config) at MirrorTools.Program.Main(String[] args) Looking forward your help pls
Make sure that you have installed ODP.NET in your system. Once installed install Oracle.DataAccess.* into GAC using GacUtil