Stored procedures problem using DB2 Stored Procedure Builder

Stored procedures problem using DB2 Stored Procedure Builder

Post by Arya » Sat, 16 Jun 2001 03:23:27



HI
 I am trying to run Stored Procedures using the DB2 Stored Procedure
utility provided with DB2. After picking up the corresponding table
and the columns when i try to run the stored procedure i get the
following message

 Create stored procedure returns -444.

[IBM][CLI Driver][DB2] SQL0444N  Routine "DSNTPSMP" (specific name "")
is implemented with code in library or path "", function "" which
cannot be accessed.  Reason code: "".  SQLSTATE=42724

Make sure that the SQL procedures processor, DSNTPSMP, is properly
installed on your DB2 for OS/390 host.

AGIN - Build failed.

Can anyone advice me as to where i might have overlooked something ?

Thanks
Arya

 
 
 

Stored procedures problem using DB2 Stored Procedure Builder

Post by Larr » Sat, 16 Jun 2001 03:32:30


Are you trying to build SQL SPs to run on DB2/390 V5 or V6? If you are,
did you install the prerequisite code on the S/390 side? If not, see
http://www-4.ibm.com/software/data/db2/os390/sqlproc/

> HI
>  I am trying to run Stored Procedures using the DB2 Stored Procedure
> utility provided with DB2. After picking up the corresponding table
> and the columns when i try to run the stored procedure i get the
> following message

>  Create stored procedure returns -444.

> [IBM][CLI Driver][DB2] SQL0444N  Routine "DSNTPSMP" (specific name "")
> is implemented with code in library or path "", function "" which
> cannot be accessed.  Reason code: "".  SQLSTATE=42724

> Make sure that the SQL procedures processor, DSNTPSMP, is properly
> installed on your DB2 for OS/390 host.

> AGIN - Build failed.

> Can anyone advice me as to where i might have overlooked something ?

> Thanks
> Arya


 
 
 

1. Using VB with stored procedure builder in DB2

Hello,

Before I get started:

Workstation
Win NT 4.0
VB 6.0 SP5

Server:
AIX
UDB 7.1 UDB

First, I am new to DB2, but not to VB.

I've done a little reading about DB2's Stored Procedure builder and
discovered that there is an add-in that works in VB where you can write
procedures in VB which somehow get compiled to the server.  Our company does
not have a licence to VB yet, so I have not had the chance to mess around
with this technique yet.  Has anybody used this strategy to build procedures
in DB2? Is it worth the effort?

Thanks in advance

Joe

2. ************* PLEASE HELP!!! ***************

3. using stored procedure builder in db2 7.2 udb

4. Webcompanion errornumbers

5. DB2 - Global Stored Procedure in Stored Procedures

6. Running Paradox 7 for Win95 in Paradox 7 for Win 3.1

7. using SQL stored procedure results in stored procedure

8. how to erase backup header

9. Using Resultset in Stored Procedure in another stored procedure

10. Stored Procedure using another Stored Procedure

11. Using Stored Procedure's results in a Stored Procedure

12. Using the result from one stored procedure in a second stored procedure

13. Using Results Of Stored Procedure As Input Into Another Stored Procedure