Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Cterenzi,
You are right we can not process more then 1000 inputs , but if we are getting this data from other table we can .
Here if it is sending such error , we can restrict user from using more then 1000 tns. We can tell them to split file into two or three parts.
We can not tell them to use only 300 Tns at one time, This will rise questions on this job.
I am trying this option, ( this is just POC that's why I introduced tJavaRow in middle).
using only 401 Tns in excel file.
In TFlowToIterate,
I have assign :
Key "Tns"
value "Tns"
In tOracleInput , my query is
"select ' " + globalMap.get("TNs1")) + " ' as outs from dual" ( Also tried different ways to get some output).
in case if i am trying in wrong direction , please alert me . else guide me how to use it ....
Hi Cterenzi,
You are right we can not process more then 1000 inputs , but if we are getting this data from other table we can .
Here if it is sending such error , we can restrict user from using more then 1000 tns. We can tell them to split file into two or three parts.
We can not tell them to use only 300 Tns at one time, This will rise questions on this job.
I am trying this option, ( this is just POC that's why I introduced tJavaRow in middle).
using only 401 Tns in excel file.
In TFlowToIterate,
I have assign :
Key "Tns"
value "Tns"
In tOracleInput , my query is
"select ' " + globalMap.get("TNs1")) + " ' as outs from dual" ( Also tried different ways to get some output).
in case if i am trying in wrong direction , please alert me . else guide me how to use it ....
In TFlowToIterate,
I have assign :
Key "Tns"
value "Tns"
In tOracleInput , my query is
"select ' " + globalMap.get("TNs1")) + " ' as outs from dual" ( Also tried different ways to get some output).
Hi Cterenzi,
You are right we can not process more then 1000 inputs , but if we are getting this data from other table we can .
Here if it is sending such error , we can restrict user from using more then 1000 tns. We can tell them to split file into two or three parts.