| Thread | Last Post | Replies |
|
| Client reroute with DB2 JDBC driver | 22 Nov 2005 16:36 GMT | 2 |
I'm trying to use the client reroute feature of the DB2 Universal JDBC driver. I found documentation on this in the "Application Development Guide: Programming Client Applications" in the section "DB2 Universal JDBC client reroute support".
|
| Java UDF: Checking if anything in scratchpad | 22 Nov 2005 15:05 GMT | 2 |
Folks, I've got a java UDF that uses a scratchpad (based on Knut's dW article on user-defined aggregate functions). The problem is that when it tries to read from the scratchpad on the first invocation of the UDF, it fails: select myUdf(myColumn) from myTable 1
|
| Design Consideration? | 22 Nov 2005 12:10 GMT | 1 |
Posting this question on my friend's behalf ________________________________________________________________________ Question: Let us say I have a SQLJ Java application and there is unit of work
|
| DB2 list application hang | 21 Nov 2005 09:19 GMT | 1 |
DB2 UDB V8.1.5 on windows 2003 Enterprise. All DB2 admin function hang like gb2 get snapshot, list application. The error message comes into DB2DIAG.log every 5 minutes
|
| User-defined aggregate function | 21 Nov 2005 07:13 GMT | 6 |
Folks, I know that DB2 does not (yet?) support this, but I wonder if anyone can suggest a work-around. I've seen article http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0504greenstein/, which was very helpful for developing the scalar functions I needed, ...
|
| Smple java UDF not working: SQL4306N | 20 Nov 2005 17:06 GMT | 1 |
Folks, I've written the world's simplest java UDF, and it is complaining that it can't load the method. The class seems OK, it's complaining about the method. The JDBC Sample UDFs (e.g., scUDFReturningErr) seem to work fine, so I made sure that I'm doing everything the same ...
|
| JDBC: DatabaseMetaData | 20 Nov 2005 11:34 GMT | 2 |
import java.sql.*; public class TESTA{ TESTA(){} public static int product() {
|
| DB2 problem when accessing via a web page | 19 Nov 2005 18:10 GMT | 4 |
I have a system that has been working fine for months, until this week. This is the error message that I am now getting : A DB2 problem occurred. Sqlcode: -712 Sqlstate: 57011 , Sqlerrd.1: -140
|
| Stored Proc' Offending Line Number in error message? | 19 Nov 2005 17:06 GMT | 9 |
when we run a stored proc and it results into an unhandled error, the error message returned by db2 udb does not contain a line number that caused an error. This makes it pretty difficult to debug those procs. Line number have always been there in Oracle messages. When I Googled
|
| SQL0902C A system error (reason code = 9") ocurred | 19 Nov 2005 01:11 GMT | 3 |
Our DB2 8.2 FixPak9 database running on Win2K crashed with after reporting this message SQL0902C A system error (reason code = 9") ocurred I have searched the DB2 documentation as well as the Web and can't find
|
| Linked DB2 table in MSAccess 2000 shows #Deleted on every record | 18 Nov 2005 19:07 GMT | 8 |
The linked table has a bigint in primary key columns. I've read that service pack 8 on Jet should solve this but it didn't. On patch1 options I only found to map timestamp to char(26) entry for similar problems on timestamp fields but nothing for Bigint.
|
| Inserting into federated DB from trigger | 18 Nov 2005 08:33 GMT | 1 |
I want to insert in federated db TABLE1, when records get inserted into DSY.TABLEA table. CREATE TRIGGER DSY.TRIGA AFTER INSERT ON DSY.TABLEA REFERENCING NEW AS TriggeredRow
|
| db2admin start error | 18 Nov 2005 04:03 GMT | 3 |
I tried to issue the command: db2admin start on my db2 UDB 8.2 with AIX 5.2 server. It gives me the error: SQL4401C The DB2 Administration Server encountered an error during startup. Does anyone can tell me how to fix it?
|
| How test for all digits | 17 Nov 2005 22:49 GMT | 9 |
I can see no function which tests its argument to be all digits and I see no easy way to compose such a function from translate, replace, etc. I must be missing something simple, right?
|
| db2advis from Client | 17 Nov 2005 13:41 GMT | 1 |
Server = DB2 ESE 8.2 on Linux, Client = DB2 Admin Client 8.2 on Windows Question = Can I execute "db2advis" from this Windows Client? Kindly see the error I receive and the setup below. Setup = As below:
|