Hi All,
Am getting a SQL7032N error after installing the C compiler(Visual C++ 9.0 edition). The error as seen in the diagnostic file points to nmake as the snapshot below
C:\PROGRA~1\IBM\SQLLIB\function\routine\sqlproc\SA MPLE\DB2ADMIN\tmp>nmake /f C:\PROGRA~1\IBM\SQLLIB\function\routine\sqlproc.ma k
'nmake' is not recognized as an internal or external command,
operable program or batch file.
In response to this, have set registry variable DB2_SQLROUTINE_COMPILER_PATH to point to the batch file that sets up the C compiler environment as below
db2set DB2_SQLROUTINE_COMPILER_PATH="C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
Inspite of this am hitting the same SQL7032N error. Iam using DB2 UDB version 8.1 personal edition on Windows XP environment. Please help me.
Thanks
Nds