Error when running deployment wizard

jspibeyjspibey Posts: 20
edited January 30, 2013 8:43AM in Schema Compare for Oracle
I have found a problem with Schema Compare for Oracle version 1.5.0.69

After successfully comparing two databases, selecting some changes to apply, click Deployment wizard, Choose 'Deploy using Schema Compare for Oracle', click next and I get

Schema Compare for Oracle - Aborting
Calculating Dependencies
An item with the same key has already been added

The error in the log file is


14:27:42.327|Trace |Actions |12 |ProgressTask:Populating dependencies
14:27:42.762|Error |Engine Service |1 |:Exception in progress dialog
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at #7DD.#N1f.#rzj(IEnumerable`1 c, Converter`2 getObject)
at #7DD.#N1f.#vl(DatabaseComparison c, Boolean source)
at RedGate.Oracle.SchemaCompare.Actions.SyncActions.CalculateDependencies()
at RedGate.Shared.Controls.ProgressDialogEx.e()
14:28:03.256|Fatal |Program |1 |:Exception in main thread
System.NullReferenceException: Object reference not set to an instance of an object.
at #RNU.#fRK.#sCJ()
at #G9C.#XaD.#0jD()
at #G9C.#XaD.#t.#YaD.#JpD()
at #G9C.#XaD.#npD()
at #G9C.#nbD.#SqD(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comments

Sign In or Register to comment.