If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 V8 FP18 CALL CAPTURE_STORAGEMGMT_INFO Fails

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-10, 17:40
DallasDBA DallasDBA is offline
Registered User
 
Join Date: Jun 2010
Posts: 2
DB2 V8 FP18 CALL CAPTURE_STORAGEMGMT_INFO Fails

I am running DB2/NT 8.2.9.
When I issue the CALL CAPTURE_STORAGEMGMT_INFO(0,'','MYDBNAME')
I keep getting the following error:


SQL0443N Routine "*GMT_INFO" (specific name "") has returned an
error SQLSTATE with diagnostic text "SQL0803 Reason code or
token: 1,SYSTOOLS.STMG_OBJECT ".

Explanation:

An SQLSTATE was returned to DB2 by routine "<routine-name>"
(specific name "<specific-name>"), along with message text
"<text>". The routine could be a user-defined function or a
user-defined method.

User Response:

The user will need to understand the meaning of the error. See
your Database Administrator, or the author of the routine.

Errors that are detected by the IBM supplied functions in the
SYSFUN schema all return the SQLSTATE 38552. The message text
portion of the message is of the form:


SYSFUN:nn


where nn is a reason code meaning:


01 Numeric value out of range

02 Division by zero

03 Arithmetic overflow or underflow

04 Invalid date format

05 Invalid time format

06 Invalid timestamp format

07 Invalid character representation of a timestamp duration

08 Invalid interval type (must be one of 1, 2, 4, 8, 16, 32, 64,
128, 256)

09 String too long

10 Length or position in string function out of range

11 Invalid character representation of a floating point number

12 Out of memory

13 Unexpected error

Errors that are detected by the IBM supplied routines in the
SYSIBM or SYSPROC schemas and IBM supplied procedures in the
SYSFUN schema all return the SQLSTATE 38553. The message text
portion of the message contains a message number that may be an
SQLCODE, (for example, SQL0572N), a DBA error message (for
example, DBA4747), or some other indication from the routine as
to what error was encountered. Note that if the message for the
message number would normally contain tokens, these token values
are only available in the db2diag.log file.

sqlcode : -443

sqlstate : (the SQLSTATE returned by the routine).

Does anyone know how I can fix this problem. We were at V8 Fixpak 15 and I applied 18 hoping this would fix the problem, but it has not. Any help would be greatly appreciated!
Reply With Quote
  #2 (permalink)  
Old 06-11-10, 18:44
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Did you run SYSPROC.CREATE_STORAGEMGMT_TABLES? If they exist, you could try dropping and re-creating them.

Nick

Last edited by n_i; 06-11-10 at 18:49.
Reply With Quote
  #3 (permalink)  
Old 06-14-10, 11:24
DallasDBA DallasDBA is offline
Registered User
 
Join Date: Jun 2010
Posts: 2
Yes, several times.

I have issued the drop and create several times. I still get this same error.

Our Storage Management use to work.
It just stopped working about a year ago after my former boss did some DB tuning.

I tried the capture with the Storage Management tables dropped and a different error appears: DBA7615.

Any other suggestions?
Reply With Quote
  #4 (permalink)  
Old 06-14-10, 16:46
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On