Click here to Skip to main content
15,904,351 members
Home / Discussions / Java
   

Java

 
QuestionRe: JSP -> JavaBean Connectivity Issue Pin
Richard MacCutchan7-Feb-22 0:44
mveRichard MacCutchan7-Feb-22 0:44 
AnswerRe: JSP -> JavaBean Connectivity Issue Pin
englebart12-Feb-22 14:29
professionalenglebart12-Feb-22 14:29 
AnswerRe: JSP -> JavaBean Connectivity Issue Pin
jschell17-Feb-22 11:26
jschell17-Feb-22 11:26 
QuestionSwitch from VB.Net to Java Pin
Kanel Roath4-Feb-22 4:16
Kanel Roath4-Feb-22 4:16 
AnswerRe: Switch from VB.Net to Java Pin
Richard MacCutchan4-Feb-22 5:00
mveRichard MacCutchan4-Feb-22 5:00 
GeneralRe: Switch from VB.Net to Java Pin
Kanel Roath5-Feb-22 2:44
Kanel Roath5-Feb-22 2:44 
GeneralRe: Switch from VB.Net to Java Pin
Richard MacCutchan5-Feb-22 2:59
mveRichard MacCutchan5-Feb-22 2:59 
AnswerRe: Switch from VB.Net to Java Pin
Dave Kreskowiak4-Feb-22 6:13
mveDave Kreskowiak4-Feb-22 6:13 
GeneralRe: Switch from VB.Net to Java Pin
Kanel Roath5-Feb-22 2:45
Kanel Roath5-Feb-22 2:45 
GeneralRe: Switch from VB.Net to Java Pin
Dave Kreskowiak5-Feb-22 5:34
mveDave Kreskowiak5-Feb-22 5:34 
AnswerRe: Switch from VB.Net to Java Pin
Gerry Schmitz5-Feb-22 6:04
mveGerry Schmitz5-Feb-22 6:04 
GeneralRe: Switch from VB.Net to Java Pin
trønderen5-Feb-22 8:17
trønderen5-Feb-22 8:17 
GeneralRe: Switch from VB.Net to Java Pin
Gerry Schmitz5-Feb-22 18:27
mveGerry Schmitz5-Feb-22 18:27 
AnswerRe: Switch from VB.Net to Java Pin
jschell17-Feb-22 11:33
jschell17-Feb-22 11:33 
QuestionJAVA Pin
Ku Hazwan29-Jan-22 16:15
Ku Hazwan29-Jan-22 16:15 
AnswerRe: JAVA Pin
Dave Kreskowiak29-Jan-22 18:40
mveDave Kreskowiak29-Jan-22 18:40 
AnswerRe: JAVA Pin
jschell30-Jan-22 7:11
jschell30-Jan-22 7:11 
GeneralRe: JAVA Pin
Richard MacCutchan30-Jan-22 22:35
mveRichard MacCutchan30-Jan-22 22:35 
GeneralRe: JAVA Pin
jschell17-Feb-22 11:34
jschell17-Feb-22 11:34 
QuestionHow TO run the jar file in teradata ? Pin
Tauqeer Ahmad 202226-Jan-22 22:23
Tauqeer Ahmad 202226-Jan-22 22:23 
AnswerRe: How TO run the jar file in teradata ? Pin
OriginalGriff26-Jan-22 23:17
mveOriginalGriff26-Jan-22 23:17 
GeneralRe: How TO run the jar file in teradata ? Pin
Slacker00727-Jan-22 2:21
professionalSlacker00727-Jan-22 2:21 
GeneralRe: How TO run the jar file in teradata ? Pin
Tauqeer Ahmad 202227-Jan-22 3:59
Tauqeer Ahmad 202227-Jan-22 3:59 
AnswerRe: How TO run the jar file in teradata ? Pin
jschell30-Jan-22 7:18
jschell30-Jan-22 7:18 
Unfortunately that isn't really a question about java either.

So presumably you have in fact tested that the jar is an executable jar and that you can run it locally OUTSIDE of Terradata.

Might suggest also that you look into ways of logging from that jar. Can't tell you how that works in Terradata but there are plenty of results on googling on how to add logging to a java app. You need logging, probably, to see what is going on in the code once it does run in Terradata.

So after that you need to read the error message.


Tauqeer Ahmad 2022 wrote:
The user does not have the EXECUTE PROCEDURE access to SQLJ.REPLACE_JAR


So for example this error message.

The jar is running under a user. That is exactly what it says.
You need to figure out what that user is.
You need to give the specified permission to the user.
That is all Terradata stuff.


Tauqeer Ahmad 2022 wrote:
I see the error " Java XSP/UDF passed an unacceptable signature. Correct the signature


And besides reading the error message you can google for it. And googling for that exact error I find specific Terradata documents that mention that error. So you start with that.
GeneralRe: How TO run the jar file in teradata ? Pin
Tauqeer Ahmad 202230-Jan-22 23:39
Tauqeer Ahmad 202230-Jan-22 23:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.