Command line datacompares issue
Posted: Fri 01 Feb 2013 11:15
Hello Devart,
Firstly I like your product its very simple to use. I'm trialing it at the moment, and I'm trying to set nightly comparisons. As you have a command line interface I was intending to use that and do the scheduling in Jenkins/Hudson.
I've looked through the command line help and I'm trying to do this:
datacompare /datacompare /compfile:"camparison.dcomp"
or this:
datacompare /compfile:"camparison.dcomp"
(It wasn't completely clear in the help and there was a small amount of ambiguity around whether there should be spaces or colons. I've tried every permutation... I think)
I get the exception at the bottom of this post when I run it. I'm thinking this might be because I need a license key and I'm on the trial...?
I'm running this from this location (the Home directory):
C:\Program Files\Devart\dbForge Data Compare for Oracle>
I've placed the camparison.dcomp in the home as well (just to make this the simplest thing that possibly fails.)
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---> System.IO.FileNotFoundException
: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot
find the file specified. ---> System.IO.FileNotFoundException: Could not load fi
le or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03
f5f7f11d50a3a' or one of its dependencies. The system cannot find the file speci
fied.
--- End of inner exception stack trace ---
at q7..ctor()
at s6.a(String[] A_0)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Ob
ject target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAt
tributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Obj
ect target, Object[] arguments, Signature sig, MethodAttributes methodAttributes
, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisib
ilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture)
at ConsoleLauncher.Program.Main(String[] args)
Firstly I like your product its very simple to use. I'm trialing it at the moment, and I'm trying to set nightly comparisons. As you have a command line interface I was intending to use that and do the scheduling in Jenkins/Hudson.
I've looked through the command line help and I'm trying to do this:
datacompare /datacompare /compfile:"camparison.dcomp"
or this:
datacompare /compfile:"camparison.dcomp"
(It wasn't completely clear in the help and there was a small amount of ambiguity around whether there should be spaces or colons. I've tried every permutation... I think)
I get the exception at the bottom of this post when I run it. I'm thinking this might be because I need a license key and I'm on the trial...?
I'm running this from this location (the Home directory):
C:\Program Files\Devart\dbForge Data Compare for Oracle>
I've placed the camparison.dcomp in the home as well (just to make this the simplest thing that possibly fails.)
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---> System.IO.FileNotFoundException
: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot
find the file specified. ---> System.IO.FileNotFoundException: Could not load fi
le or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03
f5f7f11d50a3a' or one of its dependencies. The system cannot find the file speci
fied.
--- End of inner exception stack trace ---
at q7..ctor()
at s6.a(String[] A_0)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Ob
ject target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAt
tributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Obj
ect target, Object[] arguments, Signature sig, MethodAttributes methodAttributes
, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisib
ilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture)
at ConsoleLauncher.Program.Main(String[] args)