473,382 Members | 1,611 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 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 4477
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'...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.