I should have waited a few minutes before I posted. My Sysadmin just came to my desk to tell me that the issue was resolved.
For some reason the db2ckpwd was running as db2inst1 instead of root. Which makes sense because if the user is being authenticated at the OS level, root would be the...
We are using JDBC. Also when we login to the Control Center, it isn't showing any databases, but when we look in the MODE0000 directory, it looks like all the databases are there.
It has something to do with authentication. We see messages in the logs saying unable to authenticate. The...
Hello,
I'm getting a strange error when trying to connect to db2 v9.5 express c on Linux.
The error I'm getting is:
DB2 SQL Error: SQLCODE=-30082, SQLSTATE=08001, SQLERRMC=42;ROOT CAPABILITY REQUIRED;, DRIVER=3.50.109DSRA0010E: SQL State = 08001, Error Code = -30,082.
I did a search and all...
Hello,
I am trying to call a stored procedure from another stored procedure. How can this be done?
example:
CREATE PROCEDURE MYDATABASE.PROC1
()
LANGUAGE SQL
BEGIN ATOMIC
DECLARE MYVAR VARCHAR(10);
SET MYVAR = CALL MYDATABASE.PROC2();
END @
CREATE...
A mounted partition is owned by the user who mounted it right? How can I mount it for the owner "nobody"? Is that possible?
Here's the situation. I have a partition mounted with fstab at boot time, and I want to share that through SAMBA. The problem is that only the user looged in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.