ReadVitamin

Blogging on Teradata SQL and More

7 Comments

mygif
Subbu Said in Friday, August 8th, 2008 @6:04 am  

How to handle the exception in Terada stored procedure?

mygif
Stylex Said in Friday, September 26th, 2008 @7:44 am  

How do you handle Error> 5862:C/C++ compiler is not installed during the creation of stored procedures in Teradata.

mygif
giridharank Said in Wednesday, March 18th, 2009 @4:31 am  

REG:_5862:C/C++ compiler is not installed ???
Visual C++ 6.0/some later(advanced) versions should be installed on the same machine that is running the terdata since we use that compiler to compile the stored procedure.

mygif
Abhi Said in Wednesday, March 18th, 2009 @6:34 am  

My Dear Giri…What u said is wrong…..first u try then….

mygif
giridharank Said in Wednesday, March 18th, 2009 @6:37 am  

hi abhi..,

i have tried and working fine…tat’s needs a c/c++ compiler…to work..if have any issues..let u mail me..i vl clarify ..

mygif
jesse Said in Tuesday, April 14th, 2009 @8:50 pm  

I tried the example from Teradata Sql Assistant and it errored when calling the procedure saying the “Positional assignment list has too few values”. : (

mygif
admin Said in Wednesday, April 15th, 2009 @11:52 pm  

Hi Jessi,

Did you get any error number, what is it. With the limited information on what are you doing, I can say that looks like you are inserting/loading data using this procedure. In this case check the target table with all the column names in your insert statement. This has to be the same.

Hope this helps.

Leave Your Comments Here

Popular Articles