Problem in importing table definition using ODBC

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
GSIDSXGrp
Premium Member
Premium Member
Posts: 19
Joined: Tue Jul 31, 2007 2:25 pm

Problem in importing table definition using ODBC

Post by GSIDSXGrp »

Hi,
I am trying to Import table definition using "ODBC Table Definitions"
On providing DSN name, userid, password & table name, on clicking "Details" it is giving an error- "Run-time error '6': Overflow".

More over after this error. If i click on new following error come
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80010007): Automation error
The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
at VMDataStage._CDSRepos.get_Project()
at Ascential.DataStage.RepositoryAccess.TypeDefinitions.BuiltIn.BaseDef.IsSubTypeLicensed(Int32 subType)
at Ascential.DataStage.RepositoryAccess.TypeDefinitions.BuiltIn.BaseDef.get_IsLicensed()
at Ascential.DataStage.RepositoryAccess.TypeDefinitions.BuiltIn.BaseDef.get_IsNewEnabled()
at Ascential.DataStage.RepositoryView.ReposTypeBrowser.PopulateTreeWithClasses()
at Ascential.DataStage.RepositoryView.ReposTypeBrowser.PopulateTree()
at Ascential.DataStage.RepositoryView.ReposTypeBrowser.ReposTypeBrowser_VisibleChanged(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Could you please advice.
- Sumit
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is an OLE Automation error in Windows. The connection to the OLE server that exposes the objects in question has been lost.

Is this reliably reproducible? If so please report it to your support provider as a bug.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply