[resolved] tJava null result for globalMap.get("tELTOracleMap_1_QUERY")
I get a null result for ((String) globalMap.get("tELTOracleMap_1_QUERY")) in tJava Component. I tried enabling debug mode by checking advanced setting of tELTOracleMap . However, I did not find any such option.
Below is the Job Screen Shot That I am using.
Please guide.
Please refer to the screen shot.
I get a null result for ((String) globalMap.get("tELTOracleMap_1_QUERY")) in tJava Component. I tried enabling debug mode by checking advanced setting of tELTOracleMap . However, I did not find any such option.
Below is the Job Screen Shot That I am using.
Please guide.
Hi,
Actually, we don't find this global variable ((String) globalMap.get("tELTOracleMap_1_QUERY")) defined in tELTOracleMap. Could you please give us more information about job requirment?
Best regards
Sabrina
Hello,
As per the reply for this post .
I tried using the variable.
Requirement: I am trying to add two tables on some key. The sql will be generated in result of this joins. This SQL can be viewed by clicking tELTOracleMap and selecting tab "Generated SQL Query". I want to read this using program so I am using globalMap with key as
tELTOracleMap_1_QUERY. The same solution was suggested in above liked post, However, I get null value instead of query
.