I'm getting this exception while trying to hit an URL through HTTPRQ node.An error occurred whilst performing an SSL socket operation. Kindly help me on this
Yes. I need to traverse to all the elements listed in environment and should check the values. So how could i store all the field1 values into one array from the environment variables. guide me on t ...
SET Environment.Variables.ODList[ODListcount] = PASSTHRU('SELECT s.filed1,s.field2 FROM dev1.table AS s');
Both the field1 and 2 values are present under ODLIST as
WMQI_Environment
Variables
...
Hi All,
I have fetched two fields from DB using passthrough function and stored it in environment variables. I need to declare a reference to point tat environment variables. But if in specify like ...