hi all! i'm running into a little problem.
background:
i'd like to create/use stored procedures for a web application that i'm developing for a client of ours. i'm using the .net environment. i read some pages about how to do this with the .net add-in tools provided by ibm for db2. so i created a project and ran through the wizard as i'm not as familiar with db2 as i am with mssql. however, when i tried to compile the procedure i get the following errors:
could not execute command:sysproc.psm_set_compilemode
and
Error occurred: [IBM][DB2/NT] SQL7032N SQL procedure "ADD_WEB_USER" not created. Diagnostic file is "P0591948.log". SQLSTATE=42904
: -7032: IBM.Data.DB2: 42904.
it's nothing more then a simple insert statement. i've looked up the second error and found information about doing the following
db2set DB2_SQLROUTINE_COMPILER_PATH="C:\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat"
however, when i run this i get a message saying that it's an invalid parameter.
the only additional info i can provide is the info about the version the client is using. any help would be greatly appreciated.
================================================== ==========
About DB2 Administration Tools Environment
================================================== ==========
DB2 administration tools level:
Product identifier SQL08014
Level identifier 02050106
Level DB2 v8.1.4.341
Build level s031027
PTF WR21326
================================================== ==========
Java development kit (JDK):
Level IBM Corporation 1.3.1
================================================== ==========
Thank you,
Derek Klingman
Computer Support Services, Inc.