This is a discussion on missing P4211708.msg file within the DB2 forums, part of the Database Server Software category; --> I am trying to create an SQL stored proc in DB2 V8.1 under Red Hat 8.0. My script came ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to create an SQL stored proc in DB2 V8.1 under Red Hat 8.0. My script came right from the IBM DB2 SPL book, and the connect statement works fine run by the task center. On the create procedure statement I get an error SQL0035N - can't open file P4211708.msg. A search as root shows NO files on my machine named P*msg. Are these supposed to come with DB2 or are they supposed to be a part of Linux? I installed DB2 personal edition from a download from the IBM website, but there was no download for the HTML doc. Is this part of the problem or should I look elsewhere? Ed Erhart |
| ||||
| This looks like a permission problem. Check out sqllib/function/routine/ ... I think the file is being created as part of a CREATE PROCEDURE statement when DB2 cross compiles to C. P* is the generated package name -- Serge Rielau DB2 SQL Compiler Development IBM Toronto Lab |
| Thread Tools | |
| Display Modes | |
|
|