When starting RealTime Stats Advisor on a database with a larger number of objects(100+), I receive an OverFlow error. Using Toad 6.5, Db2 Client 11.1, Db2 z/OS v10 NFM. I have not performed the z/OS Component installation.
Works correctly with databases containing a smaller number of objects.
error log messages…
System.OverflowException
Value was either too large or too small for an Int16.
Stack Trace:
at System.Convert.ToInt16(Int64 value)
at Quest.Toad.DB2.RTS.RTSMainForm.CreateIxObjects(FastTable table)
at Quest.Toad.DB2.RTS.RTSMainForm.LoadIndexspaceObjects()
at Quest.Toad.DB2.RTS.RTSMainForm.StartLoadDataThread()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()