|
I have problems to compile any sp with Teradata 13 Express and VS Express 2008 sp1. Compilation of a trivial procedure
Replace procedure RETAIL.sp_T()
begin
declare job char(12);
end;
fails with *** Failure 5547 Internal Error: Can not find mt.exe
The routine exists in Windows SDK, that is installed with VS Express. Adding the directory to the path variable does not help.
,
10 Nov 2009
| 8 comments
|