472,961 Members | 1,479 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,961 software developers and data experts.

SYSPROC.ENV_GET_INST_INFO() not working...

Hi,

I'm running DB2 v 7.2 FP 9.

After connecting to DB2, i ran the following commands:

set path = "SYSIBM","SYSFUN","DB2ADMIN","SYSPROC"

SELECT * FROM TABLE(SYSPROC.ENV_GET_INST_INFO()) AS INSTANCEINFO

This is the output of the second command:

"SQL0440N No function by the name "ENV_GET_INST_INFO" having
compatible
arguments was found in the function path. SQLSTATE=42884"

Any ideas why this isn't working??

Thanks in advance,

Nov 12 '05 #1
4 4433
Ian
Andy S. wrote:
Hi,

I'm running DB2 v 7.2 FP 9.
I assume you meant DB2 8.2 FP9.

"SQL0440N No function by the name "ENV_GET_INST_INFO" having
compatible arguments was found in the function path. SQLSTATE=42884"

Any ideas why this isn't working??


Looks like you didn't run 'db2udpv8' after installing the fixpack.

Nov 12 '05 #2
> I assume you meant DB2 8.2 FP9.

Actually I'm running "DB2 v7.1.0.77" with FP9

Looks like you didn't run 'db2udpv8' after installing the fixpack.


Frow where do I run this command and what exactly does it do?

Thanks!

Nov 12 '05 #3
Ian
Andy S. wrote:
I assume you meant DB2 8.2 FP9.

Actually I'm running "DB2 v7.1.0.77" with FP9


Oh! Then you're out of luck. None of the SYSPROC functions exist
prior to DB2 UDB V8.x.

Nov 12 '05 #4
Oh, ok...Thanks for the info!

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bill Chen | last post by:
Hi All, I have two Databases in one DB2 instance V8.2 run on Windows2000. I do the same thing to the two databases when I apply DB2 Fixpak7 to bring the instance to V8.2. I try to use "activity...
2
by: Sathyaram Sannasi | last post by:
Environment: DB2 V8.2 on AIX I find a SP SYSPROC.DB2LOAD for loading a table using cursors ... I have tried to use the procedure and it seems to work as I want it to .... But, I am unable to...
1
by: richard | last post by:
DB2 UDB v8.1.5 on Windows I want to grant some system function to user DB2 GRANT EXECUTE ON FUNCTION "SYSPROC".SNAPSHOT_DATABASE(INTEGER,VARCHAR()) TO USER This is the error message I got....
3
by: efiryago | last post by:
Are stored procedures in SYSPROC schema documented and supportedd? I am particularly intersted in the procedure SYSPROC.DB2LOAD which seems to be a SQL wrapper to the db2 load API. If that is true,...
1
by: UDBDBA | last post by:
Hi: How can one call SYSPROC.DB2LOAD procedure within a SQL stored procedure. I get the following error: DB21034E The command was processed as an SQL statement because it was not a valid...
7
by: db2adm1 | last post by:
I am getting the following error while trying to alter a table's column...I am trying to increase the decimal length of the column from 5 to 6 using altobj procedure. SQL0443N Routine...
3
by: chettiar | last post by:
I am trying to do the following from within a procedure. set vcsql = 'Call SYSPROC.ADMIN_CMD(' || '''load from /dev/null of del replace into bi.Provisioned_Spam''' || ')'; execute immediate...
1
by: Roger | last post by:
For some reason when i execute this : select table_name from table(sysproc.snapshot_tbreorg('',-1))as t I doesn't return any data on couple of databases, but works on others, yet when I do list...
0
by: David Beardsley | last post by:
I'm trying to write a stored procedure that will terminate a load for a given table using the SYSPROC.ADMIN_CMD procedure. When I take the syntax that works using Quest: LOAD FROM '/dev/null'...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.